.ad-left,
.ad-right {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top;
}

.ad-left + .ad-right {
  margin-left: 10px;
}

.ads,
.ad-skyscraper-left,
.ad-skyscraper-right {
  overflow: visible;
}

.ads-skyscraper-container {
  padding-left: 0;
  padding-top: 0;
}

.interstitial {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50000;
}

.interstitial-open {
  height: 100%;
  overflow: hidden;
}

.interstitial-visible {
  display: block;
}

.interstitial-wrapper {
  margin: 0 auto;
  max-width: 95%;
}

.interstitial-content {
  width: 100%;
}

.interstitial-content .oat:before {
  content: "";
}

.interstitial-content .oat > *:not(script) {
  margin: 0 !important
}

.interstitial-header {
  clear: both;
  display: table;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.interstitial-close-button {
  cursor: pointer;
  float: right;
}

.interstitial-close-button:hover {
  text-decoration: underline;
}

.oat {
  clear: both;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.oat:before {
  color: #838383;
  content: attr(data-mark);
  display: block;
  font-size: 10px;
  line-height: 15px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.oat > *:not(script) {
  display: block;
}

.oat img {
  height: auto;
  max-width: 100%;
}

.oat-container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.oat-content {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.oat-left > *,
.oat-right > * {
  padding-top: 0;
  margin-left: 0;
}

.oat-visible {
  align-items: center;
  display: flex;
  visibility: visible;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.oat-visible > * {
  width: -webkit-fill-available;
  width: -moz-available;
}

.oat-bottom > * {
  margin-bottom: 15px;
}

.oat-left > * {
  margin-left: 15px !important;
}

.oat-right > * {
  margin-right: 15px !important;
}

.oat-top > * {
  margin-top: 15px !important;
}

.oat-bottom:before {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}

.oat-left:before {
  left: -50%;
  margin-left: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}

.oat-right:before {
  right: -50%;
  margin-right: 7.5px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
}

.oat-top:before {
  position: absolute;
  margin-bottom: 0;
  top: 0;
}

.recaptcha {
  width: 304px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .oat.hidden-phone {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .oat.hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .oat.hidden-desktop {
    display: none !important;
  }
}

.cookies-overlay button {
  background: none;
  border: none;
  margin: 0;
  padding: 5px;
  float: right;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  font-style: normal;
}

.cookies-overlay p {
  width: 85%;
}

.cookies-overlay a {
  color: #fff;
  text-decoration: underline;
}

#adblock-modal-overlay,
#adblock-help-modal-overlay {
  align-items: center;
  animation: fadeIn 0.3s ease-out;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.85);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#adblock-modal,
#adblock-help-modal {
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 480px;
  padding: 40px 32px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#adblock-modal::before {
  animation: bounce 0.6s ease-out 0.3s;
  display: block;
  font-size: 56px;
  margin-bottom: 20px;
  text-align: center;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

#adblock-help-modal::before {
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
  text-align: center;
}

#adblock-modal h2,
#adblock-help-modal h2 {
  color: #1a202c;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

#adblock-modal p,
#adblock-help-modal p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
  text-align: center;
}

#adblock-help-modal p {
  background: #f7fafc;
  border-left: 4px solid #667eea;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

#adblock-help-modal strong {
  color: #2d3748;
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}

.adblock-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.adblock-buttons button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 14px 24px;
  position: relative;
  transition: all 0.3s ease;
}

.adblock-buttons button::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.5s;
  width: 100%;
}

.adblock-buttons button:hover {
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
  transform: translateY(-2px);
}

.adblock-buttons button:hover::before {
  left: 100%;
}

.adblock-buttons button:active {
  transform: translateY(0);
}

#adblock-modal-help {
  background: transparent;
  border: 2px solid #667eea;
  box-shadow: none;
  color: #667eea;
}

#adblock-modal-help:hover {
  background: #667eea;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  color: #fff;
}

#adblock-help-modal-refresh {
  width: 100%;
}

@media (max-width: 500px) {
  #adblock-modal,
  #adblock-help-modal {
    padding: 32px 24px;
  }

  #adblock-modal h2,
  #adblock-help-modal h2 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .cookies-overlay p {
    margin: 0;
    float: none;
    width: 100%;
    padding: 5px;
    font-size: .8em;
    line-height: 1.3em;
  }

  .interstitial-header-title {
    display: none;
  }

  .interstitial-header {
    text-align: center;
  }

  .interstitial-close-button {
    float: none;
  }
}


        /**************************
       Generic colors for site
    ***************************/
    :root {
      --site-color: #990100;
    }
    .site-color, .text-site-color, .site-color > a, .header a { color: #990100; }
    .bg-site-color { background-color: #990100; }
    .border-site-color{ border-color:#990100;}

    .header, .scrolled-bar, .footer, .last-column   { border-color: #990100  }
    .preheader  { background-color: #990100; }

    .widget-header span, .widget-header span > a, blockquote  { border-color:#990100; }
    .header-section:before, .widget-header:before  { color:#990100; }

    .pagination>li>a { color:#990100; }
    .pagination>li.active>a, .search-block .form-input { background-color:#990100; border-color:#990100; }

    .widget-content a:hover, .widget-content .title a:hover,
    .small-menu .sections-top-button:hover .fa, .small-menu .sections-top-block .sections-top li a, .small-menu .sections-top-block:hover .fa, .small-menu .sections-top-block:hover .fa,.small-menu .sections-top-block:hover span  {  color:#990100; }
    .main-nav-menu .section-listing > ul > li:hover { border-bottom: 1px solid #990100; }

    .onm-new .title a:hover, .search-block:hover .search-button .fa , .search-block .search-button:hover .fa,
    .onm-new .content-info, span.content-info,
    .onm-new .content-info .fa, .onm-new .content-info a:hover, .onm-new .summary a:hover,
    .preheader .social-links li a:hover, .preheader .social-links li a:hover .fa { color:#990100; }
    .onm-new .category-name { background-color: #990100; }

    .header-section.dark, .widget-header.dark, .article-navigation,
    .header-section .goToCat:hover, .back-to-top:hover { background-color: #990100; }

    .play-button:hover .fa,
    .widget .widget-header.colorize, .back-to-top i, .inner-content .mini-utilities li a { color:#990100 }
    .back-to-top { background-color:#FFF; }
    .onm-new.opinion .opinion-data .title a:hover { color:#990100 }

    .widget-most-seeing-commented-content .content-title,
    .onm-new.video, .onm-new.album, .inner-content .content-info { border-color:#990100; }

    .wrapper-slider ul.carousel-headlines .title a:hover,
    .widget-last-minute-content .widget-content .publish-date,
    .wrapper-slider ul.carousel-headlines .selected .title a { color: #990100; }

    .widget-carousel-lateral .item .caption-image .subtitle  { color:#990100; }
    .widget-carousel-lateral .carousel-indicators li { border-color:#990100; }
    .widget-carousel-lateral .carousel-indicators .active { background-color: #990100; }
    .widget-blogs-with-photo .name a  { color:#990100; }
    .summary a, .inner-content .body a { color:#990100; }
    .widget-editorial .item-data .content-info .content-time  { color:#990100; }

    .widget-header.border-site-color { border-color: #eaeaea !important; }
    .slider-nav i:hover, .widget-content ul li:after,
    .wrapper-cover .one-one:nth-of-type(1n+2) .article-media:after {  background-color: #990100; }

    .article-navigation .title a:hover { color:#990100; }
    .album-highlighted  .carousel-control .fa  {  background-color: #990100; }


    .datepicker thead tr:first-child th:hover,
    .datepicker tfoot tr th:hover,
    .datepicker table tr td.active { background-color:#990100 !important; background-image:none; }
    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker tableba tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover { background-color:#990100 !important; background-image:none; }
    
    .onm-new.colorize { border-radius:0 !important; }
    .media.colorize { margin:0; }
    .owl-prev, .owl-next { background-color: #990100; }

@media (min-width: 992px) {
    .main-nav-menu .section-listing > ul > li > a:hover { color: #990100; }
    .main-nav-menu .section-listing .submenu { border-color: #990100; }
}
@media (max-width: 479px) {
    .small-menu .sections-top-block .sections-top { border-right-color: #990100!important; }
}



    .header-logo.topbar a { color: #000000; }
  .main-nav-menu .section-listing > ul > li > a { border-color: #990100; }
  .article-navigation:hover { background-color: #990100; }


        /*********************
       CSS for categories
    **********************/
                                /* Rules for category sociedad*/
            .onm-new .category-color.sociedad, .text-sociedad,a.text-sociedad,.text-sociedad a { color: 242224; }
            .bg-sociedad, .onm-new .category-bg.sociedad { background-color:242224; }
            .onm-new .category.sociedad a:hover { color:242224; }
            .header-section.color-sociedad:before,.widget-header.color-sociedad:before { color:242224; }

            body.sociedad .topbar.scrolled-bar { background-color:242224!important; }
            body.sociedad .footer, body.sociedad header.header, body.sociedad .scrolled-bar { background-color: 242224; }

            .onm-new .text-sociedad  { color:242224 !important; }
            .onm-new .content-info.sociedad-color .fa,
            .onm-new .sociedad .content-info .fa { color:242224 !important; }
            .color-sociedad,.color-sociedad a, .color-sociedad fa { color:242224 !important; }

            .menu > li.sociedad a,
            .menu > li.sociedad .submenu a { color:242224!important; }
            body.sociedad .machine-related-contents .widget-header { background-color:242224!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-sociedad span { background-color:242224!important; }
            .sociedad-color{ color:242224!important; }
            .bg-sociedad{ background-color:242224!important; }
            .bg-sociedad.trans{ background:transparent!important; }
            .bg-sociedad.trans:after{ background-color:242224!important; }
            .border-sociedad-color{ border-color:242224!important; }
            ul li.border-sociedad-color:after{ background-color:242224!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-sociedad-trans:after{ background-color:242224!important; }

                                            /* Rules for category cartelera*/
            .onm-new .category-color.cartelera, .text-cartelera,a.text-cartelera,.text-cartelera a { color: 242224; }
            .bg-cartelera, .onm-new .category-bg.cartelera { background-color:242224; }
            .onm-new .category.cartelera a:hover { color:242224; }
            .header-section.color-cartelera:before,.widget-header.color-cartelera:before { color:242224; }

            body.cartelera .topbar.scrolled-bar { background-color:242224!important; }
            body.cartelera .footer, body.cartelera header.header, body.cartelera .scrolled-bar { background-color: 242224; }

            .onm-new .text-cartelera  { color:242224 !important; }
            .onm-new .content-info.cartelera-color .fa,
            .onm-new .cartelera .content-info .fa { color:242224 !important; }
            .color-cartelera,.color-cartelera a, .color-cartelera fa { color:242224 !important; }

            .menu > li.cartelera a,
            .menu > li.cartelera .submenu a { color:242224!important; }
            body.cartelera .machine-related-contents .widget-header { background-color:242224!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-cartelera span { background-color:242224!important; }
            .cartelera-color{ color:242224!important; }
            .bg-cartelera{ background-color:242224!important; }
            .bg-cartelera.trans{ background:transparent!important; }
            .bg-cartelera.trans:after{ background-color:242224!important; }
            .border-cartelera-color{ border-color:242224!important; }
            ul li.border-cartelera-color:after{ background-color:242224!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-cartelera-trans:after{ background-color:242224!important; }

                                            /* Rules for category un-dia-como-hoy*/
            .onm-new .category-color.un-dia-como-hoy, .text-un-dia-como-hoy,a.text-un-dia-como-hoy,.text-un-dia-como-hoy a { color: 383438; }
            .bg-un-dia-como-hoy, .onm-new .category-bg.un-dia-como-hoy { background-color:383438; }
            .onm-new .category.un-dia-como-hoy a:hover { color:383438; }
            .header-section.color-un-dia-como-hoy:before,.widget-header.color-un-dia-como-hoy:before { color:383438; }

            body.un-dia-como-hoy .topbar.scrolled-bar { background-color:383438!important; }
            body.un-dia-como-hoy .footer, body.un-dia-como-hoy header.header, body.un-dia-como-hoy .scrolled-bar { background-color: 383438; }

            .onm-new .text-un-dia-como-hoy  { color:383438 !important; }
            .onm-new .content-info.un-dia-como-hoy-color .fa,
            .onm-new .un-dia-como-hoy .content-info .fa { color:383438 !important; }
            .color-un-dia-como-hoy,.color-un-dia-como-hoy a, .color-un-dia-como-hoy fa { color:383438 !important; }

            .menu > li.un-dia-como-hoy a,
            .menu > li.un-dia-como-hoy .submenu a { color:383438!important; }
            body.un-dia-como-hoy .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-un-dia-como-hoy span { background-color:383438!important; }
            .un-dia-como-hoy-color{ color:383438!important; }
            .bg-un-dia-como-hoy{ background-color:383438!important; }
            .bg-un-dia-como-hoy.trans{ background:transparent!important; }
            .bg-un-dia-como-hoy.trans:after{ background-color:383438!important; }
            .border-un-dia-como-hoy-color{ border-color:383438!important; }
            ul li.border-un-dia-como-hoy-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-un-dia-como-hoy-trans:after{ background-color:383438!important; }

                                            /* Rules for category legislatura-gto*/
            .onm-new .category-color.legislatura-gto, .text-legislatura-gto,a.text-legislatura-gto,.text-legislatura-gto a { color: 383438; }
            .bg-legislatura-gto, .onm-new .category-bg.legislatura-gto { background-color:383438; }
            .onm-new .category.legislatura-gto a:hover { color:383438; }
            .header-section.color-legislatura-gto:before,.widget-header.color-legislatura-gto:before { color:383438; }

            body.legislatura-gto .topbar.scrolled-bar { background-color:383438!important; }
            body.legislatura-gto .footer, body.legislatura-gto header.header, body.legislatura-gto .scrolled-bar { background-color: 383438; }

            .onm-new .text-legislatura-gto  { color:383438 !important; }
            .onm-new .content-info.legislatura-gto-color .fa,
            .onm-new .legislatura-gto .content-info .fa { color:383438 !important; }
            .color-legislatura-gto,.color-legislatura-gto a, .color-legislatura-gto fa { color:383438 !important; }

            .menu > li.legislatura-gto a,
            .menu > li.legislatura-gto .submenu a { color:383438!important; }
            body.legislatura-gto .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-legislatura-gto span { background-color:383438!important; }
            .legislatura-gto-color{ color:383438!important; }
            .bg-legislatura-gto{ background-color:383438!important; }
            .bg-legislatura-gto.trans{ background:transparent!important; }
            .bg-legislatura-gto.trans:after{ background-color:383438!important; }
            .border-legislatura-gto-color{ border-color:383438!important; }
            ul li.border-legislatura-gto-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-legislatura-gto-trans:after{ background-color:383438!important; }

                                            /* Rules for category la-foto-de-hoy*/
            .onm-new .category-color.la-foto-de-hoy, .text-la-foto-de-hoy,a.text-la-foto-de-hoy,.text-la-foto-de-hoy a { color: 383438; }
            .bg-la-foto-de-hoy, .onm-new .category-bg.la-foto-de-hoy { background-color:383438; }
            .onm-new .category.la-foto-de-hoy a:hover { color:383438; }
            .header-section.color-la-foto-de-hoy:before,.widget-header.color-la-foto-de-hoy:before { color:383438; }

            body.la-foto-de-hoy .topbar.scrolled-bar { background-color:383438!important; }
            body.la-foto-de-hoy .footer, body.la-foto-de-hoy header.header, body.la-foto-de-hoy .scrolled-bar { background-color: 383438; }

            .onm-new .text-la-foto-de-hoy  { color:383438 !important; }
            .onm-new .content-info.la-foto-de-hoy-color .fa,
            .onm-new .la-foto-de-hoy .content-info .fa { color:383438 !important; }
            .color-la-foto-de-hoy,.color-la-foto-de-hoy a, .color-la-foto-de-hoy fa { color:383438 !important; }

            .menu > li.la-foto-de-hoy a,
            .menu > li.la-foto-de-hoy .submenu a { color:383438!important; }
            body.la-foto-de-hoy .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-la-foto-de-hoy span { background-color:383438!important; }
            .la-foto-de-hoy-color{ color:383438!important; }
            .bg-la-foto-de-hoy{ background-color:383438!important; }
            .bg-la-foto-de-hoy.trans{ background:transparent!important; }
            .bg-la-foto-de-hoy.trans:after{ background-color:383438!important; }
            .border-la-foto-de-hoy-color{ border-color:383438!important; }
            ul li.border-la-foto-de-hoy-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-la-foto-de-hoy-trans:after{ background-color:383438!important; }

                                            /* Rules for category cultura-y-espectaculos*/
            .onm-new .category-color.cultura-y-espectaculos, .text-cultura-y-espectaculos,a.text-cultura-y-espectaculos,.text-cultura-y-espectaculos a { color: 383438; }
            .bg-cultura-y-espectaculos, .onm-new .category-bg.cultura-y-espectaculos { background-color:383438; }
            .onm-new .category.cultura-y-espectaculos a:hover { color:383438; }
            .header-section.color-cultura-y-espectaculos:before,.widget-header.color-cultura-y-espectaculos:before { color:383438; }

            body.cultura-y-espectaculos .topbar.scrolled-bar { background-color:383438!important; }
            body.cultura-y-espectaculos .footer, body.cultura-y-espectaculos header.header, body.cultura-y-espectaculos .scrolled-bar { background-color: 383438; }

            .onm-new .text-cultura-y-espectaculos  { color:383438 !important; }
            .onm-new .content-info.cultura-y-espectaculos-color .fa,
            .onm-new .cultura-y-espectaculos .content-info .fa { color:383438 !important; }
            .color-cultura-y-espectaculos,.color-cultura-y-espectaculos a, .color-cultura-y-espectaculos fa { color:383438 !important; }

            .menu > li.cultura-y-espectaculos a,
            .menu > li.cultura-y-espectaculos .submenu a { color:383438!important; }
            body.cultura-y-espectaculos .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-cultura-y-espectaculos span { background-color:383438!important; }
            .cultura-y-espectaculos-color{ color:383438!important; }
            .bg-cultura-y-espectaculos{ background-color:383438!important; }
            .bg-cultura-y-espectaculos.trans{ background:transparent!important; }
            .bg-cultura-y-espectaculos.trans:after{ background-color:383438!important; }
            .border-cultura-y-espectaculos-color{ border-color:383438!important; }
            ul li.border-cultura-y-espectaculos-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-cultura-y-espectaculos-trans:after{ background-color:383438!important; }

                                            /* Rules for category opinion1*/
            .onm-new .category-color.opinion1, .text-opinion1,a.text-opinion1,.text-opinion1 a { color: 0f0e0f; }
            .bg-opinion1, .onm-new .category-bg.opinion1 { background-color:0f0e0f; }
            .onm-new .category.opinion1 a:hover { color:0f0e0f; }
            .header-section.color-opinion1:before,.widget-header.color-opinion1:before { color:0f0e0f; }

            body.opinion1 .topbar.scrolled-bar { background-color:0f0e0f!important; }
            body.opinion1 .footer, body.opinion1 header.header, body.opinion1 .scrolled-bar { background-color: 0f0e0f; }

            .onm-new .text-opinion1  { color:0f0e0f !important; }
            .onm-new .content-info.opinion1-color .fa,
            .onm-new .opinion1 .content-info .fa { color:0f0e0f !important; }
            .color-opinion1,.color-opinion1 a, .color-opinion1 fa { color:0f0e0f !important; }

            .menu > li.opinion1 a,
            .menu > li.opinion1 .submenu a { color:0f0e0f!important; }
            body.opinion1 .machine-related-contents .widget-header { background-color:0f0e0f!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-opinion1 span { background-color:0f0e0f!important; }
            .opinion1-color{ color:0f0e0f!important; }
            .bg-opinion1{ background-color:0f0e0f!important; }
            .bg-opinion1.trans{ background:transparent!important; }
            .bg-opinion1.trans:after{ background-color:0f0e0f!important; }
            .border-opinion1-color{ border-color:0f0e0f!important; }
            ul li.border-opinion1-color:after{ background-color:0f0e0f!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-opinion1-trans:after{ background-color:0f0e0f!important; }

                                            /* Rules for category libros*/
            .onm-new .category-color.libros, .text-libros,a.text-libros,.text-libros a { color: 383438; }
            .bg-libros, .onm-new .category-bg.libros { background-color:383438; }
            .onm-new .category.libros a:hover { color:383438; }
            .header-section.color-libros:before,.widget-header.color-libros:before { color:383438; }

            body.libros .topbar.scrolled-bar { background-color:383438!important; }
            body.libros .footer, body.libros header.header, body.libros .scrolled-bar { background-color: 383438; }

            .onm-new .text-libros  { color:383438 !important; }
            .onm-new .content-info.libros-color .fa,
            .onm-new .libros .content-info .fa { color:383438 !important; }
            .color-libros,.color-libros a, .color-libros fa { color:383438 !important; }

            .menu > li.libros a,
            .menu > li.libros .submenu a { color:383438!important; }
            body.libros .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-libros span { background-color:383438!important; }
            .libros-color{ color:383438!important; }
            .bg-libros{ background-color:383438!important; }
            .bg-libros.trans{ background:transparent!important; }
            .bg-libros.trans:after{ background-color:383438!important; }
            .border-libros-color{ border-color:383438!important; }
            ul li.border-libros-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-libros-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-001*/
            .onm-new .category-color.tachas-001, .text-tachas-001,a.text-tachas-001,.text-tachas-001 a { color: 9e0310; }
            .bg-tachas-001, .onm-new .category-bg.tachas-001 { background-color:9e0310; }
            .onm-new .category.tachas-001 a:hover { color:9e0310; }
            .header-section.color-tachas-001:before,.widget-header.color-tachas-001:before { color:9e0310; }

            body.tachas-001 .topbar.scrolled-bar { background-color:9e0310!important; }
            body.tachas-001 .footer, body.tachas-001 header.header, body.tachas-001 .scrolled-bar { background-color: 9e0310; }

            .onm-new .text-tachas-001  { color:9e0310 !important; }
            .onm-new .content-info.tachas-001-color .fa,
            .onm-new .tachas-001 .content-info .fa { color:9e0310 !important; }
            .color-tachas-001,.color-tachas-001 a, .color-tachas-001 fa { color:9e0310 !important; }

            .menu > li.tachas-001 a,
            .menu > li.tachas-001 .submenu a { color:9e0310!important; }
            body.tachas-001 .machine-related-contents .widget-header { background-color:9e0310!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-001 span { background-color:9e0310!important; }
            .tachas-001-color{ color:9e0310!important; }
            .bg-tachas-001{ background-color:9e0310!important; }
            .bg-tachas-001.trans{ background:transparent!important; }
            .bg-tachas-001.trans:after{ background-color:9e0310!important; }
            .border-tachas-001-color{ border-color:9e0310!important; }
            ul li.border-tachas-001-color:after{ background-color:9e0310!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-001-trans:after{ background-color:9e0310!important; }

                                            /* Rules for category tachas-002*/
            .onm-new .category-color.tachas-002, .text-tachas-002,a.text-tachas-002,.text-tachas-002 a { color: 383438; }
            .bg-tachas-002, .onm-new .category-bg.tachas-002 { background-color:383438; }
            .onm-new .category.tachas-002 a:hover { color:383438; }
            .header-section.color-tachas-002:before,.widget-header.color-tachas-002:before { color:383438; }

            body.tachas-002 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-002 .footer, body.tachas-002 header.header, body.tachas-002 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-002  { color:383438 !important; }
            .onm-new .content-info.tachas-002-color .fa,
            .onm-new .tachas-002 .content-info .fa { color:383438 !important; }
            .color-tachas-002,.color-tachas-002 a, .color-tachas-002 fa { color:383438 !important; }

            .menu > li.tachas-002 a,
            .menu > li.tachas-002 .submenu a { color:383438!important; }
            body.tachas-002 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-002 span { background-color:383438!important; }
            .tachas-002-color{ color:383438!important; }
            .bg-tachas-002{ background-color:383438!important; }
            .bg-tachas-002.trans{ background:transparent!important; }
            .bg-tachas-002.trans:after{ background-color:383438!important; }
            .border-tachas-002-color{ border-color:383438!important; }
            ul li.border-tachas-002-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-002-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-003*/
            .onm-new .category-color.tachas-003, .text-tachas-003,a.text-tachas-003,.text-tachas-003 a { color: 383438; }
            .bg-tachas-003, .onm-new .category-bg.tachas-003 { background-color:383438; }
            .onm-new .category.tachas-003 a:hover { color:383438; }
            .header-section.color-tachas-003:before,.widget-header.color-tachas-003:before { color:383438; }

            body.tachas-003 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-003 .footer, body.tachas-003 header.header, body.tachas-003 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-003  { color:383438 !important; }
            .onm-new .content-info.tachas-003-color .fa,
            .onm-new .tachas-003 .content-info .fa { color:383438 !important; }
            .color-tachas-003,.color-tachas-003 a, .color-tachas-003 fa { color:383438 !important; }

            .menu > li.tachas-003 a,
            .menu > li.tachas-003 .submenu a { color:383438!important; }
            body.tachas-003 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-003 span { background-color:383438!important; }
            .tachas-003-color{ color:383438!important; }
            .bg-tachas-003{ background-color:383438!important; }
            .bg-tachas-003.trans{ background:transparent!important; }
            .bg-tachas-003.trans:after{ background-color:383438!important; }
            .border-tachas-003-color{ border-color:383438!important; }
            ul li.border-tachas-003-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-003-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-004*/
            .onm-new .category-color.tachas-004, .text-tachas-004,a.text-tachas-004,.text-tachas-004 a { color: 383438; }
            .bg-tachas-004, .onm-new .category-bg.tachas-004 { background-color:383438; }
            .onm-new .category.tachas-004 a:hover { color:383438; }
            .header-section.color-tachas-004:before,.widget-header.color-tachas-004:before { color:383438; }

            body.tachas-004 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-004 .footer, body.tachas-004 header.header, body.tachas-004 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-004  { color:383438 !important; }
            .onm-new .content-info.tachas-004-color .fa,
            .onm-new .tachas-004 .content-info .fa { color:383438 !important; }
            .color-tachas-004,.color-tachas-004 a, .color-tachas-004 fa { color:383438 !important; }

            .menu > li.tachas-004 a,
            .menu > li.tachas-004 .submenu a { color:383438!important; }
            body.tachas-004 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-004 span { background-color:383438!important; }
            .tachas-004-color{ color:383438!important; }
            .bg-tachas-004{ background-color:383438!important; }
            .bg-tachas-004.trans{ background:transparent!important; }
            .bg-tachas-004.trans:after{ background-color:383438!important; }
            .border-tachas-004-color{ border-color:383438!important; }
            ul li.border-tachas-004-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-004-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-005*/
            .onm-new .category-color.tachas-005, .text-tachas-005,a.text-tachas-005,.text-tachas-005 a { color: 383438; }
            .bg-tachas-005, .onm-new .category-bg.tachas-005 { background-color:383438; }
            .onm-new .category.tachas-005 a:hover { color:383438; }
            .header-section.color-tachas-005:before,.widget-header.color-tachas-005:before { color:383438; }

            body.tachas-005 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-005 .footer, body.tachas-005 header.header, body.tachas-005 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-005  { color:383438 !important; }
            .onm-new .content-info.tachas-005-color .fa,
            .onm-new .tachas-005 .content-info .fa { color:383438 !important; }
            .color-tachas-005,.color-tachas-005 a, .color-tachas-005 fa { color:383438 !important; }

            .menu > li.tachas-005 a,
            .menu > li.tachas-005 .submenu a { color:383438!important; }
            body.tachas-005 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-005 span { background-color:383438!important; }
            .tachas-005-color{ color:383438!important; }
            .bg-tachas-005{ background-color:383438!important; }
            .bg-tachas-005.trans{ background:transparent!important; }
            .bg-tachas-005.trans:after{ background-color:383438!important; }
            .border-tachas-005-color{ border-color:383438!important; }
            ul li.border-tachas-005-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-005-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-006*/
            .onm-new .category-color.tachas-006, .text-tachas-006,a.text-tachas-006,.text-tachas-006 a { color: 383438; }
            .bg-tachas-006, .onm-new .category-bg.tachas-006 { background-color:383438; }
            .onm-new .category.tachas-006 a:hover { color:383438; }
            .header-section.color-tachas-006:before,.widget-header.color-tachas-006:before { color:383438; }

            body.tachas-006 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-006 .footer, body.tachas-006 header.header, body.tachas-006 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-006  { color:383438 !important; }
            .onm-new .content-info.tachas-006-color .fa,
            .onm-new .tachas-006 .content-info .fa { color:383438 !important; }
            .color-tachas-006,.color-tachas-006 a, .color-tachas-006 fa { color:383438 !important; }

            .menu > li.tachas-006 a,
            .menu > li.tachas-006 .submenu a { color:383438!important; }
            body.tachas-006 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-006 span { background-color:383438!important; }
            .tachas-006-color{ color:383438!important; }
            .bg-tachas-006{ background-color:383438!important; }
            .bg-tachas-006.trans{ background:transparent!important; }
            .bg-tachas-006.trans:after{ background-color:383438!important; }
            .border-tachas-006-color{ border-color:383438!important; }
            ul li.border-tachas-006-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-006-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-007*/
            .onm-new .category-color.tachas-007, .text-tachas-007,a.text-tachas-007,.text-tachas-007 a { color: 383438; }
            .bg-tachas-007, .onm-new .category-bg.tachas-007 { background-color:383438; }
            .onm-new .category.tachas-007 a:hover { color:383438; }
            .header-section.color-tachas-007:before,.widget-header.color-tachas-007:before { color:383438; }

            body.tachas-007 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-007 .footer, body.tachas-007 header.header, body.tachas-007 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-007  { color:383438 !important; }
            .onm-new .content-info.tachas-007-color .fa,
            .onm-new .tachas-007 .content-info .fa { color:383438 !important; }
            .color-tachas-007,.color-tachas-007 a, .color-tachas-007 fa { color:383438 !important; }

            .menu > li.tachas-007 a,
            .menu > li.tachas-007 .submenu a { color:383438!important; }
            body.tachas-007 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-007 span { background-color:383438!important; }
            .tachas-007-color{ color:383438!important; }
            .bg-tachas-007{ background-color:383438!important; }
            .bg-tachas-007.trans{ background:transparent!important; }
            .bg-tachas-007.trans:after{ background-color:383438!important; }
            .border-tachas-007-color{ border-color:383438!important; }
            ul li.border-tachas-007-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-007-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-008*/
            .onm-new .category-color.tachas-008, .text-tachas-008,a.text-tachas-008,.text-tachas-008 a { color: 383438; }
            .bg-tachas-008, .onm-new .category-bg.tachas-008 { background-color:383438; }
            .onm-new .category.tachas-008 a:hover { color:383438; }
            .header-section.color-tachas-008:before,.widget-header.color-tachas-008:before { color:383438; }

            body.tachas-008 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-008 .footer, body.tachas-008 header.header, body.tachas-008 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-008  { color:383438 !important; }
            .onm-new .content-info.tachas-008-color .fa,
            .onm-new .tachas-008 .content-info .fa { color:383438 !important; }
            .color-tachas-008,.color-tachas-008 a, .color-tachas-008 fa { color:383438 !important; }

            .menu > li.tachas-008 a,
            .menu > li.tachas-008 .submenu a { color:383438!important; }
            body.tachas-008 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-008 span { background-color:383438!important; }
            .tachas-008-color{ color:383438!important; }
            .bg-tachas-008{ background-color:383438!important; }
            .bg-tachas-008.trans{ background:transparent!important; }
            .bg-tachas-008.trans:after{ background-color:383438!important; }
            .border-tachas-008-color{ border-color:383438!important; }
            ul li.border-tachas-008-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-008-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-009*/
            .onm-new .category-color.tachas-009, .text-tachas-009,a.text-tachas-009,.text-tachas-009 a { color: 383438; }
            .bg-tachas-009, .onm-new .category-bg.tachas-009 { background-color:383438; }
            .onm-new .category.tachas-009 a:hover { color:383438; }
            .header-section.color-tachas-009:before,.widget-header.color-tachas-009:before { color:383438; }

            body.tachas-009 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-009 .footer, body.tachas-009 header.header, body.tachas-009 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-009  { color:383438 !important; }
            .onm-new .content-info.tachas-009-color .fa,
            .onm-new .tachas-009 .content-info .fa { color:383438 !important; }
            .color-tachas-009,.color-tachas-009 a, .color-tachas-009 fa { color:383438 !important; }

            .menu > li.tachas-009 a,
            .menu > li.tachas-009 .submenu a { color:383438!important; }
            body.tachas-009 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-009 span { background-color:383438!important; }
            .tachas-009-color{ color:383438!important; }
            .bg-tachas-009{ background-color:383438!important; }
            .bg-tachas-009.trans{ background:transparent!important; }
            .bg-tachas-009.trans:after{ background-color:383438!important; }
            .border-tachas-009-color{ border-color:383438!important; }
            ul li.border-tachas-009-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-009-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-010*/
            .onm-new .category-color.tachas-010, .text-tachas-010,a.text-tachas-010,.text-tachas-010 a { color: 383438; }
            .bg-tachas-010, .onm-new .category-bg.tachas-010 { background-color:383438; }
            .onm-new .category.tachas-010 a:hover { color:383438; }
            .header-section.color-tachas-010:before,.widget-header.color-tachas-010:before { color:383438; }

            body.tachas-010 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-010 .footer, body.tachas-010 header.header, body.tachas-010 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-010  { color:383438 !important; }
            .onm-new .content-info.tachas-010-color .fa,
            .onm-new .tachas-010 .content-info .fa { color:383438 !important; }
            .color-tachas-010,.color-tachas-010 a, .color-tachas-010 fa { color:383438 !important; }

            .menu > li.tachas-010 a,
            .menu > li.tachas-010 .submenu a { color:383438!important; }
            body.tachas-010 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-010 span { background-color:383438!important; }
            .tachas-010-color{ color:383438!important; }
            .bg-tachas-010{ background-color:383438!important; }
            .bg-tachas-010.trans{ background:transparent!important; }
            .bg-tachas-010.trans:after{ background-color:383438!important; }
            .border-tachas-010-color{ border-color:383438!important; }
            ul li.border-tachas-010-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-010-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-011*/
            .onm-new .category-color.tachas-011, .text-tachas-011,a.text-tachas-011,.text-tachas-011 a { color: 383438; }
            .bg-tachas-011, .onm-new .category-bg.tachas-011 { background-color:383438; }
            .onm-new .category.tachas-011 a:hover { color:383438; }
            .header-section.color-tachas-011:before,.widget-header.color-tachas-011:before { color:383438; }

            body.tachas-011 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-011 .footer, body.tachas-011 header.header, body.tachas-011 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-011  { color:383438 !important; }
            .onm-new .content-info.tachas-011-color .fa,
            .onm-new .tachas-011 .content-info .fa { color:383438 !important; }
            .color-tachas-011,.color-tachas-011 a, .color-tachas-011 fa { color:383438 !important; }

            .menu > li.tachas-011 a,
            .menu > li.tachas-011 .submenu a { color:383438!important; }
            body.tachas-011 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-011 span { background-color:383438!important; }
            .tachas-011-color{ color:383438!important; }
            .bg-tachas-011{ background-color:383438!important; }
            .bg-tachas-011.trans{ background:transparent!important; }
            .bg-tachas-011.trans:after{ background-color:383438!important; }
            .border-tachas-011-color{ border-color:383438!important; }
            ul li.border-tachas-011-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-011-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-012*/
            .onm-new .category-color.tachas-012, .text-tachas-012,a.text-tachas-012,.text-tachas-012 a { color: 383438; }
            .bg-tachas-012, .onm-new .category-bg.tachas-012 { background-color:383438; }
            .onm-new .category.tachas-012 a:hover { color:383438; }
            .header-section.color-tachas-012:before,.widget-header.color-tachas-012:before { color:383438; }

            body.tachas-012 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-012 .footer, body.tachas-012 header.header, body.tachas-012 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-012  { color:383438 !important; }
            .onm-new .content-info.tachas-012-color .fa,
            .onm-new .tachas-012 .content-info .fa { color:383438 !important; }
            .color-tachas-012,.color-tachas-012 a, .color-tachas-012 fa { color:383438 !important; }

            .menu > li.tachas-012 a,
            .menu > li.tachas-012 .submenu a { color:383438!important; }
            body.tachas-012 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-012 span { background-color:383438!important; }
            .tachas-012-color{ color:383438!important; }
            .bg-tachas-012{ background-color:383438!important; }
            .bg-tachas-012.trans{ background:transparent!important; }
            .bg-tachas-012.trans:after{ background-color:383438!important; }
            .border-tachas-012-color{ border-color:383438!important; }
            ul li.border-tachas-012-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-012-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-013*/
            .onm-new .category-color.tachas-013, .text-tachas-013,a.text-tachas-013,.text-tachas-013 a { color: 383438; }
            .bg-tachas-013, .onm-new .category-bg.tachas-013 { background-color:383438; }
            .onm-new .category.tachas-013 a:hover { color:383438; }
            .header-section.color-tachas-013:before,.widget-header.color-tachas-013:before { color:383438; }

            body.tachas-013 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-013 .footer, body.tachas-013 header.header, body.tachas-013 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-013  { color:383438 !important; }
            .onm-new .content-info.tachas-013-color .fa,
            .onm-new .tachas-013 .content-info .fa { color:383438 !important; }
            .color-tachas-013,.color-tachas-013 a, .color-tachas-013 fa { color:383438 !important; }

            .menu > li.tachas-013 a,
            .menu > li.tachas-013 .submenu a { color:383438!important; }
            body.tachas-013 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-013 span { background-color:383438!important; }
            .tachas-013-color{ color:383438!important; }
            .bg-tachas-013{ background-color:383438!important; }
            .bg-tachas-013.trans{ background:transparent!important; }
            .bg-tachas-013.trans:after{ background-color:383438!important; }
            .border-tachas-013-color{ border-color:383438!important; }
            ul li.border-tachas-013-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-013-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-014*/
            .onm-new .category-color.tachas-014, .text-tachas-014,a.text-tachas-014,.text-tachas-014 a { color: 383438; }
            .bg-tachas-014, .onm-new .category-bg.tachas-014 { background-color:383438; }
            .onm-new .category.tachas-014 a:hover { color:383438; }
            .header-section.color-tachas-014:before,.widget-header.color-tachas-014:before { color:383438; }

            body.tachas-014 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-014 .footer, body.tachas-014 header.header, body.tachas-014 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-014  { color:383438 !important; }
            .onm-new .content-info.tachas-014-color .fa,
            .onm-new .tachas-014 .content-info .fa { color:383438 !important; }
            .color-tachas-014,.color-tachas-014 a, .color-tachas-014 fa { color:383438 !important; }

            .menu > li.tachas-014 a,
            .menu > li.tachas-014 .submenu a { color:383438!important; }
            body.tachas-014 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-014 span { background-color:383438!important; }
            .tachas-014-color{ color:383438!important; }
            .bg-tachas-014{ background-color:383438!important; }
            .bg-tachas-014.trans{ background:transparent!important; }
            .bg-tachas-014.trans:after{ background-color:383438!important; }
            .border-tachas-014-color{ border-color:383438!important; }
            ul li.border-tachas-014-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-014-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-015*/
            .onm-new .category-color.tachas-015, .text-tachas-015,a.text-tachas-015,.text-tachas-015 a { color: 383438; }
            .bg-tachas-015, .onm-new .category-bg.tachas-015 { background-color:383438; }
            .onm-new .category.tachas-015 a:hover { color:383438; }
            .header-section.color-tachas-015:before,.widget-header.color-tachas-015:before { color:383438; }

            body.tachas-015 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-015 .footer, body.tachas-015 header.header, body.tachas-015 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-015  { color:383438 !important; }
            .onm-new .content-info.tachas-015-color .fa,
            .onm-new .tachas-015 .content-info .fa { color:383438 !important; }
            .color-tachas-015,.color-tachas-015 a, .color-tachas-015 fa { color:383438 !important; }

            .menu > li.tachas-015 a,
            .menu > li.tachas-015 .submenu a { color:383438!important; }
            body.tachas-015 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-015 span { background-color:383438!important; }
            .tachas-015-color{ color:383438!important; }
            .bg-tachas-015{ background-color:383438!important; }
            .bg-tachas-015.trans{ background:transparent!important; }
            .bg-tachas-015.trans:after{ background-color:383438!important; }
            .border-tachas-015-color{ border-color:383438!important; }
            ul li.border-tachas-015-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-015-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-016*/
            .onm-new .category-color.tachas-016, .text-tachas-016,a.text-tachas-016,.text-tachas-016 a { color: 383438; }
            .bg-tachas-016, .onm-new .category-bg.tachas-016 { background-color:383438; }
            .onm-new .category.tachas-016 a:hover { color:383438; }
            .header-section.color-tachas-016:before,.widget-header.color-tachas-016:before { color:383438; }

            body.tachas-016 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-016 .footer, body.tachas-016 header.header, body.tachas-016 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-016  { color:383438 !important; }
            .onm-new .content-info.tachas-016-color .fa,
            .onm-new .tachas-016 .content-info .fa { color:383438 !important; }
            .color-tachas-016,.color-tachas-016 a, .color-tachas-016 fa { color:383438 !important; }

            .menu > li.tachas-016 a,
            .menu > li.tachas-016 .submenu a { color:383438!important; }
            body.tachas-016 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-016 span { background-color:383438!important; }
            .tachas-016-color{ color:383438!important; }
            .bg-tachas-016{ background-color:383438!important; }
            .bg-tachas-016.trans{ background:transparent!important; }
            .bg-tachas-016.trans:after{ background-color:383438!important; }
            .border-tachas-016-color{ border-color:383438!important; }
            ul li.border-tachas-016-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-016-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-017*/
            .onm-new .category-color.tachas-017, .text-tachas-017,a.text-tachas-017,.text-tachas-017 a { color: 383438; }
            .bg-tachas-017, .onm-new .category-bg.tachas-017 { background-color:383438; }
            .onm-new .category.tachas-017 a:hover { color:383438; }
            .header-section.color-tachas-017:before,.widget-header.color-tachas-017:before { color:383438; }

            body.tachas-017 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-017 .footer, body.tachas-017 header.header, body.tachas-017 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-017  { color:383438 !important; }
            .onm-new .content-info.tachas-017-color .fa,
            .onm-new .tachas-017 .content-info .fa { color:383438 !important; }
            .color-tachas-017,.color-tachas-017 a, .color-tachas-017 fa { color:383438 !important; }

            .menu > li.tachas-017 a,
            .menu > li.tachas-017 .submenu a { color:383438!important; }
            body.tachas-017 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-017 span { background-color:383438!important; }
            .tachas-017-color{ color:383438!important; }
            .bg-tachas-017{ background-color:383438!important; }
            .bg-tachas-017.trans{ background:transparent!important; }
            .bg-tachas-017.trans:after{ background-color:383438!important; }
            .border-tachas-017-color{ border-color:383438!important; }
            ul li.border-tachas-017-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-017-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-018*/
            .onm-new .category-color.tachas-018, .text-tachas-018,a.text-tachas-018,.text-tachas-018 a { color: 383438; }
            .bg-tachas-018, .onm-new .category-bg.tachas-018 { background-color:383438; }
            .onm-new .category.tachas-018 a:hover { color:383438; }
            .header-section.color-tachas-018:before,.widget-header.color-tachas-018:before { color:383438; }

            body.tachas-018 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-018 .footer, body.tachas-018 header.header, body.tachas-018 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-018  { color:383438 !important; }
            .onm-new .content-info.tachas-018-color .fa,
            .onm-new .tachas-018 .content-info .fa { color:383438 !important; }
            .color-tachas-018,.color-tachas-018 a, .color-tachas-018 fa { color:383438 !important; }

            .menu > li.tachas-018 a,
            .menu > li.tachas-018 .submenu a { color:383438!important; }
            body.tachas-018 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-018 span { background-color:383438!important; }
            .tachas-018-color{ color:383438!important; }
            .bg-tachas-018{ background-color:383438!important; }
            .bg-tachas-018.trans{ background:transparent!important; }
            .bg-tachas-018.trans:after{ background-color:383438!important; }
            .border-tachas-018-color{ border-color:383438!important; }
            ul li.border-tachas-018-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-018-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-019*/
            .onm-new .category-color.tachas-019, .text-tachas-019,a.text-tachas-019,.text-tachas-019 a { color: 383438; }
            .bg-tachas-019, .onm-new .category-bg.tachas-019 { background-color:383438; }
            .onm-new .category.tachas-019 a:hover { color:383438; }
            .header-section.color-tachas-019:before,.widget-header.color-tachas-019:before { color:383438; }

            body.tachas-019 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-019 .footer, body.tachas-019 header.header, body.tachas-019 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-019  { color:383438 !important; }
            .onm-new .content-info.tachas-019-color .fa,
            .onm-new .tachas-019 .content-info .fa { color:383438 !important; }
            .color-tachas-019,.color-tachas-019 a, .color-tachas-019 fa { color:383438 !important; }

            .menu > li.tachas-019 a,
            .menu > li.tachas-019 .submenu a { color:383438!important; }
            body.tachas-019 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-019 span { background-color:383438!important; }
            .tachas-019-color{ color:383438!important; }
            .bg-tachas-019{ background-color:383438!important; }
            .bg-tachas-019.trans{ background:transparent!important; }
            .bg-tachas-019.trans:after{ background-color:383438!important; }
            .border-tachas-019-color{ border-color:383438!important; }
            ul li.border-tachas-019-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-019-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-020*/
            .onm-new .category-color.tachas-020, .text-tachas-020,a.text-tachas-020,.text-tachas-020 a { color: 383438; }
            .bg-tachas-020, .onm-new .category-bg.tachas-020 { background-color:383438; }
            .onm-new .category.tachas-020 a:hover { color:383438; }
            .header-section.color-tachas-020:before,.widget-header.color-tachas-020:before { color:383438; }

            body.tachas-020 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-020 .footer, body.tachas-020 header.header, body.tachas-020 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-020  { color:383438 !important; }
            .onm-new .content-info.tachas-020-color .fa,
            .onm-new .tachas-020 .content-info .fa { color:383438 !important; }
            .color-tachas-020,.color-tachas-020 a, .color-tachas-020 fa { color:383438 !important; }

            .menu > li.tachas-020 a,
            .menu > li.tachas-020 .submenu a { color:383438!important; }
            body.tachas-020 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-020 span { background-color:383438!important; }
            .tachas-020-color{ color:383438!important; }
            .bg-tachas-020{ background-color:383438!important; }
            .bg-tachas-020.trans{ background:transparent!important; }
            .bg-tachas-020.trans:after{ background-color:383438!important; }
            .border-tachas-020-color{ border-color:383438!important; }
            ul li.border-tachas-020-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-020-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-021*/
            .onm-new .category-color.tachas-021, .text-tachas-021,a.text-tachas-021,.text-tachas-021 a { color: 383438; }
            .bg-tachas-021, .onm-new .category-bg.tachas-021 { background-color:383438; }
            .onm-new .category.tachas-021 a:hover { color:383438; }
            .header-section.color-tachas-021:before,.widget-header.color-tachas-021:before { color:383438; }

            body.tachas-021 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-021 .footer, body.tachas-021 header.header, body.tachas-021 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-021  { color:383438 !important; }
            .onm-new .content-info.tachas-021-color .fa,
            .onm-new .tachas-021 .content-info .fa { color:383438 !important; }
            .color-tachas-021,.color-tachas-021 a, .color-tachas-021 fa { color:383438 !important; }

            .menu > li.tachas-021 a,
            .menu > li.tachas-021 .submenu a { color:383438!important; }
            body.tachas-021 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-021 span { background-color:383438!important; }
            .tachas-021-color{ color:383438!important; }
            .bg-tachas-021{ background-color:383438!important; }
            .bg-tachas-021.trans{ background:transparent!important; }
            .bg-tachas-021.trans:after{ background-color:383438!important; }
            .border-tachas-021-color{ border-color:383438!important; }
            ul li.border-tachas-021-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-021-trans:after{ background-color:383438!important; }

                                            /* Rules for category orgullo-guanajuato*/
            .onm-new .category-color.orgullo-guanajuato, .text-orgullo-guanajuato,a.text-orgullo-guanajuato,.text-orgullo-guanajuato a { color: 4c59e8; }
            .bg-orgullo-guanajuato, .onm-new .category-bg.orgullo-guanajuato { background-color:4c59e8; }
            .onm-new .category.orgullo-guanajuato a:hover { color:4c59e8; }
            .header-section.color-orgullo-guanajuato:before,.widget-header.color-orgullo-guanajuato:before { color:4c59e8; }

            body.orgullo-guanajuato .topbar.scrolled-bar { background-color:4c59e8!important; }
            body.orgullo-guanajuato .footer, body.orgullo-guanajuato header.header, body.orgullo-guanajuato .scrolled-bar { background-color: 4c59e8; }

            .onm-new .text-orgullo-guanajuato  { color:4c59e8 !important; }
            .onm-new .content-info.orgullo-guanajuato-color .fa,
            .onm-new .orgullo-guanajuato .content-info .fa { color:4c59e8 !important; }
            .color-orgullo-guanajuato,.color-orgullo-guanajuato a, .color-orgullo-guanajuato fa { color:4c59e8 !important; }

            .menu > li.orgullo-guanajuato a,
            .menu > li.orgullo-guanajuato .submenu a { color:4c59e8!important; }
            body.orgullo-guanajuato .machine-related-contents .widget-header { background-color:4c59e8!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-orgullo-guanajuato span { background-color:4c59e8!important; }
            .orgullo-guanajuato-color{ color:4c59e8!important; }
            .bg-orgullo-guanajuato{ background-color:4c59e8!important; }
            .bg-orgullo-guanajuato.trans{ background:transparent!important; }
            .bg-orgullo-guanajuato.trans:after{ background-color:4c59e8!important; }
            .border-orgullo-guanajuato-color{ border-color:4c59e8!important; }
            ul li.border-orgullo-guanajuato-color:after{ background-color:4c59e8!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-orgullo-guanajuato-trans:after{ background-color:4c59e8!important; }

                                            /* Rules for category tachas-022*/
            .onm-new .category-color.tachas-022, .text-tachas-022,a.text-tachas-022,.text-tachas-022 a { color: 383438; }
            .bg-tachas-022, .onm-new .category-bg.tachas-022 { background-color:383438; }
            .onm-new .category.tachas-022 a:hover { color:383438; }
            .header-section.color-tachas-022:before,.widget-header.color-tachas-022:before { color:383438; }

            body.tachas-022 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-022 .footer, body.tachas-022 header.header, body.tachas-022 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-022  { color:383438 !important; }
            .onm-new .content-info.tachas-022-color .fa,
            .onm-new .tachas-022 .content-info .fa { color:383438 !important; }
            .color-tachas-022,.color-tachas-022 a, .color-tachas-022 fa { color:383438 !important; }

            .menu > li.tachas-022 a,
            .menu > li.tachas-022 .submenu a { color:383438!important; }
            body.tachas-022 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-022 span { background-color:383438!important; }
            .tachas-022-color{ color:383438!important; }
            .bg-tachas-022{ background-color:383438!important; }
            .bg-tachas-022.trans{ background:transparent!important; }
            .bg-tachas-022.trans:after{ background-color:383438!important; }
            .border-tachas-022-color{ border-color:383438!important; }
            ul li.border-tachas-022-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-022-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-023*/
            .onm-new .category-color.tachas-023, .text-tachas-023,a.text-tachas-023,.text-tachas-023 a { color: 383438; }
            .bg-tachas-023, .onm-new .category-bg.tachas-023 { background-color:383438; }
            .onm-new .category.tachas-023 a:hover { color:383438; }
            .header-section.color-tachas-023:before,.widget-header.color-tachas-023:before { color:383438; }

            body.tachas-023 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-023 .footer, body.tachas-023 header.header, body.tachas-023 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-023  { color:383438 !important; }
            .onm-new .content-info.tachas-023-color .fa,
            .onm-new .tachas-023 .content-info .fa { color:383438 !important; }
            .color-tachas-023,.color-tachas-023 a, .color-tachas-023 fa { color:383438 !important; }

            .menu > li.tachas-023 a,
            .menu > li.tachas-023 .submenu a { color:383438!important; }
            body.tachas-023 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-023 span { background-color:383438!important; }
            .tachas-023-color{ color:383438!important; }
            .bg-tachas-023{ background-color:383438!important; }
            .bg-tachas-023.trans{ background:transparent!important; }
            .bg-tachas-023.trans:after{ background-color:383438!important; }
            .border-tachas-023-color{ border-color:383438!important; }
            ul li.border-tachas-023-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-023-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-024*/
            .onm-new .category-color.tachas-024, .text-tachas-024,a.text-tachas-024,.text-tachas-024 a { color: 383438; }
            .bg-tachas-024, .onm-new .category-bg.tachas-024 { background-color:383438; }
            .onm-new .category.tachas-024 a:hover { color:383438; }
            .header-section.color-tachas-024:before,.widget-header.color-tachas-024:before { color:383438; }

            body.tachas-024 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-024 .footer, body.tachas-024 header.header, body.tachas-024 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-024  { color:383438 !important; }
            .onm-new .content-info.tachas-024-color .fa,
            .onm-new .tachas-024 .content-info .fa { color:383438 !important; }
            .color-tachas-024,.color-tachas-024 a, .color-tachas-024 fa { color:383438 !important; }

            .menu > li.tachas-024 a,
            .menu > li.tachas-024 .submenu a { color:383438!important; }
            body.tachas-024 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-024 span { background-color:383438!important; }
            .tachas-024-color{ color:383438!important; }
            .bg-tachas-024{ background-color:383438!important; }
            .bg-tachas-024.trans{ background:transparent!important; }
            .bg-tachas-024.trans:after{ background-color:383438!important; }
            .border-tachas-024-color{ border-color:383438!important; }
            ul li.border-tachas-024-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-024-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-025*/
            .onm-new .category-color.tachas-025, .text-tachas-025,a.text-tachas-025,.text-tachas-025 a { color: 383438; }
            .bg-tachas-025, .onm-new .category-bg.tachas-025 { background-color:383438; }
            .onm-new .category.tachas-025 a:hover { color:383438; }
            .header-section.color-tachas-025:before,.widget-header.color-tachas-025:before { color:383438; }

            body.tachas-025 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-025 .footer, body.tachas-025 header.header, body.tachas-025 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-025  { color:383438 !important; }
            .onm-new .content-info.tachas-025-color .fa,
            .onm-new .tachas-025 .content-info .fa { color:383438 !important; }
            .color-tachas-025,.color-tachas-025 a, .color-tachas-025 fa { color:383438 !important; }

            .menu > li.tachas-025 a,
            .menu > li.tachas-025 .submenu a { color:383438!important; }
            body.tachas-025 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-025 span { background-color:383438!important; }
            .tachas-025-color{ color:383438!important; }
            .bg-tachas-025{ background-color:383438!important; }
            .bg-tachas-025.trans{ background:transparent!important; }
            .bg-tachas-025.trans:after{ background-color:383438!important; }
            .border-tachas-025-color{ border-color:383438!important; }
            ul li.border-tachas-025-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-025-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-026*/
            .onm-new .category-color.tachas-026, .text-tachas-026,a.text-tachas-026,.text-tachas-026 a { color: 383438; }
            .bg-tachas-026, .onm-new .category-bg.tachas-026 { background-color:383438; }
            .onm-new .category.tachas-026 a:hover { color:383438; }
            .header-section.color-tachas-026:before,.widget-header.color-tachas-026:before { color:383438; }

            body.tachas-026 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-026 .footer, body.tachas-026 header.header, body.tachas-026 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-026  { color:383438 !important; }
            .onm-new .content-info.tachas-026-color .fa,
            .onm-new .tachas-026 .content-info .fa { color:383438 !important; }
            .color-tachas-026,.color-tachas-026 a, .color-tachas-026 fa { color:383438 !important; }

            .menu > li.tachas-026 a,
            .menu > li.tachas-026 .submenu a { color:383438!important; }
            body.tachas-026 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-026 span { background-color:383438!important; }
            .tachas-026-color{ color:383438!important; }
            .bg-tachas-026{ background-color:383438!important; }
            .bg-tachas-026.trans{ background:transparent!important; }
            .bg-tachas-026.trans:after{ background-color:383438!important; }
            .border-tachas-026-color{ border-color:383438!important; }
            ul li.border-tachas-026-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-026-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-027*/
            .onm-new .category-color.tachas-027, .text-tachas-027,a.text-tachas-027,.text-tachas-027 a { color: 383438; }
            .bg-tachas-027, .onm-new .category-bg.tachas-027 { background-color:383438; }
            .onm-new .category.tachas-027 a:hover { color:383438; }
            .header-section.color-tachas-027:before,.widget-header.color-tachas-027:before { color:383438; }

            body.tachas-027 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-027 .footer, body.tachas-027 header.header, body.tachas-027 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-027  { color:383438 !important; }
            .onm-new .content-info.tachas-027-color .fa,
            .onm-new .tachas-027 .content-info .fa { color:383438 !important; }
            .color-tachas-027,.color-tachas-027 a, .color-tachas-027 fa { color:383438 !important; }

            .menu > li.tachas-027 a,
            .menu > li.tachas-027 .submenu a { color:383438!important; }
            body.tachas-027 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-027 span { background-color:383438!important; }
            .tachas-027-color{ color:383438!important; }
            .bg-tachas-027{ background-color:383438!important; }
            .bg-tachas-027.trans{ background:transparent!important; }
            .bg-tachas-027.trans:after{ background-color:383438!important; }
            .border-tachas-027-color{ border-color:383438!important; }
            ul li.border-tachas-027-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-027-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-028*/
            .onm-new .category-color.tachas-028, .text-tachas-028,a.text-tachas-028,.text-tachas-028 a { color: 383438; }
            .bg-tachas-028, .onm-new .category-bg.tachas-028 { background-color:383438; }
            .onm-new .category.tachas-028 a:hover { color:383438; }
            .header-section.color-tachas-028:before,.widget-header.color-tachas-028:before { color:383438; }

            body.tachas-028 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-028 .footer, body.tachas-028 header.header, body.tachas-028 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-028  { color:383438 !important; }
            .onm-new .content-info.tachas-028-color .fa,
            .onm-new .tachas-028 .content-info .fa { color:383438 !important; }
            .color-tachas-028,.color-tachas-028 a, .color-tachas-028 fa { color:383438 !important; }

            .menu > li.tachas-028 a,
            .menu > li.tachas-028 .submenu a { color:383438!important; }
            body.tachas-028 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-028 span { background-color:383438!important; }
            .tachas-028-color{ color:383438!important; }
            .bg-tachas-028{ background-color:383438!important; }
            .bg-tachas-028.trans{ background:transparent!important; }
            .bg-tachas-028.trans:after{ background-color:383438!important; }
            .border-tachas-028-color{ border-color:383438!important; }
            ul li.border-tachas-028-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-028-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-029*/
            .onm-new .category-color.tachas-029, .text-tachas-029,a.text-tachas-029,.text-tachas-029 a { color: 383438; }
            .bg-tachas-029, .onm-new .category-bg.tachas-029 { background-color:383438; }
            .onm-new .category.tachas-029 a:hover { color:383438; }
            .header-section.color-tachas-029:before,.widget-header.color-tachas-029:before { color:383438; }

            body.tachas-029 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-029 .footer, body.tachas-029 header.header, body.tachas-029 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-029  { color:383438 !important; }
            .onm-new .content-info.tachas-029-color .fa,
            .onm-new .tachas-029 .content-info .fa { color:383438 !important; }
            .color-tachas-029,.color-tachas-029 a, .color-tachas-029 fa { color:383438 !important; }

            .menu > li.tachas-029 a,
            .menu > li.tachas-029 .submenu a { color:383438!important; }
            body.tachas-029 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-029 span { background-color:383438!important; }
            .tachas-029-color{ color:383438!important; }
            .bg-tachas-029{ background-color:383438!important; }
            .bg-tachas-029.trans{ background:transparent!important; }
            .bg-tachas-029.trans:after{ background-color:383438!important; }
            .border-tachas-029-color{ border-color:383438!important; }
            ul li.border-tachas-029-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-029-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-030*/
            .onm-new .category-color.tachas-030, .text-tachas-030,a.text-tachas-030,.text-tachas-030 a { color: 383438; }
            .bg-tachas-030, .onm-new .category-bg.tachas-030 { background-color:383438; }
            .onm-new .category.tachas-030 a:hover { color:383438; }
            .header-section.color-tachas-030:before,.widget-header.color-tachas-030:before { color:383438; }

            body.tachas-030 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-030 .footer, body.tachas-030 header.header, body.tachas-030 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-030  { color:383438 !important; }
            .onm-new .content-info.tachas-030-color .fa,
            .onm-new .tachas-030 .content-info .fa { color:383438 !important; }
            .color-tachas-030,.color-tachas-030 a, .color-tachas-030 fa { color:383438 !important; }

            .menu > li.tachas-030 a,
            .menu > li.tachas-030 .submenu a { color:383438!important; }
            body.tachas-030 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-030 span { background-color:383438!important; }
            .tachas-030-color{ color:383438!important; }
            .bg-tachas-030{ background-color:383438!important; }
            .bg-tachas-030.trans{ background:transparent!important; }
            .bg-tachas-030.trans:after{ background-color:383438!important; }
            .border-tachas-030-color{ border-color:383438!important; }
            ul li.border-tachas-030-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-030-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas1*/
            .onm-new .category-color.tachas1, .text-tachas1,a.text-tachas1,.text-tachas1 a { color: 383438; }
            .bg-tachas1, .onm-new .category-bg.tachas1 { background-color:383438; }
            .onm-new .category.tachas1 a:hover { color:383438; }
            .header-section.color-tachas1:before,.widget-header.color-tachas1:before { color:383438; }

            body.tachas1 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas1 .footer, body.tachas1 header.header, body.tachas1 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas1  { color:383438 !important; }
            .onm-new .content-info.tachas1-color .fa,
            .onm-new .tachas1 .content-info .fa { color:383438 !important; }
            .color-tachas1,.color-tachas1 a, .color-tachas1 fa { color:383438 !important; }

            .menu > li.tachas1 a,
            .menu > li.tachas1 .submenu a { color:383438!important; }
            body.tachas1 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas1 span { background-color:383438!important; }
            .tachas1-color{ color:383438!important; }
            .bg-tachas1{ background-color:383438!important; }
            .bg-tachas1.trans{ background:transparent!important; }
            .bg-tachas1.trans:after{ background-color:383438!important; }
            .border-tachas1-color{ border-color:383438!important; }
            ul li.border-tachas1-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas1-trans:after{ background-color:383438!important; }

                                            /* Rules for category 2013-nuestros-amores-y-odios*/
            .onm-new .category-color.2013-nuestros-amores-y-odios, .text-2013-nuestros-amores-y-odios,a.text-2013-nuestros-amores-y-odios,.text-2013-nuestros-amores-y-odios a { color: 383438; }
            .bg-2013-nuestros-amores-y-odios, .onm-new .category-bg.2013-nuestros-amores-y-odios { background-color:383438; }
            .onm-new .category.2013-nuestros-amores-y-odios a:hover { color:383438; }
            .header-section.color-2013-nuestros-amores-y-odios:before,.widget-header.color-2013-nuestros-amores-y-odios:before { color:383438; }

            body.2013-nuestros-amores-y-odios .topbar.scrolled-bar { background-color:383438!important; }
            body.2013-nuestros-amores-y-odios .footer, body.2013-nuestros-amores-y-odios header.header, body.2013-nuestros-amores-y-odios .scrolled-bar { background-color: 383438; }

            .onm-new .text-2013-nuestros-amores-y-odios  { color:383438 !important; }
            .onm-new .content-info.2013-nuestros-amores-y-odios-color .fa,
            .onm-new .2013-nuestros-amores-y-odios .content-info .fa { color:383438 !important; }
            .color-2013-nuestros-amores-y-odios,.color-2013-nuestros-amores-y-odios a, .color-2013-nuestros-amores-y-odios fa { color:383438 !important; }

            .menu > li.2013-nuestros-amores-y-odios a,
            .menu > li.2013-nuestros-amores-y-odios .submenu a { color:383438!important; }
            body.2013-nuestros-amores-y-odios .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-2013-nuestros-amores-y-odios span { background-color:383438!important; }
            .2013-nuestros-amores-y-odios-color{ color:383438!important; }
            .bg-2013-nuestros-amores-y-odios{ background-color:383438!important; }
            .bg-2013-nuestros-amores-y-odios.trans{ background:transparent!important; }
            .bg-2013-nuestros-amores-y-odios.trans:after{ background-color:383438!important; }
            .border-2013-nuestros-amores-y-odios-color{ border-color:383438!important; }
            ul li.border-2013-nuestros-amores-y-odios-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-2013-nuestros-amores-y-odios-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-031*/
            .onm-new .category-color.tachas-031, .text-tachas-031,a.text-tachas-031,.text-tachas-031 a { color: 383438; }
            .bg-tachas-031, .onm-new .category-bg.tachas-031 { background-color:383438; }
            .onm-new .category.tachas-031 a:hover { color:383438; }
            .header-section.color-tachas-031:before,.widget-header.color-tachas-031:before { color:383438; }

            body.tachas-031 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-031 .footer, body.tachas-031 header.header, body.tachas-031 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-031  { color:383438 !important; }
            .onm-new .content-info.tachas-031-color .fa,
            .onm-new .tachas-031 .content-info .fa { color:383438 !important; }
            .color-tachas-031,.color-tachas-031 a, .color-tachas-031 fa { color:383438 !important; }

            .menu > li.tachas-031 a,
            .menu > li.tachas-031 .submenu a { color:383438!important; }
            body.tachas-031 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-031 span { background-color:383438!important; }
            .tachas-031-color{ color:383438!important; }
            .bg-tachas-031{ background-color:383438!important; }
            .bg-tachas-031.trans{ background:transparent!important; }
            .bg-tachas-031.trans:after{ background-color:383438!important; }
            .border-tachas-031-color{ border-color:383438!important; }
            ul li.border-tachas-031-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-031-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-032*/
            .onm-new .category-color.tachas-032, .text-tachas-032,a.text-tachas-032,.text-tachas-032 a { color: 383438; }
            .bg-tachas-032, .onm-new .category-bg.tachas-032 { background-color:383438; }
            .onm-new .category.tachas-032 a:hover { color:383438; }
            .header-section.color-tachas-032:before,.widget-header.color-tachas-032:before { color:383438; }

            body.tachas-032 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-032 .footer, body.tachas-032 header.header, body.tachas-032 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-032  { color:383438 !important; }
            .onm-new .content-info.tachas-032-color .fa,
            .onm-new .tachas-032 .content-info .fa { color:383438 !important; }
            .color-tachas-032,.color-tachas-032 a, .color-tachas-032 fa { color:383438 !important; }

            .menu > li.tachas-032 a,
            .menu > li.tachas-032 .submenu a { color:383438!important; }
            body.tachas-032 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-032 span { background-color:383438!important; }
            .tachas-032-color{ color:383438!important; }
            .bg-tachas-032{ background-color:383438!important; }
            .bg-tachas-032.trans{ background:transparent!important; }
            .bg-tachas-032.trans:after{ background-color:383438!important; }
            .border-tachas-032-color{ border-color:383438!important; }
            ul li.border-tachas-032-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-032-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-033*/
            .onm-new .category-color.tachas-033, .text-tachas-033,a.text-tachas-033,.text-tachas-033 a { color: 383438; }
            .bg-tachas-033, .onm-new .category-bg.tachas-033 { background-color:383438; }
            .onm-new .category.tachas-033 a:hover { color:383438; }
            .header-section.color-tachas-033:before,.widget-header.color-tachas-033:before { color:383438; }

            body.tachas-033 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-033 .footer, body.tachas-033 header.header, body.tachas-033 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-033  { color:383438 !important; }
            .onm-new .content-info.tachas-033-color .fa,
            .onm-new .tachas-033 .content-info .fa { color:383438 !important; }
            .color-tachas-033,.color-tachas-033 a, .color-tachas-033 fa { color:383438 !important; }

            .menu > li.tachas-033 a,
            .menu > li.tachas-033 .submenu a { color:383438!important; }
            body.tachas-033 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-033 span { background-color:383438!important; }
            .tachas-033-color{ color:383438!important; }
            .bg-tachas-033{ background-color:383438!important; }
            .bg-tachas-033.trans{ background:transparent!important; }
            .bg-tachas-033.trans:after{ background-color:383438!important; }
            .border-tachas-033-color{ border-color:383438!important; }
            ul li.border-tachas-033-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-033-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-034*/
            .onm-new .category-color.tachas-034, .text-tachas-034,a.text-tachas-034,.text-tachas-034 a { color: 383438; }
            .bg-tachas-034, .onm-new .category-bg.tachas-034 { background-color:383438; }
            .onm-new .category.tachas-034 a:hover { color:383438; }
            .header-section.color-tachas-034:before,.widget-header.color-tachas-034:before { color:383438; }

            body.tachas-034 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-034 .footer, body.tachas-034 header.header, body.tachas-034 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-034  { color:383438 !important; }
            .onm-new .content-info.tachas-034-color .fa,
            .onm-new .tachas-034 .content-info .fa { color:383438 !important; }
            .color-tachas-034,.color-tachas-034 a, .color-tachas-034 fa { color:383438 !important; }

            .menu > li.tachas-034 a,
            .menu > li.tachas-034 .submenu a { color:383438!important; }
            body.tachas-034 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-034 span { background-color:383438!important; }
            .tachas-034-color{ color:383438!important; }
            .bg-tachas-034{ background-color:383438!important; }
            .bg-tachas-034.trans{ background:transparent!important; }
            .bg-tachas-034.trans:after{ background-color:383438!important; }
            .border-tachas-034-color{ border-color:383438!important; }
            ul li.border-tachas-034-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-034-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-035*/
            .onm-new .category-color.tachas-035, .text-tachas-035,a.text-tachas-035,.text-tachas-035 a { color: 383438; }
            .bg-tachas-035, .onm-new .category-bg.tachas-035 { background-color:383438; }
            .onm-new .category.tachas-035 a:hover { color:383438; }
            .header-section.color-tachas-035:before,.widget-header.color-tachas-035:before { color:383438; }

            body.tachas-035 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-035 .footer, body.tachas-035 header.header, body.tachas-035 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-035  { color:383438 !important; }
            .onm-new .content-info.tachas-035-color .fa,
            .onm-new .tachas-035 .content-info .fa { color:383438 !important; }
            .color-tachas-035,.color-tachas-035 a, .color-tachas-035 fa { color:383438 !important; }

            .menu > li.tachas-035 a,
            .menu > li.tachas-035 .submenu a { color:383438!important; }
            body.tachas-035 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-035 span { background-color:383438!important; }
            .tachas-035-color{ color:383438!important; }
            .bg-tachas-035{ background-color:383438!important; }
            .bg-tachas-035.trans{ background:transparent!important; }
            .bg-tachas-035.trans:after{ background-color:383438!important; }
            .border-tachas-035-color{ border-color:383438!important; }
            ul li.border-tachas-035-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-035-trans:after{ background-color:383438!important; }

                                            /* Rules for category el-clima*/
            .onm-new .category-color.el-clima, .text-el-clima,a.text-el-clima,.text-el-clima a { color: 383438; }
            .bg-el-clima, .onm-new .category-bg.el-clima { background-color:383438; }
            .onm-new .category.el-clima a:hover { color:383438; }
            .header-section.color-el-clima:before,.widget-header.color-el-clima:before { color:383438; }

            body.el-clima .topbar.scrolled-bar { background-color:383438!important; }
            body.el-clima .footer, body.el-clima header.header, body.el-clima .scrolled-bar { background-color: 383438; }

            .onm-new .text-el-clima  { color:383438 !important; }
            .onm-new .content-info.el-clima-color .fa,
            .onm-new .el-clima .content-info .fa { color:383438 !important; }
            .color-el-clima,.color-el-clima a, .color-el-clima fa { color:383438 !important; }

            .menu > li.el-clima a,
            .menu > li.el-clima .submenu a { color:383438!important; }
            body.el-clima .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-el-clima span { background-color:383438!important; }
            .el-clima-color{ color:383438!important; }
            .bg-el-clima{ background-color:383438!important; }
            .bg-el-clima.trans{ background:transparent!important; }
            .bg-el-clima.trans:after{ background-color:383438!important; }
            .border-el-clima-color{ border-color:383438!important; }
            ul li.border-el-clima-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-el-clima-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-036*/
            .onm-new .category-color.tachas-036, .text-tachas-036,a.text-tachas-036,.text-tachas-036 a { color: 383438; }
            .bg-tachas-036, .onm-new .category-bg.tachas-036 { background-color:383438; }
            .onm-new .category.tachas-036 a:hover { color:383438; }
            .header-section.color-tachas-036:before,.widget-header.color-tachas-036:before { color:383438; }

            body.tachas-036 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-036 .footer, body.tachas-036 header.header, body.tachas-036 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-036  { color:383438 !important; }
            .onm-new .content-info.tachas-036-color .fa,
            .onm-new .tachas-036 .content-info .fa { color:383438 !important; }
            .color-tachas-036,.color-tachas-036 a, .color-tachas-036 fa { color:383438 !important; }

            .menu > li.tachas-036 a,
            .menu > li.tachas-036 .submenu a { color:383438!important; }
            body.tachas-036 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-036 span { background-color:383438!important; }
            .tachas-036-color{ color:383438!important; }
            .bg-tachas-036{ background-color:383438!important; }
            .bg-tachas-036.trans{ background:transparent!important; }
            .bg-tachas-036.trans:after{ background-color:383438!important; }
            .border-tachas-036-color{ border-color:383438!important; }
            ul li.border-tachas-036-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-036-trans:after{ background-color:383438!important; }

                                            /* Rules for category quereres*/
            .onm-new .category-color.quereres, .text-quereres,a.text-quereres,.text-quereres a { color: 383438; }
            .bg-quereres, .onm-new .category-bg.quereres { background-color:383438; }
            .onm-new .category.quereres a:hover { color:383438; }
            .header-section.color-quereres:before,.widget-header.color-quereres:before { color:383438; }

            body.quereres .topbar.scrolled-bar { background-color:383438!important; }
            body.quereres .footer, body.quereres header.header, body.quereres .scrolled-bar { background-color: 383438; }

            .onm-new .text-quereres  { color:383438 !important; }
            .onm-new .content-info.quereres-color .fa,
            .onm-new .quereres .content-info .fa { color:383438 !important; }
            .color-quereres,.color-quereres a, .color-quereres fa { color:383438 !important; }

            .menu > li.quereres a,
            .menu > li.quereres .submenu a { color:383438!important; }
            body.quereres .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-quereres span { background-color:383438!important; }
            .quereres-color{ color:383438!important; }
            .bg-quereres{ background-color:383438!important; }
            .bg-quereres.trans{ background:transparent!important; }
            .bg-quereres.trans:after{ background-color:383438!important; }
            .border-quereres-color{ border-color:383438!important; }
            ul li.border-quereres-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-quereres-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-037*/
            .onm-new .category-color.tachas-037, .text-tachas-037,a.text-tachas-037,.text-tachas-037 a { color: 383438; }
            .bg-tachas-037, .onm-new .category-bg.tachas-037 { background-color:383438; }
            .onm-new .category.tachas-037 a:hover { color:383438; }
            .header-section.color-tachas-037:before,.widget-header.color-tachas-037:before { color:383438; }

            body.tachas-037 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-037 .footer, body.tachas-037 header.header, body.tachas-037 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-037  { color:383438 !important; }
            .onm-new .content-info.tachas-037-color .fa,
            .onm-new .tachas-037 .content-info .fa { color:383438 !important; }
            .color-tachas-037,.color-tachas-037 a, .color-tachas-037 fa { color:383438 !important; }

            .menu > li.tachas-037 a,
            .menu > li.tachas-037 .submenu a { color:383438!important; }
            body.tachas-037 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-037 span { background-color:383438!important; }
            .tachas-037-color{ color:383438!important; }
            .bg-tachas-037{ background-color:383438!important; }
            .bg-tachas-037.trans{ background:transparent!important; }
            .bg-tachas-037.trans:after{ background-color:383438!important; }
            .border-tachas-037-color{ border-color:383438!important; }
            ul li.border-tachas-037-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-037-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-038*/
            .onm-new .category-color.tachas-038, .text-tachas-038,a.text-tachas-038,.text-tachas-038 a { color: 383438; }
            .bg-tachas-038, .onm-new .category-bg.tachas-038 { background-color:383438; }
            .onm-new .category.tachas-038 a:hover { color:383438; }
            .header-section.color-tachas-038:before,.widget-header.color-tachas-038:before { color:383438; }

            body.tachas-038 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-038 .footer, body.tachas-038 header.header, body.tachas-038 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-038  { color:383438 !important; }
            .onm-new .content-info.tachas-038-color .fa,
            .onm-new .tachas-038 .content-info .fa { color:383438 !important; }
            .color-tachas-038,.color-tachas-038 a, .color-tachas-038 fa { color:383438 !important; }

            .menu > li.tachas-038 a,
            .menu > li.tachas-038 .submenu a { color:383438!important; }
            body.tachas-038 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-038 span { background-color:383438!important; }
            .tachas-038-color{ color:383438!important; }
            .bg-tachas-038{ background-color:383438!important; }
            .bg-tachas-038.trans{ background:transparent!important; }
            .bg-tachas-038.trans:after{ background-color:383438!important; }
            .border-tachas-038-color{ border-color:383438!important; }
            ul li.border-tachas-038-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-038-trans:after{ background-color:383438!important; }

                                            /* Rules for category ciencia-educacion*/
            .onm-new .category-color.ciencia-educacion, .text-ciencia-educacion,a.text-ciencia-educacion,.text-ciencia-educacion a { color: 383438; }
            .bg-ciencia-educacion, .onm-new .category-bg.ciencia-educacion { background-color:383438; }
            .onm-new .category.ciencia-educacion a:hover { color:383438; }
            .header-section.color-ciencia-educacion:before,.widget-header.color-ciencia-educacion:before { color:383438; }

            body.ciencia-educacion .topbar.scrolled-bar { background-color:383438!important; }
            body.ciencia-educacion .footer, body.ciencia-educacion header.header, body.ciencia-educacion .scrolled-bar { background-color: 383438; }

            .onm-new .text-ciencia-educacion  { color:383438 !important; }
            .onm-new .content-info.ciencia-educacion-color .fa,
            .onm-new .ciencia-educacion .content-info .fa { color:383438 !important; }
            .color-ciencia-educacion,.color-ciencia-educacion a, .color-ciencia-educacion fa { color:383438 !important; }

            .menu > li.ciencia-educacion a,
            .menu > li.ciencia-educacion .submenu a { color:383438!important; }
            body.ciencia-educacion .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-ciencia-educacion span { background-color:383438!important; }
            .ciencia-educacion-color{ color:383438!important; }
            .bg-ciencia-educacion{ background-color:383438!important; }
            .bg-ciencia-educacion.trans{ background:transparent!important; }
            .bg-ciencia-educacion.trans:after{ background-color:383438!important; }
            .border-ciencia-educacion-color{ border-color:383438!important; }
            ul li.border-ciencia-educacion-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-ciencia-educacion-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-039*/
            .onm-new .category-color.tachas-039, .text-tachas-039,a.text-tachas-039,.text-tachas-039 a { color: 383438; }
            .bg-tachas-039, .onm-new .category-bg.tachas-039 { background-color:383438; }
            .onm-new .category.tachas-039 a:hover { color:383438; }
            .header-section.color-tachas-039:before,.widget-header.color-tachas-039:before { color:383438; }

            body.tachas-039 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-039 .footer, body.tachas-039 header.header, body.tachas-039 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-039  { color:383438 !important; }
            .onm-new .content-info.tachas-039-color .fa,
            .onm-new .tachas-039 .content-info .fa { color:383438 !important; }
            .color-tachas-039,.color-tachas-039 a, .color-tachas-039 fa { color:383438 !important; }

            .menu > li.tachas-039 a,
            .menu > li.tachas-039 .submenu a { color:383438!important; }
            body.tachas-039 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-039 span { background-color:383438!important; }
            .tachas-039-color{ color:383438!important; }
            .bg-tachas-039{ background-color:383438!important; }
            .bg-tachas-039.trans{ background:transparent!important; }
            .bg-tachas-039.trans:after{ background-color:383438!important; }
            .border-tachas-039-color{ border-color:383438!important; }
            ul li.border-tachas-039-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-039-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-040*/
            .onm-new .category-color.tachas-040, .text-tachas-040,a.text-tachas-040,.text-tachas-040 a { color: 383438; }
            .bg-tachas-040, .onm-new .category-bg.tachas-040 { background-color:383438; }
            .onm-new .category.tachas-040 a:hover { color:383438; }
            .header-section.color-tachas-040:before,.widget-header.color-tachas-040:before { color:383438; }

            body.tachas-040 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-040 .footer, body.tachas-040 header.header, body.tachas-040 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-040  { color:383438 !important; }
            .onm-new .content-info.tachas-040-color .fa,
            .onm-new .tachas-040 .content-info .fa { color:383438 !important; }
            .color-tachas-040,.color-tachas-040 a, .color-tachas-040 fa { color:383438 !important; }

            .menu > li.tachas-040 a,
            .menu > li.tachas-040 .submenu a { color:383438!important; }
            body.tachas-040 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-040 span { background-color:383438!important; }
            .tachas-040-color{ color:383438!important; }
            .bg-tachas-040{ background-color:383438!important; }
            .bg-tachas-040.trans{ background:transparent!important; }
            .bg-tachas-040.trans:after{ background-color:383438!important; }
            .border-tachas-040-color{ border-color:383438!important; }
            ul li.border-tachas-040-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-040-trans:after{ background-color:383438!important; }

                                            /* Rules for category humberto-maturana-en-leon*/
            .onm-new .category-color.humberto-maturana-en-leon, .text-humberto-maturana-en-leon,a.text-humberto-maturana-en-leon,.text-humberto-maturana-en-leon a { color: 383438; }
            .bg-humberto-maturana-en-leon, .onm-new .category-bg.humberto-maturana-en-leon { background-color:383438; }
            .onm-new .category.humberto-maturana-en-leon a:hover { color:383438; }
            .header-section.color-humberto-maturana-en-leon:before,.widget-header.color-humberto-maturana-en-leon:before { color:383438; }

            body.humberto-maturana-en-leon .topbar.scrolled-bar { background-color:383438!important; }
            body.humberto-maturana-en-leon .footer, body.humberto-maturana-en-leon header.header, body.humberto-maturana-en-leon .scrolled-bar { background-color: 383438; }

            .onm-new .text-humberto-maturana-en-leon  { color:383438 !important; }
            .onm-new .content-info.humberto-maturana-en-leon-color .fa,
            .onm-new .humberto-maturana-en-leon .content-info .fa { color:383438 !important; }
            .color-humberto-maturana-en-leon,.color-humberto-maturana-en-leon a, .color-humberto-maturana-en-leon fa { color:383438 !important; }

            .menu > li.humberto-maturana-en-leon a,
            .menu > li.humberto-maturana-en-leon .submenu a { color:383438!important; }
            body.humberto-maturana-en-leon .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-humberto-maturana-en-leon span { background-color:383438!important; }
            .humberto-maturana-en-leon-color{ color:383438!important; }
            .bg-humberto-maturana-en-leon{ background-color:383438!important; }
            .bg-humberto-maturana-en-leon.trans{ background:transparent!important; }
            .bg-humberto-maturana-en-leon.trans:after{ background-color:383438!important; }
            .border-humberto-maturana-en-leon-color{ border-color:383438!important; }
            ul li.border-humberto-maturana-en-leon-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-humberto-maturana-en-leon-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-041*/
            .onm-new .category-color.tachas-041, .text-tachas-041,a.text-tachas-041,.text-tachas-041 a { color: 383438; }
            .bg-tachas-041, .onm-new .category-bg.tachas-041 { background-color:383438; }
            .onm-new .category.tachas-041 a:hover { color:383438; }
            .header-section.color-tachas-041:before,.widget-header.color-tachas-041:before { color:383438; }

            body.tachas-041 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-041 .footer, body.tachas-041 header.header, body.tachas-041 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-041  { color:383438 !important; }
            .onm-new .content-info.tachas-041-color .fa,
            .onm-new .tachas-041 .content-info .fa { color:383438 !important; }
            .color-tachas-041,.color-tachas-041 a, .color-tachas-041 fa { color:383438 !important; }

            .menu > li.tachas-041 a,
            .menu > li.tachas-041 .submenu a { color:383438!important; }
            body.tachas-041 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-041 span { background-color:383438!important; }
            .tachas-041-color{ color:383438!important; }
            .bg-tachas-041{ background-color:383438!important; }
            .bg-tachas-041.trans{ background:transparent!important; }
            .bg-tachas-041.trans:after{ background-color:383438!important; }
            .border-tachas-041-color{ border-color:383438!important; }
            ul li.border-tachas-041-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-041-trans:after{ background-color:383438!important; }

                                            /* Rules for category secciones-especiales*/
            .onm-new .category-color.secciones-especiales, .text-secciones-especiales,a.text-secciones-especiales,.text-secciones-especiales a { color: 383438; }
            .bg-secciones-especiales, .onm-new .category-bg.secciones-especiales { background-color:383438; }
            .onm-new .category.secciones-especiales a:hover { color:383438; }
            .header-section.color-secciones-especiales:before,.widget-header.color-secciones-especiales:before { color:383438; }

            body.secciones-especiales .topbar.scrolled-bar { background-color:383438!important; }
            body.secciones-especiales .footer, body.secciones-especiales header.header, body.secciones-especiales .scrolled-bar { background-color: 383438; }

            .onm-new .text-secciones-especiales  { color:383438 !important; }
            .onm-new .content-info.secciones-especiales-color .fa,
            .onm-new .secciones-especiales .content-info .fa { color:383438 !important; }
            .color-secciones-especiales,.color-secciones-especiales a, .color-secciones-especiales fa { color:383438 !important; }

            .menu > li.secciones-especiales a,
            .menu > li.secciones-especiales .submenu a { color:383438!important; }
            body.secciones-especiales .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-secciones-especiales span { background-color:383438!important; }
            .secciones-especiales-color{ color:383438!important; }
            .bg-secciones-especiales{ background-color:383438!important; }
            .bg-secciones-especiales.trans{ background:transparent!important; }
            .bg-secciones-especiales.trans:after{ background-color:383438!important; }
            .border-secciones-especiales-color{ border-color:383438!important; }
            ul li.border-secciones-especiales-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-secciones-especiales-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-042*/
            .onm-new .category-color.tachas-042, .text-tachas-042,a.text-tachas-042,.text-tachas-042 a { color: 383438; }
            .bg-tachas-042, .onm-new .category-bg.tachas-042 { background-color:383438; }
            .onm-new .category.tachas-042 a:hover { color:383438; }
            .header-section.color-tachas-042:before,.widget-header.color-tachas-042:before { color:383438; }

            body.tachas-042 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-042 .footer, body.tachas-042 header.header, body.tachas-042 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-042  { color:383438 !important; }
            .onm-new .content-info.tachas-042-color .fa,
            .onm-new .tachas-042 .content-info .fa { color:383438 !important; }
            .color-tachas-042,.color-tachas-042 a, .color-tachas-042 fa { color:383438 !important; }

            .menu > li.tachas-042 a,
            .menu > li.tachas-042 .submenu a { color:383438!important; }
            body.tachas-042 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-042 span { background-color:383438!important; }
            .tachas-042-color{ color:383438!important; }
            .bg-tachas-042{ background-color:383438!important; }
            .bg-tachas-042.trans{ background:transparent!important; }
            .bg-tachas-042.trans:after{ background-color:383438!important; }
            .border-tachas-042-color{ border-color:383438!important; }
            ul li.border-tachas-042-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-042-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-043*/
            .onm-new .category-color.tachas-043, .text-tachas-043,a.text-tachas-043,.text-tachas-043 a { color: 383438; }
            .bg-tachas-043, .onm-new .category-bg.tachas-043 { background-color:383438; }
            .onm-new .category.tachas-043 a:hover { color:383438; }
            .header-section.color-tachas-043:before,.widget-header.color-tachas-043:before { color:383438; }

            body.tachas-043 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-043 .footer, body.tachas-043 header.header, body.tachas-043 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-043  { color:383438 !important; }
            .onm-new .content-info.tachas-043-color .fa,
            .onm-new .tachas-043 .content-info .fa { color:383438 !important; }
            .color-tachas-043,.color-tachas-043 a, .color-tachas-043 fa { color:383438 !important; }

            .menu > li.tachas-043 a,
            .menu > li.tachas-043 .submenu a { color:383438!important; }
            body.tachas-043 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-043 span { background-color:383438!important; }
            .tachas-043-color{ color:383438!important; }
            .bg-tachas-043{ background-color:383438!important; }
            .bg-tachas-043.trans{ background:transparent!important; }
            .bg-tachas-043.trans:after{ background-color:383438!important; }
            .border-tachas-043-color{ border-color:383438!important; }
            ul li.border-tachas-043-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-043-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-044*/
            .onm-new .category-color.tachas-044, .text-tachas-044,a.text-tachas-044,.text-tachas-044 a { color: 383438; }
            .bg-tachas-044, .onm-new .category-bg.tachas-044 { background-color:383438; }
            .onm-new .category.tachas-044 a:hover { color:383438; }
            .header-section.color-tachas-044:before,.widget-header.color-tachas-044:before { color:383438; }

            body.tachas-044 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-044 .footer, body.tachas-044 header.header, body.tachas-044 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-044  { color:383438 !important; }
            .onm-new .content-info.tachas-044-color .fa,
            .onm-new .tachas-044 .content-info .fa { color:383438 !important; }
            .color-tachas-044,.color-tachas-044 a, .color-tachas-044 fa { color:383438 !important; }

            .menu > li.tachas-044 a,
            .menu > li.tachas-044 .submenu a { color:383438!important; }
            body.tachas-044 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-044 span { background-color:383438!important; }
            .tachas-044-color{ color:383438!important; }
            .bg-tachas-044{ background-color:383438!important; }
            .bg-tachas-044.trans{ background:transparent!important; }
            .bg-tachas-044.trans:after{ background-color:383438!important; }
            .border-tachas-044-color{ border-color:383438!important; }
            ul li.border-tachas-044-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-044-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-045*/
            .onm-new .category-color.tachas-045, .text-tachas-045,a.text-tachas-045,.text-tachas-045 a { color: 383438; }
            .bg-tachas-045, .onm-new .category-bg.tachas-045 { background-color:383438; }
            .onm-new .category.tachas-045 a:hover { color:383438; }
            .header-section.color-tachas-045:before,.widget-header.color-tachas-045:before { color:383438; }

            body.tachas-045 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-045 .footer, body.tachas-045 header.header, body.tachas-045 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-045  { color:383438 !important; }
            .onm-new .content-info.tachas-045-color .fa,
            .onm-new .tachas-045 .content-info .fa { color:383438 !important; }
            .color-tachas-045,.color-tachas-045 a, .color-tachas-045 fa { color:383438 !important; }

            .menu > li.tachas-045 a,
            .menu > li.tachas-045 .submenu a { color:383438!important; }
            body.tachas-045 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-045 span { background-color:383438!important; }
            .tachas-045-color{ color:383438!important; }
            .bg-tachas-045{ background-color:383438!important; }
            .bg-tachas-045.trans{ background:transparent!important; }
            .bg-tachas-045.trans:after{ background-color:383438!important; }
            .border-tachas-045-color{ border-color:383438!important; }
            ul li.border-tachas-045-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-045-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-046*/
            .onm-new .category-color.tachas-046, .text-tachas-046,a.text-tachas-046,.text-tachas-046 a { color: 383438; }
            .bg-tachas-046, .onm-new .category-bg.tachas-046 { background-color:383438; }
            .onm-new .category.tachas-046 a:hover { color:383438; }
            .header-section.color-tachas-046:before,.widget-header.color-tachas-046:before { color:383438; }

            body.tachas-046 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-046 .footer, body.tachas-046 header.header, body.tachas-046 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-046  { color:383438 !important; }
            .onm-new .content-info.tachas-046-color .fa,
            .onm-new .tachas-046 .content-info .fa { color:383438 !important; }
            .color-tachas-046,.color-tachas-046 a, .color-tachas-046 fa { color:383438 !important; }

            .menu > li.tachas-046 a,
            .menu > li.tachas-046 .submenu a { color:383438!important; }
            body.tachas-046 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-046 span { background-color:383438!important; }
            .tachas-046-color{ color:383438!important; }
            .bg-tachas-046{ background-color:383438!important; }
            .bg-tachas-046.trans{ background:transparent!important; }
            .bg-tachas-046.trans:after{ background-color:383438!important; }
            .border-tachas-046-color{ border-color:383438!important; }
            ul li.border-tachas-046-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-046-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-047*/
            .onm-new .category-color.tachas-047, .text-tachas-047,a.text-tachas-047,.text-tachas-047 a { color: 383438; }
            .bg-tachas-047, .onm-new .category-bg.tachas-047 { background-color:383438; }
            .onm-new .category.tachas-047 a:hover { color:383438; }
            .header-section.color-tachas-047:before,.widget-header.color-tachas-047:before { color:383438; }

            body.tachas-047 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-047 .footer, body.tachas-047 header.header, body.tachas-047 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-047  { color:383438 !important; }
            .onm-new .content-info.tachas-047-color .fa,
            .onm-new .tachas-047 .content-info .fa { color:383438 !important; }
            .color-tachas-047,.color-tachas-047 a, .color-tachas-047 fa { color:383438 !important; }

            .menu > li.tachas-047 a,
            .menu > li.tachas-047 .submenu a { color:383438!important; }
            body.tachas-047 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-047 span { background-color:383438!important; }
            .tachas-047-color{ color:383438!important; }
            .bg-tachas-047{ background-color:383438!important; }
            .bg-tachas-047.trans{ background:transparent!important; }
            .bg-tachas-047.trans:after{ background-color:383438!important; }
            .border-tachas-047-color{ border-color:383438!important; }
            ul li.border-tachas-047-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-047-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-048*/
            .onm-new .category-color.tachas-048, .text-tachas-048,a.text-tachas-048,.text-tachas-048 a { color: 383438; }
            .bg-tachas-048, .onm-new .category-bg.tachas-048 { background-color:383438; }
            .onm-new .category.tachas-048 a:hover { color:383438; }
            .header-section.color-tachas-048:before,.widget-header.color-tachas-048:before { color:383438; }

            body.tachas-048 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-048 .footer, body.tachas-048 header.header, body.tachas-048 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-048  { color:383438 !important; }
            .onm-new .content-info.tachas-048-color .fa,
            .onm-new .tachas-048 .content-info .fa { color:383438 !important; }
            .color-tachas-048,.color-tachas-048 a, .color-tachas-048 fa { color:383438 !important; }

            .menu > li.tachas-048 a,
            .menu > li.tachas-048 .submenu a { color:383438!important; }
            body.tachas-048 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-048 span { background-color:383438!important; }
            .tachas-048-color{ color:383438!important; }
            .bg-tachas-048{ background-color:383438!important; }
            .bg-tachas-048.trans{ background:transparent!important; }
            .bg-tachas-048.trans:after{ background-color:383438!important; }
            .border-tachas-048-color{ border-color:383438!important; }
            ul li.border-tachas-048-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-048-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-049*/
            .onm-new .category-color.tachas-049, .text-tachas-049,a.text-tachas-049,.text-tachas-049 a { color: 383438; }
            .bg-tachas-049, .onm-new .category-bg.tachas-049 { background-color:383438; }
            .onm-new .category.tachas-049 a:hover { color:383438; }
            .header-section.color-tachas-049:before,.widget-header.color-tachas-049:before { color:383438; }

            body.tachas-049 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-049 .footer, body.tachas-049 header.header, body.tachas-049 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-049  { color:383438 !important; }
            .onm-new .content-info.tachas-049-color .fa,
            .onm-new .tachas-049 .content-info .fa { color:383438 !important; }
            .color-tachas-049,.color-tachas-049 a, .color-tachas-049 fa { color:383438 !important; }

            .menu > li.tachas-049 a,
            .menu > li.tachas-049 .submenu a { color:383438!important; }
            body.tachas-049 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-049 span { background-color:383438!important; }
            .tachas-049-color{ color:383438!important; }
            .bg-tachas-049{ background-color:383438!important; }
            .bg-tachas-049.trans{ background:transparent!important; }
            .bg-tachas-049.trans:after{ background-color:383438!important; }
            .border-tachas-049-color{ border-color:383438!important; }
            ul li.border-tachas-049-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-049-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-050*/
            .onm-new .category-color.tachas-050, .text-tachas-050,a.text-tachas-050,.text-tachas-050 a { color: 383438; }
            .bg-tachas-050, .onm-new .category-bg.tachas-050 { background-color:383438; }
            .onm-new .category.tachas-050 a:hover { color:383438; }
            .header-section.color-tachas-050:before,.widget-header.color-tachas-050:before { color:383438; }

            body.tachas-050 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-050 .footer, body.tachas-050 header.header, body.tachas-050 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-050  { color:383438 !important; }
            .onm-new .content-info.tachas-050-color .fa,
            .onm-new .tachas-050 .content-info .fa { color:383438 !important; }
            .color-tachas-050,.color-tachas-050 a, .color-tachas-050 fa { color:383438 !important; }

            .menu > li.tachas-050 a,
            .menu > li.tachas-050 .submenu a { color:383438!important; }
            body.tachas-050 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-050 span { background-color:383438!important; }
            .tachas-050-color{ color:383438!important; }
            .bg-tachas-050{ background-color:383438!important; }
            .bg-tachas-050.trans{ background:transparent!important; }
            .bg-tachas-050.trans:after{ background-color:383438!important; }
            .border-tachas-050-color{ border-color:383438!important; }
            ul li.border-tachas-050-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-050-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-051*/
            .onm-new .category-color.tachas-051, .text-tachas-051,a.text-tachas-051,.text-tachas-051 a { color: 383438; }
            .bg-tachas-051, .onm-new .category-bg.tachas-051 { background-color:383438; }
            .onm-new .category.tachas-051 a:hover { color:383438; }
            .header-section.color-tachas-051:before,.widget-header.color-tachas-051:before { color:383438; }

            body.tachas-051 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-051 .footer, body.tachas-051 header.header, body.tachas-051 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-051  { color:383438 !important; }
            .onm-new .content-info.tachas-051-color .fa,
            .onm-new .tachas-051 .content-info .fa { color:383438 !important; }
            .color-tachas-051,.color-tachas-051 a, .color-tachas-051 fa { color:383438 !important; }

            .menu > li.tachas-051 a,
            .menu > li.tachas-051 .submenu a { color:383438!important; }
            body.tachas-051 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-051 span { background-color:383438!important; }
            .tachas-051-color{ color:383438!important; }
            .bg-tachas-051{ background-color:383438!important; }
            .bg-tachas-051.trans{ background:transparent!important; }
            .bg-tachas-051.trans:after{ background-color:383438!important; }
            .border-tachas-051-color{ border-color:383438!important; }
            ul li.border-tachas-051-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-051-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-052*/
            .onm-new .category-color.tachas-052, .text-tachas-052,a.text-tachas-052,.text-tachas-052 a { color: 383438; }
            .bg-tachas-052, .onm-new .category-bg.tachas-052 { background-color:383438; }
            .onm-new .category.tachas-052 a:hover { color:383438; }
            .header-section.color-tachas-052:before,.widget-header.color-tachas-052:before { color:383438; }

            body.tachas-052 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-052 .footer, body.tachas-052 header.header, body.tachas-052 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-052  { color:383438 !important; }
            .onm-new .content-info.tachas-052-color .fa,
            .onm-new .tachas-052 .content-info .fa { color:383438 !important; }
            .color-tachas-052,.color-tachas-052 a, .color-tachas-052 fa { color:383438 !important; }

            .menu > li.tachas-052 a,
            .menu > li.tachas-052 .submenu a { color:383438!important; }
            body.tachas-052 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-052 span { background-color:383438!important; }
            .tachas-052-color{ color:383438!important; }
            .bg-tachas-052{ background-color:383438!important; }
            .bg-tachas-052.trans{ background:transparent!important; }
            .bg-tachas-052.trans:after{ background-color:383438!important; }
            .border-tachas-052-color{ border-color:383438!important; }
            ul li.border-tachas-052-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-052-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-053*/
            .onm-new .category-color.tachas-053, .text-tachas-053,a.text-tachas-053,.text-tachas-053 a { color: 383438; }
            .bg-tachas-053, .onm-new .category-bg.tachas-053 { background-color:383438; }
            .onm-new .category.tachas-053 a:hover { color:383438; }
            .header-section.color-tachas-053:before,.widget-header.color-tachas-053:before { color:383438; }

            body.tachas-053 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-053 .footer, body.tachas-053 header.header, body.tachas-053 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-053  { color:383438 !important; }
            .onm-new .content-info.tachas-053-color .fa,
            .onm-new .tachas-053 .content-info .fa { color:383438 !important; }
            .color-tachas-053,.color-tachas-053 a, .color-tachas-053 fa { color:383438 !important; }

            .menu > li.tachas-053 a,
            .menu > li.tachas-053 .submenu a { color:383438!important; }
            body.tachas-053 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-053 span { background-color:383438!important; }
            .tachas-053-color{ color:383438!important; }
            .bg-tachas-053{ background-color:383438!important; }
            .bg-tachas-053.trans{ background:transparent!important; }
            .bg-tachas-053.trans:after{ background-color:383438!important; }
            .border-tachas-053-color{ border-color:383438!important; }
            ul li.border-tachas-053-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-053-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-054*/
            .onm-new .category-color.tachas-054, .text-tachas-054,a.text-tachas-054,.text-tachas-054 a { color: 383438; }
            .bg-tachas-054, .onm-new .category-bg.tachas-054 { background-color:383438; }
            .onm-new .category.tachas-054 a:hover { color:383438; }
            .header-section.color-tachas-054:before,.widget-header.color-tachas-054:before { color:383438; }

            body.tachas-054 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-054 .footer, body.tachas-054 header.header, body.tachas-054 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-054  { color:383438 !important; }
            .onm-new .content-info.tachas-054-color .fa,
            .onm-new .tachas-054 .content-info .fa { color:383438 !important; }
            .color-tachas-054,.color-tachas-054 a, .color-tachas-054 fa { color:383438 !important; }

            .menu > li.tachas-054 a,
            .menu > li.tachas-054 .submenu a { color:383438!important; }
            body.tachas-054 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-054 span { background-color:383438!important; }
            .tachas-054-color{ color:383438!important; }
            .bg-tachas-054{ background-color:383438!important; }
            .bg-tachas-054.trans{ background:transparent!important; }
            .bg-tachas-054.trans:after{ background-color:383438!important; }
            .border-tachas-054-color{ border-color:383438!important; }
            ul li.border-tachas-054-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-054-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-0541*/
            .onm-new .category-color.tachas-0541, .text-tachas-0541,a.text-tachas-0541,.text-tachas-0541 a { color: 383438; }
            .bg-tachas-0541, .onm-new .category-bg.tachas-0541 { background-color:383438; }
            .onm-new .category.tachas-0541 a:hover { color:383438; }
            .header-section.color-tachas-0541:before,.widget-header.color-tachas-0541:before { color:383438; }

            body.tachas-0541 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-0541 .footer, body.tachas-0541 header.header, body.tachas-0541 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-0541  { color:383438 !important; }
            .onm-new .content-info.tachas-0541-color .fa,
            .onm-new .tachas-0541 .content-info .fa { color:383438 !important; }
            .color-tachas-0541,.color-tachas-0541 a, .color-tachas-0541 fa { color:383438 !important; }

            .menu > li.tachas-0541 a,
            .menu > li.tachas-0541 .submenu a { color:383438!important; }
            body.tachas-0541 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-0541 span { background-color:383438!important; }
            .tachas-0541-color{ color:383438!important; }
            .bg-tachas-0541{ background-color:383438!important; }
            .bg-tachas-0541.trans{ background:transparent!important; }
            .bg-tachas-0541.trans:after{ background-color:383438!important; }
            .border-tachas-0541-color{ border-color:383438!important; }
            ul li.border-tachas-0541-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-0541-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-055*/
            .onm-new .category-color.tachas-055, .text-tachas-055,a.text-tachas-055,.text-tachas-055 a { color: 383438; }
            .bg-tachas-055, .onm-new .category-bg.tachas-055 { background-color:383438; }
            .onm-new .category.tachas-055 a:hover { color:383438; }
            .header-section.color-tachas-055:before,.widget-header.color-tachas-055:before { color:383438; }

            body.tachas-055 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-055 .footer, body.tachas-055 header.header, body.tachas-055 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-055  { color:383438 !important; }
            .onm-new .content-info.tachas-055-color .fa,
            .onm-new .tachas-055 .content-info .fa { color:383438 !important; }
            .color-tachas-055,.color-tachas-055 a, .color-tachas-055 fa { color:383438 !important; }

            .menu > li.tachas-055 a,
            .menu > li.tachas-055 .submenu a { color:383438!important; }
            body.tachas-055 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-055 span { background-color:383438!important; }
            .tachas-055-color{ color:383438!important; }
            .bg-tachas-055{ background-color:383438!important; }
            .bg-tachas-055.trans{ background:transparent!important; }
            .bg-tachas-055.trans:after{ background-color:383438!important; }
            .border-tachas-055-color{ border-color:383438!important; }
            ul li.border-tachas-055-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-055-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-056*/
            .onm-new .category-color.tachas-056, .text-tachas-056,a.text-tachas-056,.text-tachas-056 a { color: 383438; }
            .bg-tachas-056, .onm-new .category-bg.tachas-056 { background-color:383438; }
            .onm-new .category.tachas-056 a:hover { color:383438; }
            .header-section.color-tachas-056:before,.widget-header.color-tachas-056:before { color:383438; }

            body.tachas-056 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-056 .footer, body.tachas-056 header.header, body.tachas-056 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-056  { color:383438 !important; }
            .onm-new .content-info.tachas-056-color .fa,
            .onm-new .tachas-056 .content-info .fa { color:383438 !important; }
            .color-tachas-056,.color-tachas-056 a, .color-tachas-056 fa { color:383438 !important; }

            .menu > li.tachas-056 a,
            .menu > li.tachas-056 .submenu a { color:383438!important; }
            body.tachas-056 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-056 span { background-color:383438!important; }
            .tachas-056-color{ color:383438!important; }
            .bg-tachas-056{ background-color:383438!important; }
            .bg-tachas-056.trans{ background:transparent!important; }
            .bg-tachas-056.trans:after{ background-color:383438!important; }
            .border-tachas-056-color{ border-color:383438!important; }
            ul li.border-tachas-056-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-056-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-057*/
            .onm-new .category-color.tachas-057, .text-tachas-057,a.text-tachas-057,.text-tachas-057 a { color: 383438; }
            .bg-tachas-057, .onm-new .category-bg.tachas-057 { background-color:383438; }
            .onm-new .category.tachas-057 a:hover { color:383438; }
            .header-section.color-tachas-057:before,.widget-header.color-tachas-057:before { color:383438; }

            body.tachas-057 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-057 .footer, body.tachas-057 header.header, body.tachas-057 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-057  { color:383438 !important; }
            .onm-new .content-info.tachas-057-color .fa,
            .onm-new .tachas-057 .content-info .fa { color:383438 !important; }
            .color-tachas-057,.color-tachas-057 a, .color-tachas-057 fa { color:383438 !important; }

            .menu > li.tachas-057 a,
            .menu > li.tachas-057 .submenu a { color:383438!important; }
            body.tachas-057 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-057 span { background-color:383438!important; }
            .tachas-057-color{ color:383438!important; }
            .bg-tachas-057{ background-color:383438!important; }
            .bg-tachas-057.trans{ background:transparent!important; }
            .bg-tachas-057.trans:after{ background-color:383438!important; }
            .border-tachas-057-color{ border-color:383438!important; }
            ul li.border-tachas-057-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-057-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-058*/
            .onm-new .category-color.tachas-058, .text-tachas-058,a.text-tachas-058,.text-tachas-058 a { color: 383438; }
            .bg-tachas-058, .onm-new .category-bg.tachas-058 { background-color:383438; }
            .onm-new .category.tachas-058 a:hover { color:383438; }
            .header-section.color-tachas-058:before,.widget-header.color-tachas-058:before { color:383438; }

            body.tachas-058 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-058 .footer, body.tachas-058 header.header, body.tachas-058 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-058  { color:383438 !important; }
            .onm-new .content-info.tachas-058-color .fa,
            .onm-new .tachas-058 .content-info .fa { color:383438 !important; }
            .color-tachas-058,.color-tachas-058 a, .color-tachas-058 fa { color:383438 !important; }

            .menu > li.tachas-058 a,
            .menu > li.tachas-058 .submenu a { color:383438!important; }
            body.tachas-058 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-058 span { background-color:383438!important; }
            .tachas-058-color{ color:383438!important; }
            .bg-tachas-058{ background-color:383438!important; }
            .bg-tachas-058.trans{ background:transparent!important; }
            .bg-tachas-058.trans:after{ background-color:383438!important; }
            .border-tachas-058-color{ border-color:383438!important; }
            ul li.border-tachas-058-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-058-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-059*/
            .onm-new .category-color.tachas-059, .text-tachas-059,a.text-tachas-059,.text-tachas-059 a { color: 383438; }
            .bg-tachas-059, .onm-new .category-bg.tachas-059 { background-color:383438; }
            .onm-new .category.tachas-059 a:hover { color:383438; }
            .header-section.color-tachas-059:before,.widget-header.color-tachas-059:before { color:383438; }

            body.tachas-059 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-059 .footer, body.tachas-059 header.header, body.tachas-059 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-059  { color:383438 !important; }
            .onm-new .content-info.tachas-059-color .fa,
            .onm-new .tachas-059 .content-info .fa { color:383438 !important; }
            .color-tachas-059,.color-tachas-059 a, .color-tachas-059 fa { color:383438 !important; }

            .menu > li.tachas-059 a,
            .menu > li.tachas-059 .submenu a { color:383438!important; }
            body.tachas-059 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-059 span { background-color:383438!important; }
            .tachas-059-color{ color:383438!important; }
            .bg-tachas-059{ background-color:383438!important; }
            .bg-tachas-059.trans{ background:transparent!important; }
            .bg-tachas-059.trans:after{ background-color:383438!important; }
            .border-tachas-059-color{ border-color:383438!important; }
            ul li.border-tachas-059-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-059-trans:after{ background-color:383438!important; }

                                            /* Rules for category espacio-giff-2014*/
            .onm-new .category-color.espacio-giff-2014, .text-espacio-giff-2014,a.text-espacio-giff-2014,.text-espacio-giff-2014 a { color: 383438; }
            .bg-espacio-giff-2014, .onm-new .category-bg.espacio-giff-2014 { background-color:383438; }
            .onm-new .category.espacio-giff-2014 a:hover { color:383438; }
            .header-section.color-espacio-giff-2014:before,.widget-header.color-espacio-giff-2014:before { color:383438; }

            body.espacio-giff-2014 .topbar.scrolled-bar { background-color:383438!important; }
            body.espacio-giff-2014 .footer, body.espacio-giff-2014 header.header, body.espacio-giff-2014 .scrolled-bar { background-color: 383438; }

            .onm-new .text-espacio-giff-2014  { color:383438 !important; }
            .onm-new .content-info.espacio-giff-2014-color .fa,
            .onm-new .espacio-giff-2014 .content-info .fa { color:383438 !important; }
            .color-espacio-giff-2014,.color-espacio-giff-2014 a, .color-espacio-giff-2014 fa { color:383438 !important; }

            .menu > li.espacio-giff-2014 a,
            .menu > li.espacio-giff-2014 .submenu a { color:383438!important; }
            body.espacio-giff-2014 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-espacio-giff-2014 span { background-color:383438!important; }
            .espacio-giff-2014-color{ color:383438!important; }
            .bg-espacio-giff-2014{ background-color:383438!important; }
            .bg-espacio-giff-2014.trans{ background:transparent!important; }
            .bg-espacio-giff-2014.trans:after{ background-color:383438!important; }
            .border-espacio-giff-2014-color{ border-color:383438!important; }
            ul li.border-espacio-giff-2014-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-espacio-giff-2014-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-060*/
            .onm-new .category-color.tachas-060, .text-tachas-060,a.text-tachas-060,.text-tachas-060 a { color: 383438; }
            .bg-tachas-060, .onm-new .category-bg.tachas-060 { background-color:383438; }
            .onm-new .category.tachas-060 a:hover { color:383438; }
            .header-section.color-tachas-060:before,.widget-header.color-tachas-060:before { color:383438; }

            body.tachas-060 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-060 .footer, body.tachas-060 header.header, body.tachas-060 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-060  { color:383438 !important; }
            .onm-new .content-info.tachas-060-color .fa,
            .onm-new .tachas-060 .content-info .fa { color:383438 !important; }
            .color-tachas-060,.color-tachas-060 a, .color-tachas-060 fa { color:383438 !important; }

            .menu > li.tachas-060 a,
            .menu > li.tachas-060 .submenu a { color:383438!important; }
            body.tachas-060 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-060 span { background-color:383438!important; }
            .tachas-060-color{ color:383438!important; }
            .bg-tachas-060{ background-color:383438!important; }
            .bg-tachas-060.trans{ background:transparent!important; }
            .bg-tachas-060.trans:after{ background-color:383438!important; }
            .border-tachas-060-color{ border-color:383438!important; }
            ul li.border-tachas-060-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-060-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-061*/
            .onm-new .category-color.tachas-061, .text-tachas-061,a.text-tachas-061,.text-tachas-061 a { color: 383438; }
            .bg-tachas-061, .onm-new .category-bg.tachas-061 { background-color:383438; }
            .onm-new .category.tachas-061 a:hover { color:383438; }
            .header-section.color-tachas-061:before,.widget-header.color-tachas-061:before { color:383438; }

            body.tachas-061 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-061 .footer, body.tachas-061 header.header, body.tachas-061 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-061  { color:383438 !important; }
            .onm-new .content-info.tachas-061-color .fa,
            .onm-new .tachas-061 .content-info .fa { color:383438 !important; }
            .color-tachas-061,.color-tachas-061 a, .color-tachas-061 fa { color:383438 !important; }

            .menu > li.tachas-061 a,
            .menu > li.tachas-061 .submenu a { color:383438!important; }
            body.tachas-061 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-061 span { background-color:383438!important; }
            .tachas-061-color{ color:383438!important; }
            .bg-tachas-061{ background-color:383438!important; }
            .bg-tachas-061.trans{ background:transparent!important; }
            .bg-tachas-061.trans:after{ background-color:383438!important; }
            .border-tachas-061-color{ border-color:383438!important; }
            ul li.border-tachas-061-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-061-trans:after{ background-color:383438!important; }

                                            /* Rules for category elecciones-2015*/
            .onm-new .category-color.elecciones-2015, .text-elecciones-2015,a.text-elecciones-2015,.text-elecciones-2015 a { color: 383438; }
            .bg-elecciones-2015, .onm-new .category-bg.elecciones-2015 { background-color:383438; }
            .onm-new .category.elecciones-2015 a:hover { color:383438; }
            .header-section.color-elecciones-2015:before,.widget-header.color-elecciones-2015:before { color:383438; }

            body.elecciones-2015 .topbar.scrolled-bar { background-color:383438!important; }
            body.elecciones-2015 .footer, body.elecciones-2015 header.header, body.elecciones-2015 .scrolled-bar { background-color: 383438; }

            .onm-new .text-elecciones-2015  { color:383438 !important; }
            .onm-new .content-info.elecciones-2015-color .fa,
            .onm-new .elecciones-2015 .content-info .fa { color:383438 !important; }
            .color-elecciones-2015,.color-elecciones-2015 a, .color-elecciones-2015 fa { color:383438 !important; }

            .menu > li.elecciones-2015 a,
            .menu > li.elecciones-2015 .submenu a { color:383438!important; }
            body.elecciones-2015 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-elecciones-2015 span { background-color:383438!important; }
            .elecciones-2015-color{ color:383438!important; }
            .bg-elecciones-2015{ background-color:383438!important; }
            .bg-elecciones-2015.trans{ background:transparent!important; }
            .bg-elecciones-2015.trans:after{ background-color:383438!important; }
            .border-elecciones-2015-color{ border-color:383438!important; }
            ul li.border-elecciones-2015-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-elecciones-2015-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-062*/
            .onm-new .category-color.tachas-062, .text-tachas-062,a.text-tachas-062,.text-tachas-062 a { color: 383438; }
            .bg-tachas-062, .onm-new .category-bg.tachas-062 { background-color:383438; }
            .onm-new .category.tachas-062 a:hover { color:383438; }
            .header-section.color-tachas-062:before,.widget-header.color-tachas-062:before { color:383438; }

            body.tachas-062 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-062 .footer, body.tachas-062 header.header, body.tachas-062 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-062  { color:383438 !important; }
            .onm-new .content-info.tachas-062-color .fa,
            .onm-new .tachas-062 .content-info .fa { color:383438 !important; }
            .color-tachas-062,.color-tachas-062 a, .color-tachas-062 fa { color:383438 !important; }

            .menu > li.tachas-062 a,
            .menu > li.tachas-062 .submenu a { color:383438!important; }
            body.tachas-062 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-062 span { background-color:383438!important; }
            .tachas-062-color{ color:383438!important; }
            .bg-tachas-062{ background-color:383438!important; }
            .bg-tachas-062.trans{ background:transparent!important; }
            .bg-tachas-062.trans:after{ background-color:383438!important; }
            .border-tachas-062-color{ border-color:383438!important; }
            ul li.border-tachas-062-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-062-trans:after{ background-color:383438!important; }

                                            /* Rules for category pronostico-del-clima*/
            .onm-new .category-color.pronostico-del-clima, .text-pronostico-del-clima,a.text-pronostico-del-clima,.text-pronostico-del-clima a { color: 383438; }
            .bg-pronostico-del-clima, .onm-new .category-bg.pronostico-del-clima { background-color:383438; }
            .onm-new .category.pronostico-del-clima a:hover { color:383438; }
            .header-section.color-pronostico-del-clima:before,.widget-header.color-pronostico-del-clima:before { color:383438; }

            body.pronostico-del-clima .topbar.scrolled-bar { background-color:383438!important; }
            body.pronostico-del-clima .footer, body.pronostico-del-clima header.header, body.pronostico-del-clima .scrolled-bar { background-color: 383438; }

            .onm-new .text-pronostico-del-clima  { color:383438 !important; }
            .onm-new .content-info.pronostico-del-clima-color .fa,
            .onm-new .pronostico-del-clima .content-info .fa { color:383438 !important; }
            .color-pronostico-del-clima,.color-pronostico-del-clima a, .color-pronostico-del-clima fa { color:383438 !important; }

            .menu > li.pronostico-del-clima a,
            .menu > li.pronostico-del-clima .submenu a { color:383438!important; }
            body.pronostico-del-clima .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-pronostico-del-clima span { background-color:383438!important; }
            .pronostico-del-clima-color{ color:383438!important; }
            .bg-pronostico-del-clima{ background-color:383438!important; }
            .bg-pronostico-del-clima.trans{ background:transparent!important; }
            .bg-pronostico-del-clima.trans:after{ background-color:383438!important; }
            .border-pronostico-del-clima-color{ border-color:383438!important; }
            ul li.border-pronostico-del-clima-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-pronostico-del-clima-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-063*/
            .onm-new .category-color.tachas-063, .text-tachas-063,a.text-tachas-063,.text-tachas-063 a { color: 383438; }
            .bg-tachas-063, .onm-new .category-bg.tachas-063 { background-color:383438; }
            .onm-new .category.tachas-063 a:hover { color:383438; }
            .header-section.color-tachas-063:before,.widget-header.color-tachas-063:before { color:383438; }

            body.tachas-063 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-063 .footer, body.tachas-063 header.header, body.tachas-063 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-063  { color:383438 !important; }
            .onm-new .content-info.tachas-063-color .fa,
            .onm-new .tachas-063 .content-info .fa { color:383438 !important; }
            .color-tachas-063,.color-tachas-063 a, .color-tachas-063 fa { color:383438 !important; }

            .menu > li.tachas-063 a,
            .menu > li.tachas-063 .submenu a { color:383438!important; }
            body.tachas-063 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-063 span { background-color:383438!important; }
            .tachas-063-color{ color:383438!important; }
            .bg-tachas-063{ background-color:383438!important; }
            .bg-tachas-063.trans{ background:transparent!important; }
            .bg-tachas-063.trans:after{ background-color:383438!important; }
            .border-tachas-063-color{ border-color:383438!important; }
            ul li.border-tachas-063-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-063-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-064*/
            .onm-new .category-color.tachas-064, .text-tachas-064,a.text-tachas-064,.text-tachas-064 a { color: 383438; }
            .bg-tachas-064, .onm-new .category-bg.tachas-064 { background-color:383438; }
            .onm-new .category.tachas-064 a:hover { color:383438; }
            .header-section.color-tachas-064:before,.widget-header.color-tachas-064:before { color:383438; }

            body.tachas-064 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-064 .footer, body.tachas-064 header.header, body.tachas-064 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-064  { color:383438 !important; }
            .onm-new .content-info.tachas-064-color .fa,
            .onm-new .tachas-064 .content-info .fa { color:383438 !important; }
            .color-tachas-064,.color-tachas-064 a, .color-tachas-064 fa { color:383438 !important; }

            .menu > li.tachas-064 a,
            .menu > li.tachas-064 .submenu a { color:383438!important; }
            body.tachas-064 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-064 span { background-color:383438!important; }
            .tachas-064-color{ color:383438!important; }
            .bg-tachas-064{ background-color:383438!important; }
            .bg-tachas-064.trans{ background:transparent!important; }
            .bg-tachas-064.trans:after{ background-color:383438!important; }
            .border-tachas-064-color{ border-color:383438!important; }
            ul li.border-tachas-064-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-064-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-065*/
            .onm-new .category-color.tachas-065, .text-tachas-065,a.text-tachas-065,.text-tachas-065 a { color: 383438; }
            .bg-tachas-065, .onm-new .category-bg.tachas-065 { background-color:383438; }
            .onm-new .category.tachas-065 a:hover { color:383438; }
            .header-section.color-tachas-065:before,.widget-header.color-tachas-065:before { color:383438; }

            body.tachas-065 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-065 .footer, body.tachas-065 header.header, body.tachas-065 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-065  { color:383438 !important; }
            .onm-new .content-info.tachas-065-color .fa,
            .onm-new .tachas-065 .content-info .fa { color:383438 !important; }
            .color-tachas-065,.color-tachas-065 a, .color-tachas-065 fa { color:383438 !important; }

            .menu > li.tachas-065 a,
            .menu > li.tachas-065 .submenu a { color:383438!important; }
            body.tachas-065 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-065 span { background-color:383438!important; }
            .tachas-065-color{ color:383438!important; }
            .bg-tachas-065{ background-color:383438!important; }
            .bg-tachas-065.trans{ background:transparent!important; }
            .bg-tachas-065.trans:after{ background-color:383438!important; }
            .border-tachas-065-color{ border-color:383438!important; }
            ul li.border-tachas-065-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-065-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-066*/
            .onm-new .category-color.tachas-066, .text-tachas-066,a.text-tachas-066,.text-tachas-066 a { color: 383438; }
            .bg-tachas-066, .onm-new .category-bg.tachas-066 { background-color:383438; }
            .onm-new .category.tachas-066 a:hover { color:383438; }
            .header-section.color-tachas-066:before,.widget-header.color-tachas-066:before { color:383438; }

            body.tachas-066 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-066 .footer, body.tachas-066 header.header, body.tachas-066 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-066  { color:383438 !important; }
            .onm-new .content-info.tachas-066-color .fa,
            .onm-new .tachas-066 .content-info .fa { color:383438 !important; }
            .color-tachas-066,.color-tachas-066 a, .color-tachas-066 fa { color:383438 !important; }

            .menu > li.tachas-066 a,
            .menu > li.tachas-066 .submenu a { color:383438!important; }
            body.tachas-066 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-066 span { background-color:383438!important; }
            .tachas-066-color{ color:383438!important; }
            .bg-tachas-066{ background-color:383438!important; }
            .bg-tachas-066.trans{ background:transparent!important; }
            .bg-tachas-066.trans:after{ background-color:383438!important; }
            .border-tachas-066-color{ border-color:383438!important; }
            ul li.border-tachas-066-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-066-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-067*/
            .onm-new .category-color.tachas-067, .text-tachas-067,a.text-tachas-067,.text-tachas-067 a { color: 383438; }
            .bg-tachas-067, .onm-new .category-bg.tachas-067 { background-color:383438; }
            .onm-new .category.tachas-067 a:hover { color:383438; }
            .header-section.color-tachas-067:before,.widget-header.color-tachas-067:before { color:383438; }

            body.tachas-067 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-067 .footer, body.tachas-067 header.header, body.tachas-067 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-067  { color:383438 !important; }
            .onm-new .content-info.tachas-067-color .fa,
            .onm-new .tachas-067 .content-info .fa { color:383438 !important; }
            .color-tachas-067,.color-tachas-067 a, .color-tachas-067 fa { color:383438 !important; }

            .menu > li.tachas-067 a,
            .menu > li.tachas-067 .submenu a { color:383438!important; }
            body.tachas-067 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-067 span { background-color:383438!important; }
            .tachas-067-color{ color:383438!important; }
            .bg-tachas-067{ background-color:383438!important; }
            .bg-tachas-067.trans{ background:transparent!important; }
            .bg-tachas-067.trans:after{ background-color:383438!important; }
            .border-tachas-067-color{ border-color:383438!important; }
            ul li.border-tachas-067-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-067-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-068*/
            .onm-new .category-color.tachas-068, .text-tachas-068,a.text-tachas-068,.text-tachas-068 a { color: 383438; }
            .bg-tachas-068, .onm-new .category-bg.tachas-068 { background-color:383438; }
            .onm-new .category.tachas-068 a:hover { color:383438; }
            .header-section.color-tachas-068:before,.widget-header.color-tachas-068:before { color:383438; }

            body.tachas-068 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-068 .footer, body.tachas-068 header.header, body.tachas-068 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-068  { color:383438 !important; }
            .onm-new .content-info.tachas-068-color .fa,
            .onm-new .tachas-068 .content-info .fa { color:383438 !important; }
            .color-tachas-068,.color-tachas-068 a, .color-tachas-068 fa { color:383438 !important; }

            .menu > li.tachas-068 a,
            .menu > li.tachas-068 .submenu a { color:383438!important; }
            body.tachas-068 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-068 span { background-color:383438!important; }
            .tachas-068-color{ color:383438!important; }
            .bg-tachas-068{ background-color:383438!important; }
            .bg-tachas-068.trans{ background:transparent!important; }
            .bg-tachas-068.trans:after{ background-color:383438!important; }
            .border-tachas-068-color{ border-color:383438!important; }
            ul li.border-tachas-068-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-068-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-069*/
            .onm-new .category-color.tachas-069, .text-tachas-069,a.text-tachas-069,.text-tachas-069 a { color: 383438; }
            .bg-tachas-069, .onm-new .category-bg.tachas-069 { background-color:383438; }
            .onm-new .category.tachas-069 a:hover { color:383438; }
            .header-section.color-tachas-069:before,.widget-header.color-tachas-069:before { color:383438; }

            body.tachas-069 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-069 .footer, body.tachas-069 header.header, body.tachas-069 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-069  { color:383438 !important; }
            .onm-new .content-info.tachas-069-color .fa,
            .onm-new .tachas-069 .content-info .fa { color:383438 !important; }
            .color-tachas-069,.color-tachas-069 a, .color-tachas-069 fa { color:383438 !important; }

            .menu > li.tachas-069 a,
            .menu > li.tachas-069 .submenu a { color:383438!important; }
            body.tachas-069 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-069 span { background-color:383438!important; }
            .tachas-069-color{ color:383438!important; }
            .bg-tachas-069{ background-color:383438!important; }
            .bg-tachas-069.trans{ background:transparent!important; }
            .bg-tachas-069.trans:after{ background-color:383438!important; }
            .border-tachas-069-color{ border-color:383438!important; }
            ul li.border-tachas-069-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-069-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-070*/
            .onm-new .category-color.tachas-070, .text-tachas-070,a.text-tachas-070,.text-tachas-070 a { color: 383438; }
            .bg-tachas-070, .onm-new .category-bg.tachas-070 { background-color:383438; }
            .onm-new .category.tachas-070 a:hover { color:383438; }
            .header-section.color-tachas-070:before,.widget-header.color-tachas-070:before { color:383438; }

            body.tachas-070 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-070 .footer, body.tachas-070 header.header, body.tachas-070 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-070  { color:383438 !important; }
            .onm-new .content-info.tachas-070-color .fa,
            .onm-new .tachas-070 .content-info .fa { color:383438 !important; }
            .color-tachas-070,.color-tachas-070 a, .color-tachas-070 fa { color:383438 !important; }

            .menu > li.tachas-070 a,
            .menu > li.tachas-070 .submenu a { color:383438!important; }
            body.tachas-070 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-070 span { background-color:383438!important; }
            .tachas-070-color{ color:383438!important; }
            .bg-tachas-070{ background-color:383438!important; }
            .bg-tachas-070.trans{ background:transparent!important; }
            .bg-tachas-070.trans:after{ background-color:383438!important; }
            .border-tachas-070-color{ border-color:383438!important; }
            ul li.border-tachas-070-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-070-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-071*/
            .onm-new .category-color.tachas-071, .text-tachas-071,a.text-tachas-071,.text-tachas-071 a { color: 383438; }
            .bg-tachas-071, .onm-new .category-bg.tachas-071 { background-color:383438; }
            .onm-new .category.tachas-071 a:hover { color:383438; }
            .header-section.color-tachas-071:before,.widget-header.color-tachas-071:before { color:383438; }

            body.tachas-071 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-071 .footer, body.tachas-071 header.header, body.tachas-071 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-071  { color:383438 !important; }
            .onm-new .content-info.tachas-071-color .fa,
            .onm-new .tachas-071 .content-info .fa { color:383438 !important; }
            .color-tachas-071,.color-tachas-071 a, .color-tachas-071 fa { color:383438 !important; }

            .menu > li.tachas-071 a,
            .menu > li.tachas-071 .submenu a { color:383438!important; }
            body.tachas-071 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-071 span { background-color:383438!important; }
            .tachas-071-color{ color:383438!important; }
            .bg-tachas-071{ background-color:383438!important; }
            .bg-tachas-071.trans{ background:transparent!important; }
            .bg-tachas-071.trans:after{ background-color:383438!important; }
            .border-tachas-071-color{ border-color:383438!important; }
            ul li.border-tachas-071-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-071-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-072*/
            .onm-new .category-color.tachas-072, .text-tachas-072,a.text-tachas-072,.text-tachas-072 a { color: 383438; }
            .bg-tachas-072, .onm-new .category-bg.tachas-072 { background-color:383438; }
            .onm-new .category.tachas-072 a:hover { color:383438; }
            .header-section.color-tachas-072:before,.widget-header.color-tachas-072:before { color:383438; }

            body.tachas-072 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-072 .footer, body.tachas-072 header.header, body.tachas-072 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-072  { color:383438 !important; }
            .onm-new .content-info.tachas-072-color .fa,
            .onm-new .tachas-072 .content-info .fa { color:383438 !important; }
            .color-tachas-072,.color-tachas-072 a, .color-tachas-072 fa { color:383438 !important; }

            .menu > li.tachas-072 a,
            .menu > li.tachas-072 .submenu a { color:383438!important; }
            body.tachas-072 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-072 span { background-color:383438!important; }
            .tachas-072-color{ color:383438!important; }
            .bg-tachas-072{ background-color:383438!important; }
            .bg-tachas-072.trans{ background:transparent!important; }
            .bg-tachas-072.trans:after{ background-color:383438!important; }
            .border-tachas-072-color{ border-color:383438!important; }
            ul li.border-tachas-072-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-072-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-073*/
            .onm-new .category-color.tachas-073, .text-tachas-073,a.text-tachas-073,.text-tachas-073 a { color: 383438; }
            .bg-tachas-073, .onm-new .category-bg.tachas-073 { background-color:383438; }
            .onm-new .category.tachas-073 a:hover { color:383438; }
            .header-section.color-tachas-073:before,.widget-header.color-tachas-073:before { color:383438; }

            body.tachas-073 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-073 .footer, body.tachas-073 header.header, body.tachas-073 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-073  { color:383438 !important; }
            .onm-new .content-info.tachas-073-color .fa,
            .onm-new .tachas-073 .content-info .fa { color:383438 !important; }
            .color-tachas-073,.color-tachas-073 a, .color-tachas-073 fa { color:383438 !important; }

            .menu > li.tachas-073 a,
            .menu > li.tachas-073 .submenu a { color:383438!important; }
            body.tachas-073 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-073 span { background-color:383438!important; }
            .tachas-073-color{ color:383438!important; }
            .bg-tachas-073{ background-color:383438!important; }
            .bg-tachas-073.trans{ background:transparent!important; }
            .bg-tachas-073.trans:after{ background-color:383438!important; }
            .border-tachas-073-color{ border-color:383438!important; }
            ul li.border-tachas-073-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-073-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-074*/
            .onm-new .category-color.tachas-074, .text-tachas-074,a.text-tachas-074,.text-tachas-074 a { color: 383438; }
            .bg-tachas-074, .onm-new .category-bg.tachas-074 { background-color:383438; }
            .onm-new .category.tachas-074 a:hover { color:383438; }
            .header-section.color-tachas-074:before,.widget-header.color-tachas-074:before { color:383438; }

            body.tachas-074 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-074 .footer, body.tachas-074 header.header, body.tachas-074 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-074  { color:383438 !important; }
            .onm-new .content-info.tachas-074-color .fa,
            .onm-new .tachas-074 .content-info .fa { color:383438 !important; }
            .color-tachas-074,.color-tachas-074 a, .color-tachas-074 fa { color:383438 !important; }

            .menu > li.tachas-074 a,
            .menu > li.tachas-074 .submenu a { color:383438!important; }
            body.tachas-074 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-074 span { background-color:383438!important; }
            .tachas-074-color{ color:383438!important; }
            .bg-tachas-074{ background-color:383438!important; }
            .bg-tachas-074.trans{ background:transparent!important; }
            .bg-tachas-074.trans:after{ background-color:383438!important; }
            .border-tachas-074-color{ border-color:383438!important; }
            ul li.border-tachas-074-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-074-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-075*/
            .onm-new .category-color.tachas-075, .text-tachas-075,a.text-tachas-075,.text-tachas-075 a { color: 383438; }
            .bg-tachas-075, .onm-new .category-bg.tachas-075 { background-color:383438; }
            .onm-new .category.tachas-075 a:hover { color:383438; }
            .header-section.color-tachas-075:before,.widget-header.color-tachas-075:before { color:383438; }

            body.tachas-075 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-075 .footer, body.tachas-075 header.header, body.tachas-075 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-075  { color:383438 !important; }
            .onm-new .content-info.tachas-075-color .fa,
            .onm-new .tachas-075 .content-info .fa { color:383438 !important; }
            .color-tachas-075,.color-tachas-075 a, .color-tachas-075 fa { color:383438 !important; }

            .menu > li.tachas-075 a,
            .menu > li.tachas-075 .submenu a { color:383438!important; }
            body.tachas-075 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-075 span { background-color:383438!important; }
            .tachas-075-color{ color:383438!important; }
            .bg-tachas-075{ background-color:383438!important; }
            .bg-tachas-075.trans{ background:transparent!important; }
            .bg-tachas-075.trans:after{ background-color:383438!important; }
            .border-tachas-075-color{ border-color:383438!important; }
            ul li.border-tachas-075-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-075-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-076*/
            .onm-new .category-color.tachas-076, .text-tachas-076,a.text-tachas-076,.text-tachas-076 a { color: 383438; }
            .bg-tachas-076, .onm-new .category-bg.tachas-076 { background-color:383438; }
            .onm-new .category.tachas-076 a:hover { color:383438; }
            .header-section.color-tachas-076:before,.widget-header.color-tachas-076:before { color:383438; }

            body.tachas-076 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-076 .footer, body.tachas-076 header.header, body.tachas-076 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-076  { color:383438 !important; }
            .onm-new .content-info.tachas-076-color .fa,
            .onm-new .tachas-076 .content-info .fa { color:383438 !important; }
            .color-tachas-076,.color-tachas-076 a, .color-tachas-076 fa { color:383438 !important; }

            .menu > li.tachas-076 a,
            .menu > li.tachas-076 .submenu a { color:383438!important; }
            body.tachas-076 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-076 span { background-color:383438!important; }
            .tachas-076-color{ color:383438!important; }
            .bg-tachas-076{ background-color:383438!important; }
            .bg-tachas-076.trans{ background:transparent!important; }
            .bg-tachas-076.trans:after{ background-color:383438!important; }
            .border-tachas-076-color{ border-color:383438!important; }
            ul li.border-tachas-076-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-076-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-077*/
            .onm-new .category-color.tachas-077, .text-tachas-077,a.text-tachas-077,.text-tachas-077 a { color: 383438; }
            .bg-tachas-077, .onm-new .category-bg.tachas-077 { background-color:383438; }
            .onm-new .category.tachas-077 a:hover { color:383438; }
            .header-section.color-tachas-077:before,.widget-header.color-tachas-077:before { color:383438; }

            body.tachas-077 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-077 .footer, body.tachas-077 header.header, body.tachas-077 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-077  { color:383438 !important; }
            .onm-new .content-info.tachas-077-color .fa,
            .onm-new .tachas-077 .content-info .fa { color:383438 !important; }
            .color-tachas-077,.color-tachas-077 a, .color-tachas-077 fa { color:383438 !important; }

            .menu > li.tachas-077 a,
            .menu > li.tachas-077 .submenu a { color:383438!important; }
            body.tachas-077 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-077 span { background-color:383438!important; }
            .tachas-077-color{ color:383438!important; }
            .bg-tachas-077{ background-color:383438!important; }
            .bg-tachas-077.trans{ background:transparent!important; }
            .bg-tachas-077.trans:after{ background-color:383438!important; }
            .border-tachas-077-color{ border-color:383438!important; }
            ul li.border-tachas-077-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-077-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-078*/
            .onm-new .category-color.tachas-078, .text-tachas-078,a.text-tachas-078,.text-tachas-078 a { color: 383438; }
            .bg-tachas-078, .onm-new .category-bg.tachas-078 { background-color:383438; }
            .onm-new .category.tachas-078 a:hover { color:383438; }
            .header-section.color-tachas-078:before,.widget-header.color-tachas-078:before { color:383438; }

            body.tachas-078 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-078 .footer, body.tachas-078 header.header, body.tachas-078 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-078  { color:383438 !important; }
            .onm-new .content-info.tachas-078-color .fa,
            .onm-new .tachas-078 .content-info .fa { color:383438 !important; }
            .color-tachas-078,.color-tachas-078 a, .color-tachas-078 fa { color:383438 !important; }

            .menu > li.tachas-078 a,
            .menu > li.tachas-078 .submenu a { color:383438!important; }
            body.tachas-078 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-078 span { background-color:383438!important; }
            .tachas-078-color{ color:383438!important; }
            .bg-tachas-078{ background-color:383438!important; }
            .bg-tachas-078.trans{ background:transparent!important; }
            .bg-tachas-078.trans:after{ background-color:383438!important; }
            .border-tachas-078-color{ border-color:383438!important; }
            ul li.border-tachas-078-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-078-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-079*/
            .onm-new .category-color.tachas-079, .text-tachas-079,a.text-tachas-079,.text-tachas-079 a { color: 383438; }
            .bg-tachas-079, .onm-new .category-bg.tachas-079 { background-color:383438; }
            .onm-new .category.tachas-079 a:hover { color:383438; }
            .header-section.color-tachas-079:before,.widget-header.color-tachas-079:before { color:383438; }

            body.tachas-079 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-079 .footer, body.tachas-079 header.header, body.tachas-079 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-079  { color:383438 !important; }
            .onm-new .content-info.tachas-079-color .fa,
            .onm-new .tachas-079 .content-info .fa { color:383438 !important; }
            .color-tachas-079,.color-tachas-079 a, .color-tachas-079 fa { color:383438 !important; }

            .menu > li.tachas-079 a,
            .menu > li.tachas-079 .submenu a { color:383438!important; }
            body.tachas-079 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-079 span { background-color:383438!important; }
            .tachas-079-color{ color:383438!important; }
            .bg-tachas-079{ background-color:383438!important; }
            .bg-tachas-079.trans{ background:transparent!important; }
            .bg-tachas-079.trans:after{ background-color:383438!important; }
            .border-tachas-079-color{ border-color:383438!important; }
            ul li.border-tachas-079-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-079-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-080*/
            .onm-new .category-color.tachas-080, .text-tachas-080,a.text-tachas-080,.text-tachas-080 a { color: 383438; }
            .bg-tachas-080, .onm-new .category-bg.tachas-080 { background-color:383438; }
            .onm-new .category.tachas-080 a:hover { color:383438; }
            .header-section.color-tachas-080:before,.widget-header.color-tachas-080:before { color:383438; }

            body.tachas-080 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-080 .footer, body.tachas-080 header.header, body.tachas-080 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-080  { color:383438 !important; }
            .onm-new .content-info.tachas-080-color .fa,
            .onm-new .tachas-080 .content-info .fa { color:383438 !important; }
            .color-tachas-080,.color-tachas-080 a, .color-tachas-080 fa { color:383438 !important; }

            .menu > li.tachas-080 a,
            .menu > li.tachas-080 .submenu a { color:383438!important; }
            body.tachas-080 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-080 span { background-color:383438!important; }
            .tachas-080-color{ color:383438!important; }
            .bg-tachas-080{ background-color:383438!important; }
            .bg-tachas-080.trans{ background:transparent!important; }
            .bg-tachas-080.trans:after{ background-color:383438!important; }
            .border-tachas-080-color{ border-color:383438!important; }
            ul li.border-tachas-080-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-080-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-081*/
            .onm-new .category-color.tachas-081, .text-tachas-081,a.text-tachas-081,.text-tachas-081 a { color: 383438; }
            .bg-tachas-081, .onm-new .category-bg.tachas-081 { background-color:383438; }
            .onm-new .category.tachas-081 a:hover { color:383438; }
            .header-section.color-tachas-081:before,.widget-header.color-tachas-081:before { color:383438; }

            body.tachas-081 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-081 .footer, body.tachas-081 header.header, body.tachas-081 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-081  { color:383438 !important; }
            .onm-new .content-info.tachas-081-color .fa,
            .onm-new .tachas-081 .content-info .fa { color:383438 !important; }
            .color-tachas-081,.color-tachas-081 a, .color-tachas-081 fa { color:383438 !important; }

            .menu > li.tachas-081 a,
            .menu > li.tachas-081 .submenu a { color:383438!important; }
            body.tachas-081 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-081 span { background-color:383438!important; }
            .tachas-081-color{ color:383438!important; }
            .bg-tachas-081{ background-color:383438!important; }
            .bg-tachas-081.trans{ background:transparent!important; }
            .bg-tachas-081.trans:after{ background-color:383438!important; }
            .border-tachas-081-color{ border-color:383438!important; }
            ul li.border-tachas-081-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-081-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-082*/
            .onm-new .category-color.tachas-082, .text-tachas-082,a.text-tachas-082,.text-tachas-082 a { color: 383438; }
            .bg-tachas-082, .onm-new .category-bg.tachas-082 { background-color:383438; }
            .onm-new .category.tachas-082 a:hover { color:383438; }
            .header-section.color-tachas-082:before,.widget-header.color-tachas-082:before { color:383438; }

            body.tachas-082 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-082 .footer, body.tachas-082 header.header, body.tachas-082 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-082  { color:383438 !important; }
            .onm-new .content-info.tachas-082-color .fa,
            .onm-new .tachas-082 .content-info .fa { color:383438 !important; }
            .color-tachas-082,.color-tachas-082 a, .color-tachas-082 fa { color:383438 !important; }

            .menu > li.tachas-082 a,
            .menu > li.tachas-082 .submenu a { color:383438!important; }
            body.tachas-082 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-082 span { background-color:383438!important; }
            .tachas-082-color{ color:383438!important; }
            .bg-tachas-082{ background-color:383438!important; }
            .bg-tachas-082.trans{ background:transparent!important; }
            .bg-tachas-082.trans:after{ background-color:383438!important; }
            .border-tachas-082-color{ border-color:383438!important; }
            ul li.border-tachas-082-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-082-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-083*/
            .onm-new .category-color.tachas-083, .text-tachas-083,a.text-tachas-083,.text-tachas-083 a { color: 383438; }
            .bg-tachas-083, .onm-new .category-bg.tachas-083 { background-color:383438; }
            .onm-new .category.tachas-083 a:hover { color:383438; }
            .header-section.color-tachas-083:before,.widget-header.color-tachas-083:before { color:383438; }

            body.tachas-083 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-083 .footer, body.tachas-083 header.header, body.tachas-083 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-083  { color:383438 !important; }
            .onm-new .content-info.tachas-083-color .fa,
            .onm-new .tachas-083 .content-info .fa { color:383438 !important; }
            .color-tachas-083,.color-tachas-083 a, .color-tachas-083 fa { color:383438 !important; }

            .menu > li.tachas-083 a,
            .menu > li.tachas-083 .submenu a { color:383438!important; }
            body.tachas-083 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-083 span { background-color:383438!important; }
            .tachas-083-color{ color:383438!important; }
            .bg-tachas-083{ background-color:383438!important; }
            .bg-tachas-083.trans{ background:transparent!important; }
            .bg-tachas-083.trans:after{ background-color:383438!important; }
            .border-tachas-083-color{ border-color:383438!important; }
            ul li.border-tachas-083-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-083-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-084*/
            .onm-new .category-color.tachas-084, .text-tachas-084,a.text-tachas-084,.text-tachas-084 a { color: 383438; }
            .bg-tachas-084, .onm-new .category-bg.tachas-084 { background-color:383438; }
            .onm-new .category.tachas-084 a:hover { color:383438; }
            .header-section.color-tachas-084:before,.widget-header.color-tachas-084:before { color:383438; }

            body.tachas-084 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-084 .footer, body.tachas-084 header.header, body.tachas-084 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-084  { color:383438 !important; }
            .onm-new .content-info.tachas-084-color .fa,
            .onm-new .tachas-084 .content-info .fa { color:383438 !important; }
            .color-tachas-084,.color-tachas-084 a, .color-tachas-084 fa { color:383438 !important; }

            .menu > li.tachas-084 a,
            .menu > li.tachas-084 .submenu a { color:383438!important; }
            body.tachas-084 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-084 span { background-color:383438!important; }
            .tachas-084-color{ color:383438!important; }
            .bg-tachas-084{ background-color:383438!important; }
            .bg-tachas-084.trans{ background:transparent!important; }
            .bg-tachas-084.trans:after{ background-color:383438!important; }
            .border-tachas-084-color{ border-color:383438!important; }
            ul li.border-tachas-084-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-084-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-085*/
            .onm-new .category-color.tachas-085, .text-tachas-085,a.text-tachas-085,.text-tachas-085 a { color: 383438; }
            .bg-tachas-085, .onm-new .category-bg.tachas-085 { background-color:383438; }
            .onm-new .category.tachas-085 a:hover { color:383438; }
            .header-section.color-tachas-085:before,.widget-header.color-tachas-085:before { color:383438; }

            body.tachas-085 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-085 .footer, body.tachas-085 header.header, body.tachas-085 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-085  { color:383438 !important; }
            .onm-new .content-info.tachas-085-color .fa,
            .onm-new .tachas-085 .content-info .fa { color:383438 !important; }
            .color-tachas-085,.color-tachas-085 a, .color-tachas-085 fa { color:383438 !important; }

            .menu > li.tachas-085 a,
            .menu > li.tachas-085 .submenu a { color:383438!important; }
            body.tachas-085 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-085 span { background-color:383438!important; }
            .tachas-085-color{ color:383438!important; }
            .bg-tachas-085{ background-color:383438!important; }
            .bg-tachas-085.trans{ background:transparent!important; }
            .bg-tachas-085.trans:after{ background-color:383438!important; }
            .border-tachas-085-color{ border-color:383438!important; }
            ul li.border-tachas-085-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-085-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-086*/
            .onm-new .category-color.tachas-086, .text-tachas-086,a.text-tachas-086,.text-tachas-086 a { color: 383438; }
            .bg-tachas-086, .onm-new .category-bg.tachas-086 { background-color:383438; }
            .onm-new .category.tachas-086 a:hover { color:383438; }
            .header-section.color-tachas-086:before,.widget-header.color-tachas-086:before { color:383438; }

            body.tachas-086 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-086 .footer, body.tachas-086 header.header, body.tachas-086 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-086  { color:383438 !important; }
            .onm-new .content-info.tachas-086-color .fa,
            .onm-new .tachas-086 .content-info .fa { color:383438 !important; }
            .color-tachas-086,.color-tachas-086 a, .color-tachas-086 fa { color:383438 !important; }

            .menu > li.tachas-086 a,
            .menu > li.tachas-086 .submenu a { color:383438!important; }
            body.tachas-086 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-086 span { background-color:383438!important; }
            .tachas-086-color{ color:383438!important; }
            .bg-tachas-086{ background-color:383438!important; }
            .bg-tachas-086.trans{ background:transparent!important; }
            .bg-tachas-086.trans:after{ background-color:383438!important; }
            .border-tachas-086-color{ border-color:383438!important; }
            ul li.border-tachas-086-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-086-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-087*/
            .onm-new .category-color.tachas-087, .text-tachas-087,a.text-tachas-087,.text-tachas-087 a { color: 383438; }
            .bg-tachas-087, .onm-new .category-bg.tachas-087 { background-color:383438; }
            .onm-new .category.tachas-087 a:hover { color:383438; }
            .header-section.color-tachas-087:before,.widget-header.color-tachas-087:before { color:383438; }

            body.tachas-087 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-087 .footer, body.tachas-087 header.header, body.tachas-087 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-087  { color:383438 !important; }
            .onm-new .content-info.tachas-087-color .fa,
            .onm-new .tachas-087 .content-info .fa { color:383438 !important; }
            .color-tachas-087,.color-tachas-087 a, .color-tachas-087 fa { color:383438 !important; }

            .menu > li.tachas-087 a,
            .menu > li.tachas-087 .submenu a { color:383438!important; }
            body.tachas-087 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-087 span { background-color:383438!important; }
            .tachas-087-color{ color:383438!important; }
            .bg-tachas-087{ background-color:383438!important; }
            .bg-tachas-087.trans{ background:transparent!important; }
            .bg-tachas-087.trans:after{ background-color:383438!important; }
            .border-tachas-087-color{ border-color:383438!important; }
            ul li.border-tachas-087-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-087-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-088*/
            .onm-new .category-color.tachas-088, .text-tachas-088,a.text-tachas-088,.text-tachas-088 a { color: 383438; }
            .bg-tachas-088, .onm-new .category-bg.tachas-088 { background-color:383438; }
            .onm-new .category.tachas-088 a:hover { color:383438; }
            .header-section.color-tachas-088:before,.widget-header.color-tachas-088:before { color:383438; }

            body.tachas-088 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-088 .footer, body.tachas-088 header.header, body.tachas-088 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-088  { color:383438 !important; }
            .onm-new .content-info.tachas-088-color .fa,
            .onm-new .tachas-088 .content-info .fa { color:383438 !important; }
            .color-tachas-088,.color-tachas-088 a, .color-tachas-088 fa { color:383438 !important; }

            .menu > li.tachas-088 a,
            .menu > li.tachas-088 .submenu a { color:383438!important; }
            body.tachas-088 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-088 span { background-color:383438!important; }
            .tachas-088-color{ color:383438!important; }
            .bg-tachas-088{ background-color:383438!important; }
            .bg-tachas-088.trans{ background:transparent!important; }
            .bg-tachas-088.trans:after{ background-color:383438!important; }
            .border-tachas-088-color{ border-color:383438!important; }
            ul li.border-tachas-088-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-088-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-089*/
            .onm-new .category-color.tachas-089, .text-tachas-089,a.text-tachas-089,.text-tachas-089 a { color: 383438; }
            .bg-tachas-089, .onm-new .category-bg.tachas-089 { background-color:383438; }
            .onm-new .category.tachas-089 a:hover { color:383438; }
            .header-section.color-tachas-089:before,.widget-header.color-tachas-089:before { color:383438; }

            body.tachas-089 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-089 .footer, body.tachas-089 header.header, body.tachas-089 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-089  { color:383438 !important; }
            .onm-new .content-info.tachas-089-color .fa,
            .onm-new .tachas-089 .content-info .fa { color:383438 !important; }
            .color-tachas-089,.color-tachas-089 a, .color-tachas-089 fa { color:383438 !important; }

            .menu > li.tachas-089 a,
            .menu > li.tachas-089 .submenu a { color:383438!important; }
            body.tachas-089 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-089 span { background-color:383438!important; }
            .tachas-089-color{ color:383438!important; }
            .bg-tachas-089{ background-color:383438!important; }
            .bg-tachas-089.trans{ background:transparent!important; }
            .bg-tachas-089.trans:after{ background-color:383438!important; }
            .border-tachas-089-color{ border-color:383438!important; }
            ul li.border-tachas-089-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-089-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-090*/
            .onm-new .category-color.tachas-090, .text-tachas-090,a.text-tachas-090,.text-tachas-090 a { color: 383438; }
            .bg-tachas-090, .onm-new .category-bg.tachas-090 { background-color:383438; }
            .onm-new .category.tachas-090 a:hover { color:383438; }
            .header-section.color-tachas-090:before,.widget-header.color-tachas-090:before { color:383438; }

            body.tachas-090 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-090 .footer, body.tachas-090 header.header, body.tachas-090 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-090  { color:383438 !important; }
            .onm-new .content-info.tachas-090-color .fa,
            .onm-new .tachas-090 .content-info .fa { color:383438 !important; }
            .color-tachas-090,.color-tachas-090 a, .color-tachas-090 fa { color:383438 !important; }

            .menu > li.tachas-090 a,
            .menu > li.tachas-090 .submenu a { color:383438!important; }
            body.tachas-090 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-090 span { background-color:383438!important; }
            .tachas-090-color{ color:383438!important; }
            .bg-tachas-090{ background-color:383438!important; }
            .bg-tachas-090.trans{ background:transparent!important; }
            .bg-tachas-090.trans:after{ background-color:383438!important; }
            .border-tachas-090-color{ border-color:383438!important; }
            ul li.border-tachas-090-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-090-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-091*/
            .onm-new .category-color.tachas-091, .text-tachas-091,a.text-tachas-091,.text-tachas-091 a { color: 383438; }
            .bg-tachas-091, .onm-new .category-bg.tachas-091 { background-color:383438; }
            .onm-new .category.tachas-091 a:hover { color:383438; }
            .header-section.color-tachas-091:before,.widget-header.color-tachas-091:before { color:383438; }

            body.tachas-091 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-091 .footer, body.tachas-091 header.header, body.tachas-091 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-091  { color:383438 !important; }
            .onm-new .content-info.tachas-091-color .fa,
            .onm-new .tachas-091 .content-info .fa { color:383438 !important; }
            .color-tachas-091,.color-tachas-091 a, .color-tachas-091 fa { color:383438 !important; }

            .menu > li.tachas-091 a,
            .menu > li.tachas-091 .submenu a { color:383438!important; }
            body.tachas-091 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-091 span { background-color:383438!important; }
            .tachas-091-color{ color:383438!important; }
            .bg-tachas-091{ background-color:383438!important; }
            .bg-tachas-091.trans{ background:transparent!important; }
            .bg-tachas-091.trans:after{ background-color:383438!important; }
            .border-tachas-091-color{ border-color:383438!important; }
            ul li.border-tachas-091-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-091-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-092*/
            .onm-new .category-color.tachas-092, .text-tachas-092,a.text-tachas-092,.text-tachas-092 a { color: 383438; }
            .bg-tachas-092, .onm-new .category-bg.tachas-092 { background-color:383438; }
            .onm-new .category.tachas-092 a:hover { color:383438; }
            .header-section.color-tachas-092:before,.widget-header.color-tachas-092:before { color:383438; }

            body.tachas-092 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-092 .footer, body.tachas-092 header.header, body.tachas-092 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-092  { color:383438 !important; }
            .onm-new .content-info.tachas-092-color .fa,
            .onm-new .tachas-092 .content-info .fa { color:383438 !important; }
            .color-tachas-092,.color-tachas-092 a, .color-tachas-092 fa { color:383438 !important; }

            .menu > li.tachas-092 a,
            .menu > li.tachas-092 .submenu a { color:383438!important; }
            body.tachas-092 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-092 span { background-color:383438!important; }
            .tachas-092-color{ color:383438!important; }
            .bg-tachas-092{ background-color:383438!important; }
            .bg-tachas-092.trans{ background:transparent!important; }
            .bg-tachas-092.trans:after{ background-color:383438!important; }
            .border-tachas-092-color{ border-color:383438!important; }
            ul li.border-tachas-092-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-092-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-093*/
            .onm-new .category-color.tachas-093, .text-tachas-093,a.text-tachas-093,.text-tachas-093 a { color: 383438; }
            .bg-tachas-093, .onm-new .category-bg.tachas-093 { background-color:383438; }
            .onm-new .category.tachas-093 a:hover { color:383438; }
            .header-section.color-tachas-093:before,.widget-header.color-tachas-093:before { color:383438; }

            body.tachas-093 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-093 .footer, body.tachas-093 header.header, body.tachas-093 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-093  { color:383438 !important; }
            .onm-new .content-info.tachas-093-color .fa,
            .onm-new .tachas-093 .content-info .fa { color:383438 !important; }
            .color-tachas-093,.color-tachas-093 a, .color-tachas-093 fa { color:383438 !important; }

            .menu > li.tachas-093 a,
            .menu > li.tachas-093 .submenu a { color:383438!important; }
            body.tachas-093 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-093 span { background-color:383438!important; }
            .tachas-093-color{ color:383438!important; }
            .bg-tachas-093{ background-color:383438!important; }
            .bg-tachas-093.trans{ background:transparent!important; }
            .bg-tachas-093.trans:after{ background-color:383438!important; }
            .border-tachas-093-color{ border-color:383438!important; }
            ul li.border-tachas-093-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-093-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-094*/
            .onm-new .category-color.tachas-094, .text-tachas-094,a.text-tachas-094,.text-tachas-094 a { color: 383438; }
            .bg-tachas-094, .onm-new .category-bg.tachas-094 { background-color:383438; }
            .onm-new .category.tachas-094 a:hover { color:383438; }
            .header-section.color-tachas-094:before,.widget-header.color-tachas-094:before { color:383438; }

            body.tachas-094 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-094 .footer, body.tachas-094 header.header, body.tachas-094 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-094  { color:383438 !important; }
            .onm-new .content-info.tachas-094-color .fa,
            .onm-new .tachas-094 .content-info .fa { color:383438 !important; }
            .color-tachas-094,.color-tachas-094 a, .color-tachas-094 fa { color:383438 !important; }

            .menu > li.tachas-094 a,
            .menu > li.tachas-094 .submenu a { color:383438!important; }
            body.tachas-094 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-094 span { background-color:383438!important; }
            .tachas-094-color{ color:383438!important; }
            .bg-tachas-094{ background-color:383438!important; }
            .bg-tachas-094.trans{ background:transparent!important; }
            .bg-tachas-094.trans:after{ background-color:383438!important; }
            .border-tachas-094-color{ border-color:383438!important; }
            ul li.border-tachas-094-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-094-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-095*/
            .onm-new .category-color.tachas-095, .text-tachas-095,a.text-tachas-095,.text-tachas-095 a { color: 383438; }
            .bg-tachas-095, .onm-new .category-bg.tachas-095 { background-color:383438; }
            .onm-new .category.tachas-095 a:hover { color:383438; }
            .header-section.color-tachas-095:before,.widget-header.color-tachas-095:before { color:383438; }

            body.tachas-095 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-095 .footer, body.tachas-095 header.header, body.tachas-095 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-095  { color:383438 !important; }
            .onm-new .content-info.tachas-095-color .fa,
            .onm-new .tachas-095 .content-info .fa { color:383438 !important; }
            .color-tachas-095,.color-tachas-095 a, .color-tachas-095 fa { color:383438 !important; }

            .menu > li.tachas-095 a,
            .menu > li.tachas-095 .submenu a { color:383438!important; }
            body.tachas-095 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-095 span { background-color:383438!important; }
            .tachas-095-color{ color:383438!important; }
            .bg-tachas-095{ background-color:383438!important; }
            .bg-tachas-095.trans{ background:transparent!important; }
            .bg-tachas-095.trans:after{ background-color:383438!important; }
            .border-tachas-095-color{ border-color:383438!important; }
            ul li.border-tachas-095-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-095-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-096*/
            .onm-new .category-color.tachas-096, .text-tachas-096,a.text-tachas-096,.text-tachas-096 a { color: 383438; }
            .bg-tachas-096, .onm-new .category-bg.tachas-096 { background-color:383438; }
            .onm-new .category.tachas-096 a:hover { color:383438; }
            .header-section.color-tachas-096:before,.widget-header.color-tachas-096:before { color:383438; }

            body.tachas-096 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-096 .footer, body.tachas-096 header.header, body.tachas-096 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-096  { color:383438 !important; }
            .onm-new .content-info.tachas-096-color .fa,
            .onm-new .tachas-096 .content-info .fa { color:383438 !important; }
            .color-tachas-096,.color-tachas-096 a, .color-tachas-096 fa { color:383438 !important; }

            .menu > li.tachas-096 a,
            .menu > li.tachas-096 .submenu a { color:383438!important; }
            body.tachas-096 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-096 span { background-color:383438!important; }
            .tachas-096-color{ color:383438!important; }
            .bg-tachas-096{ background-color:383438!important; }
            .bg-tachas-096.trans{ background:transparent!important; }
            .bg-tachas-096.trans:after{ background-color:383438!important; }
            .border-tachas-096-color{ border-color:383438!important; }
            ul li.border-tachas-096-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-096-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-097*/
            .onm-new .category-color.tachas-097, .text-tachas-097,a.text-tachas-097,.text-tachas-097 a { color: 383438; }
            .bg-tachas-097, .onm-new .category-bg.tachas-097 { background-color:383438; }
            .onm-new .category.tachas-097 a:hover { color:383438; }
            .header-section.color-tachas-097:before,.widget-header.color-tachas-097:before { color:383438; }

            body.tachas-097 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-097 .footer, body.tachas-097 header.header, body.tachas-097 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-097  { color:383438 !important; }
            .onm-new .content-info.tachas-097-color .fa,
            .onm-new .tachas-097 .content-info .fa { color:383438 !important; }
            .color-tachas-097,.color-tachas-097 a, .color-tachas-097 fa { color:383438 !important; }

            .menu > li.tachas-097 a,
            .menu > li.tachas-097 .submenu a { color:383438!important; }
            body.tachas-097 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-097 span { background-color:383438!important; }
            .tachas-097-color{ color:383438!important; }
            .bg-tachas-097{ background-color:383438!important; }
            .bg-tachas-097.trans{ background:transparent!important; }
            .bg-tachas-097.trans:after{ background-color:383438!important; }
            .border-tachas-097-color{ border-color:383438!important; }
            ul li.border-tachas-097-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-097-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-098*/
            .onm-new .category-color.tachas-098, .text-tachas-098,a.text-tachas-098,.text-tachas-098 a { color: 383438; }
            .bg-tachas-098, .onm-new .category-bg.tachas-098 { background-color:383438; }
            .onm-new .category.tachas-098 a:hover { color:383438; }
            .header-section.color-tachas-098:before,.widget-header.color-tachas-098:before { color:383438; }

            body.tachas-098 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-098 .footer, body.tachas-098 header.header, body.tachas-098 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-098  { color:383438 !important; }
            .onm-new .content-info.tachas-098-color .fa,
            .onm-new .tachas-098 .content-info .fa { color:383438 !important; }
            .color-tachas-098,.color-tachas-098 a, .color-tachas-098 fa { color:383438 !important; }

            .menu > li.tachas-098 a,
            .menu > li.tachas-098 .submenu a { color:383438!important; }
            body.tachas-098 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-098 span { background-color:383438!important; }
            .tachas-098-color{ color:383438!important; }
            .bg-tachas-098{ background-color:383438!important; }
            .bg-tachas-098.trans{ background:transparent!important; }
            .bg-tachas-098.trans:after{ background-color:383438!important; }
            .border-tachas-098-color{ border-color:383438!important; }
            ul li.border-tachas-098-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-098-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-099*/
            .onm-new .category-color.tachas-099, .text-tachas-099,a.text-tachas-099,.text-tachas-099 a { color: 383438; }
            .bg-tachas-099, .onm-new .category-bg.tachas-099 { background-color:383438; }
            .onm-new .category.tachas-099 a:hover { color:383438; }
            .header-section.color-tachas-099:before,.widget-header.color-tachas-099:before { color:383438; }

            body.tachas-099 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-099 .footer, body.tachas-099 header.header, body.tachas-099 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-099  { color:383438 !important; }
            .onm-new .content-info.tachas-099-color .fa,
            .onm-new .tachas-099 .content-info .fa { color:383438 !important; }
            .color-tachas-099,.color-tachas-099 a, .color-tachas-099 fa { color:383438 !important; }

            .menu > li.tachas-099 a,
            .menu > li.tachas-099 .submenu a { color:383438!important; }
            body.tachas-099 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-099 span { background-color:383438!important; }
            .tachas-099-color{ color:383438!important; }
            .bg-tachas-099{ background-color:383438!important; }
            .bg-tachas-099.trans{ background:transparent!important; }
            .bg-tachas-099.trans:after{ background-color:383438!important; }
            .border-tachas-099-color{ border-color:383438!important; }
            ul li.border-tachas-099-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-099-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-100*/
            .onm-new .category-color.tachas-100, .text-tachas-100,a.text-tachas-100,.text-tachas-100 a { color: 383438; }
            .bg-tachas-100, .onm-new .category-bg.tachas-100 { background-color:383438; }
            .onm-new .category.tachas-100 a:hover { color:383438; }
            .header-section.color-tachas-100:before,.widget-header.color-tachas-100:before { color:383438; }

            body.tachas-100 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-100 .footer, body.tachas-100 header.header, body.tachas-100 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-100  { color:383438 !important; }
            .onm-new .content-info.tachas-100-color .fa,
            .onm-new .tachas-100 .content-info .fa { color:383438 !important; }
            .color-tachas-100,.color-tachas-100 a, .color-tachas-100 fa { color:383438 !important; }

            .menu > li.tachas-100 a,
            .menu > li.tachas-100 .submenu a { color:383438!important; }
            body.tachas-100 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-100 span { background-color:383438!important; }
            .tachas-100-color{ color:383438!important; }
            .bg-tachas-100{ background-color:383438!important; }
            .bg-tachas-100.trans{ background:transparent!important; }
            .bg-tachas-100.trans:after{ background-color:383438!important; }
            .border-tachas-100-color{ border-color:383438!important; }
            ul li.border-tachas-100-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-100-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-101*/
            .onm-new .category-color.tachas-101, .text-tachas-101,a.text-tachas-101,.text-tachas-101 a { color: 383438; }
            .bg-tachas-101, .onm-new .category-bg.tachas-101 { background-color:383438; }
            .onm-new .category.tachas-101 a:hover { color:383438; }
            .header-section.color-tachas-101:before,.widget-header.color-tachas-101:before { color:383438; }

            body.tachas-101 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-101 .footer, body.tachas-101 header.header, body.tachas-101 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-101  { color:383438 !important; }
            .onm-new .content-info.tachas-101-color .fa,
            .onm-new .tachas-101 .content-info .fa { color:383438 !important; }
            .color-tachas-101,.color-tachas-101 a, .color-tachas-101 fa { color:383438 !important; }

            .menu > li.tachas-101 a,
            .menu > li.tachas-101 .submenu a { color:383438!important; }
            body.tachas-101 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-101 span { background-color:383438!important; }
            .tachas-101-color{ color:383438!important; }
            .bg-tachas-101{ background-color:383438!important; }
            .bg-tachas-101.trans{ background:transparent!important; }
            .bg-tachas-101.trans:after{ background-color:383438!important; }
            .border-tachas-101-color{ border-color:383438!important; }
            ul li.border-tachas-101-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-101-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-102*/
            .onm-new .category-color.tachas-102, .text-tachas-102,a.text-tachas-102,.text-tachas-102 a { color: 383438; }
            .bg-tachas-102, .onm-new .category-bg.tachas-102 { background-color:383438; }
            .onm-new .category.tachas-102 a:hover { color:383438; }
            .header-section.color-tachas-102:before,.widget-header.color-tachas-102:before { color:383438; }

            body.tachas-102 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-102 .footer, body.tachas-102 header.header, body.tachas-102 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-102  { color:383438 !important; }
            .onm-new .content-info.tachas-102-color .fa,
            .onm-new .tachas-102 .content-info .fa { color:383438 !important; }
            .color-tachas-102,.color-tachas-102 a, .color-tachas-102 fa { color:383438 !important; }

            .menu > li.tachas-102 a,
            .menu > li.tachas-102 .submenu a { color:383438!important; }
            body.tachas-102 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-102 span { background-color:383438!important; }
            .tachas-102-color{ color:383438!important; }
            .bg-tachas-102{ background-color:383438!important; }
            .bg-tachas-102.trans{ background:transparent!important; }
            .bg-tachas-102.trans:after{ background-color:383438!important; }
            .border-tachas-102-color{ border-color:383438!important; }
            ul li.border-tachas-102-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-102-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-103*/
            .onm-new .category-color.tachas-103, .text-tachas-103,a.text-tachas-103,.text-tachas-103 a { color: 383438; }
            .bg-tachas-103, .onm-new .category-bg.tachas-103 { background-color:383438; }
            .onm-new .category.tachas-103 a:hover { color:383438; }
            .header-section.color-tachas-103:before,.widget-header.color-tachas-103:before { color:383438; }

            body.tachas-103 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-103 .footer, body.tachas-103 header.header, body.tachas-103 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-103  { color:383438 !important; }
            .onm-new .content-info.tachas-103-color .fa,
            .onm-new .tachas-103 .content-info .fa { color:383438 !important; }
            .color-tachas-103,.color-tachas-103 a, .color-tachas-103 fa { color:383438 !important; }

            .menu > li.tachas-103 a,
            .menu > li.tachas-103 .submenu a { color:383438!important; }
            body.tachas-103 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-103 span { background-color:383438!important; }
            .tachas-103-color{ color:383438!important; }
            .bg-tachas-103{ background-color:383438!important; }
            .bg-tachas-103.trans{ background:transparent!important; }
            .bg-tachas-103.trans:after{ background-color:383438!important; }
            .border-tachas-103-color{ border-color:383438!important; }
            ul li.border-tachas-103-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-103-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-104*/
            .onm-new .category-color.tachas-104, .text-tachas-104,a.text-tachas-104,.text-tachas-104 a { color: 383438; }
            .bg-tachas-104, .onm-new .category-bg.tachas-104 { background-color:383438; }
            .onm-new .category.tachas-104 a:hover { color:383438; }
            .header-section.color-tachas-104:before,.widget-header.color-tachas-104:before { color:383438; }

            body.tachas-104 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-104 .footer, body.tachas-104 header.header, body.tachas-104 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-104  { color:383438 !important; }
            .onm-new .content-info.tachas-104-color .fa,
            .onm-new .tachas-104 .content-info .fa { color:383438 !important; }
            .color-tachas-104,.color-tachas-104 a, .color-tachas-104 fa { color:383438 !important; }

            .menu > li.tachas-104 a,
            .menu > li.tachas-104 .submenu a { color:383438!important; }
            body.tachas-104 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-104 span { background-color:383438!important; }
            .tachas-104-color{ color:383438!important; }
            .bg-tachas-104{ background-color:383438!important; }
            .bg-tachas-104.trans{ background:transparent!important; }
            .bg-tachas-104.trans:after{ background-color:383438!important; }
            .border-tachas-104-color{ border-color:383438!important; }
            ul li.border-tachas-104-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-104-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-105*/
            .onm-new .category-color.tachas-105, .text-tachas-105,a.text-tachas-105,.text-tachas-105 a { color: 383438; }
            .bg-tachas-105, .onm-new .category-bg.tachas-105 { background-color:383438; }
            .onm-new .category.tachas-105 a:hover { color:383438; }
            .header-section.color-tachas-105:before,.widget-header.color-tachas-105:before { color:383438; }

            body.tachas-105 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-105 .footer, body.tachas-105 header.header, body.tachas-105 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-105  { color:383438 !important; }
            .onm-new .content-info.tachas-105-color .fa,
            .onm-new .tachas-105 .content-info .fa { color:383438 !important; }
            .color-tachas-105,.color-tachas-105 a, .color-tachas-105 fa { color:383438 !important; }

            .menu > li.tachas-105 a,
            .menu > li.tachas-105 .submenu a { color:383438!important; }
            body.tachas-105 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-105 span { background-color:383438!important; }
            .tachas-105-color{ color:383438!important; }
            .bg-tachas-105{ background-color:383438!important; }
            .bg-tachas-105.trans{ background:transparent!important; }
            .bg-tachas-105.trans:after{ background-color:383438!important; }
            .border-tachas-105-color{ border-color:383438!important; }
            ul li.border-tachas-105-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-105-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-106*/
            .onm-new .category-color.tachas-106, .text-tachas-106,a.text-tachas-106,.text-tachas-106 a { color: 383438; }
            .bg-tachas-106, .onm-new .category-bg.tachas-106 { background-color:383438; }
            .onm-new .category.tachas-106 a:hover { color:383438; }
            .header-section.color-tachas-106:before,.widget-header.color-tachas-106:before { color:383438; }

            body.tachas-106 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-106 .footer, body.tachas-106 header.header, body.tachas-106 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-106  { color:383438 !important; }
            .onm-new .content-info.tachas-106-color .fa,
            .onm-new .tachas-106 .content-info .fa { color:383438 !important; }
            .color-tachas-106,.color-tachas-106 a, .color-tachas-106 fa { color:383438 !important; }

            .menu > li.tachas-106 a,
            .menu > li.tachas-106 .submenu a { color:383438!important; }
            body.tachas-106 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-106 span { background-color:383438!important; }
            .tachas-106-color{ color:383438!important; }
            .bg-tachas-106{ background-color:383438!important; }
            .bg-tachas-106.trans{ background:transparent!important; }
            .bg-tachas-106.trans:after{ background-color:383438!important; }
            .border-tachas-106-color{ border-color:383438!important; }
            ul li.border-tachas-106-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-106-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-107*/
            .onm-new .category-color.tachas-107, .text-tachas-107,a.text-tachas-107,.text-tachas-107 a { color: 383438; }
            .bg-tachas-107, .onm-new .category-bg.tachas-107 { background-color:383438; }
            .onm-new .category.tachas-107 a:hover { color:383438; }
            .header-section.color-tachas-107:before,.widget-header.color-tachas-107:before { color:383438; }

            body.tachas-107 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-107 .footer, body.tachas-107 header.header, body.tachas-107 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-107  { color:383438 !important; }
            .onm-new .content-info.tachas-107-color .fa,
            .onm-new .tachas-107 .content-info .fa { color:383438 !important; }
            .color-tachas-107,.color-tachas-107 a, .color-tachas-107 fa { color:383438 !important; }

            .menu > li.tachas-107 a,
            .menu > li.tachas-107 .submenu a { color:383438!important; }
            body.tachas-107 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-107 span { background-color:383438!important; }
            .tachas-107-color{ color:383438!important; }
            .bg-tachas-107{ background-color:383438!important; }
            .bg-tachas-107.trans{ background:transparent!important; }
            .bg-tachas-107.trans:after{ background-color:383438!important; }
            .border-tachas-107-color{ border-color:383438!important; }
            ul li.border-tachas-107-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-107-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachasmenu-001-050*/
            .onm-new .category-color.tachasmenu-001-050, .text-tachasmenu-001-050,a.text-tachasmenu-001-050,.text-tachasmenu-001-050 a { color: 383438; }
            .bg-tachasmenu-001-050, .onm-new .category-bg.tachasmenu-001-050 { background-color:383438; }
            .onm-new .category.tachasmenu-001-050 a:hover { color:383438; }
            .header-section.color-tachasmenu-001-050:before,.widget-header.color-tachasmenu-001-050:before { color:383438; }

            body.tachasmenu-001-050 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachasmenu-001-050 .footer, body.tachasmenu-001-050 header.header, body.tachasmenu-001-050 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachasmenu-001-050  { color:383438 !important; }
            .onm-new .content-info.tachasmenu-001-050-color .fa,
            .onm-new .tachasmenu-001-050 .content-info .fa { color:383438 !important; }
            .color-tachasmenu-001-050,.color-tachasmenu-001-050 a, .color-tachasmenu-001-050 fa { color:383438 !important; }

            .menu > li.tachasmenu-001-050 a,
            .menu > li.tachasmenu-001-050 .submenu a { color:383438!important; }
            body.tachasmenu-001-050 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachasmenu-001-050 span { background-color:383438!important; }
            .tachasmenu-001-050-color{ color:383438!important; }
            .bg-tachasmenu-001-050{ background-color:383438!important; }
            .bg-tachasmenu-001-050.trans{ background:transparent!important; }
            .bg-tachasmenu-001-050.trans:after{ background-color:383438!important; }
            .border-tachasmenu-001-050-color{ border-color:383438!important; }
            ul li.border-tachasmenu-001-050-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachasmenu-001-050-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-108*/
            .onm-new .category-color.tachas-108, .text-tachas-108,a.text-tachas-108,.text-tachas-108 a { color: 383438; }
            .bg-tachas-108, .onm-new .category-bg.tachas-108 { background-color:383438; }
            .onm-new .category.tachas-108 a:hover { color:383438; }
            .header-section.color-tachas-108:before,.widget-header.color-tachas-108:before { color:383438; }

            body.tachas-108 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-108 .footer, body.tachas-108 header.header, body.tachas-108 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-108  { color:383438 !important; }
            .onm-new .content-info.tachas-108-color .fa,
            .onm-new .tachas-108 .content-info .fa { color:383438 !important; }
            .color-tachas-108,.color-tachas-108 a, .color-tachas-108 fa { color:383438 !important; }

            .menu > li.tachas-108 a,
            .menu > li.tachas-108 .submenu a { color:383438!important; }
            body.tachas-108 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-108 span { background-color:383438!important; }
            .tachas-108-color{ color:383438!important; }
            .bg-tachas-108{ background-color:383438!important; }
            .bg-tachas-108.trans{ background:transparent!important; }
            .bg-tachas-108.trans:after{ background-color:383438!important; }
            .border-tachas-108-color{ border-color:383438!important; }
            ul li.border-tachas-108-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-108-trans:after{ background-color:383438!important; }

                                            /* Rules for category giff-2015*/
            .onm-new .category-color.giff-2015, .text-giff-2015,a.text-giff-2015,.text-giff-2015 a { color: 383438; }
            .bg-giff-2015, .onm-new .category-bg.giff-2015 { background-color:383438; }
            .onm-new .category.giff-2015 a:hover { color:383438; }
            .header-section.color-giff-2015:before,.widget-header.color-giff-2015:before { color:383438; }

            body.giff-2015 .topbar.scrolled-bar { background-color:383438!important; }
            body.giff-2015 .footer, body.giff-2015 header.header, body.giff-2015 .scrolled-bar { background-color: 383438; }

            .onm-new .text-giff-2015  { color:383438 !important; }
            .onm-new .content-info.giff-2015-color .fa,
            .onm-new .giff-2015 .content-info .fa { color:383438 !important; }
            .color-giff-2015,.color-giff-2015 a, .color-giff-2015 fa { color:383438 !important; }

            .menu > li.giff-2015 a,
            .menu > li.giff-2015 .submenu a { color:383438!important; }
            body.giff-2015 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-giff-2015 span { background-color:383438!important; }
            .giff-2015-color{ color:383438!important; }
            .bg-giff-2015{ background-color:383438!important; }
            .bg-giff-2015.trans{ background:transparent!important; }
            .bg-giff-2015.trans:after{ background-color:383438!important; }
            .border-giff-2015-color{ border-color:383438!important; }
            ul li.border-giff-2015-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-giff-2015-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-109*/
            .onm-new .category-color.tachas-109, .text-tachas-109,a.text-tachas-109,.text-tachas-109 a { color: 383438; }
            .bg-tachas-109, .onm-new .category-bg.tachas-109 { background-color:383438; }
            .onm-new .category.tachas-109 a:hover { color:383438; }
            .header-section.color-tachas-109:before,.widget-header.color-tachas-109:before { color:383438; }

            body.tachas-109 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-109 .footer, body.tachas-109 header.header, body.tachas-109 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-109  { color:383438 !important; }
            .onm-new .content-info.tachas-109-color .fa,
            .onm-new .tachas-109 .content-info .fa { color:383438 !important; }
            .color-tachas-109,.color-tachas-109 a, .color-tachas-109 fa { color:383438 !important; }

            .menu > li.tachas-109 a,
            .menu > li.tachas-109 .submenu a { color:383438!important; }
            body.tachas-109 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-109 span { background-color:383438!important; }
            .tachas-109-color{ color:383438!important; }
            .bg-tachas-109{ background-color:383438!important; }
            .bg-tachas-109.trans{ background:transparent!important; }
            .bg-tachas-109.trans:after{ background-color:383438!important; }
            .border-tachas-109-color{ border-color:383438!important; }
            ul li.border-tachas-109-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-109-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-110*/
            .onm-new .category-color.tachas-110, .text-tachas-110,a.text-tachas-110,.text-tachas-110 a { color: 383438; }
            .bg-tachas-110, .onm-new .category-bg.tachas-110 { background-color:383438; }
            .onm-new .category.tachas-110 a:hover { color:383438; }
            .header-section.color-tachas-110:before,.widget-header.color-tachas-110:before { color:383438; }

            body.tachas-110 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-110 .footer, body.tachas-110 header.header, body.tachas-110 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-110  { color:383438 !important; }
            .onm-new .content-info.tachas-110-color .fa,
            .onm-new .tachas-110 .content-info .fa { color:383438 !important; }
            .color-tachas-110,.color-tachas-110 a, .color-tachas-110 fa { color:383438 !important; }

            .menu > li.tachas-110 a,
            .menu > li.tachas-110 .submenu a { color:383438!important; }
            body.tachas-110 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-110 span { background-color:383438!important; }
            .tachas-110-color{ color:383438!important; }
            .bg-tachas-110{ background-color:383438!important; }
            .bg-tachas-110.trans{ background:transparent!important; }
            .bg-tachas-110.trans:after{ background-color:383438!important; }
            .border-tachas-110-color{ border-color:383438!important; }
            ul li.border-tachas-110-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-110-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-111*/
            .onm-new .category-color.tachas-111, .text-tachas-111,a.text-tachas-111,.text-tachas-111 a { color: 383438; }
            .bg-tachas-111, .onm-new .category-bg.tachas-111 { background-color:383438; }
            .onm-new .category.tachas-111 a:hover { color:383438; }
            .header-section.color-tachas-111:before,.widget-header.color-tachas-111:before { color:383438; }

            body.tachas-111 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-111 .footer, body.tachas-111 header.header, body.tachas-111 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-111  { color:383438 !important; }
            .onm-new .content-info.tachas-111-color .fa,
            .onm-new .tachas-111 .content-info .fa { color:383438 !important; }
            .color-tachas-111,.color-tachas-111 a, .color-tachas-111 fa { color:383438 !important; }

            .menu > li.tachas-111 a,
            .menu > li.tachas-111 .submenu a { color:383438!important; }
            body.tachas-111 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-111 span { background-color:383438!important; }
            .tachas-111-color{ color:383438!important; }
            .bg-tachas-111{ background-color:383438!important; }
            .bg-tachas-111.trans{ background:transparent!important; }
            .bg-tachas-111.trans:after{ background-color:383438!important; }
            .border-tachas-111-color{ border-color:383438!important; }
            ul li.border-tachas-111-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-111-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-112*/
            .onm-new .category-color.tachas-112, .text-tachas-112,a.text-tachas-112,.text-tachas-112 a { color: 383438; }
            .bg-tachas-112, .onm-new .category-bg.tachas-112 { background-color:383438; }
            .onm-new .category.tachas-112 a:hover { color:383438; }
            .header-section.color-tachas-112:before,.widget-header.color-tachas-112:before { color:383438; }

            body.tachas-112 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-112 .footer, body.tachas-112 header.header, body.tachas-112 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-112  { color:383438 !important; }
            .onm-new .content-info.tachas-112-color .fa,
            .onm-new .tachas-112 .content-info .fa { color:383438 !important; }
            .color-tachas-112,.color-tachas-112 a, .color-tachas-112 fa { color:383438 !important; }

            .menu > li.tachas-112 a,
            .menu > li.tachas-112 .submenu a { color:383438!important; }
            body.tachas-112 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-112 span { background-color:383438!important; }
            .tachas-112-color{ color:383438!important; }
            .bg-tachas-112{ background-color:383438!important; }
            .bg-tachas-112.trans{ background:transparent!important; }
            .bg-tachas-112.trans:after{ background-color:383438!important; }
            .border-tachas-112-color{ border-color:383438!important; }
            ul li.border-tachas-112-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-112-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-113*/
            .onm-new .category-color.tachas-113, .text-tachas-113,a.text-tachas-113,.text-tachas-113 a { color: 383438; }
            .bg-tachas-113, .onm-new .category-bg.tachas-113 { background-color:383438; }
            .onm-new .category.tachas-113 a:hover { color:383438; }
            .header-section.color-tachas-113:before,.widget-header.color-tachas-113:before { color:383438; }

            body.tachas-113 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-113 .footer, body.tachas-113 header.header, body.tachas-113 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-113  { color:383438 !important; }
            .onm-new .content-info.tachas-113-color .fa,
            .onm-new .tachas-113 .content-info .fa { color:383438 !important; }
            .color-tachas-113,.color-tachas-113 a, .color-tachas-113 fa { color:383438 !important; }

            .menu > li.tachas-113 a,
            .menu > li.tachas-113 .submenu a { color:383438!important; }
            body.tachas-113 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-113 span { background-color:383438!important; }
            .tachas-113-color{ color:383438!important; }
            .bg-tachas-113{ background-color:383438!important; }
            .bg-tachas-113.trans{ background:transparent!important; }
            .bg-tachas-113.trans:after{ background-color:383438!important; }
            .border-tachas-113-color{ border-color:383438!important; }
            ul li.border-tachas-113-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-113-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-114*/
            .onm-new .category-color.tachas-114, .text-tachas-114,a.text-tachas-114,.text-tachas-114 a { color: 383438; }
            .bg-tachas-114, .onm-new .category-bg.tachas-114 { background-color:383438; }
            .onm-new .category.tachas-114 a:hover { color:383438; }
            .header-section.color-tachas-114:before,.widget-header.color-tachas-114:before { color:383438; }

            body.tachas-114 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-114 .footer, body.tachas-114 header.header, body.tachas-114 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-114  { color:383438 !important; }
            .onm-new .content-info.tachas-114-color .fa,
            .onm-new .tachas-114 .content-info .fa { color:383438 !important; }
            .color-tachas-114,.color-tachas-114 a, .color-tachas-114 fa { color:383438 !important; }

            .menu > li.tachas-114 a,
            .menu > li.tachas-114 .submenu a { color:383438!important; }
            body.tachas-114 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-114 span { background-color:383438!important; }
            .tachas-114-color{ color:383438!important; }
            .bg-tachas-114{ background-color:383438!important; }
            .bg-tachas-114.trans{ background:transparent!important; }
            .bg-tachas-114.trans:after{ background-color:383438!important; }
            .border-tachas-114-color{ border-color:383438!important; }
            ul li.border-tachas-114-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-114-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-115*/
            .onm-new .category-color.tachas-115, .text-tachas-115,a.text-tachas-115,.text-tachas-115 a { color: 383438; }
            .bg-tachas-115, .onm-new .category-bg.tachas-115 { background-color:383438; }
            .onm-new .category.tachas-115 a:hover { color:383438; }
            .header-section.color-tachas-115:before,.widget-header.color-tachas-115:before { color:383438; }

            body.tachas-115 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-115 .footer, body.tachas-115 header.header, body.tachas-115 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-115  { color:383438 !important; }
            .onm-new .content-info.tachas-115-color .fa,
            .onm-new .tachas-115 .content-info .fa { color:383438 !important; }
            .color-tachas-115,.color-tachas-115 a, .color-tachas-115 fa { color:383438 !important; }

            .menu > li.tachas-115 a,
            .menu > li.tachas-115 .submenu a { color:383438!important; }
            body.tachas-115 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-115 span { background-color:383438!important; }
            .tachas-115-color{ color:383438!important; }
            .bg-tachas-115{ background-color:383438!important; }
            .bg-tachas-115.trans{ background:transparent!important; }
            .bg-tachas-115.trans:after{ background-color:383438!important; }
            .border-tachas-115-color{ border-color:383438!important; }
            ul li.border-tachas-115-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-115-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-116*/
            .onm-new .category-color.tachas-116, .text-tachas-116,a.text-tachas-116,.text-tachas-116 a { color: 383438; }
            .bg-tachas-116, .onm-new .category-bg.tachas-116 { background-color:383438; }
            .onm-new .category.tachas-116 a:hover { color:383438; }
            .header-section.color-tachas-116:before,.widget-header.color-tachas-116:before { color:383438; }

            body.tachas-116 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-116 .footer, body.tachas-116 header.header, body.tachas-116 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-116  { color:383438 !important; }
            .onm-new .content-info.tachas-116-color .fa,
            .onm-new .tachas-116 .content-info .fa { color:383438 !important; }
            .color-tachas-116,.color-tachas-116 a, .color-tachas-116 fa { color:383438 !important; }

            .menu > li.tachas-116 a,
            .menu > li.tachas-116 .submenu a { color:383438!important; }
            body.tachas-116 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-116 span { background-color:383438!important; }
            .tachas-116-color{ color:383438!important; }
            .bg-tachas-116{ background-color:383438!important; }
            .bg-tachas-116.trans{ background:transparent!important; }
            .bg-tachas-116.trans:after{ background-color:383438!important; }
            .border-tachas-116-color{ border-color:383438!important; }
            ul li.border-tachas-116-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-116-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-117*/
            .onm-new .category-color.tachas-117, .text-tachas-117,a.text-tachas-117,.text-tachas-117 a { color: 383438; }
            .bg-tachas-117, .onm-new .category-bg.tachas-117 { background-color:383438; }
            .onm-new .category.tachas-117 a:hover { color:383438; }
            .header-section.color-tachas-117:before,.widget-header.color-tachas-117:before { color:383438; }

            body.tachas-117 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-117 .footer, body.tachas-117 header.header, body.tachas-117 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-117  { color:383438 !important; }
            .onm-new .content-info.tachas-117-color .fa,
            .onm-new .tachas-117 .content-info .fa { color:383438 !important; }
            .color-tachas-117,.color-tachas-117 a, .color-tachas-117 fa { color:383438 !important; }

            .menu > li.tachas-117 a,
            .menu > li.tachas-117 .submenu a { color:383438!important; }
            body.tachas-117 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-117 span { background-color:383438!important; }
            .tachas-117-color{ color:383438!important; }
            .bg-tachas-117{ background-color:383438!important; }
            .bg-tachas-117.trans{ background:transparent!important; }
            .bg-tachas-117.trans:after{ background-color:383438!important; }
            .border-tachas-117-color{ border-color:383438!important; }
            ul li.border-tachas-117-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-117-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-118*/
            .onm-new .category-color.tachas-118, .text-tachas-118,a.text-tachas-118,.text-tachas-118 a { color: 383438; }
            .bg-tachas-118, .onm-new .category-bg.tachas-118 { background-color:383438; }
            .onm-new .category.tachas-118 a:hover { color:383438; }
            .header-section.color-tachas-118:before,.widget-header.color-tachas-118:before { color:383438; }

            body.tachas-118 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-118 .footer, body.tachas-118 header.header, body.tachas-118 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-118  { color:383438 !important; }
            .onm-new .content-info.tachas-118-color .fa,
            .onm-new .tachas-118 .content-info .fa { color:383438 !important; }
            .color-tachas-118,.color-tachas-118 a, .color-tachas-118 fa { color:383438 !important; }

            .menu > li.tachas-118 a,
            .menu > li.tachas-118 .submenu a { color:383438!important; }
            body.tachas-118 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-118 span { background-color:383438!important; }
            .tachas-118-color{ color:383438!important; }
            .bg-tachas-118{ background-color:383438!important; }
            .bg-tachas-118.trans{ background:transparent!important; }
            .bg-tachas-118.trans:after{ background-color:383438!important; }
            .border-tachas-118-color{ border-color:383438!important; }
            ul li.border-tachas-118-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-118-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-119*/
            .onm-new .category-color.tachas-119, .text-tachas-119,a.text-tachas-119,.text-tachas-119 a { color: 383438; }
            .bg-tachas-119, .onm-new .category-bg.tachas-119 { background-color:383438; }
            .onm-new .category.tachas-119 a:hover { color:383438; }
            .header-section.color-tachas-119:before,.widget-header.color-tachas-119:before { color:383438; }

            body.tachas-119 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-119 .footer, body.tachas-119 header.header, body.tachas-119 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-119  { color:383438 !important; }
            .onm-new .content-info.tachas-119-color .fa,
            .onm-new .tachas-119 .content-info .fa { color:383438 !important; }
            .color-tachas-119,.color-tachas-119 a, .color-tachas-119 fa { color:383438 !important; }

            .menu > li.tachas-119 a,
            .menu > li.tachas-119 .submenu a { color:383438!important; }
            body.tachas-119 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-119 span { background-color:383438!important; }
            .tachas-119-color{ color:383438!important; }
            .bg-tachas-119{ background-color:383438!important; }
            .bg-tachas-119.trans{ background:transparent!important; }
            .bg-tachas-119.trans:after{ background-color:383438!important; }
            .border-tachas-119-color{ border-color:383438!important; }
            ul li.border-tachas-119-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-119-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-120*/
            .onm-new .category-color.tachas-120, .text-tachas-120,a.text-tachas-120,.text-tachas-120 a { color: 383438; }
            .bg-tachas-120, .onm-new .category-bg.tachas-120 { background-color:383438; }
            .onm-new .category.tachas-120 a:hover { color:383438; }
            .header-section.color-tachas-120:before,.widget-header.color-tachas-120:before { color:383438; }

            body.tachas-120 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-120 .footer, body.tachas-120 header.header, body.tachas-120 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-120  { color:383438 !important; }
            .onm-new .content-info.tachas-120-color .fa,
            .onm-new .tachas-120 .content-info .fa { color:383438 !important; }
            .color-tachas-120,.color-tachas-120 a, .color-tachas-120 fa { color:383438 !important; }

            .menu > li.tachas-120 a,
            .menu > li.tachas-120 .submenu a { color:383438!important; }
            body.tachas-120 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-120 span { background-color:383438!important; }
            .tachas-120-color{ color:383438!important; }
            .bg-tachas-120{ background-color:383438!important; }
            .bg-tachas-120.trans{ background:transparent!important; }
            .bg-tachas-120.trans:after{ background-color:383438!important; }
            .border-tachas-120-color{ border-color:383438!important; }
            ul li.border-tachas-120-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-120-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-121*/
            .onm-new .category-color.tachas-121, .text-tachas-121,a.text-tachas-121,.text-tachas-121 a { color: 383438; }
            .bg-tachas-121, .onm-new .category-bg.tachas-121 { background-color:383438; }
            .onm-new .category.tachas-121 a:hover { color:383438; }
            .header-section.color-tachas-121:before,.widget-header.color-tachas-121:before { color:383438; }

            body.tachas-121 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-121 .footer, body.tachas-121 header.header, body.tachas-121 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-121  { color:383438 !important; }
            .onm-new .content-info.tachas-121-color .fa,
            .onm-new .tachas-121 .content-info .fa { color:383438 !important; }
            .color-tachas-121,.color-tachas-121 a, .color-tachas-121 fa { color:383438 !important; }

            .menu > li.tachas-121 a,
            .menu > li.tachas-121 .submenu a { color:383438!important; }
            body.tachas-121 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-121 span { background-color:383438!important; }
            .tachas-121-color{ color:383438!important; }
            .bg-tachas-121{ background-color:383438!important; }
            .bg-tachas-121.trans{ background:transparent!important; }
            .bg-tachas-121.trans:after{ background-color:383438!important; }
            .border-tachas-121-color{ border-color:383438!important; }
            ul li.border-tachas-121-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-121-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-122*/
            .onm-new .category-color.tachas-122, .text-tachas-122,a.text-tachas-122,.text-tachas-122 a { color: 383438; }
            .bg-tachas-122, .onm-new .category-bg.tachas-122 { background-color:383438; }
            .onm-new .category.tachas-122 a:hover { color:383438; }
            .header-section.color-tachas-122:before,.widget-header.color-tachas-122:before { color:383438; }

            body.tachas-122 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-122 .footer, body.tachas-122 header.header, body.tachas-122 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-122  { color:383438 !important; }
            .onm-new .content-info.tachas-122-color .fa,
            .onm-new .tachas-122 .content-info .fa { color:383438 !important; }
            .color-tachas-122,.color-tachas-122 a, .color-tachas-122 fa { color:383438 !important; }

            .menu > li.tachas-122 a,
            .menu > li.tachas-122 .submenu a { color:383438!important; }
            body.tachas-122 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-122 span { background-color:383438!important; }
            .tachas-122-color{ color:383438!important; }
            .bg-tachas-122{ background-color:383438!important; }
            .bg-tachas-122.trans{ background:transparent!important; }
            .bg-tachas-122.trans:after{ background-color:383438!important; }
            .border-tachas-122-color{ border-color:383438!important; }
            ul li.border-tachas-122-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-122-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-123*/
            .onm-new .category-color.tachas-123, .text-tachas-123,a.text-tachas-123,.text-tachas-123 a { color: 383438; }
            .bg-tachas-123, .onm-new .category-bg.tachas-123 { background-color:383438; }
            .onm-new .category.tachas-123 a:hover { color:383438; }
            .header-section.color-tachas-123:before,.widget-header.color-tachas-123:before { color:383438; }

            body.tachas-123 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-123 .footer, body.tachas-123 header.header, body.tachas-123 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-123  { color:383438 !important; }
            .onm-new .content-info.tachas-123-color .fa,
            .onm-new .tachas-123 .content-info .fa { color:383438 !important; }
            .color-tachas-123,.color-tachas-123 a, .color-tachas-123 fa { color:383438 !important; }

            .menu > li.tachas-123 a,
            .menu > li.tachas-123 .submenu a { color:383438!important; }
            body.tachas-123 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-123 span { background-color:383438!important; }
            .tachas-123-color{ color:383438!important; }
            .bg-tachas-123{ background-color:383438!important; }
            .bg-tachas-123.trans{ background:transparent!important; }
            .bg-tachas-123.trans:after{ background-color:383438!important; }
            .border-tachas-123-color{ border-color:383438!important; }
            ul li.border-tachas-123-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-123-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-124*/
            .onm-new .category-color.tachas-124, .text-tachas-124,a.text-tachas-124,.text-tachas-124 a { color: 383438; }
            .bg-tachas-124, .onm-new .category-bg.tachas-124 { background-color:383438; }
            .onm-new .category.tachas-124 a:hover { color:383438; }
            .header-section.color-tachas-124:before,.widget-header.color-tachas-124:before { color:383438; }

            body.tachas-124 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-124 .footer, body.tachas-124 header.header, body.tachas-124 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-124  { color:383438 !important; }
            .onm-new .content-info.tachas-124-color .fa,
            .onm-new .tachas-124 .content-info .fa { color:383438 !important; }
            .color-tachas-124,.color-tachas-124 a, .color-tachas-124 fa { color:383438 !important; }

            .menu > li.tachas-124 a,
            .menu > li.tachas-124 .submenu a { color:383438!important; }
            body.tachas-124 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-124 span { background-color:383438!important; }
            .tachas-124-color{ color:383438!important; }
            .bg-tachas-124{ background-color:383438!important; }
            .bg-tachas-124.trans{ background:transparent!important; }
            .bg-tachas-124.trans:after{ background-color:383438!important; }
            .border-tachas-124-color{ border-color:383438!important; }
            ul li.border-tachas-124-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-124-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-125*/
            .onm-new .category-color.tachas-125, .text-tachas-125,a.text-tachas-125,.text-tachas-125 a { color: 383438; }
            .bg-tachas-125, .onm-new .category-bg.tachas-125 { background-color:383438; }
            .onm-new .category.tachas-125 a:hover { color:383438; }
            .header-section.color-tachas-125:before,.widget-header.color-tachas-125:before { color:383438; }

            body.tachas-125 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-125 .footer, body.tachas-125 header.header, body.tachas-125 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-125  { color:383438 !important; }
            .onm-new .content-info.tachas-125-color .fa,
            .onm-new .tachas-125 .content-info .fa { color:383438 !important; }
            .color-tachas-125,.color-tachas-125 a, .color-tachas-125 fa { color:383438 !important; }

            .menu > li.tachas-125 a,
            .menu > li.tachas-125 .submenu a { color:383438!important; }
            body.tachas-125 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-125 span { background-color:383438!important; }
            .tachas-125-color{ color:383438!important; }
            .bg-tachas-125{ background-color:383438!important; }
            .bg-tachas-125.trans{ background:transparent!important; }
            .bg-tachas-125.trans:after{ background-color:383438!important; }
            .border-tachas-125-color{ border-color:383438!important; }
            ul li.border-tachas-125-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-125-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-126*/
            .onm-new .category-color.tachas-126, .text-tachas-126,a.text-tachas-126,.text-tachas-126 a { color: 383438; }
            .bg-tachas-126, .onm-new .category-bg.tachas-126 { background-color:383438; }
            .onm-new .category.tachas-126 a:hover { color:383438; }
            .header-section.color-tachas-126:before,.widget-header.color-tachas-126:before { color:383438; }

            body.tachas-126 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-126 .footer, body.tachas-126 header.header, body.tachas-126 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-126  { color:383438 !important; }
            .onm-new .content-info.tachas-126-color .fa,
            .onm-new .tachas-126 .content-info .fa { color:383438 !important; }
            .color-tachas-126,.color-tachas-126 a, .color-tachas-126 fa { color:383438 !important; }

            .menu > li.tachas-126 a,
            .menu > li.tachas-126 .submenu a { color:383438!important; }
            body.tachas-126 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-126 span { background-color:383438!important; }
            .tachas-126-color{ color:383438!important; }
            .bg-tachas-126{ background-color:383438!important; }
            .bg-tachas-126.trans{ background:transparent!important; }
            .bg-tachas-126.trans:after{ background-color:383438!important; }
            .border-tachas-126-color{ border-color:383438!important; }
            ul li.border-tachas-126-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-126-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-127*/
            .onm-new .category-color.tachas-127, .text-tachas-127,a.text-tachas-127,.text-tachas-127 a { color: 383438; }
            .bg-tachas-127, .onm-new .category-bg.tachas-127 { background-color:383438; }
            .onm-new .category.tachas-127 a:hover { color:383438; }
            .header-section.color-tachas-127:before,.widget-header.color-tachas-127:before { color:383438; }

            body.tachas-127 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-127 .footer, body.tachas-127 header.header, body.tachas-127 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-127  { color:383438 !important; }
            .onm-new .content-info.tachas-127-color .fa,
            .onm-new .tachas-127 .content-info .fa { color:383438 !important; }
            .color-tachas-127,.color-tachas-127 a, .color-tachas-127 fa { color:383438 !important; }

            .menu > li.tachas-127 a,
            .menu > li.tachas-127 .submenu a { color:383438!important; }
            body.tachas-127 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-127 span { background-color:383438!important; }
            .tachas-127-color{ color:383438!important; }
            .bg-tachas-127{ background-color:383438!important; }
            .bg-tachas-127.trans{ background:transparent!important; }
            .bg-tachas-127.trans:after{ background-color:383438!important; }
            .border-tachas-127-color{ border-color:383438!important; }
            ul li.border-tachas-127-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-127-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-128*/
            .onm-new .category-color.tachas-128, .text-tachas-128,a.text-tachas-128,.text-tachas-128 a { color: 383438; }
            .bg-tachas-128, .onm-new .category-bg.tachas-128 { background-color:383438; }
            .onm-new .category.tachas-128 a:hover { color:383438; }
            .header-section.color-tachas-128:before,.widget-header.color-tachas-128:before { color:383438; }

            body.tachas-128 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-128 .footer, body.tachas-128 header.header, body.tachas-128 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-128  { color:383438 !important; }
            .onm-new .content-info.tachas-128-color .fa,
            .onm-new .tachas-128 .content-info .fa { color:383438 !important; }
            .color-tachas-128,.color-tachas-128 a, .color-tachas-128 fa { color:383438 !important; }

            .menu > li.tachas-128 a,
            .menu > li.tachas-128 .submenu a { color:383438!important; }
            body.tachas-128 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-128 span { background-color:383438!important; }
            .tachas-128-color{ color:383438!important; }
            .bg-tachas-128{ background-color:383438!important; }
            .bg-tachas-128.trans{ background:transparent!important; }
            .bg-tachas-128.trans:after{ background-color:383438!important; }
            .border-tachas-128-color{ border-color:383438!important; }
            ul li.border-tachas-128-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-128-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-129*/
            .onm-new .category-color.tachas-129, .text-tachas-129,a.text-tachas-129,.text-tachas-129 a { color: 383438; }
            .bg-tachas-129, .onm-new .category-bg.tachas-129 { background-color:383438; }
            .onm-new .category.tachas-129 a:hover { color:383438; }
            .header-section.color-tachas-129:before,.widget-header.color-tachas-129:before { color:383438; }

            body.tachas-129 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-129 .footer, body.tachas-129 header.header, body.tachas-129 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-129  { color:383438 !important; }
            .onm-new .content-info.tachas-129-color .fa,
            .onm-new .tachas-129 .content-info .fa { color:383438 !important; }
            .color-tachas-129,.color-tachas-129 a, .color-tachas-129 fa { color:383438 !important; }

            .menu > li.tachas-129 a,
            .menu > li.tachas-129 .submenu a { color:383438!important; }
            body.tachas-129 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-129 span { background-color:383438!important; }
            .tachas-129-color{ color:383438!important; }
            .bg-tachas-129{ background-color:383438!important; }
            .bg-tachas-129.trans{ background:transparent!important; }
            .bg-tachas-129.trans:after{ background-color:383438!important; }
            .border-tachas-129-color{ border-color:383438!important; }
            ul li.border-tachas-129-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-129-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-130*/
            .onm-new .category-color.tachas-130, .text-tachas-130,a.text-tachas-130,.text-tachas-130 a { color: 383438; }
            .bg-tachas-130, .onm-new .category-bg.tachas-130 { background-color:383438; }
            .onm-new .category.tachas-130 a:hover { color:383438; }
            .header-section.color-tachas-130:before,.widget-header.color-tachas-130:before { color:383438; }

            body.tachas-130 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-130 .footer, body.tachas-130 header.header, body.tachas-130 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-130  { color:383438 !important; }
            .onm-new .content-info.tachas-130-color .fa,
            .onm-new .tachas-130 .content-info .fa { color:383438 !important; }
            .color-tachas-130,.color-tachas-130 a, .color-tachas-130 fa { color:383438 !important; }

            .menu > li.tachas-130 a,
            .menu > li.tachas-130 .submenu a { color:383438!important; }
            body.tachas-130 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-130 span { background-color:383438!important; }
            .tachas-130-color{ color:383438!important; }
            .bg-tachas-130{ background-color:383438!important; }
            .bg-tachas-130.trans{ background:transparent!important; }
            .bg-tachas-130.trans:after{ background-color:383438!important; }
            .border-tachas-130-color{ border-color:383438!important; }
            ul li.border-tachas-130-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-130-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-131*/
            .onm-new .category-color.tachas-131, .text-tachas-131,a.text-tachas-131,.text-tachas-131 a { color: 383438; }
            .bg-tachas-131, .onm-new .category-bg.tachas-131 { background-color:383438; }
            .onm-new .category.tachas-131 a:hover { color:383438; }
            .header-section.color-tachas-131:before,.widget-header.color-tachas-131:before { color:383438; }

            body.tachas-131 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-131 .footer, body.tachas-131 header.header, body.tachas-131 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-131  { color:383438 !important; }
            .onm-new .content-info.tachas-131-color .fa,
            .onm-new .tachas-131 .content-info .fa { color:383438 !important; }
            .color-tachas-131,.color-tachas-131 a, .color-tachas-131 fa { color:383438 !important; }

            .menu > li.tachas-131 a,
            .menu > li.tachas-131 .submenu a { color:383438!important; }
            body.tachas-131 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-131 span { background-color:383438!important; }
            .tachas-131-color{ color:383438!important; }
            .bg-tachas-131{ background-color:383438!important; }
            .bg-tachas-131.trans{ background:transparent!important; }
            .bg-tachas-131.trans:after{ background-color:383438!important; }
            .border-tachas-131-color{ border-color:383438!important; }
            ul li.border-tachas-131-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-131-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-132*/
            .onm-new .category-color.tachas-132, .text-tachas-132,a.text-tachas-132,.text-tachas-132 a { color: 383438; }
            .bg-tachas-132, .onm-new .category-bg.tachas-132 { background-color:383438; }
            .onm-new .category.tachas-132 a:hover { color:383438; }
            .header-section.color-tachas-132:before,.widget-header.color-tachas-132:before { color:383438; }

            body.tachas-132 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-132 .footer, body.tachas-132 header.header, body.tachas-132 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-132  { color:383438 !important; }
            .onm-new .content-info.tachas-132-color .fa,
            .onm-new .tachas-132 .content-info .fa { color:383438 !important; }
            .color-tachas-132,.color-tachas-132 a, .color-tachas-132 fa { color:383438 !important; }

            .menu > li.tachas-132 a,
            .menu > li.tachas-132 .submenu a { color:383438!important; }
            body.tachas-132 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-132 span { background-color:383438!important; }
            .tachas-132-color{ color:383438!important; }
            .bg-tachas-132{ background-color:383438!important; }
            .bg-tachas-132.trans{ background:transparent!important; }
            .bg-tachas-132.trans:after{ background-color:383438!important; }
            .border-tachas-132-color{ border-color:383438!important; }
            ul li.border-tachas-132-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-132-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-133*/
            .onm-new .category-color.tachas-133, .text-tachas-133,a.text-tachas-133,.text-tachas-133 a { color: 383438; }
            .bg-tachas-133, .onm-new .category-bg.tachas-133 { background-color:383438; }
            .onm-new .category.tachas-133 a:hover { color:383438; }
            .header-section.color-tachas-133:before,.widget-header.color-tachas-133:before { color:383438; }

            body.tachas-133 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-133 .footer, body.tachas-133 header.header, body.tachas-133 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-133  { color:383438 !important; }
            .onm-new .content-info.tachas-133-color .fa,
            .onm-new .tachas-133 .content-info .fa { color:383438 !important; }
            .color-tachas-133,.color-tachas-133 a, .color-tachas-133 fa { color:383438 !important; }

            .menu > li.tachas-133 a,
            .menu > li.tachas-133 .submenu a { color:383438!important; }
            body.tachas-133 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-133 span { background-color:383438!important; }
            .tachas-133-color{ color:383438!important; }
            .bg-tachas-133{ background-color:383438!important; }
            .bg-tachas-133.trans{ background:transparent!important; }
            .bg-tachas-133.trans:after{ background-color:383438!important; }
            .border-tachas-133-color{ border-color:383438!important; }
            ul li.border-tachas-133-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-133-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-134*/
            .onm-new .category-color.tachas-134, .text-tachas-134,a.text-tachas-134,.text-tachas-134 a { color: 383438; }
            .bg-tachas-134, .onm-new .category-bg.tachas-134 { background-color:383438; }
            .onm-new .category.tachas-134 a:hover { color:383438; }
            .header-section.color-tachas-134:before,.widget-header.color-tachas-134:before { color:383438; }

            body.tachas-134 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-134 .footer, body.tachas-134 header.header, body.tachas-134 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-134  { color:383438 !important; }
            .onm-new .content-info.tachas-134-color .fa,
            .onm-new .tachas-134 .content-info .fa { color:383438 !important; }
            .color-tachas-134,.color-tachas-134 a, .color-tachas-134 fa { color:383438 !important; }

            .menu > li.tachas-134 a,
            .menu > li.tachas-134 .submenu a { color:383438!important; }
            body.tachas-134 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-134 span { background-color:383438!important; }
            .tachas-134-color{ color:383438!important; }
            .bg-tachas-134{ background-color:383438!important; }
            .bg-tachas-134.trans{ background:transparent!important; }
            .bg-tachas-134.trans:after{ background-color:383438!important; }
            .border-tachas-134-color{ border-color:383438!important; }
            ul li.border-tachas-134-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-134-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-135*/
            .onm-new .category-color.tachas-135, .text-tachas-135,a.text-tachas-135,.text-tachas-135 a { color: 383438; }
            .bg-tachas-135, .onm-new .category-bg.tachas-135 { background-color:383438; }
            .onm-new .category.tachas-135 a:hover { color:383438; }
            .header-section.color-tachas-135:before,.widget-header.color-tachas-135:before { color:383438; }

            body.tachas-135 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-135 .footer, body.tachas-135 header.header, body.tachas-135 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-135  { color:383438 !important; }
            .onm-new .content-info.tachas-135-color .fa,
            .onm-new .tachas-135 .content-info .fa { color:383438 !important; }
            .color-tachas-135,.color-tachas-135 a, .color-tachas-135 fa { color:383438 !important; }

            .menu > li.tachas-135 a,
            .menu > li.tachas-135 .submenu a { color:383438!important; }
            body.tachas-135 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-135 span { background-color:383438!important; }
            .tachas-135-color{ color:383438!important; }
            .bg-tachas-135{ background-color:383438!important; }
            .bg-tachas-135.trans{ background:transparent!important; }
            .bg-tachas-135.trans:after{ background-color:383438!important; }
            .border-tachas-135-color{ border-color:383438!important; }
            ul li.border-tachas-135-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-135-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-136*/
            .onm-new .category-color.tachas-136, .text-tachas-136,a.text-tachas-136,.text-tachas-136 a { color: 383438; }
            .bg-tachas-136, .onm-new .category-bg.tachas-136 { background-color:383438; }
            .onm-new .category.tachas-136 a:hover { color:383438; }
            .header-section.color-tachas-136:before,.widget-header.color-tachas-136:before { color:383438; }

            body.tachas-136 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-136 .footer, body.tachas-136 header.header, body.tachas-136 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-136  { color:383438 !important; }
            .onm-new .content-info.tachas-136-color .fa,
            .onm-new .tachas-136 .content-info .fa { color:383438 !important; }
            .color-tachas-136,.color-tachas-136 a, .color-tachas-136 fa { color:383438 !important; }

            .menu > li.tachas-136 a,
            .menu > li.tachas-136 .submenu a { color:383438!important; }
            body.tachas-136 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-136 span { background-color:383438!important; }
            .tachas-136-color{ color:383438!important; }
            .bg-tachas-136{ background-color:383438!important; }
            .bg-tachas-136.trans{ background:transparent!important; }
            .bg-tachas-136.trans:after{ background-color:383438!important; }
            .border-tachas-136-color{ border-color:383438!important; }
            ul li.border-tachas-136-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-136-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-137*/
            .onm-new .category-color.tachas-137, .text-tachas-137,a.text-tachas-137,.text-tachas-137 a { color: 383438; }
            .bg-tachas-137, .onm-new .category-bg.tachas-137 { background-color:383438; }
            .onm-new .category.tachas-137 a:hover { color:383438; }
            .header-section.color-tachas-137:before,.widget-header.color-tachas-137:before { color:383438; }

            body.tachas-137 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-137 .footer, body.tachas-137 header.header, body.tachas-137 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-137  { color:383438 !important; }
            .onm-new .content-info.tachas-137-color .fa,
            .onm-new .tachas-137 .content-info .fa { color:383438 !important; }
            .color-tachas-137,.color-tachas-137 a, .color-tachas-137 fa { color:383438 !important; }

            .menu > li.tachas-137 a,
            .menu > li.tachas-137 .submenu a { color:383438!important; }
            body.tachas-137 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-137 span { background-color:383438!important; }
            .tachas-137-color{ color:383438!important; }
            .bg-tachas-137{ background-color:383438!important; }
            .bg-tachas-137.trans{ background:transparent!important; }
            .bg-tachas-137.trans:after{ background-color:383438!important; }
            .border-tachas-137-color{ border-color:383438!important; }
            ul li.border-tachas-137-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-137-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-138*/
            .onm-new .category-color.tachas-138, .text-tachas-138,a.text-tachas-138,.text-tachas-138 a { color: 383438; }
            .bg-tachas-138, .onm-new .category-bg.tachas-138 { background-color:383438; }
            .onm-new .category.tachas-138 a:hover { color:383438; }
            .header-section.color-tachas-138:before,.widget-header.color-tachas-138:before { color:383438; }

            body.tachas-138 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-138 .footer, body.tachas-138 header.header, body.tachas-138 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-138  { color:383438 !important; }
            .onm-new .content-info.tachas-138-color .fa,
            .onm-new .tachas-138 .content-info .fa { color:383438 !important; }
            .color-tachas-138,.color-tachas-138 a, .color-tachas-138 fa { color:383438 !important; }

            .menu > li.tachas-138 a,
            .menu > li.tachas-138 .submenu a { color:383438!important; }
            body.tachas-138 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-138 span { background-color:383438!important; }
            .tachas-138-color{ color:383438!important; }
            .bg-tachas-138{ background-color:383438!important; }
            .bg-tachas-138.trans{ background:transparent!important; }
            .bg-tachas-138.trans:after{ background-color:383438!important; }
            .border-tachas-138-color{ border-color:383438!important; }
            ul li.border-tachas-138-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-138-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-139*/
            .onm-new .category-color.tachas-139, .text-tachas-139,a.text-tachas-139,.text-tachas-139 a { color: 383438; }
            .bg-tachas-139, .onm-new .category-bg.tachas-139 { background-color:383438; }
            .onm-new .category.tachas-139 a:hover { color:383438; }
            .header-section.color-tachas-139:before,.widget-header.color-tachas-139:before { color:383438; }

            body.tachas-139 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-139 .footer, body.tachas-139 header.header, body.tachas-139 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-139  { color:383438 !important; }
            .onm-new .content-info.tachas-139-color .fa,
            .onm-new .tachas-139 .content-info .fa { color:383438 !important; }
            .color-tachas-139,.color-tachas-139 a, .color-tachas-139 fa { color:383438 !important; }

            .menu > li.tachas-139 a,
            .menu > li.tachas-139 .submenu a { color:383438!important; }
            body.tachas-139 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-139 span { background-color:383438!important; }
            .tachas-139-color{ color:383438!important; }
            .bg-tachas-139{ background-color:383438!important; }
            .bg-tachas-139.trans{ background:transparent!important; }
            .bg-tachas-139.trans:after{ background-color:383438!important; }
            .border-tachas-139-color{ border-color:383438!important; }
            ul li.border-tachas-139-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-139-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-140*/
            .onm-new .category-color.tachas-140, .text-tachas-140,a.text-tachas-140,.text-tachas-140 a { color: 383438; }
            .bg-tachas-140, .onm-new .category-bg.tachas-140 { background-color:383438; }
            .onm-new .category.tachas-140 a:hover { color:383438; }
            .header-section.color-tachas-140:before,.widget-header.color-tachas-140:before { color:383438; }

            body.tachas-140 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-140 .footer, body.tachas-140 header.header, body.tachas-140 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-140  { color:383438 !important; }
            .onm-new .content-info.tachas-140-color .fa,
            .onm-new .tachas-140 .content-info .fa { color:383438 !important; }
            .color-tachas-140,.color-tachas-140 a, .color-tachas-140 fa { color:383438 !important; }

            .menu > li.tachas-140 a,
            .menu > li.tachas-140 .submenu a { color:383438!important; }
            body.tachas-140 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-140 span { background-color:383438!important; }
            .tachas-140-color{ color:383438!important; }
            .bg-tachas-140{ background-color:383438!important; }
            .bg-tachas-140.trans{ background:transparent!important; }
            .bg-tachas-140.trans:after{ background-color:383438!important; }
            .border-tachas-140-color{ border-color:383438!important; }
            ul li.border-tachas-140-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-140-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-141*/
            .onm-new .category-color.tachas-141, .text-tachas-141,a.text-tachas-141,.text-tachas-141 a { color: 383438; }
            .bg-tachas-141, .onm-new .category-bg.tachas-141 { background-color:383438; }
            .onm-new .category.tachas-141 a:hover { color:383438; }
            .header-section.color-tachas-141:before,.widget-header.color-tachas-141:before { color:383438; }

            body.tachas-141 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-141 .footer, body.tachas-141 header.header, body.tachas-141 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-141  { color:383438 !important; }
            .onm-new .content-info.tachas-141-color .fa,
            .onm-new .tachas-141 .content-info .fa { color:383438 !important; }
            .color-tachas-141,.color-tachas-141 a, .color-tachas-141 fa { color:383438 !important; }

            .menu > li.tachas-141 a,
            .menu > li.tachas-141 .submenu a { color:383438!important; }
            body.tachas-141 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-141 span { background-color:383438!important; }
            .tachas-141-color{ color:383438!important; }
            .bg-tachas-141{ background-color:383438!important; }
            .bg-tachas-141.trans{ background:transparent!important; }
            .bg-tachas-141.trans:after{ background-color:383438!important; }
            .border-tachas-141-color{ border-color:383438!important; }
            ul li.border-tachas-141-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-141-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-142*/
            .onm-new .category-color.tachas-142, .text-tachas-142,a.text-tachas-142,.text-tachas-142 a { color: 383438; }
            .bg-tachas-142, .onm-new .category-bg.tachas-142 { background-color:383438; }
            .onm-new .category.tachas-142 a:hover { color:383438; }
            .header-section.color-tachas-142:before,.widget-header.color-tachas-142:before { color:383438; }

            body.tachas-142 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-142 .footer, body.tachas-142 header.header, body.tachas-142 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-142  { color:383438 !important; }
            .onm-new .content-info.tachas-142-color .fa,
            .onm-new .tachas-142 .content-info .fa { color:383438 !important; }
            .color-tachas-142,.color-tachas-142 a, .color-tachas-142 fa { color:383438 !important; }

            .menu > li.tachas-142 a,
            .menu > li.tachas-142 .submenu a { color:383438!important; }
            body.tachas-142 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-142 span { background-color:383438!important; }
            .tachas-142-color{ color:383438!important; }
            .bg-tachas-142{ background-color:383438!important; }
            .bg-tachas-142.trans{ background:transparent!important; }
            .bg-tachas-142.trans:after{ background-color:383438!important; }
            .border-tachas-142-color{ border-color:383438!important; }
            ul li.border-tachas-142-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-142-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-143*/
            .onm-new .category-color.tachas-143, .text-tachas-143,a.text-tachas-143,.text-tachas-143 a { color: 383438; }
            .bg-tachas-143, .onm-new .category-bg.tachas-143 { background-color:383438; }
            .onm-new .category.tachas-143 a:hover { color:383438; }
            .header-section.color-tachas-143:before,.widget-header.color-tachas-143:before { color:383438; }

            body.tachas-143 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-143 .footer, body.tachas-143 header.header, body.tachas-143 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-143  { color:383438 !important; }
            .onm-new .content-info.tachas-143-color .fa,
            .onm-new .tachas-143 .content-info .fa { color:383438 !important; }
            .color-tachas-143,.color-tachas-143 a, .color-tachas-143 fa { color:383438 !important; }

            .menu > li.tachas-143 a,
            .menu > li.tachas-143 .submenu a { color:383438!important; }
            body.tachas-143 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-143 span { background-color:383438!important; }
            .tachas-143-color{ color:383438!important; }
            .bg-tachas-143{ background-color:383438!important; }
            .bg-tachas-143.trans{ background:transparent!important; }
            .bg-tachas-143.trans:after{ background-color:383438!important; }
            .border-tachas-143-color{ border-color:383438!important; }
            ul li.border-tachas-143-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-143-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-144*/
            .onm-new .category-color.tachas-144, .text-tachas-144,a.text-tachas-144,.text-tachas-144 a { color: 383438; }
            .bg-tachas-144, .onm-new .category-bg.tachas-144 { background-color:383438; }
            .onm-new .category.tachas-144 a:hover { color:383438; }
            .header-section.color-tachas-144:before,.widget-header.color-tachas-144:before { color:383438; }

            body.tachas-144 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-144 .footer, body.tachas-144 header.header, body.tachas-144 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-144  { color:383438 !important; }
            .onm-new .content-info.tachas-144-color .fa,
            .onm-new .tachas-144 .content-info .fa { color:383438 !important; }
            .color-tachas-144,.color-tachas-144 a, .color-tachas-144 fa { color:383438 !important; }

            .menu > li.tachas-144 a,
            .menu > li.tachas-144 .submenu a { color:383438!important; }
            body.tachas-144 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-144 span { background-color:383438!important; }
            .tachas-144-color{ color:383438!important; }
            .bg-tachas-144{ background-color:383438!important; }
            .bg-tachas-144.trans{ background:transparent!important; }
            .bg-tachas-144.trans:after{ background-color:383438!important; }
            .border-tachas-144-color{ border-color:383438!important; }
            ul li.border-tachas-144-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-144-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-145*/
            .onm-new .category-color.tachas-145, .text-tachas-145,a.text-tachas-145,.text-tachas-145 a { color: 383438; }
            .bg-tachas-145, .onm-new .category-bg.tachas-145 { background-color:383438; }
            .onm-new .category.tachas-145 a:hover { color:383438; }
            .header-section.color-tachas-145:before,.widget-header.color-tachas-145:before { color:383438; }

            body.tachas-145 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-145 .footer, body.tachas-145 header.header, body.tachas-145 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-145  { color:383438 !important; }
            .onm-new .content-info.tachas-145-color .fa,
            .onm-new .tachas-145 .content-info .fa { color:383438 !important; }
            .color-tachas-145,.color-tachas-145 a, .color-tachas-145 fa { color:383438 !important; }

            .menu > li.tachas-145 a,
            .menu > li.tachas-145 .submenu a { color:383438!important; }
            body.tachas-145 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-145 span { background-color:383438!important; }
            .tachas-145-color{ color:383438!important; }
            .bg-tachas-145{ background-color:383438!important; }
            .bg-tachas-145.trans{ background:transparent!important; }
            .bg-tachas-145.trans:after{ background-color:383438!important; }
            .border-tachas-145-color{ border-color:383438!important; }
            ul li.border-tachas-145-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-145-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-146*/
            .onm-new .category-color.tachas-146, .text-tachas-146,a.text-tachas-146,.text-tachas-146 a { color: 383438; }
            .bg-tachas-146, .onm-new .category-bg.tachas-146 { background-color:383438; }
            .onm-new .category.tachas-146 a:hover { color:383438; }
            .header-section.color-tachas-146:before,.widget-header.color-tachas-146:before { color:383438; }

            body.tachas-146 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-146 .footer, body.tachas-146 header.header, body.tachas-146 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-146  { color:383438 !important; }
            .onm-new .content-info.tachas-146-color .fa,
            .onm-new .tachas-146 .content-info .fa { color:383438 !important; }
            .color-tachas-146,.color-tachas-146 a, .color-tachas-146 fa { color:383438 !important; }

            .menu > li.tachas-146 a,
            .menu > li.tachas-146 .submenu a { color:383438!important; }
            body.tachas-146 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-146 span { background-color:383438!important; }
            .tachas-146-color{ color:383438!important; }
            .bg-tachas-146{ background-color:383438!important; }
            .bg-tachas-146.trans{ background:transparent!important; }
            .bg-tachas-146.trans:after{ background-color:383438!important; }
            .border-tachas-146-color{ border-color:383438!important; }
            ul li.border-tachas-146-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-146-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-147*/
            .onm-new .category-color.tachas-147, .text-tachas-147,a.text-tachas-147,.text-tachas-147 a { color: 383438; }
            .bg-tachas-147, .onm-new .category-bg.tachas-147 { background-color:383438; }
            .onm-new .category.tachas-147 a:hover { color:383438; }
            .header-section.color-tachas-147:before,.widget-header.color-tachas-147:before { color:383438; }

            body.tachas-147 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-147 .footer, body.tachas-147 header.header, body.tachas-147 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-147  { color:383438 !important; }
            .onm-new .content-info.tachas-147-color .fa,
            .onm-new .tachas-147 .content-info .fa { color:383438 !important; }
            .color-tachas-147,.color-tachas-147 a, .color-tachas-147 fa { color:383438 !important; }

            .menu > li.tachas-147 a,
            .menu > li.tachas-147 .submenu a { color:383438!important; }
            body.tachas-147 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-147 span { background-color:383438!important; }
            .tachas-147-color{ color:383438!important; }
            .bg-tachas-147{ background-color:383438!important; }
            .bg-tachas-147.trans{ background:transparent!important; }
            .bg-tachas-147.trans:after{ background-color:383438!important; }
            .border-tachas-147-color{ border-color:383438!important; }
            ul li.border-tachas-147-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-147-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-148*/
            .onm-new .category-color.tachas-148, .text-tachas-148,a.text-tachas-148,.text-tachas-148 a { color: 383438; }
            .bg-tachas-148, .onm-new .category-bg.tachas-148 { background-color:383438; }
            .onm-new .category.tachas-148 a:hover { color:383438; }
            .header-section.color-tachas-148:before,.widget-header.color-tachas-148:before { color:383438; }

            body.tachas-148 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-148 .footer, body.tachas-148 header.header, body.tachas-148 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-148  { color:383438 !important; }
            .onm-new .content-info.tachas-148-color .fa,
            .onm-new .tachas-148 .content-info .fa { color:383438 !important; }
            .color-tachas-148,.color-tachas-148 a, .color-tachas-148 fa { color:383438 !important; }

            .menu > li.tachas-148 a,
            .menu > li.tachas-148 .submenu a { color:383438!important; }
            body.tachas-148 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-148 span { background-color:383438!important; }
            .tachas-148-color{ color:383438!important; }
            .bg-tachas-148{ background-color:383438!important; }
            .bg-tachas-148.trans{ background:transparent!important; }
            .bg-tachas-148.trans:after{ background-color:383438!important; }
            .border-tachas-148-color{ border-color:383438!important; }
            ul li.border-tachas-148-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-148-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-149*/
            .onm-new .category-color.tachas-149, .text-tachas-149,a.text-tachas-149,.text-tachas-149 a { color: 383438; }
            .bg-tachas-149, .onm-new .category-bg.tachas-149 { background-color:383438; }
            .onm-new .category.tachas-149 a:hover { color:383438; }
            .header-section.color-tachas-149:before,.widget-header.color-tachas-149:before { color:383438; }

            body.tachas-149 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-149 .footer, body.tachas-149 header.header, body.tachas-149 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-149  { color:383438 !important; }
            .onm-new .content-info.tachas-149-color .fa,
            .onm-new .tachas-149 .content-info .fa { color:383438 !important; }
            .color-tachas-149,.color-tachas-149 a, .color-tachas-149 fa { color:383438 !important; }

            .menu > li.tachas-149 a,
            .menu > li.tachas-149 .submenu a { color:383438!important; }
            body.tachas-149 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-149 span { background-color:383438!important; }
            .tachas-149-color{ color:383438!important; }
            .bg-tachas-149{ background-color:383438!important; }
            .bg-tachas-149.trans{ background:transparent!important; }
            .bg-tachas-149.trans:after{ background-color:383438!important; }
            .border-tachas-149-color{ border-color:383438!important; }
            ul li.border-tachas-149-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-149-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-150*/
            .onm-new .category-color.tachas-150, .text-tachas-150,a.text-tachas-150,.text-tachas-150 a { color: 383438; }
            .bg-tachas-150, .onm-new .category-bg.tachas-150 { background-color:383438; }
            .onm-new .category.tachas-150 a:hover { color:383438; }
            .header-section.color-tachas-150:before,.widget-header.color-tachas-150:before { color:383438; }

            body.tachas-150 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-150 .footer, body.tachas-150 header.header, body.tachas-150 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-150  { color:383438 !important; }
            .onm-new .content-info.tachas-150-color .fa,
            .onm-new .tachas-150 .content-info .fa { color:383438 !important; }
            .color-tachas-150,.color-tachas-150 a, .color-tachas-150 fa { color:383438 !important; }

            .menu > li.tachas-150 a,
            .menu > li.tachas-150 .submenu a { color:383438!important; }
            body.tachas-150 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-150 span { background-color:383438!important; }
            .tachas-150-color{ color:383438!important; }
            .bg-tachas-150{ background-color:383438!important; }
            .bg-tachas-150.trans{ background:transparent!important; }
            .bg-tachas-150.trans:after{ background-color:383438!important; }
            .border-tachas-150-color{ border-color:383438!important; }
            ul li.border-tachas-150-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-150-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-151*/
            .onm-new .category-color.tachas-151, .text-tachas-151,a.text-tachas-151,.text-tachas-151 a { color: 383438; }
            .bg-tachas-151, .onm-new .category-bg.tachas-151 { background-color:383438; }
            .onm-new .category.tachas-151 a:hover { color:383438; }
            .header-section.color-tachas-151:before,.widget-header.color-tachas-151:before { color:383438; }

            body.tachas-151 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-151 .footer, body.tachas-151 header.header, body.tachas-151 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-151  { color:383438 !important; }
            .onm-new .content-info.tachas-151-color .fa,
            .onm-new .tachas-151 .content-info .fa { color:383438 !important; }
            .color-tachas-151,.color-tachas-151 a, .color-tachas-151 fa { color:383438 !important; }

            .menu > li.tachas-151 a,
            .menu > li.tachas-151 .submenu a { color:383438!important; }
            body.tachas-151 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-151 span { background-color:383438!important; }
            .tachas-151-color{ color:383438!important; }
            .bg-tachas-151{ background-color:383438!important; }
            .bg-tachas-151.trans{ background:transparent!important; }
            .bg-tachas-151.trans:after{ background-color:383438!important; }
            .border-tachas-151-color{ border-color:383438!important; }
            ul li.border-tachas-151-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-151-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-152*/
            .onm-new .category-color.tachas-152, .text-tachas-152,a.text-tachas-152,.text-tachas-152 a { color: 383438; }
            .bg-tachas-152, .onm-new .category-bg.tachas-152 { background-color:383438; }
            .onm-new .category.tachas-152 a:hover { color:383438; }
            .header-section.color-tachas-152:before,.widget-header.color-tachas-152:before { color:383438; }

            body.tachas-152 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-152 .footer, body.tachas-152 header.header, body.tachas-152 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-152  { color:383438 !important; }
            .onm-new .content-info.tachas-152-color .fa,
            .onm-new .tachas-152 .content-info .fa { color:383438 !important; }
            .color-tachas-152,.color-tachas-152 a, .color-tachas-152 fa { color:383438 !important; }

            .menu > li.tachas-152 a,
            .menu > li.tachas-152 .submenu a { color:383438!important; }
            body.tachas-152 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-152 span { background-color:383438!important; }
            .tachas-152-color{ color:383438!important; }
            .bg-tachas-152{ background-color:383438!important; }
            .bg-tachas-152.trans{ background:transparent!important; }
            .bg-tachas-152.trans:after{ background-color:383438!important; }
            .border-tachas-152-color{ border-color:383438!important; }
            ul li.border-tachas-152-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-152-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-153*/
            .onm-new .category-color.tachas-153, .text-tachas-153,a.text-tachas-153,.text-tachas-153 a { color: 383438; }
            .bg-tachas-153, .onm-new .category-bg.tachas-153 { background-color:383438; }
            .onm-new .category.tachas-153 a:hover { color:383438; }
            .header-section.color-tachas-153:before,.widget-header.color-tachas-153:before { color:383438; }

            body.tachas-153 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-153 .footer, body.tachas-153 header.header, body.tachas-153 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-153  { color:383438 !important; }
            .onm-new .content-info.tachas-153-color .fa,
            .onm-new .tachas-153 .content-info .fa { color:383438 !important; }
            .color-tachas-153,.color-tachas-153 a, .color-tachas-153 fa { color:383438 !important; }

            .menu > li.tachas-153 a,
            .menu > li.tachas-153 .submenu a { color:383438!important; }
            body.tachas-153 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-153 span { background-color:383438!important; }
            .tachas-153-color{ color:383438!important; }
            .bg-tachas-153{ background-color:383438!important; }
            .bg-tachas-153.trans{ background:transparent!important; }
            .bg-tachas-153.trans:after{ background-color:383438!important; }
            .border-tachas-153-color{ border-color:383438!important; }
            ul li.border-tachas-153-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-153-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-154*/
            .onm-new .category-color.tachas-154, .text-tachas-154,a.text-tachas-154,.text-tachas-154 a { color: 383438; }
            .bg-tachas-154, .onm-new .category-bg.tachas-154 { background-color:383438; }
            .onm-new .category.tachas-154 a:hover { color:383438; }
            .header-section.color-tachas-154:before,.widget-header.color-tachas-154:before { color:383438; }

            body.tachas-154 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-154 .footer, body.tachas-154 header.header, body.tachas-154 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-154  { color:383438 !important; }
            .onm-new .content-info.tachas-154-color .fa,
            .onm-new .tachas-154 .content-info .fa { color:383438 !important; }
            .color-tachas-154,.color-tachas-154 a, .color-tachas-154 fa { color:383438 !important; }

            .menu > li.tachas-154 a,
            .menu > li.tachas-154 .submenu a { color:383438!important; }
            body.tachas-154 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-154 span { background-color:383438!important; }
            .tachas-154-color{ color:383438!important; }
            .bg-tachas-154{ background-color:383438!important; }
            .bg-tachas-154.trans{ background:transparent!important; }
            .bg-tachas-154.trans:after{ background-color:383438!important; }
            .border-tachas-154-color{ border-color:383438!important; }
            ul li.border-tachas-154-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-154-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-155*/
            .onm-new .category-color.tachas-155, .text-tachas-155,a.text-tachas-155,.text-tachas-155 a { color: 383438; }
            .bg-tachas-155, .onm-new .category-bg.tachas-155 { background-color:383438; }
            .onm-new .category.tachas-155 a:hover { color:383438; }
            .header-section.color-tachas-155:before,.widget-header.color-tachas-155:before { color:383438; }

            body.tachas-155 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-155 .footer, body.tachas-155 header.header, body.tachas-155 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-155  { color:383438 !important; }
            .onm-new .content-info.tachas-155-color .fa,
            .onm-new .tachas-155 .content-info .fa { color:383438 !important; }
            .color-tachas-155,.color-tachas-155 a, .color-tachas-155 fa { color:383438 !important; }

            .menu > li.tachas-155 a,
            .menu > li.tachas-155 .submenu a { color:383438!important; }
            body.tachas-155 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-155 span { background-color:383438!important; }
            .tachas-155-color{ color:383438!important; }
            .bg-tachas-155{ background-color:383438!important; }
            .bg-tachas-155.trans{ background:transparent!important; }
            .bg-tachas-155.trans:after{ background-color:383438!important; }
            .border-tachas-155-color{ border-color:383438!important; }
            ul li.border-tachas-155-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-155-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-156*/
            .onm-new .category-color.tachas-156, .text-tachas-156,a.text-tachas-156,.text-tachas-156 a { color: 383438; }
            .bg-tachas-156, .onm-new .category-bg.tachas-156 { background-color:383438; }
            .onm-new .category.tachas-156 a:hover { color:383438; }
            .header-section.color-tachas-156:before,.widget-header.color-tachas-156:before { color:383438; }

            body.tachas-156 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-156 .footer, body.tachas-156 header.header, body.tachas-156 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-156  { color:383438 !important; }
            .onm-new .content-info.tachas-156-color .fa,
            .onm-new .tachas-156 .content-info .fa { color:383438 !important; }
            .color-tachas-156,.color-tachas-156 a, .color-tachas-156 fa { color:383438 !important; }

            .menu > li.tachas-156 a,
            .menu > li.tachas-156 .submenu a { color:383438!important; }
            body.tachas-156 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-156 span { background-color:383438!important; }
            .tachas-156-color{ color:383438!important; }
            .bg-tachas-156{ background-color:383438!important; }
            .bg-tachas-156.trans{ background:transparent!important; }
            .bg-tachas-156.trans:after{ background-color:383438!important; }
            .border-tachas-156-color{ border-color:383438!important; }
            ul li.border-tachas-156-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-156-trans:after{ background-color:383438!important; }

                                            /* Rules for category tachas-157*/
            .onm-new .category-color.tachas-157, .text-tachas-157,a.text-tachas-157,.text-tachas-157 a { color: 383438; }
            .bg-tachas-157, .onm-new .category-bg.tachas-157 { background-color:383438; }
            .onm-new .category.tachas-157 a:hover { color:383438; }
            .header-section.color-tachas-157:before,.widget-header.color-tachas-157:before { color:383438; }

            body.tachas-157 .topbar.scrolled-bar { background-color:383438!important; }
            body.tachas-157 .footer, body.tachas-157 header.header, body.tachas-157 .scrolled-bar { background-color: 383438; }

            .onm-new .text-tachas-157  { color:383438 !important; }
            .onm-new .content-info.tachas-157-color .fa,
            .onm-new .tachas-157 .content-info .fa { color:383438 !important; }
            .color-tachas-157,.color-tachas-157 a, .color-tachas-157 fa { color:383438 !important; }

            .menu > li.tachas-157 a,
            .menu > li.tachas-157 .submenu a { color:383438!important; }
            body.tachas-157 .machine-related-contents .widget-header { background-color:383438!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachas-157 span { background-color:383438!important; }
            .tachas-157-color{ color:383438!important; }
            .bg-tachas-157{ background-color:383438!important; }
            .bg-tachas-157.trans{ background:transparent!important; }
            .bg-tachas-157.trans:after{ background-color:383438!important; }
            .border-tachas-157-color{ border-color:383438!important; }
            ul li.border-tachas-157-color:after{ background-color:383438!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachas-157-trans:after{ background-color:383438!important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* Rules for category tachasmenu-100-150*/
            .onm-new .category-color.tachasmenu-100-150, .text-tachasmenu-100-150,a.text-tachasmenu-100-150,.text-tachasmenu-100-150 a { color: #980101; }
            .bg-tachasmenu-100-150, .onm-new .category-bg.tachasmenu-100-150 { background-color:#980101; }
            .onm-new .category.tachasmenu-100-150 a:hover { color:#980101; }
            .header-section.color-tachasmenu-100-150:before,.widget-header.color-tachasmenu-100-150:before { color:#980101; }

            body.tachasmenu-100-150 .topbar.scrolled-bar { background-color:#980101!important; }
            body.tachasmenu-100-150 .footer, body.tachasmenu-100-150 header.header, body.tachasmenu-100-150 .scrolled-bar { background-color: #980101; }

            .onm-new .text-tachasmenu-100-150  { color:#980101 !important; }
            .onm-new .content-info.tachasmenu-100-150-color .fa,
            .onm-new .tachasmenu-100-150 .content-info .fa { color:#980101 !important; }
            .color-tachasmenu-100-150,.color-tachasmenu-100-150 a, .color-tachasmenu-100-150 fa { color:#980101 !important; }

            .menu > li.tachasmenu-100-150 a,
            .menu > li.tachasmenu-100-150 .submenu a { color:#980101!important; }
            body.tachasmenu-100-150 .machine-related-contents .widget-header { background-color:#980101!important; }
            .machine-related-contents .widget-header span { color:#FFF; }
            .widget-header.header-tachasmenu-100-150 span { background-color:#980101!important; }
            .tachasmenu-100-150-color{ color:#980101!important; }
            .bg-tachasmenu-100-150{ background-color:#980101!important; }
            .bg-tachasmenu-100-150.trans{ background:transparent!important; }
            .bg-tachasmenu-100-150.trans:after{ background-color:#980101!important; }
            .border-tachasmenu-100-150-color{ border-color:#980101!important; }
            ul li.border-tachasmenu-100-150-color:after{ background-color:#980101!important; }
            .wrapper-slider ul.carousel-headlines .headlines-title.bg-tachasmenu-100-150-trans:after{ background-color:#980101!important; }

                        


