@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');


 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  /*
  @font-face {
    font-family: 'oswald-bold';
    src: url("/fonts/oswald/oswald-bold-webfont.eot");
    src: url("/fonts/oswald/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/oswald/oswald-bold-webfont.woff2") format("woff2"), url("/fonts/oswald/oswald-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-bold';
    src: url("/fonts/raleway/raleway-v4020-bold-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-bold-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-bold-italic';
    src: url("/fonts/raleway/raleway-v4020-bolditalic-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-bolditalic-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-bolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-italic';
    src: url("/fonts/raleway/raleway-v4020-italic-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-italic-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-medium';
    src: url("/fonts/raleway/raleway-v4020-medium-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-medium-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-medium-italic';
    src: url("/fonts/raleway/raleway-v4020-mediumitalic-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-mediumitalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-regular';
    src: url("/fonts/raleway/raleway-v4020-regular-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-regular-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-semibold';
    src: url("/fonts/raleway/raleway-v4020-semibold-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-semibold-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway-semibold-italic';
    src: url("/fonts/raleway/raleway-v4020-semibolditalic-webfont.eot");
    src: url("/fonts/raleway/raleway-v4020-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway/raleway-v4020-semibolditalic-webfont.woff2") format("woff2"), url("/fonts/raleway/raleway-v4020-semibolditalic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  */
  @font-face {
    font-family: 'icomoon';
    src: url("/fonts/icomoon/icomoon.eot?w382qq");
    src: url("/fonts/icomoon/icomoon.eot?w382qq#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?w382qq") format("truetype"), url("/fonts/icomoon/icomoon.woff?w382qq") format("woff"), url("/fonts/icomoon/icomoon.svg?w382qq#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"], .caret, .hot-news-title:before, .mejs-play, .mejs-pause,
  .home a:before, .sound_icon, a.read-more span:before,
  .module_category > .row-fluid:nth-child(2) div > a:not(.item-category):before,
  div.module_listing_wrapper .span5 a:before, .header > .container-fluid:first-child .hidden-desktop .btnNavbar:before,
  .navbar-main .hidden-desktop.btnNavbar:before, .category-cart .row-fluid .span4 div > a:not(.item-category):before,
  .category-cart .module_listing_more .span4 a:before, .pagination .prev:before, .pagination .next:before,
  .main_photo a:before, .gallery_inner a:before, .st-inline-share-buttons .st-btn:before,
  .module_results_wrapper .span4 a:before, .ui-datepicker-prev:before, .ui-datepicker-next:before,
  .article-page .main_container > .row-fluid:first-child > .span6 .row .span6 div:first-child a:before, .elkin-gal a::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-spotify-logo:before {
    content: "\ea0d";
  }
  
  .icon-whatsapp:before, .st-inline-share-buttons .st-btn[data-network="whatsapp"]:before {
    content: "\ea0a";
  }
  
  .icon-google-plus-01:before, .st-inline-share-buttons .st-btn[data-network="googleplus"]:before {
    content: "\ea0b";
  }
  
  .icon-pinterest:before, .st-inline-share-buttons .st-btn[data-network="pinterest"]:before {
    content: "\ea0c";
  }
  
  .icon-activity:before, .hot-news-title:before {
    content: "\e900";
  }
  
  .icon-airplay:before {
    content: "\e901";
  }
  
  .icon-alert-circle:before {
    content: "\e902";
  }
  
  .icon-alert-octagon:before {
    content: "\e903";
  }
  
  .icon-alert-triangle:before {
    content: "\e904";
  }
  
  .icon-align-center:before {
    content: "\e905";
  }
  
  .icon-align-justify:before {
    content: "\e906";
  }
  
  .icon-align-left:before {
    content: "\e907";
  }
  
  .icon-align-right:before {
    content: "\e908";
  }
  
  .icon-anchor:before {
    content: "\e909";
  }
  
  .icon-aperture:before {
    content: "\e90a";
  }
  
  .icon-archive:before {
    content: "\e90b";
  }
  
  .icon-arrow-down:before {
    content: "\e90c";
  }
  
  .icon-arrow-down-circle:before {
    content: "\e90d";
  }
  
  .icon-arrow-down-left:before {
    content: "\e90e";
  }
  
  .icon-arrow-down-right:before {
    content: "\e90f";
  }
  
  .icon-arrow-left:before {
    content: "\e910";
  }
  
  .icon-arrow-left-circle:before, .ui-datepicker-prev:before {
    content: "\e911";
  }
  
  .icon-arrow-right:before {
    content: "\e912";
  }
  
  .icon-arrow-right-circle:before, a.read-more span:before,
  div.module_listing_wrapper .span5 a:before,
  .category-cart .row-fluid .span4 div > a:not(.item-category):before,
  .category-cart .module_listing_more .span4 a:before,
  .module_results_wrapper .span4 a:before, .ui-datepicker-next:before,
  .article-page .main_container > .row-fluid:first-child > .span6 .row .span6 div:first-child a:before {
    content: "\e913";
  }
  
  .icon-arrow-up:before {
    content: "\e914";
  }
  
  .icon-arrow-up-circle:before {
    content: "\e915";
  }
  
  .icon-arrow-up-left:before {
    content: "\e916";
  }
  
  .icon-arrow-up-right:before {
    content: "\e917";
  }
  
  .icon-at-sign:before {
    content: "\e918";
  }
  
  .icon-award:before {
    content: "\e919";
  }
  
  .icon-bar-chart:before {
    content: "\e91a";
  }
  
  .icon-bar-chart-2:before {
    content: "\e91b";
  }
  
  .icon-battery:before {
    content: "\e91c";
  }
  
  .icon-battery-charging:before {
    content: "\e91d";
  }
  
  .icon-bell:before {
    content: "\e91e";
  }
  
  .icon-bell-off:before {
    content: "\e91f";
  }
  
  .icon-bluetooth:before {
    content: "\e920";
  }
  
  .icon-bold:before {
    content: "\e921";
  }
  
  .icon-book:before {
    content: "\e922";
  }
  
  .icon-bookmark:before {
    content: "\e923";
  }
  
  .icon-book-open:before {
    content: "\e924";
  }
  
  .icon-box:before {
    content: "\e925";
  }
  
  .icon-briefcase:before {
    content: "\e926";
  }
  
  .icon-calendar:before {
    content: "\e927";
  }
  
  .icon-camera:before {
    content: "\e928";
  }
  
  .icon-camera-off:before {
    content: "\e929";
  }
  
  .icon-cast:before, .side-broadcast .icon-layers:before {
    content: "\e92a";
  }
  
  .icon-check:before {
    content: "\e92b";
  }
  
  .icon-check-circle:before {
    content: "\e92c";
  }
  
  .icon-check-square:before {
    content: "\e92d";
  }
  
  .icon-chevron-down:before, .caret:before {
    content: "\e92e";
  }
  
  .icon-chevron-left:before, .pagination .prev:before {
    content: "\e92f";
  }
  
  .icon-chevron-right:before, .pagination .next:before {
    content: "\e930";
  }
  
  .icon-chevrons-down:before {
    content: "\e931";
  }
  
  .icon-chevrons-left:before {
    content: "\e932";
  }
  
  .icon-chevrons-right:before {
    content: "\e933";
  }
  
  .icon-chevrons-up:before {
    content: "\e934";
  }
  
  .icon-chevron-up:before {
    content: "\e935";
  }
  
  .icon-chrome:before {
    content: "\e936";
  }
  
  .icon-circle:before {
    content: "\e937";
  }
  
  .icon-clipboard:before {
    content: "\e938";
  }
  
  .icon-clock:before {
    content: "\e939";
  }
  
  .icon-cloud:before {
    content: "\e93a";
  }
  
  .icon-cloud-drizzle:before {
    content: "\e93b";
  }
  
  .icon-cloud-lightning:before {
    content: "\e93c";
  }
  
  .icon-cloud-off:before {
    content: "\e93d";
  }
  
  .icon-cloud-rain:before {
    content: "\e93e";
  }
  
  .icon-cloud-snow:before {
    content: "\e93f";
  }
  
  .icon-code:before {
    content: "\e940";
  }
  
  .icon-codepen:before {
    content: "\e941";
  }
  
  .icon-command:before {
    content: "\e942";
  }
  
  .icon-compass:before {
    content: "\e943";
  }
  
  .icon-copy:before {
    content: "\e944";
  }
  
  .icon-corner-down-left:before {
    content: "\e945";
  }
  
  .icon-corner-down-right:before {
    content: "\e946";
  }
  
  .icon-corner-left-down:before {
    content: "\e947";
  }
  
  .icon-corner-left-up:before {
    content: "\e948";
  }
  
  .icon-corner-right-down:before {
    content: "\e949";
  }
  
  .icon-corner-right-up:before {
    content: "\e94a";
  }
  
  .icon-corner-up-left:before {
    content: "\e94b";
  }
  
  .icon-corner-up-right:before {
    content: "\e94c";
  }
  
  .icon-cpu:before {
    content: "\e94d";
  }
  
  .icon-credit-card:before {
    content: "\e94e";
  }
  
  .icon-crop:before {
    content: "\e94f";
  }
  
  .icon-crosshair:before {
    content: "\e950";
  }
  
  .icon-database:before {
    content: "\e951";
  }
  
  .icon-delete:before {
    content: "\e952";
  }
  
  .icon-disc:before {
    content: "\e953";
  }
  
  .icon-dollar-sign:before {
    content: "\e954";
  }
  
  .icon-download:before {
    content: "\e955";
  }
  
  .icon-download-cloud:before {
    content: "\e956";
  }
  
  .icon-droplet:before {
    content: "\e957";
  }
  
  .icon-edit:before {
    content: "\e958";
  }
  
  .icon-edit-2:before {
    content: "\e959";
  }
  
  .icon-edit-3:before {
    content: "\e95a";
  }
  
  .icon-external-link:before {
    content: "\e95b";
  }
  
  .icon-eye:before {
    content: "\e95c";
  }
  
  .icon-eye-off:before {
    content: "\e95d";
  }
  
  .icon-facebook:before, .st-inline-share-buttons .st-btn[data-network="facebook"]:before {
    content: "\e95e";
  }
  
  .icon-fast-forward:before {
    content: "\e95f";
  }
  
  .icon-feather:before {
    content: "\e960";
  }
  
  .icon-file:before {
    content: "\e961";
  }
  
  .icon-file-minus:before {
    content: "\e962";
  }
  
  .icon-file-plus:before {
    content: "\e963";
  }
  
  .icon-file-text:before {
    content: "\e964";
  }
  
  .icon-film:before {
    content: "\e965";
  }
  
  .icon-filter:before {
    content: "\e966";
  }
  
  .icon-flag:before {
    content: "\e967";
  }
  
  .icon-folder:before {
    content: "\e968";
  }
  
  .icon-folder-minus:before {
    content: "\e969";
  }
  
  .icon-folder-plus:before {
    content: "\e96a";
  }
  
  .icon-gift:before {
    content: "\e96b";
  }
  
  .icon-git-branch:before {
    content: "\e96c";
  }
  
  .icon-git-commit:before {
    content: "\e96d";
  }
  
  .icon-github:before {
    content: "\e96e";
  }
  
  .icon-gitlab:before {
    content: "\e96f";
  }
  
  .icon-git-merge:before {
    content: "\e970";
  }
  
  .icon-git-pull-request:before {
    content: "\e971";
  }
  
  .icon-globe:before {
    content: "\e972";
  }
  
  .icon-grid:before {
    content: "\e973";
  }
  
  .icon-hard-drive:before {
    content: "\e974";
  }
  
  .icon-hash:before {
    content: "\e975";
  }
  
  .icon-headphones:before {
    content: "\e976";
  }
  
  .icon-heart:before {
    content: "\e977";
  }
  
  .icon-help-circle:before {
    content: "\e978";
  }
  
  .icon-home:before, .home a:before {
    content: "\e979";
  }
  
  .icon-image:before {
    content: "\e97a";
  }
  
  .icon-inbox:before {
    content: "\e97b";
  }
  
  .icon-info:before {
    content: "\e97c";
  }
  
  .icon-instagram:before {
    content: "\e97d";
  }
  
  .icon-telegram:before {
    /* content: "\e95b"; */
    content: "\ea95"; 
  }
  
  .icon-italic:before {
    content: "\e97e";
  }
  
  .icon-layers:before {
    content: "\e97f";
  }
  
  .icon-layout:before {
    content: "\e980";
  }
  
  .icon-life-buoy:before {
    content: "\e981";
  }
  
  .icon-link:before {
    content: "\e982";
  }
  
  .icon-link-2:before {
    content: "\e983";
  }
  
  .icon-linkedin:before, .st-inline-share-buttons .st-btn[data-network="linkedin"]:before {
    content: "\e984";
  }
  
  .icon-list:before {
    content: "\e985";
  }
  
  .icon-loader:before {
    content: "\e986";
  }
  
  .icon-lock:before {
    content: "\e987";
  }
  
  .icon-log-in:before {
    content: "\e988";
  }
  
  .icon-log-out:before {
    content: "\e989";
  }
  
  .icon-mail:before, .st-inline-share-buttons .st-btn[data-network="email"]:before {
    content: "\e98a";
  }
  
  .icon-map:before {
    content: "\e98b";
  }
  
  .icon-map-pin:before {
    content: "\e98c";
  }
  
  .icon-maximize:before {
    content: "\e98d";
  }
  
  .icon-maximize-2:before {
    content: "\e98e";
  }
  
  .icon-menu:before, .navbar-main .hidden-desktop.btnNavbar:before {
    content: "\e98f";
  }
  
  .icon-message-circle:before {
    content: "\e990";
  }
  
  .icon-message-square:before {
    content: "\e991";
  }
  
  .icon-mic:before {
    content: "\e992";
  }
  
  .icon-mic-off:before {
    content: "\e993";
  }
  
  .icon-minimize:before {
    content: "\e994";
  }
  
  .icon-minimize-2:before {
    content: "\e995";
  }
  
  .icon-minus:before {
    content: "\e996";
  }
  
  .icon-minus-circle:before {
    content: "\e997";
  }
  
  .icon-minus-square:before {
    content: "\e998";
  }
  
  .icon-monitor:before {
    content: "\e999";
  }
  
  .icon-moon:before {
    content: "\e99a";
  }
  
  .icon-more-horizontal:before {
    content: "\e99b";
  }
  
  .icon-more-vertical:before {
    content: "\e99c";
  }
  
  .icon-move:before {
    content: "\e99d";
  }
  
  .icon-music:before {
    content: "\e99e";
  }
  
  .icon-navigation:before {
    content: "\e99f";
  }
  
  .icon-navigation-2:before {
    content: "\e9a0";
  }
  
  .icon-octagon:before {
    content: "\e9a1";
  }
  
  .icon-package:before {
    content: "\e9a2";
  }
  
  .icon-paperclip:before {
    content: "\e9a3";
  }
  
  .icon-pause:before {
    content: "\e9a4";
  }
  
  .icon-pause-circle:before, .mejs-pause:before {
    content: "\e9a5";
  }
  
  .icon-percent:before {
    content: "\e9a6";
  }
  
  .icon-phone:before {
    content: "\e9a7";
  }
  
  .icon-phone-call:before {
    content: "\e9a8";
  }
  
  .icon-phone-forwarded:before {
    content: "\e9a9";
  }
  
  .icon-phone-incoming:before {
    content: "\e9aa";
  }
  
  .icon-phone-missed:before {
    content: "\e9ab";
  }
  
  .icon-phone-off:before {
    content: "\e9ac";
  }
  
  .icon-phone-outgoing:before {
    content: "\e9ad";
  }
  
  .icon-pie-chart:before {
    content: "\e9ae";
  }
  
  .icon-play:before {
    content: "\e9af";
  }
  
  .icon-play-circle:before, .mejs-play:before {
    content: "\e9b0";
  }
  
  .icon-plus:before {
    content: "\e9b1";
  }
  
  .icon-plus-circle:before {
    content: "\e9b2";
  }
  
  .icon-plus-square:before {
    content: "\e9b3";
  }
  
  .icon-pocket:before {
    content: "\e9b4";
  }
  
  .icon-power:before {
    content: "\e9b5";
  }
  
  .icon-printer:before {
    content: "\e9b6";
  }
  
  .icon-radio:before, .header > .container-fluid:first-child .hidden-desktop .btnNavbar:before {
    content: "\e98f";
  }
  
  .icon-refresh-ccw:before {
    content: "\e9b8";
  }
  
  .icon-refresh-cw:before {
    content: "\e9b9";
  }
  
  .icon-repeat:before {
    content: "\e9ba";
  }
  
  .icon-rewind:before {
    content: "\e9bb";
  }
  
  .icon-rotate-ccw:before {
    content: "\e9bc";
  }
  
  .icon-rotate-cw:before {
    content: "\e9bd";
  }
  
  .icon-rss:before {
    content: "\e9be";
  }
  
  .icon-save:before {
    content: "\e9bf";
  }
  
  .icon-scissors:before {
    content: "\e9c0";
  }
  
  .icon-search:before {
    content: "\e9c1";
  }
  
  .icon-send:before {
    content: "\e9c2";
  }
  
  .icon-server:before {
    content: "\e9c3";
  }
  
  .icon-settings:before {
    content: "\e9c4";
  }
  
  .icon-share:before {
    content: "\e9c5";
  }
  
  .icon-share-2:before {
    content: "\e9c6";
  }
  
  .icon-shield:before {
    content: "\e9c7";
  }
  
  .icon-shield-off:before {
    content: "\e9c8";
  }
  
  .icon-shopping-bag:before {
    content: "\e9c9";
  }
  
  .icon-shopping-cart:before {
    content: "\e9ca";
  }
  
  .icon-shuffle:before {
    content: "\e9cb";
  }
  
  .icon-sidebar:before {
    content: "\e9cc";
  }
  
  .icon-skip-back:before {
    content: "\e9cd";
  }
  
  .icon-skip-forward:before {
    content: "\e9ce";
  }
  
  .icon-slack:before {
    content: "\e9cf";
  }
  
  .icon-slash:before {
    content: "\e9d0";
  }
  
  .icon-sliders:before {
    content: "\e9d1";
  }
  
  .icon-smartphone:before {
    content: "\e9d2";
  }
  
  .icon-speaker:before {
    content: "\e9d3";
  }
  
  .icon-square:before {
    content: "\e9d4";
  }
  
  .icon-star:before {
    content: "\e9d5";
  }
  
  .icon-stop-circle:before {
    content: "\e9d6";
  }
  
  .icon-sun:before {
    content: "\e9d7";
  }
  
  .icon-sunrise:before {
    content: "\e9d8";
  }
  
  .icon-sunset:before {
    content: "\e9d9";
  }
  
  .icon-tablet:before {
    content: "\e9da";
  }
  
  .icon-tag:before {
    content: "\e9db";
  }
  
  .icon-target:before {
    content: "\e9dc";
  }
  
  .icon-terminal:before {
    content: "\e9dd";
  }
  
  .icon-thermometer:before {
    content: "\e9de";
  }
  
  .icon-thumbs-down:before {
    content: "\e9df";
  }
  
  .icon-thumbs-up:before {
    content: "\e9e0";
  }
  
  .icon-toggle-left:before {
    content: "\e9e1";
  }
  
  .icon-toggle-right:before {
    content: "\e9e2";
  }
  
  .icon-trash:before {
    content: "\e9e3";
  }
  
  .icon-trash-2:before {
    content: "\e9e4";
  }
  
  .icon-trending-down:before {
    content: "\e9e5";
  }
  
  .icon-trending-up:before {
    content: "\e9e6";
  }
  
  .icon-triangle:before {
    content: "\e9e7";
  }
  
  .icon-truck:before {
    content: "\e9e8";
  }
  
  .icon-tv:before {
    content: "\e9e9";
  }
  
  .icon-twitter:before, .st-inline-share-buttons .st-btn[data-network="twitter"]:before {
    content: "\e9ea";
  }
  
  .icon-type:before {
    content: "\e9eb";
  }
  
  .icon-umbrella:before {
    content: "\e9ec";
  }
  
  .icon-underline:before {
    content: "\e9ed";
  }
  
  .icon-unlock:before {
    content: "\e9ee";
  }
  
  .icon-upload:before {
    content: "\e9ef";
  }
  
  .icon-upload-cloud:before {
    content: "\e9f0";
  }
  
  .icon-user:before {
    content: "\e9f1";
  }
  
  .icon-user-check:before {
    content: "\e9f2";
  }
  
  .icon-user-minus:before {
    content: "\e9f3";
  }
  
  .icon-user-plus:before {
    content: "\e9f4";
  }
  
  .icon-users:before {
    content: "\e9f5";
  }
  
  .icon-user-x:before {
    content: "\e9f6";
  }
  
  .icon-video:before {
    content: "\e9f7";
  }
  
  .icon-video-off:before {
    content: "\e9f8";
  }
  
  .icon-voicemail:before {
    content: "\e9f9";
  }
  
  .icon-volume:before {
    content: "\e9fa";
  }
  
  .icon-volume-1:before {
    content: "\e9fb";
  }
  
  .icon-volume-2:before, .sound_icon:before {
    content: "\e9fc";
  }
  
  .icon-volume-x:before {
    content: "\e9fd";
  }
  
  .icon-watch:before {
    content: "\e9fe";
  }
  
  .icon-wifi:before {
    content: "\e9ff";
  }
  
  .icon-wifi-off:before {
    content: "\ea00";
  }
  
  .icon-wind:before {
    content: "\ea01";
  }
  
  .icon-x:before {
    content: "\ea02";
  }
  
  .icon-x-circle:before {
    content: "\ea03";
  }
  
  .icon-x-square:before {
    content: "\ea04";
  }
  
  .icon-youtube:before {
    content: "\ea05";
  }
  
  .icon-zap:before {
    content: "\ea06";
  }
  
  .icon-zap-off:before {
    content: "\ea07";
  }
  
  .icon-zoom-in:before, .main_photo a:before, .gallery_inner a:before, .elkin-gal a:before {
    content: "\ea08";
  }
  
  .icon-zoom-out:before {
    content: "\ea09";
  }
  
  /************************************************************************/
  /*                                Colors                               */
  /*** Categories ***/
  /*** Weather ***/
  /************************************************************************/
  /*                             Font Sizes                               */
  /************************************************************************/
  /*                                Fonts                                */
  /************************************************************************/
  /*                     Responsive Breaking Points                      */
  /************************************************************************/
  /*                              Site Width                             */
  /************************************************************************/
  /*                            Border Radius                            */
  /************************************************************************/
  /*                             Box Shadow                              */
  /************************************************************************/
  /*                             Transition                              */
  /************************************************************************/
  /*                                Card                                 */
  /************************************************************************/
  /*                             Text Shadow                             */
  /************************************************************************/
  /*                              Rotation                               */
  /************************************************************************/
  /*                              Grid Update                             */
  /************************************************************************/
  /*                             Card title                              */
  /************************************************************************/
  /*                        Card categories styles                       */
  /************************************************************************/
  /*                          Card article page                          */
  /*** Article Info ***/
  /*** Share Social Icons ***/
  /*** Gallery ***/
  /************************************************************************/
  /*                          News Listing Image                         */
  /*** Put this on the a-tag wrapping the image ***/
  /************************************************************************/
  /*                  Article Change Category Colors                     */
  /************************************************************************/
  /*                  Category Change Category Colors                    */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *  Owl Carousel - Core
   */
  .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
  }
  
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
  }
  
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
  
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
  }
  
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
  }
  
  .owl-carousel.owl-loaded {
    display: block;
  }
  
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
  }
  
  .owl-carousel.owl-hidden {
    opacity: 0;
  }
  
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
  }
  
  .owl-carousel.owl-rtl {
    direction: rtl;
  }
  
  .owl-carousel.owl-rtl .owl-item {
    float: right;
  }
  
  /* No Js */
  .no-js .owl-carousel {
    display: block;
  }
  
  /*
   *  Owl Carousel - Animate Plugin
   */
  .owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
  }
  
  .owl-carousel .owl-animated-in {
    z-index: 0;
  }
  
  .owl-carousel .owl-animated-out {
    z-index: 1;
  }
  
  .owl-carousel .fadeOut {
    animation-name: fadeOut;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /*
   *    Owl Carousel - Auto Height Plugin
   */
  .owl-height {
    transition: height 500ms ease-in-out;
  }
  
  /*
   *    Owl Carousel - Lazy Load Plugin
   */
  .owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
  }
  
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
  }
  
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
  }
  
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
  }
  
  /*
   *    Owl Carousel - Video Plugin
   */
  .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
  }
  
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
  }
  
  .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  
  .owl-carousel .owl-video-playing .owl-video-tn,
  .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
  }
  
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
  }
  
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   *    Default theme - Owl Carousel CSS File
   */
  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
  }
  
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
  }
  
  .row-layout {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  
  .span1, .span2, .span3, .span4, .span5,
  .span6, .span7, .span8, .span9, .span10,
  .span11, .span12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  
  .span1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  
  .span2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  
  .span3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  
  .span4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  
  .span5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  
  .span6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .span7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  
  .span8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  
  .span9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  
  .span9.first{
    /*display: flex;*/
  }
  
  .span10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  
  .span11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  
  .span12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .main_container {
    max-width: 1330px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /************************************************************************/
  /*                      Fonts, texts and text color                    */
  body {
    font-size: 15px;
    color: #25333e;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    background: #F6F6F6;
    line-height: 1.2;
  }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: normal;
    margin: 0;
  }
  body p, body li, .news_content div {
    line-height: 1.5;
  }
  body .main_container .row-fluid {
    display: flex;
  }
  
  .sound_icon {
    color: #008caf;
    display: inline-block;
  }
  
  small {
    font-size: 14px;
  }
  
  div.html img {
    width: 100%;
  }
  
  .cc_banner-wrapper .cc_banner {
    background: #25333e;
    border-color: #008caf;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: center;
    border-top: 2px solid #e39b3d;
    opacity: .95;
  }
  .cc_banner-wrapper .cc_banner .cc_message {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 0;
  }
  .cc_banner-wrapper .cc_banner .cc_btn {
    float: none;
    font-size: 15px;
    background: #eca74e;
    margin-left: 40px;
    color: #25333e;
  }
  .cc_banner-wrapper .cc_banner .cc_btn:hover {
    background: #e39b3d;
  }
  
  /*** Max-width: 768px ***/
  @media screen and (max-width: 768px) {
    .cc_banner-wrapper .cc_banner {
      flex-direction: column-reverse;
    }
    .cc_banner-wrapper .cc_banner .cc_btn {
      margin-left: 0;
      margin-top: 10px;
    }
  }
  /************************************************************************/
  /*                          Links and Buttons                          */
  a {
    text-decoration: none;
    color: #008caf;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover {
    color: #25333e;
  }
  
  /************************************************************************/
  /*                          Share Social Icons                         */
  .post_buttons {
    float: none !important;
  }
  .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
   
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #008caf;
    border-color: #008caf !important;
    top: 0;
    margin-top: 0;
  }
  .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  
  /************************************************************************/
  /*                            Category Card                            */
  .module_category, .module_listing {
    background: #fff;
   transition: all 0.3s linear;
    background: #fff;
    border-top: 5px solid #008caf;
    padding: 10px 0;
    display: block !important;
    /*** Bulgaria ***/
    /*** World **/
    /*** Bussiness **/
    /*** Sport **/
    /*** Opinions **/
    /*** Reportages **/
    /*** Culture **/
    /*** Science and technology ****/
    /*** Health ***/
    /*** Curious ***/
  }
  .module_category img, .module_listing img {
    
  }
  .module_category a, .module_listing a {
    color: #25333e;
  }
  .module_category a:hover, .module_listing a:hover {
    color: #008caf;
  }
  .module_category h4, .module_category h3, .module_listing h4, .module_listing h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category .module_main_header, .module_listing .module_main_header {
    display: block !important;
  }
  .module_category .module_main_header .module_category_header, .module_listing .module_main_header .module_category_header {
    display: flex;
    margin-bottom: 15px;
    align-items: baseline;
  }
  .module_category .module_main_header .module_category_header .title, .module_listing .module_main_header .module_category_header .title {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;
    
    font-weight: bold; 
    
    font-size: 26px; 
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .module_category .module_main_header .module_category_header .title a, .module_listing .module_main_header .module_category_header,  .four-col .title {
    font-size: 26px;
  }
 
  .module_category .module_main_header .module_category_header .title a, .module_listing .module_main_header .module_category_header .title a {
    color: #008caf;
  }
  .module_category .module_main_header .module_category_header .header-subcategories ul, .module_listing .module_main_header .module_category_header .header-subcategories ul, .hscts ul {
    padding: 0;
    margin: 0;
  }
  .module_category .module_main_header .module_category_header .header-subcategories ul li, .module_listing .module_main_header .module_category_header .header-subcategories ul li, .hscts ul li {
    list-style: none;
    display: inline-block;
  }
  .module_category .module_main_header .module_category_header .header-subcategories a, .module_listing .module_main_header .module_category_header .header-subcategories a, .hscts a { 
    font-size: 16px;
    
    margin-left: 10px;
    display: inline-block;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
  }
  .module_category h3, .module_category h4, .module_listing h3, .module_listing h4 {
    font-size: 15px;
    font-weight: normal;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category .date, .module_listing .date {
    color: #919191;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .module_category img, .module_listing img {

  }
  .module_category > .row-fluid:nth-child(2) div > a:not(.item-category), .module_listing > .row-fluid:nth-child(2) div > a:not(.item-category) {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .module_category > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    /* display: block; */

  }
  .module_category > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .module_category > .row-fluid:nth-child(2) div > a:not(.item-category):hover:before, .module_listing > .row-fluid:nth-child(2) div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .module_category.cart-1, .module_listing.cart-1 {
    border-top-color: #f26f35;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-1 .module_main_header .module_category_header .title h1 a, .module_category.cart-1 .module_main_header .module_category_header .title h2 a, .module_listing.cart-1 .module_main_header .module_category_header .title h1 a, .module_listing.cart-1 .module_main_header .module_category_header .title h2 a {
    color: #f26f35;
  }
  .module_category.cart-1 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-1 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-1 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-1 .module_main_header .module_category_header .header-subcategories a.active {
    color: #f26f35;
  }
  .module_category.cart-1 h3, .module_category.cart-1 h4, .module_listing.cart-1 h3, .module_listing.cart-1 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-1 h3 a:hover, .module_category.cart-1 h4 a:hover, .module_listing.cart-1 h3 a:hover, .module_listing.cart-1 h4 a:hover {
    color: #f26f35;
  }
  .module_category.cart-1 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-1 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #f26f35;
  }
  .module_category.cart-1 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-1 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #f26f35;
  }
  .module_category.cart-2, .module_listing.cart-2 {
    border-top-color: #126c87;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-2 .module_main_header .module_category_header .title h1 a, .module_category.cart-2 .module_main_header .module_category_header .title h2 a, .module_listing.cart-2 .module_main_header .module_category_header .title h1 a, .module_listing.cart-2 .module_main_header .module_category_header .title h2 a {
    color: #126c87;
  }
  .module_category.cart-2 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-2 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-2 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-2 .module_main_header .module_category_header .header-subcategories a.active {
    color: #126c87;
  }
  .module_category.cart-2 h3, .module_category.cart-2 h4, .module_listing.cart-2 h3, .module_listing.cart-2 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-2 h3 a:hover, .module_category.cart-2 h4 a:hover, .module_listing.cart-2 h3 a:hover, .module_listing.cart-2 h4 a:hover {
    color: #126c87;
  }
  .module_category.cart-2 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-2 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #126c87;
  }
  .module_category.cart-2 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-2 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #126c87;
  }
  .module_category.cart-3, .module_listing.cart-3 {
    border-top-color: #275b84;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-3 .module_main_header .module_category_header .title h1 a, .module_category.cart-3 .module_main_header .module_category_header .title h2 a, .module_listing.cart-3 .module_main_header .module_category_header .title h1 a, .module_listing.cart-3 .module_main_header .module_category_header .title h2 a {
    color: #275b84;
  }
  .module_category.cart-3 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-3 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-3 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-3 .module_main_header .module_category_header .header-subcategories a.active {
    color: #275b84;
  }
  .module_category.cart-3 h3, .module_category.cart-3 h4, .module_listing.cart-3 h3, .module_listing.cart-3 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-3 h3 a:hover, .module_category.cart-3 h4 a:hover, .module_listing.cart-3 h3 a:hover, .module_listing.cart-3 h4 a:hover {
    color: #275b84;
  }
  .module_category.cart-3 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-3 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #275b84;
  }
  .module_category.cart-3 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-3 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #275b84;
  }
  
  
  
  
  .module_category.zdrave, .module_listing.zdrave {
    border-top-color: #00AFEF;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.zdrave .module_main_header .module_category_header .title h1 a, .module_category.zdrave .module_main_header .module_category_header .title h2 a, .module_listing.zdrave .module_main_header .module_category_header .title h1 a, .module_listing.zdrave .module_main_header .module_category_header .title h2 a {
    color: #00AFEF;
  }
  .module_category.zdrave .module_main_header .module_category_header .header-subcategories a:hover, .module_category.zdrave .module_main_header .module_category_header .header-subcategories a.active, .module_listing.zdrave .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.zdrave .module_main_header .module_category_header .header-subcategories a.active {
    color: #00AFEF;
  }
  .module_category.zdrave h3, .module_category.zdrave h4, .module_listing.zdrave h3, .module_listing.zdrave h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.zdrave h3 a:hover, .module_category.zdrave h4 a:hover, .module_listing.zdrave h3 a:hover, .module_listing.zdrave h4 a:hover {
    color: #00AFEF;
  }
  .module_category.zdrave > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.zdrave > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #00AFEF;
  }
  .module_category.zdrave > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.zdrave > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #00AFEF;
  }
  
  
  
  
  
  
  
  
  
  .module_category.cart-4, .module_listing.cart-4 {
    border-top-color: #67a60d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-4 .module_main_header .module_category_header .title h1 a, .module_category.cart-4 .module_main_header .module_category_header .title h2 a, .module_listing.cart-4 .module_main_header .module_category_header .title h1 a, .module_listing.cart-4 .module_main_header .module_category_header .title h2 a {
    color: #67a60d;
  }
  .module_category.cart-4 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-4 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-4 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-4 .module_main_header .module_category_header .header-subcategories a.active {
    color: #67a60d;
  }
  .module_category.cart-4 h3, .module_category.cart-4 h4, .module_listing.cart-4 h3, .module_listing.cart-4 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-4 h3 a:hover, .module_category.cart-4 h4 a:hover, .module_listing.cart-4 h3 a:hover, .module_listing.cart-4 h4 a:hover {
    color: #67a60d;
  }
  .module_category.cart-4 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-4 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #67a60d;
  }
  .module_category.cart-4 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-4 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #67a60d;
  }
  .module_category.cart-5, .module_listing.cart-5 {
    border-top-color: #35bdab;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-5 .module_main_header .module_category_header .title h1 a, .module_category.cart-5 .module_main_header .module_category_header .title h2 a, .module_listing.cart-5 .module_main_header .module_category_header .title h1 a, .module_listing.cart-5 .module_main_header .module_category_header .title h2 a {
    color: #35bdab;
  }
  .module_category.cart-5 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-5 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-5 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-5 .module_main_header .module_category_header .header-subcategories a.active {
    color: #35bdab;
  }
  .module_category.cart-5 h3, .module_category.cart-5 h4, .module_listing.cart-5 h3, .module_listing.cart-5 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-5 h3 a:hover, .module_category.cart-5 h4 a:hover, .module_listing.cart-5 h3 a:hover, .module_listing.cart-5 h4 a:hover {
    color: #35bdab;
  }
  .module_category.cart-5 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-5 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #35bdab;
  }
  .module_category.cart-5 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-5 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #35bdab;
  }
  .module_category.cart-6, .module_listing.cart-6 {
    border-top-color: #da1616;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-6 .module_main_header .module_category_header .title h1 a, .module_category.cart-6 .module_main_header .module_category_header .title h2 a, .module_listing.cart-6 .module_main_header .module_category_header .title h1 a, .module_listing.cart-6 .module_main_header .module_category_header .title h2 a {
    color: #da1616;
  }
  .module_category.cart-6 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-6 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-6 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-6 .module_main_header .module_category_header .header-subcategories a.active {
    color: #da1616;
  }
  .module_category.cart-6 h3, .module_category.cart-6 h4, .module_listing.cart-6 h3, .module_listing.cart-6 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-6 h3 a:hover, .module_category.cart-6 h4 a:hover, .module_listing.cart-6 h3 a:hover, .module_listing.cart-6 h4 a:hover {
    color: #da1616;
  }
  .module_category.cart-6 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-6 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #da1616;
  }
  .module_category.cart-6 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-6 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #da1616;
  }
  .module_category.cart-7, .module_listing.cart-7 {
    border-top-color: #9f1a1a;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-7 .module_main_header .module_category_header .title h1 a, .module_category.cart-7 .module_main_header .module_category_header .title h2 a, .module_listing.cart-7 .module_main_header .module_category_header .title h1 a, .module_listing.cart-7 .module_main_header .module_category_header .title h2 a {
    color: #9f1a1a;
  }
  .module_category.cart-7 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-7 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-7 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-7 .module_main_header .module_category_header .header-subcategories a.active {
    color: #9f1a1a;
  }
  .module_category.cart-7 h3, .module_category.cart-7 h4, .module_listing.cart-7 h3, .module_listing.cart-7 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-7 h3 a:hover, .module_category.cart-7 h4 a:hover, .module_listing.cart-7 h3 a:hover, .module_listing.cart-7 h4 a:hover {
    color: #9f1a1a;
  }
  .module_category.cart-7 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-7 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #9f1a1a;
  }
  .module_category.cart-7 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-7 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #9f1a1a;
  }
  .module_category.cart-8, .module_listing.cart-8 {
    border-top-color: #5b5095;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 92.5% !important;
  }
  .module_category.cart-8 .module_main_header .module_category_header .title h1 a, .module_category.cart-8 .module_main_header .module_category_header .title h2 a, .module_listing.cart-8 .module_main_header .module_category_header .title h1 a, .module_listing.cart-8 .module_main_header .module_category_header .title h2 a {
    color: #5b5095;
  }
  .module_category.cart-8 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-8 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-8 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-8 .module_main_header .module_category_header .header-subcategories a.active {
    color: #5b5095;
  }
  .module_category.cart-8 h3, .module_category.cart-8 h4, .module_listing.cart-8 h3, .module_listing.cart-8 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-8 h3 a:hover, .module_category.cart-8 h4 a:hover, .module_listing.cart-8 h3 a:hover, .module_listing.cart-8 h4 a:hover {
    color: #5b5095;
  }
  .module_category.cart-8 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-8 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #5b5095;
  }
  .module_category.cart-8 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-8 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #5b5095;
  }
  .module_category.cart-9, .module_listing.cart-9 {
    border-top-color: #00849b;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-9 .module_main_header .module_category_header .title h1 a, .module_category.cart-9 .module_main_header .module_category_header .title h2 a, .module_listing.cart-9 .module_main_header .module_category_header .title h1 a, .module_listing.cart-9 .module_main_header .module_category_header .title h2 a {
    color: #00849b;
  }
  .module_category.cart-9 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-9 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-9 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-9 .module_main_header .module_category_header .header-subcategories a.active {
    color: #00849b;
  }
  .module_category.cart-9 h3, .module_category.cart-9 h4, .module_listing.cart-9 h3, .module_listing.cart-9 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-9 h3 a:hover, .module_category.cart-9 h4 a:hover, .module_listing.cart-9 h3 a:hover, .module_listing.cart-9 h4 a:hover {
    color: #00849b;
  }
  .module_category.cart-9 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-9 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #00849b;
  }
  .module_category.cart-9 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-9 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #00849b;
  }
  .module_category.cart-10, .module_listing.cart-10 {
    border-top-color: #e9a64f;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .module_category.cart-10 .module_main_header .module_category_header .title h1 a, .module_category.cart-10 .module_main_header .module_category_header .title h2 a, .module_listing.cart-10 .module_main_header .module_category_header .title h1 a, .module_listing.cart-10 .module_main_header .module_category_header .title h2 a {
    color: #e9a64f;
  }
  .module_category.cart-10 .module_main_header .module_category_header .header-subcategories a:hover, .module_category.cart-10 .module_main_header .module_category_header .header-subcategories a.active, .module_listing.cart-10 .module_main_header .module_category_header .header-subcategories a:hover, .module_listing.cart-10 .module_main_header .module_category_header .header-subcategories a.active {
    color: #e9a64f;
  }
  .module_category.cart-10 h3, .module_category.cart-10 h4, .module_listing.cart-10 h3, .module_listing.cart-10 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_category.cart-10 h3 a:hover, .module_category.cart-10 h4 a:hover, .module_listing.cart-10 h3 a:hover, .module_listing.cart-10 h4 a:hover {
    color: #e9a64f;
  }
  .module_category.cart-10 > .row-fluid:nth-child(2) div > a:not(.item-category) img, .module_listing.cart-10 > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #e9a64f;
  }
  .module_category.cart-10 > .row-fluid:nth-child(2) div > a:not(.item-category):before, .module_listing.cart-10 > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #e9a64f;
  }
  
  /************************************************************************/
  /*                             Listing Card                            */
  .module_listing {
    padding-top: 0;
  }
  .module_listing .module_main_header_title {
    display: flex;
    margin-bottom: 15px;
    align-items: stretch;
    align-items: baseline;
  }
  .module_listing .module_main_header_title div.title {
    padding-top: 20px;
    padding-bottom: 3px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #008caf;
  }
  .module_listing .module_main_header_title div.title h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .module_listing .module_main_header_title div.title h2 a {
    font-size: 26px;
  }
  .module_listing .module_main_header_title .header-subcategories {
    display: flex;
    align-items: stretch;
  }
  .module_listing .module_main_header_title .header-subcategories a {
    font-size: 14px;
    
    margin-left: 15px;
    display: inline-block;
    padding: 30px 10px 12px;
    margin-left: 0;
  }

  .hscts a {
    font-size: 14px;
    
    margin-left: 15px;
    display: inline-block;
    padding: 10px 10px 12px;
    margin-left: 0;
  }

  .module_listing .module_main_header_title .header-subcategories a.active,  .hscts a.active  {
    background: #f9f9f9;
    
    color: #008caf;
  }
  .module_listing #tab2, .module_listing #tab3 {
    display: none;
  }
  
  /************************************************************************/
  /*                           Category Labels                           */
  .item-category {
    display: inline-block;
    background: #008caf;
    padding: 5px 10px;
    color: #fff !important;
    margin-left: 5px;
    font-size: 12px;
    /* Bulgaria */
    /* World */
    /* Bussiness */
    /* Reportages */
    /* Culture */
    /* Sport */
    /* Opinions */
    /* Science and technology */
    /* Health */
    /* Curious */
  }
  .item-category:hover {
    opacity: .8;
  }
  .item-category.cat-1139 {
    background: #f26f35 !important;
  }
  .item-category.cat-1140 {
    background: #126c87 !important;
  }
  .item-category.cat-1141 {
    background: #275b84 !important;
  }
  .item-category.cat-1143 {
    background: #da1616 !important;
  }
  .item-category.cat-1144 {
    background: #9f1a1a !important;
  }
  .item-category.cat-1167 {
    background: #67a60d !important;
  }
  .item-category.cat-1169 {
    background: #35bdab !important;
  }
  .item-category.cat-1170 {
    background: #5b5095 !important;
  }
  .item-category.cat-1171 {
    background: #00849b !important;
  }
  .item-category.cat-1172 {
    background: #e9a64f !important;
  }
  
  /************************************************************************/
  /*                             Latest News                             */
  .latest-news {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    /* border-top: 5px solid #008caf; */
    border-top: 5px solid #fff; 
    padding: 10px 0;
  }
  .latest-news img {
  }
  .latest-news a {
    color: #25333e;
  }
  .latest-news a:hover {
    color: #008caf;
  }
  .latest-news h4, .latest-news h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .latest-news .title {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #008caf;
  }
  .latest-news .title a {
    font-size: 26px;
  }
  .latest-news .title h2 {
    color: #008caf;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .latest-news .title h2 a {
    font-size: 26px;
  }
  .latest-news .latest-news-scroll {
    /* height: 510px;  */
    /* height: 380px;  */
    /* height: 650px;  */
    /* overflow-y: scroll; */
  }
  .latest-news .latest-news-scroll > .row-fluid {
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .latest-news .latest-news-scroll > .row-fluid:hover {
    background: #f9f9f9;
  }
  .latest-news .latest-news-scroll > .row-fluid div > a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-weight: 400;
  }
  .latest-news .latest-news-scroll > .row-fluid div.time-ago {
    font-size: 12px;
    color: #919191;
    margin-top: 5px;
  }
  
  .all-news {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  /************************************************************************/
  /*                             Pagination                              */
  .pagination {
    padding: 25px 1rem;
  }
  .pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .pagination ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 3px;
  }
  .pagination ul li > a, .pagination ul li > span {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #25333e;
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
  }
  .pagination ul li > a .prev:before, .pagination ul li > a .next:before, .pagination ul li > span .prev:before, .pagination ul li > span .next:before {
    display: block;
    line-height: 36px;
    height: 36px;
  }
  .pagination ul li > a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .pagination ul li > a:hover {
    background: #e5e5e5;
    color: #25333e;
  }
  .pagination ul li.active span {
    background: #25333e;
    color: #fff;
  }
  .pagination ul li.disabled .prev, .pagination ul li.disabled .next {
    opacity: .4;
  }
  .pagination ul li.disabled .prev:hover, .pagination ul li.disabled .next:hover {
    background: none !important;
  }
  
  /************************************************************************/
  /*                        Btn subcategory menu                         */
  .btn-subcat {
    display: none;
    border: none;
    background: #fafafa;
    cursor: pointer;
    width: 40px;
    height: 35px;
    font-size: 18px;
    color: #25333e;
    padding: 0px;
    border: 1px solid #ddd;
    text-indent: 0px;
    
    text-align: center!important;
  }
  .btn-subcat:hover {
    color: #008caf;
  }
  
  .cart-1 .btn-subcat:hover {
    color: #f26f35;
  }
  
  .cart-2 .btn-subcat:hover {
    color: #126c87;
  }
  
  .cart-3 .btn-subcat:hover {
    color: #275b84;
  }
  
  .cart-4 .btn-subcat:hover {
    color: #67a60d;
  }
  
  .cart-5 .btn-subcat:hover {
    color: #35bdab;
  }
  
  .cart-6 .btn-subcat:hover {
    color: #da1616;
  }
  
  .cart-7 .btn-subcat:hover {
    color: #9f1a1a;
  }
  
  .cart-8 .btn-subcat:hover {
    color: #5b5095;
  }
  
  .cart-9 .btn-subcat:hover {
    color: #00849b;
  }
  
  .cart-10 .btn-subcat:hover {
    color: #e9a64f;
  }
  
  /************************************************************************/
  /*                               Banners                               */
  /*** Max-width: 1370px ***/
  @media screen and (max-width: 1370px) {
    .html img {
      display: inline-block !important;
    }
  
    .banner1, .banner2, .banner3, .banner4 {
      text-align: center;
    }
    .banner1 img, .banner2 img, .banner3 img, .banner4 img {
      width: auto !important;
      display: inline-block !important;
    }
  
    .banner1 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .banner2, .banner4 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .banner3 {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
    }
  }
  /*** Max-width: 992px
  @media only screen and (max-width: 992px) {
    .banner3 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  } ***/
  /*** Max-width: 690px ***/
  @media only screen and (max-width: 640px) {
    .banner2, .banner3, .banner4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /************************************************************************/
  /*                             Responsive                              */
  /*** Max-width: 1370px ***/
  
  
  @media screen and (max-width: 640px) {
    .hp-business > .row-fluid {
      display: contents !important;
    }
    .hp-business > .row-fluid > .span6 {
      flex-basis: 100% !important;
      max-width: 100% !important;
    }
  }
  
  @media screen and (max-width: 1370px) {
    body .main_container {
      max-width: 99%;
      width: auto;
    }
  }
  /*** Max-width: 1200px ***/
  @media only screen and (max-width: 640px) {
    .btn-subcat {
      display: inline-block;
    }
  
    .header-subcategories {
      position: relative;
    }
    .header-subcategories ul {
      position: absolute;
      border: 1px solid #d7d7d7;
      background: #fff;
      left: 40px;
      top: 42px;
      display: none;
      z-index: 2;
      width: 160px;
    }
    .header-subcategories ul li {
      display: block !important;
    }
    .header-subcategories ul li a {
      text-transform: none !important;
      margin: 0 !important;
      padding: 10px 16px;
      display: block !important;
      font-size: 15px !important;
    }
    .header-subcategories ul li a:hover {
      color: #fff !important;
      background: #25333e;
    }
    .header-subcategories ul li:first-child a {
      
    }
    .header-subcategories ul li:last-child a {
      
    }
  
    .cart-1 .header-subcategories a:hover {
      background: #f26f35;
    }
  
    .cart-2 .header-subcategories a:hover {
      background: #126c87;
    }
  
    .cart-3 .header-subcategories a:hover {
      background: #275b84;
    }
  
    .cart-4 .header-subcategories a:hover {
      background: #67a60d;
    }
  
    .cart-5 .header-subcategories a:hover {
      background: #35bdab;
    }
  
    .cart-6 .header-subcategories a:hover {
      background: #da1616;
    }
  
    .cart-7 .header-subcategories a:hover {
      background: #9f1a1a;
    }
  
    .cart-8 .header-subcategories a:hover {
      background: #5b5095;
    }
  
    .cart-9 .header-subcategories a:hover {
      background: #00849b;
    }
  
    .cart-10 .header-subcategories a:hover {
      background: #e9a64f;
    }
  }
  /*** Max-width: 1200px ***/
  @media only screen and (max-width: 1330px) {
    body:not(.article-page):not(.homepage) .main_container > .row-fluid > .first, body:not(.article-page):not(.homepage) .main_container > .row-fluid > .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 992px ***/
  @media only screen and (max-width: 640px) {
    .latest-news {
      width: 100%;
    }
  }
  /*** Max-width: 640px ***/
  @media only screen and (max-width: 640px) {

    .pagination ul li {
      display: none;
    }
    .pagination ul li:first-child, .pagination ul li:last-child {
      display: block;
    }
    .pagination ul li:first-child > a, .pagination ul li:first-child > span, .pagination ul li:last-child > a, .pagination ul li:last-child > span {
      border: 1px solid #e5e5e5;
      height: 55px;
      width: 55px;
      line-height: 55px;
    }
    .pagination ul li:first-child .prev:before, .pagination ul li:first-child .next:before, .pagination ul li:last-child .prev:before, .pagination ul li:last-child .next:before {
      width: 55px;
      height: 55px;
      line-height: 55px;
      font-size: 23px;
    }
  }
  /************************************************************************/
  /*                                Header                               */
  .header {
    margin-bottom: 30px;
  }
  .header .row-fluid {
    max-width: 1330px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header .container-fluid {
    /***************************** Top Bar *****************************/
    /***************************** Logo, Player and Searchbar *****************************/
    /***************************** Main Naviagation *****************************/
    /***************************** Hot News *****************************/
    /***************************** Breaking news *****************************/
  }
  .header .container-fluid:first-child {
    background: #048cae;
    font-size: 14px;
    color: #25333e;
    position: relative;
    z-index: 3;
  }
  .header .container-fluid:first-child .absoluteTopMenu {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .header .container-fluid:first-child .absoluteTop > .span12 {
    padding: 0 !important;
  }
  .header .container-fluid:first-child ul.navbar-nav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .header .container-fluid:first-child ul.navbar-nav li {
    list-style-type: none;
    padding: 0;
    position: relative;
  }
  .header .container-fluid:first-child ul.navbar-nav li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000;
  }
  
  .header .container-fluid:first-child ul.navbar-nav li:hover > a {
    background: #e1e2e3;
    color: #333;
    text-shadow: none;
  }
  .header .container-fluid:first-child ul.navbar-nav li.active a {
    background: #25333e;
    color: #fff;
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu {
    padding: 0;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background: #fff;
    border: 1px solid #e1e2e3;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0.1;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.2, 1);
    transform: translateY(-10px) scaleY(0.5);
    transform-origin: top;
   
    z-index: 5;
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu li a {
    padding: 12px 15px;
    margin: 0;
    text-shadow: none;
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu li a:hover {
    background: #008caf;
    color: #fff;
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu li:first-child a {
    
  }
  .header .container-fluid:first-child ul.navbar-nav li ul.dropdown-menu li:last-child a {
    
  }
  .header .container-fluid:first-child ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    clip: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  .header .container-fluid:nth-child(2) {
    background: #25333e;
    /*************** Social Icons ********************/
  }
  .header .container-fluid:nth-child(2) .row-fluid {
    position: relative;
  }
  .header .container-fluid:nth-child(2) .row-fluid .row-fluid {
    width: auto !important;
    max-width: none !important;
  }
  .header .container-fluid:nth-child(2) .row-fluid .span11 {
    width: auto;
    padding: 0;
    max-width: none !important;
  }
  .header .container-fluid:nth-child(2) .site_logo {
    margin-top: 43px;
    margin-bottom: 20px;
    display: block;
  }
  .header .container-fluid:nth-child(2) .news-play {
    color: #25333e;
    position: absolute;
    top: 0;
    left: 350px;
    background: #eaeaea;
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-weight: 500;
    
    padding: 25px 20px 20px;
    padding-right: 60px;
    z-index: 2;
    font-size: 17px;
  }

  body[data-site=""]   .header .container-fluid:nth-child(2) .news-play {
    left: 270px;
  }
  .header .container-fluid:nth-child(2) .news-play .bc-lbl-sm div {
    font-size: 15px;
  }
  .header .container-fluid:nth-child(2) .news-play:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: #eaeaea;
    transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    width: 103%;
    height: 103px;
    top: -11px;
    right: -3px;
  }
  .header .container-fluid:nth-child(2) .news-play:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    background: #000;
    transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    width: 103%;
    height: 103px;
    top: -11px;
    right: -3px;
  }
  .header .container-fluid:nth-child(2) .news-play .bc-aud-icon {
    position: absolute;
    top: 20px;
    right: 26px;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-container {
    background: none;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-container:focus {
    outline: 0 !important;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-controls {
    background: #eaeaea;
    color: #fff;
    position: absolute;
    right: 36px;
    top: 20px;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-controls .mejs-button {
    cursor: pointer;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-controls .mejs-button:before {
    font-size: 40px;
    color: #4f89ac;
  }
  .header .container-fluid:nth-child(2) .news-play .mejs-controls .mejs-button button {
    background: none;
  }
  .header .container-fluid:nth-child(2) .header-search {
    position: absolute;
    right: 0px;
    top: 53px;
  }
  .header .container-fluid:nth-child(2) .header-search .form {
    display: flex;
  }
  .header .container-fluid:nth-child(2) .header-search .form .row-fluid {
    padding: 0;
  }
  .header .container-fluid:nth-child(2) .header-search .form .advanced {
    width: 100px !important;
    text-align: left;
    font-size: 14px;
  }
  .header .container-fluid:nth-child(2) .header-search .form .advanced a {
    color: #919191;
  }
  .header .container-fluid:nth-child(2) .header-search .form .advanced a:hover {
    opacity: .9;
  }
  .header .container-fluid:nth-child(2) .header-search .form input {
    background: #19252e;
    color: #f9f9f9;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    width: 140px;
  }
  .header .container-fluid:nth-child(2) .header-search .form input.btn {
    background: #919191;
    color: #19252e;
    cursor: pointer;
  }
  .header .container-fluid:nth-child(2) .header-search .form input.btn:hover {
    opacity: .9;
  }
  .header .container-fluid:nth-child(2) .social-icons {
    position: absolute;
    top: 53px;
    right: 510px;
    font-size: 23px;
  }
  .header .container-fluid:nth-child(2) .social-icons a {
    display: inline-block;
    margin: 0 5px;
  }
  .header .container-fluid:nth-child(2) .social-icons a:hover {
    color: #e39b3d;
  }
  .header .container-fluid:nth-child(3) {
    background: #25333e;
    border-bottom: 5px solid #008caf;
  }
  .header .container-fluid:nth-child(3) .row-fluid div.span10 {
    display: block;
    max-width: 100% !important;
    padding: 0;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li {
    list-style: none;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li a {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    display: block;
    padding: 15px 17px;
    color: #fff;
    
    font-size: 15px;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li a:hover {
    color: #008caf;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li.home {
    display: flex;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li.home a {
    text-indent: -3000000px;
    width: 39px;
    height: 50px;
    padding: 0;
    display: flex;
    align-self: flex-end;
    display: block;
    background: #008caf;
    position: relative;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li.home a:before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 17px;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li.home a:hover, .header .container-fluid:nth-child(3) .navbar-main ul li.home a.active {
    color: #fff;
    background: #008caf;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li a.active {
    background: #1b4c5d;
    position: relative;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li a.active:before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 17px;
  }
  .header .container-fluid:nth-child(3) .navbar-main ul li a.active:hover {
    color: #fff;
  }
  .header .container-fluid.container-topics {
    background: #e39b3d url(/img/hot-pattern.png) repeat;
    color: #25333e;
  }
  .header .container-fluid.container-topics .topics-holder {
    display: flex;
  }
  .header .container-fluid.container-topics .topics-holder .hot-news-title {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-weight: bold;
    padding: 12px 10px 10px 0;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin: 0;
    display: inline-block;
    float: left;
    white-space: nowrap;
  }
  .header .container-fluid.container-topics .topics-holder .hot-news-title:before {
    display: block;
    position: absolute;
    left: 0;
    margin-top: -5px;
    font-size: 20px;
  }
  .header .container-fluid.container-topics .topics-holder .topis-menu {
    display: inline-block !important;
    margin: 2px 0 0 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    float: left;
    overflow: hidden;
  }
  .header .container-fluid.container-topics .topics-holder .topis-menu .mi a {
    display: block;
    padding: 9px 13px 7px;
    color: #25333e;
    position: relative;
    text-align: center;
  }
  .header .container-fluid.container-topics .topics-holder .topis-menu .mi a:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #a58850;

    position: absolute;
    top: 0;
    right: 0;
  }
  .header .container-fluid.container-topics .topics-holder .topis-menu .mi a:hover {
    color: #1b4c5d;
  }
  .header .container-fluid.container-breaking-news {
    background: #4b545a;
    overflow: hidden;
  }
  .header .container-fluid.container-breaking-news .Marquee {
    padding: 5px 0;
  }
  .header .container-fluid.container-breaking-news .Marquee .js-marquee {
    display: inline-block;
    margin: 0 5px;
    float: none !important;
  }
  .header .container-fluid.container-breaking-news .Marquee a {
    color: #fff;
  }
  .header .container-fluid.container-breaking-news .Marquee a:hover {
    color: #e39b3d;
  }
  .header .container-fluid.container-breaking-news .Marquee:before {
    content: "";
    display: block;
    clear: both;
  }
  
  .hidden-desktop {
    display: none;
  }
  
  /************************************************************************/
  /*                             Responsive                              */
  /*** Max-width: 1200px ***/
  @media only screen and (max-width: 780px) {
    .header > .container-fluid:nth-child(4) .topics-holder .hot-news-title {
      width: 15%;
    }
    .header > .container-fluid:nth-child(4) .topics-holder .topis-menu {
      width: 84% !important;
    }
    .header > .container-fluid:first-child {
      background: #25333e;
      /*** Stations Menu ***/
    }
    .header > .container-fluid:first-child .hidden-desktop .navbar-nav {
      right: auto !important;
      left: 5px;
    }
    .header > .container-fluid:first-child .hidden-desktop #topmn {
      float: none !important;
      margin-top: 80px !important;
      position: absolute;
      left: 0;
      right: 0;
      background: #25333e;
      padding: 0 16px;
    }
    .header > .container-fluid:first-child .hidden-desktop .btnNavbar {
      padding: 10px;
      color: #fff !important;
      display: block;
      border: 1px solid #4b545a;
      background: #25333e;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-indent: -30000px;
      position: relative;
      cursor: pointer;
    }
    .header > .container-fluid:first-child .hidden-desktop .btnNavbar:hover {
      background: #4b545a;
    }
    .header > .container-fluid:first-child .hidden-desktop .btnNavbar:before {
      display: inline-block;
      margin-right: 5px;
      text-indent: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -14px;
      margin-left: -12px;
      font-size: 26px;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu {
      display: none !important;
      width: 100%;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li a {
      color: #fff !important;
      border-bottom: 1px solid #4b545a;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 15px;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li a.dropdown-toggle .caret {
      float: right;
      padding-top: 4px;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li:last-child a {
      border-bottom: none;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li:hover a, .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li:active a {
      background: #008caf;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li:hover ul.dropdown-menu, .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li:active ul.dropdown-menu {
      transform: none;
      opacity: 1;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu {
      position: relative;
      border: none;
      left: 0;
      margin-left: 0;
      right: 0;
      margin-right: 0;
      background: none;

      width: 100%;
      display: none;
      opacity: 1;
      transform: none;
      clip: auto;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu a {
      background: #19252e;
      padding-left: 30px;
      border-bottom-color: #25333e;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu li:first-child a, .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu li:last-child a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu li:last-child a {
      border-bottom-color: #4b545a;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li ul.dropdown-menu:before {
      display: none;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li.open > a {
      background: #008caf;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu li.open ul.dropdown-menu {
      display: block;
    }
    .header > .container-fluid:first-child .absoluteTopWrapper .absoluteTopMenu.rmenun {
      display: block !important;
    }
  
    .hidden-desktop {
      display: block;
    }
  
    .social-icons, .header-search {
      display: none;
    }
  
    .news-play {
      left: 0% !important;
      right: 0% !important;
      top: auto !important;

    
      bottom: 0;
      padding: 20px 0px 20px 110px !important;
      /* background: #19252e !important; */ 
      background: #008bae !important;
      color: #fff;
      
    }
    .news-play .mejs-controls {
      background: none !important;
    }
    .news-play .bc-lbl-sm {
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
      font-size: 15px;
    }
    .news-play .bc-lbl-sm br {
      display: none;
    }
    .news-play .bc-lbl-sm div {
      display: inline-block;
    }
    .news-play .bc-aud-icon {
      top: 2px !important;
      
    }
    .news-play:before, .news-play:after {
      display: none !important;
    }
  
    #send-signal{
      position: relative;
      left: -280px;
      top: 25px;
      z-index: 2;
    }
    #send-signal img{
      width: 70px!important; height: auto;
    }


    .header .container-fluid:nth-child(2) > .row-fluid {
      height: 140px;
    }
    .header .container-fluid:nth-child(2) > .row-fluid .span2, .header .container-fluid:nth-child(2) > .row-fluid .span10 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .header .container-fluid:nth-child(2) > .row-fluid .site_logo {
      width: 170px;
      position: absolute;
      left: 50%;
      margin-left: -85px;
      top: 15px;
      margin-top: 0;
      margin-bottom: 0;
      z-index: 3;
    }
    .header .container-fluid:nth-child(2) > .row-fluid .site_logo img {
      width: 170px;
    }
  
    .navbar-main {
      /*** Main Menu ***/
    }
    .navbar-main li a {
      padding: 15px 5px !important;
      font-size: 14px !important;
    }
    .navbar-main li.home a {
      height: auto !important;
    }
    .navbar-main .hidden-desktop.btnNavbar {
      left: auto !important;
      right: 5px;
      top: 20px;
      background: #25333e;
      width: 35px;
      height: 35px;
      line-height: 39px;
      text-align: center;
      color: #fff;
      padding: 10px;
      border: 1px solid #4b545a;
      font-size: 26px;
      cursor: pointer;
      z-index: 3;
    }
    .navbar-main .hidden-desktop.btnNavbar:before {
      display: inline-block;
      margin-right: 5px;
      text-indent: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -14px;
      margin-left: -13px;
      font-size: 26px;
    }
    .navbar-main .hidden-desktop.btnNavbar:hover {
      background: #4b545a;
    }
    .navbar-main #mmenusel {
      position: absolute;
      top: 3px;
      left: 0;
      right: 0;
      padding: 0 16px;
      background: #25333e;
      z-index: 2;
      padding-top: 82px;
      height: 0 !important;
      overflow: hidden;
      -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -moz-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
      -o-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
    .navbar-main #mmenusel ul.mainMenu {
      display: block;
    }
    .navbar-main #mmenusel ul.mainMenu li {
      display: block;
      border-bottom: 1px solid #4b545a;
    }
    .navbar-main #mmenusel ul.mainMenu li a {
      color: #fff !important;
      padding: 15px !important;
      font-size: 15px !important;
      text-transform: none;
    }
    .navbar-main #mmenusel ul.mainMenu li a:hover {
      background: #008caf;
    }
    .navbar-main #mmenusel ul.mainMenu li a.active {
      background: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    .navbar-main #mmenusel ul.mainMenu li:last-child {
      border-bottom: none !important;
    }
    .navbar-main #mmenusel ul.mainMenu li.home a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      text-indent: 0;
      width: auto;
      background: none;
    }
    .navbar-main #mmenusel ul.mainMenu li.home a:before {
      display: none;
    }
    .navbar-main #mmenusel ul.mainMenu li.home a:hover {
      background: #008caf;
    }
    .navbar-main #mmenusel.show-menu {
      height: auto !important;
    }
  }
  /*** Max-width: 992px & Min-width: 640 ***/
  @media only screen and (max-width: 992px) and (min-width: 640px) {
    body .header .container-fluid:nth-child(4) .topics-holder .hot-news-title {
      width: 25%;
    }
    body .header .container-fluid:nth-child(4) .topics-holder .topis-menu {
      width: 74% !important;
    }
  }
  /*** Max-width: 640px ***/
  @media only screen and (max-width: 1024px) {
    html > body .header > .container-fluid:nth-child(4) .topics-holder {
      flex-direction: column;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .hot-news-title, html > body .header > .container-fluid:nth-child(4) .topics-holder .topis-menu {
      width: 100% !important;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .hot-news-title {
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .hot-news-title:before {
      position: static;
      display: inline-block;
      margin-right: 5px;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .topis-menu {
      margin-top: 0;
      margin-bottom: 10px;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .topis-menu .mi a {
      border: 1px solid #4b545a;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
    }
    html > body .header > .container-fluid:nth-child(4) .topics-holder .topis-menu .mi a:before {
      display: none;
    }
  }
  .footer.hidden-phone {
    margin-top: 30px;
    background: #25333e;
    border-top: 4px solid #e39b3d;
    color: #fff;
    padding-top: 65px;
  }
  .footer.visible-phone {
    display: none;
  }
  .footer a {
    color: #bfd0de;
  }
  .footer a:hover {
    color: #e39b3d;
  }
  .footer .footer_column_wrapper {
    max-width: 1330px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer_column_wrapper .group_title h5 {
    color: #e39b3d;
    font-size: 22px;
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .footer .footer_column_wrapper .span3 .span12 {
    padding: 0;
  }
  .footer .footer_column_wrapper .footer_menu ul {
    padding: 0;
    margin: 0;
  }
  .footer .footer_column_wrapper .footer_menu ul li {
    margin-bottom: 15px;
    list-style: none;
  }
  .footer .footer_column_wrapper .footer_menu ul li.home a:before {
    display: none;
  }
  .footer .footer_column_wrapper .social-icons {
    display: flex;
    margin-top: 40px;
  }
  .footer .footer_column_wrapper .social-icons a {
    display: block;
    width: 49px;
    height: 49px;
    line-height: 55px;
    font-size: 21px;
    text-align: center;
    border: 2px solid #4b545a;
    margin: 0 4px;
  }
  .footer .footer_column_wrapper .social-icons a:first-child {
    margin-left: 0;
  }
  .footer .footer_column_wrapper .social-icons a:last-child {
    margin-right: 0;
  }
  .footer .footer_column_wrapper .social-icons a:hover {
    color: #e39b3d;
    border-color: #72664a;
  }
  .footer .footer_column_wrapper .footer-contacts h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    font-weight: normal;
    margin: 10px 0 35px;
  }
  .footer .footer_column_wrapper .footer-cont .icon {
    display: inline-block;
    margin-right: 5px;
    color: #e39b3d;
  }
  .footer .footer_column_wrapper .footer-cont a {
    color: #fff;
  }
  .footer .footer_column_wrapper .copyright {
    font-size: 14px;
    color: #bfd0de;
    text-align: center;
    padding: 10px 0;
    margin-top: 65px;
    position: relative;
  }
  .footer .footer_column_wrapper .copyright:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #bfd0de;
    width: 100%;
    opacity: .2;
  }
  
  /************************************************************************/
  /*                             Responsive                              */
  /*** Max-width: 1370px ***/
  @media only screen and (max-width: 1370px) {
    .footer .footer_column_wrapper {
      max-width: 99%;
      padding: 0;
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .footer .footer_column_wrapper > .row-fluid {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  /*** Max-width: 1200px ***/
  @media only screen and (max-width: 990px) {
    .footer .span3 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 50px;
    }
    .footer .footer_column_wrapper {
      max-width: 99%;
      padding: 0;
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .footer .footer_column_wrapper > .row-fluid {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  /*** Max-width: 640px ***/
  @media only screen and (max-width: 1024px) {
    .footer .footer_column_wrapper {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
    .footer .footer_column_wrapper .row-fluid {
      margin-left: 0;
      margin-right: 0;
    }
    .footer .span3 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0;
    }
    .footer .span3 .footer_menu {
      padding-left: 20px !important;
      padding-right: 20px !important;
      width: auto !important;
    }
    .footer .span3.last {
      padding-left: 40px;
      padding-right: 40px;
    }
    .footer .footer_menu ul.nav li {
      border-bottom: 1px solid #4b545a;
      margin: 0;
    }
    .footer .footer_menu ul.nav li a {
      display: block;
      padding: 16px;
    }
    .footer .footer_menu ul.nav li a:hover {
      background: #008caf;
      color: #fff;
    }
  }
  /************************************************************************/
  /*                               General                              */
  .homepage {
    /************************************************************************/
    /*                               Top News                              */
    /************************************************************************/
    /*                            Weather Widget                           */
    /************************************************************************/
    /*                                Bulgaira                             */
    /************************************************************************/
    /*                                Most Read                            */
    /************************************************************************/
    /*                                 World                               */
    /************************************************************************/
    /*                        Science and technology                       */
    /************************************************************************/
    /*                               Business                              */
    /************************************************************************/
    /*                                Sport                                */
    /************************************************************************/
    /*                               Culture                               */
  }
  .homepage .main_container {
    /************************************************************************/
    /*                              Empty Rows                             */
  }
  .homepage .main_container .row-fluid {
    display: flex;
  }
  .homepage .main_container > .row-fluid {
    margin-bottom: 30px;
  }
  .homepage .main_container > .row-fluid:first-child .first {
    padding: 0;
  }
  .homepage .main_container > .row-fluid:first-child .first > .span12 {
    padding: 0;
  }
  .homepage .main_container > .row-fluid:first-child .last .html {
    text-align: center;
  }
  .homepage .main_container > .row-fluid:first-child .last .html img {
    width: auto;
    max-width: 100%;
  }
  .homepage .main_container > .row-fluid:nth-child(3) > .span8, .homepage .main_container > .row-fluid:nth-child(3) > .span4 {
    display: flex;
    align-items: stretch;
  }
  .homepage .main_container > .row-fluid:nth-child(5) > .span9, .homepage .main_container > .row-fluid:nth-child(5) > .span3 {
    display: flex;
    align-items: stretch;
  }
  .homepage .main_container > .row-fluid:nth-child(9), .homepage .main_container > .row-fluid:nth-child(7) {
    display: none;
  }
  .homepage .top-news {
    font-size: 15px;
    padding : 0;
    margin-bottom: 20px;
  }
  .homepage .top-news .top_news_small_divider {
    display: none;
  }





  .homepage .top-news .span8 > div, .homepage .top-news .span12 > div {
    background: #fff;
   
    transition: all 0.3s linear;
    background: #fff;
  }

  .homepage .top-news .span8 > div a, .homepage .top-news .span12 > div a {
    color: #25333e;
  }
  .homepage .top-news .span8 > div a:hover,  .homepage .top-news .span12 > div a:hover {
    color: #008caf;
  }
  .homepage .top-news .span8 > div h4, .homepage .top-news .span8 > div h3, .homepage .top-news .span12 > div h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .homepage .top-news .span8 > div img, .homepage .top-news .span12 > div img {
    width: 100%;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big, .homepage .top-news .span12 > div div.top-news-info-title-big {
    padding: 25px 20px 10px;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big .top-news-title-big h3, .homepage .top-news .span12 > div div.top-news-info-title-big .top-news-title-big h3 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    font-size: 26px;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big .top-news-info-big,   .homepage .top-news .span12 > div div.top-news-info-title-big .top-news-info-big {
    color: #919191;
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big a.read-more,   .homepage .top-news .span12 > div div.top-news-info-title-big a.read-more {
    display: block;
    text-align: center;
    position: relative;
    color: #008caf;
    margin-top: 30px;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big a.read-more:before,   .homepage .top-news .span12 > div div.top-news-info-title-big a.read-more:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    top: 10px;
    background: #dbeff4;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big a.read-more span,  .homepage .top-news .span12 > div div.top-news-info-title-big a.read-more span {
    background: #fff;
    display: inline-block;
    padding: 0 35px 0 17px;
    position: relative;
  }
  .homepage .top-news .span8 > div div.top-news-info-title-big a.read-more span:before, .homepage .top-news .span12 > div div.top-news-info-title-big a.read-more span:before {
    position: absolute;
    right: 12px;
    top: 4px;
  }












  .homepage .top-news .span4 > div {
    background: #fff;
   
    transition: all 0.3s linear;
    background: #fff;
  }

  .homepage .top-news .span4 > div img {
  }
  .homepage .top-news .span4 > div a {
    color: #25333e;
  }
  .homepage .top-news .span4 > div a:hover {
    color: #008caf;
  }
  .homepage .top-news .span4 > div h4, .homepage .top-news .span4 > div h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .homepage .top-news .span4 > div .top-news-info-title-small {
    padding: 7px 20px;
  }
  .homepage .top-news .span4 > div .top-news-title-small {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .homepage .top-news .span4 > div .top-news-info-small {
    font-size: 14px;
    
  }
  .homepage .top-news .span4 > div:first-child {
    
  }
  .homepage div.main_container .row-fluid:nth-child(2) .span2 {
    padding-right: 0;
    position: relative;
  }
  .homepage div.main_container .row-fluid:nth-child(2) .span2:before {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1f567c;
  }
  .homepage div.main_container .row-fluid:nth-child(2) .span10 {
    padding-left: 0;
  }
  .weather-holder {
    /* margin-top: -40px; */
    padding: 10px;
    background: #1e567c;
    color: #fff;
    position: relative;
  }

  .weather-holder .weather-forecast-title {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
    margin: 14px 0 10px 11px;
  }
  .weather-holder .weather-player > div:not(.bc-aud-icon) {
    font-size: 15px;
    width: 100% !important;
    margin: 0 0 5px 11px;
  }
  .weather-holder .weather-player .bc-aud-icon {
    position: absolute;
    right: 15px;
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 47%;
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-container {
    background: none;
    outline: 0 !important;
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-container:focus {
    outline: 0 !important;
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-controls {
    background: none;
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-controls .mejs-button {
    font-size: 40px;
    color: #e39b3d;
    cursor: pointer;
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-controls .mejs-button:before {
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.28);
    -webkit-text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.28);
  }
  .weather-holder .weather-player .bc-aud-icon .mejs-controls .mejs-button button {
    background: none;
  }
  .homepage .cart-1 > .row-fluid:nth-child(2) > .span12 {
    padding: 0;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 {
    display: flex;
    padding: 0;
    margin-bottom: 20px;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 .span7 {
    padding-left: 0;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 .span5 a {
    display: block;
    position: relative;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 .span5 a img {
    /* display: block; */

  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 .span5 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 .span5 a:hover:before {
    opacity: 1;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    margin-bottom: 5px;
  }
  .homepage .hp-most-read div.module_listing_wrapper .span12 small {
    color: #919191;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:first-child .row-fluid {
    flex-direction: column;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:first-child h4, .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:first-child h3 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    font-size: 22px;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:first-child > div:nth-child(2), .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:first-child > div:nth-child(4) {
    margin-bottom: 20px;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) {
    padding-left: 0;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .row-fluid {
    padding-bottom: 25px;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .row-fluid .span5 {
    padding-right: 0;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .row-fluid .span5 > a {
    margin-bottom: 0;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .row-fluid .date {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .border_bottom {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
  }
  .homepage .cart-2 > .row-fluid:nth-child(2) > .span6:nth-child(2) .date {
    margin-bottom: 20px;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div h4 {
    margin-bottom: 10px;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div h4 a:hover {
    color: #5b5095;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div small {
    font-size: 14px;
    color: #919191;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div > div:first-child a img {
    border-color: #5b5095;
  }
  .homepage .cart-8 > .row-fluid:nth-child(2) > div > div:first-child a:before {
    background: #5b5095;
  }
  .homepage .cart-3 {
    padding-bottom: 0;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6 {
    margin-bottom: 20px;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:first-child {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:first-child .row-fluid {
    flex-direction: column;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:first-child h4 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    font-size: 26px;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:nth-child(2) {
    display: flex;
    padding: 0;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:nth-child(2) .border_bottom {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:nth-child(2) .date {
    margin-bottom: 20px;
  }
  .homepage .cart-3 .row-fluid:nth-child(2) > .span6:nth-child(2) h3, .homepage .cart-3 .row-fluid:nth-child(2) > .span6:nth-child(2) h4 {
    font-size: 20px;
  }
  .homepage .cart-4 {
    position: relative;
    overflow: hidden;
  }
  .homepage .cart-4 .row-fluid:nth-child(2) > .span12 {
    padding: 0;
  }
  .homepage .cart-4 .module_category_header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    align-items: baseline;
    margin-bottom: 35px;
  }
  .homepage .cart-4 .module_category_header .title {
    flex-grow: 0;
    margin-right: 40px;
  }
  .homepage .cart-4 .sport-player {
    position: absolute;
    max-width: 280px;
    display: block;
    right: 30px;
    top: 0;
    padding: 16px 35px 17px 15px;
    font-size: 14px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.49);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.49);
    z-index: 1;
  }
  .homepage .cart-4 .sport-player:before, .homepage .cart-4 .sport-player:after {
    content: "";
    display: block;
    background: #67a60d;
    transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(1deg) translate(0px);
    position: absolute;
    left: 0;
    top: -27px;
    height: 100px;
    width: 100%;
    z-index: -1;
    opacity: .33;
  }
  .homepage .cart-4 .sport-player:after {
    transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-355deg) scale(1) skew(1deg) translate(0px);
    opacity: .77;
  }
  .homepage .cart-4 .sport-player .no-margin-b {
    text-transform: uppercase !important;
  }
  .homepage .cart-4 .sport-player .mejs-container {
    background: none;
  }
  .homepage .cart-4 .sport-player .mejs-container:focus {
    outline: 0 !important;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls {
    background: none;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls div {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    margin-left: 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls div:before {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls div button {
    background: none;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls div button:focus {
    outline: 0;
  }
  .homepage .cart-4 .sport-player .mejs-container .mejs-controls div:hover {
    opacity: .7;
  }
  .homepage .cart-4 .span4 {
    margin-bottom: 10px;
  }
  .homepage .cart-7 h3, .homepage .cart-7 h4 {
    font-size: 17px;
  }
  .homepage .cart-7 > .row-fluid:not(.module_main_header) > .span6:nth-child(1) h3, .homepage .cart-7 > .row-fluid:not(.module_main_header) > .span6:nth-child(1) h4 {
    font-size: 26px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
  }
  .homepage .cart-7 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) > div {
    margin-left: -16px;
    margin-right: -16px;
  }
  .homepage .cart-7 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) .span6 {
    margin-bottom: 20px;
  }
  /*
  .homepage .main_container > .row-fluid:nth-child(4) > .span3 img, .homepage .main_container > .row-fluid:nth-child(11) > .span3 img {
    width: 240px;
    height: auto; 
    display: inline-block;
  }
  */
  /************************************************************************/
  /*                             Responsive                              */
  /*** Max-width: 1369px ***/
  @media only screen and (max-width: 1369px) {
    .homepage .main_container > .row-fluid:nth-child(4) > .span3, .homepage .main_container > .row-fluid:nth-child(11) > .span3 {
      /* -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; */
      margin-bottom: 20px;
    }
    .homepage .main_container > .row-fluid:nth-child(4) > .span3 img, .homepage .main_container > .row-fluid:nth-child(11) > .span3 img {
      width: 240px;
      height: auto;
      display: inline-block;
    }
    .homepage .main_container > .row-fluid:nth-child(4) > .span3:first-child, .homepage .main_container > .row-fluid:nth-child(4) > .span3:nth-child(3), .homepage .main_container > .row-fluid:nth-child(10) > .span3:first-child, .homepage .main_container > .row-fluid:nth-child(10) > .span3:nth-child(3) {
      text-align: right;
    }
    .homepage .main_container > .row-fluid:nth-child(4) > .span3:nth-child(2), .homepage .main_container > .row-fluid:nth-child(4) > .span3:last-child, .homepage .main_container > .row-fluid:nth-child(10) > .span3:nth-child(2), .homepage .main_container > .row-fluid:nth-child(10) > .span3:last-child {
      text-align: left;
    }
  }
  /*** Min-width:1200 & Max-width: 1270px ***/
  @media only screen and (min-width: 1200px) and (max-width: 1270px) {
    .homepage {
      /*** Sport ***/
    }
    .homepage .cart-4 .sport-player {
      right: -8px;
    }
    .homepage .cart-4 .header-subcategories {
      width: 60%;
    }
  }
  /*** Max-width: 1200px ***/
  @media only screen and (max-width: 640px) {
    .homepage .main_container {
      /*** Weather ***/
      /*** Bulgaria & Most Read ***/
      /*** World & Sciense and technology ***/
      /*** Sport ***/
    }
    .homepage .main_container > .row-fluid:nth-child(2) {
      /*flex-direction: column;*/
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first, .homepage .main_container > .row-fluid:nth-child(2) .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first {
      /* padding-right: 1rem !important; */
      overflow: hidden;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first:before {
      display: none !important;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first .weather-holder {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first .weather-holder .bc-aud-icon {
      top: 34% !important;
      right: 25px !important;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .first .weather-holder:before {
      display: none;
    }
    .homepage .main_container > .row-fluid:nth-child(2) .last {
     /* padding-left: 1rem !important; */
    }
    .homepage .main_container > .row-fluid:nth-child(3) .first, .homepage .main_container > .row-fluid:nth-child(3) .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(3) .first {
      margin-bottom: 65px;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .first, .homepage .main_container > .row-fluid:nth-child(5) .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .first {
      margin-bottom: 65px;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .last .row-fluid .row-fluid:not(.module_category_header) {
      display: flex;
      padding: 0;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .last .row-fluid .row-fluid:not(.module_category_header) .row-fluid {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 1rem;
      padding-left: 1rem;
    }
    .homepage .main_container .cart-4 .module_category_header .title {
      flex-grow: 1;
    }
    .homepage .main_container .cart-4 .sport-player {
      right: 90px;
    }
  }
  /*** Max-width: 992px ***/
  @media only screen and (max-width: 640px) {
    .homepage .main_container {
      /*** Top News ***/
      /*** World ***/
      /*** Business ***/
      /*** Culture ***/
    }
    .homepage .main_container > .row-fluid:first-child .first, .homepage .main_container > .row-fluid:first-child .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:first-child .first {
      margin-bottom: 65px;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .first > .row-fluid > .row-fluid:not(.module_main_header) {
      flex-direction: column;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .first > .row-fluid > .row-fluid:not(.module_main_header) .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(6) .row-fluid:not(.module_main_header) {
      flex-direction: column;
    }
    .homepage .main_container > .row-fluid:nth-child(6) .row-fluid:not(.module_main_header) > .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(6) .row-fluid:not(.module_main_header) > .span6:first-child {
      margin-bottom: 45px;
    }
    .homepage .main_container .cart-7 > .row-fluid:not(.module_main_header) {
      flex-direction: column;
    }
    .homepage .main_container .cart-7 > .row-fluid:not(.module_main_header) > .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container .cart-7 > .row-fluid:not(.module_main_header) > .span6 > div > .row-fluid {
      
    }
    .homepage .main_container .cart-7 > .row-fluid:not(.module_main_header) > .span6:first-child {
      margin-bottom: 25px;
    }
    .homepage .main_container .cart-7 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) > div {
      margin-left: 0;
      margin-right: 0;
    }
  }
  /*** Max-width: 768px ***/
  @media only screen and (max-width: 640px) {
    .homepage .main_container {
      /*** Top News ***/
      /*** Banners ***/
      /*** Bulgaria and Sport ***/
      /*** Sciense and technology ***/
    }
    .homepage .main_container > .row-fluid:first-child .first .span8 {
      -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
    }
    .homepage .main_container > .row-fluid:first-child .first .span4 {
      -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
    }
    .homepage .main_container > .row-fluid:nth-child(4), .homepage .main_container > .row-fluid:nth-child(10) {
      /* text-align: center !important; */
    }
    .homepage .main_container > .row-fluid:nth-child(4) .span3, .homepage .main_container > .row-fluid:nth-child(10) .span3 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(4) .span3 .html, .homepage .main_container > .row-fluid:nth-child(10) .span3 .html {
      text-align: center;
    }
    .homepage .main_container > .row-fluid:nth-child(4) .span3:first-child, .homepage .main_container > .row-fluid:nth-child(4) .span3:nth-child(2), .homepage .main_container > .row-fluid:nth-child(10) .span3:first-child, .homepage .main_container > .row-fluid:nth-child(10) .span3:nth-child(2) {
      margin-bottom: 30px;
    }
    .homepage .main_container > .row-fluid:nth-child(4) .span3 img, .homepage .main_container > .row-fluid:nth-child(10) .span3 img {
      max-width: 100%;
      width: auto;
    }
    .homepage .main_container .cart-1 > .row-fluid:nth-child(2) > .span12 .row-fluid, .homepage .main_container .cart-4 > .row-fluid:nth-child(2) > .span12 .row-fluid {
      flex-wrap: wrap;
    }
    .homepage .main_container .cart-1 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4, .homepage .main_container .cart-4 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container .cart-1 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4:first-child, .homepage .main_container .cart-4 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .last .row-fluid .row-fluid:not(.module_category_header) {
      display: flex;
      padding: 0;
      flex-direction: column;
    }
    .homepage .main_container > .row-fluid:nth-child(5) .last .row-fluid .row-fluid:not(.module_category_header) .row-fluid {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      box-sizing: border-box;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }
  /*** Max-width: 640px ***/
  @media only screen and (max-width: 640px) {
    .homepage {
      /*** Svetat ***/
      /*** Bussiness ***/
      /*** Sport ***/
      /*** Bulgaria and Sport ***/
      /*** Culture ***/
    }
    .homepage .main_container > .row-fluid:first-child .first .span8 .top-news-info-title-big {
      margin-bottom: 0;
    }
    .homepage .main_container > .row-fluid:first-child .first .span8 .top-news-info-title-big h3 {
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
      font-size: 15px !important;
    }
    .homepage .cart-3 .row-fluid:nth-child(2) h3 {
      font-size: 15px !important;
    }
    .homepage .cart-3 .row-fluid:nth-child(2) > .span6:first-child h3 {
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
      font-size: 15px;
    }
    .homepage .top-news .row-fluid {
      flex-direction: column;
    }
    .homepage .top-news .span4 > div {
      height: auto;
    }
    .homepage .main_container {
      /*** Banners ***/
    }
    .homepage .main_container > .row-fluid:first-child .first .span8, .homepage .main_container > .row-fluid:first-child .first .span4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
  
  
    .homepage .main_container > .row-fluid:first-child .first .span8 div {
      margin-bottom: 35px;
    }
    .homepage .span3,   .homepage .span9, .homepage .main_container > .row-fluid:nth-child(4) .span3, .homepage .main_container > .row-fluid:nth-child(10) .span3 {
      margin-bottom: 30px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:first-child h4, .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:first-child h3 {
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
      font-size: 15px !important;
    }
    .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) .row-fluid {
      flex-direction: column;
    }
    .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) .row-fluid .span5, .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) .row-fluid .span7 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .cart-2 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) .row-fluid .span5 {
      margin-bottom: 20px;
    }
    .homepage .cart-3 {
      padding-bottom: 0 !important;
    }
    .homepage .cart-3 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) {
      display: block;
    }
    .homepage .cart-3 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) > .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .cart-3 > .row-fluid:not(.module_main_header) > .span6:nth-child(2) > .span6:nth-child(2) {
      margin-top: 35px;
      margin-bottom: 25px;
    }
    .homepage .cart-3 > .row-fluid:not(.module_main_header) .border_bottom {
      border-bottom: none !important;
      padding-bottom: 0 !important;
      margin-bottom: 25px !important;
    }
    .homepage .cart-4 {
      padding-top: 80px;
    }
    .homepage .cart-4 .sport-player {
      left: 0;
      right: 0;
      top: -1px;
      background: #67a60d;
      width: 100%;
      max-width: 100%;
      text-align: center;
    }
    .homepage .cart-4 .sport-player .no-margin-b, .homepage .cart-4 .sport-player .bc-aud-icon {
      float: none !important;
      display: inline-block;
      text-align: left;
    }
    .homepage .cart-4 .sport-player:before, .homepage .cart-4 .sport-player:after {
      display: none;
    }
    .homepage #module_3_1.cart-1 > .row-fluid:nth-child(2) > .span12 .row-fluid, .homepage #module_8_1.cart-4 > .row-fluid:nth-child(2) > .span12 .row-fluid {
      flex-wrap: wrap;
    }
    .homepage #module_3_1.cart-1 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4, .homepage #module_8_1.cart-4 > .row-fluid:nth-child(2) > .span12 .row-fluid .span4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    
    .zdrave .span4{
        -ms-flex-preferred-size: 100%!important;
      flex-basis: 100%!important;
      max-width: 100%!important;
    }
    
    
    
    .homepage .cart-7 .row-fluid:not(.module_main_header) {
      flex-direction: column;
    }
    .homepage .cart-7 .row-fluid:not(.module_main_header) .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .homepage .cart-7 .row-fluid:not(.module_main_header) .span6 p {
      display: none;
    }
  }
  /*** Max-width: 480px ***/
  @media only screen and (max-width: 480px) {
    .main_container .hp-most-read .module_listing_header {
      flex-direction: column;
      margin-bottom: 40px;
    }
    .main_container .hp-most-read .module_listing_header .title {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .main_container .hp-most-read .module_listing_header .header-subcategories {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-top: 10px;
    }
    .main_container .hp-most-read .module_listing_header .header-subcategories a {
      padding: 12px 10px;
    }
    .main_container .hp-most-read .module_listing_header .header-subcategories a.active {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
    }
  }
  .category-page {
    /************************************************************************/
    /*                            Category carts                           */
    /************************************************************************/
    /*                          Category sidebar                           */
    /*** Category Colors ***/
    /* Bulgaria */
    /* World */
    /* Bussiness */
    /* Reportages */
    /* Culture */
    /* Sport */
    /* Opinions */
    /* Science and technology */
    /* Health */
    /* Curious */
  }
  .category-page .category-cart {
    border-top-color: #008caf;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;

    /*** First Category **/
    /*** All but First Category **/
    /*** Second Category **/
    /*** Last Category **/
    /*** Sub Titles  **/
  }
  .category-page .category-cart .module_main_header .module_category_header .title h1 a, .category-page .category-cart .module_main_header .module_category_header .title h2 a {
    color: #008caf;
  }
  .category-page .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #008caf;
  }
  .category-page .category-cart h3, .category-page .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page .category-cart h3 a:hover, .category-page .category-cart h4 a:hover {
    color: #008caf;
  }
  .category-page .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #008caf;
  }
  .category-page .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #008caf;
  }
  .category-page .category-cart.main-category-cart {
    padding-bottom: 0 !important;
  }
  .category-page .category-cart.main-category-cart > .row-fluid:nth-child(2) .span6:not(.right) > div:nth-child(2), .category-page .category-cart.main-category-cart > .row-fluid:nth-child(2) .span6:not(.right) > div:nth-child(4) {
    margin-bottom: 25px;
  }
  .category-page .category-cart.main-category-cart > .row-fluid:nth-child(2) .span6:not(.right) h3, .category-page .category-cart.main-category-cart > .row-fluid:nth-child(2) .span6:not(.right) h4 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    font-size: 22px;
  }
  .category-page .category-cart.main-category-cart > .row-fluid:nth-child(2) .span6.right .row-fluid .span5 {
    padding-left: 0;
    padding-right: 0;
  }
  .category-page .category-cart:not(.main-category-cart) {
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .category-page .category-cart:nth-child(2) h2 {
    padding: 0 1rem 35px;
    color: #eca74e;
    font-size: 22px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
  }
  .category-page .category-cart:nth-child(2) .row-fluid .span12 {
    padding-left: 0;
    padding-right: 0;
  }
  .category-page .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .category-page .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #008caf;
  }
  .category-page .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page .category-cart:last-child {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding-bottom: 30px;
  }
  .category-page .category-cart:last-child .module_listing_more {
    display: flex;
    flex-direction: column;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
    padding-left: 0;
    padding-right: 0;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span8 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span8 div a:not(.item-category), .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span8 h4 a:not(.item-category) {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span8 div.details {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #919191;
  }
  .category-page .category-cart div.title-most-read, .category-page .category-cart h3.cat-subtitle {
    color: #eca74e;
    font-size: 22px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
  }
  .category-page .main_container > .row-fluid:first-child > .last {
                /*  & > div:not(.row-fluid) {
                        @include grid($grid);
                        text-align: center;
    
                        img {
                            width: auto;
                            max-width: 100%; 
                        }
                    }*/
  }
  .category-page .main_container > .row-fluid:first-child > .last .html, .category-page .main_container > .row-fluid:first-child > .last .all-news {
    margin-bottom: 20px;
  }
  .category-page .main_container .latest-news {
    border-top-color: #25333e;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .category-page .main_container .latest-news .title {
    font-size: 25px;
    color: #25333e;
  }
  .category-page .main_container .latest-news .title h2 {
    color: #25333e;
    font-size: 25px;
  }
  .category-page.mc-1139 .category-cart {
    border-top-color: #f26f35;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1139 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1139 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #f26f35;
  }
  .category-page.mc-1139 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1139 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #f26f35;
  }
  .category-page.mc-1139 .category-cart h3, .category-page.mc-1139 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1139 .category-cart h3 a:hover, .category-page.mc-1139 .category-cart h4 a:hover {
    color: #f26f35;
  }
  .category-page.mc-1139 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #f26f35;
  }
  .category-page.mc-1139 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #f26f35;
  }
  .category-page.mc-1139 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1139 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
  }
  .category-page.mc-1139 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1139 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1139 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #f26f35;
  }
  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
    border: 1px solid #f26f35;
  }
  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #f26f35;
  }
  .category-page.mc-1140 .category-cart {
    border-top-color: #126c87;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1140 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1140 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #126c87;
  }
  .category-page.mc-1140 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1140 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #126c87;
  }
  .category-page.mc-1140 .category-cart h3, .category-page.mc-1140 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1140 .category-cart h3 a:hover, .category-page.mc-1140 .category-cart h4 a:hover {
    color: #126c87;
  }
  .category-page.mc-1140 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #126c87;
  }
  .category-page.mc-1140 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #126c87;
  }
  .category-page.mc-1140 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1140 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #126c87;
  }
  .category-page.mc-1140 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1140 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1140 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #126c87;
  }
  .category-page.mc-1140 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1140 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
    border: 1px solid #126c87;
  }
  .category-page.mc-1140 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1140 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1140 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #126c87;
  }
  .category-page.mc-1141 .category-cart {
    border-top-color: #275b84;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1141 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1141 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #275b84;
  }
  .category-page.mc-1141 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1141 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #275b84;
  }
  .category-page.mc-1141 .category-cart h3, .category-page.mc-1141 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1141 .category-cart h3 a:hover, .category-page.mc-1141 .category-cart h4 a:hover {
    color: #275b84;
  }
  .category-page.mc-1141 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #275b84;
  }
  .category-page.mc-1141 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #275b84;
  }
  .category-page.mc-1141 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1141 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
  }
  .category-page.mc-1141 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1141 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1141 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #275b84;
  }
  .category-page.mc-1141 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1141 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1141 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1141 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1141 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #275b84;
  }
  .category-page.mc-1143 .category-cart {
    border-top-color: #da1616;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1143 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1143 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #da1616;
  }
  .category-page.mc-1143 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1143 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #da1616;
  }
  .category-page.mc-1143 .category-cart h3, .category-page.mc-1143 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1143 .category-cart h3 a:hover, .category-page.mc-1143 .category-cart h4 a:hover {
    color: #da1616;
  }
  .category-page.mc-1143 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #da1616;
  }
  .category-page.mc-1143 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #da1616;
  }
  .category-page.mc-1143 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1143 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #da1616;
  }
  .category-page.mc-1143 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1143 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1143 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #da1616;
  }
  .category-page.mc-1143 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1143 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1143 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1143 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1143 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #da1616;
  }
  .category-page.mc-1144 .category-cart {
    border-top-color: #9f1a1a;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1144 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1144 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1144 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart h3, .category-page.mc-1144 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1144 .category-cart h3 a:hover, .category-page.mc-1144 .category-cart h4 a:hover {
    color: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1144 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #9f1a1a;
  }
  .category-page.mc-1144 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1144 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1144 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #9f1a1a;
  }
  .category-page.mc-1144 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1144 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1144 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1144 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1144 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #9f1a1a;
  }
  .category-page.mc-1167 .category-cart {
    border-top-color: #67a60d;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1167 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1167 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #67a60d;
  }
  .category-page.mc-1167 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1167 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #67a60d;
  }
  .category-page.mc-1167 .category-cart h3, .category-page.mc-1167 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1167 .category-cart h3 a:hover, .category-page.mc-1167 .category-cart h4 a:hover {
    color: #67a60d;
  }
  .category-page.mc-1167 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #67a60d;
  }
  .category-page.mc-1167 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #67a60d;
  }
  .category-page.mc-1167 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1167 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #67a60d;
  }
  .category-page.mc-1167 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1167 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1167 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #67a60d;
  }
  .category-page.mc-1167 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1167 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1167 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1167 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1167 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #67a60d;
  }
  .category-page.mc-1169 .category-cart {
    border-top-color: #35bdab;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1169 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1169 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #35bdab;
  }
  .category-page.mc-1169 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1169 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #35bdab;
  }
  .category-page.mc-1169 .category-cart h3, .category-page.mc-1169 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1169 .category-cart h3 a:hover, .category-page.mc-1169 .category-cart h4 a:hover {
    color: #35bdab;
  }
  .category-page.mc-1169 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #35bdab;
  }
  .category-page.mc-1169 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #35bdab;
  }
  .category-page.mc-1169 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1169 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #35bdab;
  }
  .category-page.mc-1169 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1169 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1169 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #35bdab;
  }
  .category-page.mc-1169 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1169 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1169 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1169 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1169 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #35bdab;
  }
  .category-page.mc-1170 .category-cart {
    border-top-color: #5b5095;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1170 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1170 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #5b5095;
  }
  .category-page.mc-1170 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1170 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #5b5095;
  }
  .category-page.mc-1170 .category-cart h3, .category-page.mc-1170 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1170 .category-cart h3 a:hover, .category-page.mc-1170 .category-cart h4 a:hover {
    color: #5b5095;
  }
  .category-page.mc-1170 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #5b5095;
  }
  .category-page.mc-1170 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #5b5095;
  }
  .category-page.mc-1170 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1170 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #5b5095;
  }
  .category-page.mc-1170 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1170 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1170 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #5b5095;
  }
  .category-page.mc-1170 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1170 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1170 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1170 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1170 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #5b5095;
  }
  .category-page.mc-1171 .category-cart {
    border-top-color: #00849b;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1171 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1171 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #00849b;
  }
  .category-page.mc-1171 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1171 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #00849b;
  }
  .category-page.mc-1171 .category-cart h3, .category-page.mc-1171 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1171 .category-cart h3 a:hover, .category-page.mc-1171 .category-cart h4 a:hover {
    color: #00849b;
  }
  .category-page.mc-1171 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #00849b;
  }
  .category-page.mc-1171 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #00849b;
  }
  .category-page.mc-1171 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1171 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #00849b;
  }
  .category-page.mc-1171 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1171 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1171 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #00849b;
  }
  .category-page.mc-1171 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1171 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1171 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1171 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1171 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #00849b;
  }
  .category-page.mc-1172 .category-cart {
    border-top-color: #e9a64f;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .category-page.mc-1172 .category-cart .module_main_header .module_category_header .title h1 a, .category-page.mc-1172 .category-cart .module_main_header .module_category_header .title h2 a {
    color: #e9a64f;
  }
  .category-page.mc-1172 .category-cart .module_main_header .module_category_header .header-subcategories a:hover, .category-page.mc-1172 .category-cart .module_main_header .module_category_header .header-subcategories a.active {
    color: #e9a64f;
  }
  .category-page.mc-1172 .category-cart h3, .category-page.mc-1172 .category-cart h4 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .category-page.mc-1172 .category-cart h3 a:hover, .category-page.mc-1172 .category-cart h4 a:hover {
    color: #e9a64f;
  }
  .category-page.mc-1172 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category) img {
    border-color: #e9a64f;
  }
  .category-page.mc-1172 .category-cart > .row-fluid:nth-child(2) div > a:not(.item-category):before {
    background: #e9a64f;
  }
  .category-page.mc-1172 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) {
    display: block;
    position: relative;
  }
  .category-page.mc-1172 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category) img {
    display: block;
    border: 1px solid #e9a64f;
  }
  .category-page.mc-1172 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1172 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):hover:before {
    opacity: 1;
  }
  .category-page.mc-1172 .category-cart:nth-child(2) .row-fluid .span12 .span4 div > a:not(.item-category):before {
    background: #e9a64f;
  }
  .category-page.mc-1172 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a {
    display: block;
    display: block;
    position: relative;
  }
  .category-page.mc-1172 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    display: block;
  }
  .category-page.mc-1172 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .category-page.mc-1172 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:hover:before {
    opacity: 1;
  }
  .category-page.mc-1172 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a:before {
    background: #e9a64f;
  }
  
  /************************************************************************/
  /*                              Responsive                             */
  /*** Max-width: 1370px ***/
  @media all and (max-width: 1370px) {
    .category-page .main_container > .row-fluid:first-child > .last {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px;
    }
    .category-page .main_container > .row-fluid:first-child > .last > .row-fluid {
      width: 100%;
    }
  
    html body.category-page .main_container > .row-fluid:first-child {
      flex-direction: column;
    }
    html body.category-page .main_container > .row-fluid:first-child > .first, html body.category-page .main_container > .row-fluid:first-child > .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    html body.category-page .main_container > .row-fluid:first-child > .last {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
                              /*& > div:not(.row-fluid) {
                                  @include grid(33.333%);
                                  margin-top: 20px;
      
                                  &:first-child {
                                      @include grid($grid);
                                  }
                              }*/
    }
    html body.category-page .main_container > .row-fluid:first-child > .last img {
      display: inline-block;
    }
    html body.category-page .main_container > .row-fluid:first-child > .last > div.row-fluid {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 1200px ***/
  /*** Max-width: 992px ***/
  @media all and (max-width: 640px) {
    html body.category-page .main_container {
                      /*& > .row-fluid:first-child {
                          & > .last {
      
                                  & > div:not(.row-fluid) {
                                      @include grid(50%);
                                      margin-top: 20px;
      
                                      &:first-child {
                                          @include grid($grid);
                                      }
                                  }
                                  
                              }
                      }*/
    }
    html body.category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) {
      flex-direction: column;
    }
    html body.category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 768px ***/
  @media all and (max-width: 768px) {

  
    html body.category-page .main_container > .row-fluid:first-child > .last {
      /*& > div:not(.row-fluid) {
          @include grid($grid);
      }*/
    }
    html body.category-page .main_container .category-cart:nth-child(2) > .row-fluid > .span12 > .row-fluid {
      flex-wrap: wrap;
    }
    html body.category-page .main_container .category-cart:nth-child(2) > .row-fluid > .span12 > .row-fluid .span4 {
    /*
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      */
      margin-bottom: 25px;
    }
    html body.category-page .main_container .category-cart:nth-child(2) > .row-fluid > .span12 > .row-fluid .span4:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    html body.category-page .main_container .category-cart:last-child .module_listing_more > .span6 {
      flex-flow: column;
    }
    html body.category-page .main_container .category-cart:last-child .module_listing_more > .span6 > .row-fluid {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 640px ***/
  @media all and (max-width: 1024px) {
    .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6:not(.right) h3, .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6:not(.right) h4 {
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
      font-size: 15px;
    }
    .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6.right .row-fluid {
      flex-flow: column;
      margin-bottom: 25px;
    }
    .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6.right .row-fluid .span5, .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6.right .row-fluid .span7 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .category-page .main_container .main-category-cart > .row-fluid:not(.module_main_header) > .span6.right .row-fluid .span7 {
    /*  margin-left: -1rem;
      padding-left: -1rem;
      */
    }
    .category-page .main_container .category-cart:nth-child(2) > .row-fluid > .span12 > .row-fluid .span4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  .article-page {
    /*** Category Colors ***/
    /* Bulgaria */
    /* World */
    /* Bussiness */
    /* Reportages */
    /* Culture */
    /* Sport */
    /* Opinions */
    /* Science and technology */
    /* Health */
    /* Curious */
  }
  .article-page .news {
    max-width: 100%;
  }
  .article-page .main_container .news_title > .row-fluid {
    border-top: 1px solid #e5e5e5;
    margin-left: -26px;
    margin-right: -26px;
  }
  .article-page .main_container .news_title > .row-fluid h3 {
    color: #e39b3d;
    font-size: 22px;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
  }
  .article-page .main_container .module_category_header:first-child {
    padding-top: 0 !important;
  }
  .article-page .main_container .imgwrapper img {
    max-width: 100%;
  }
  .article-page .main_container .imgwrapper .photo_info {
    background: #25333e;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    margin-top: -5px;
  }
  .article-page .main_container .latest-news {
    border-top-color: #25333e;
  }
  .article-page .main_container .latest-news .title h2 {
    color: #25333e;
  }
  .article-page .main_container .all-news {
    margin-bottom: 20px;
  }
  .article-page .main_container > .row-fluid:first-child {
    /*** Setting the gird sizes of the first section ***/
  }
  .article-page .main_container > .row-fluid:first-child > .first {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;
    background: #008caf;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_main_header {
    margin-top: 0 !important;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header {
    background: #fff;
    border-top: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #008caf;
    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
    padding-top: 0;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header img {
    
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header a {
    color: #25333e;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header a:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header h4, .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .title, .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .title a, .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .title a, .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header h2 a {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .header-subcategories {
    
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .header-subcategories a:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .module_category_header .title {
    flex-grow: 1;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #008caf;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
;
    color: #008caf;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #008caf;
    color: #fff;
    display: none;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart > .row-fluid {
    display: block;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart h1 {
    font-size: 32px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    margin-bottom: 10px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    margin-bottom: 10px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.date {
    font-size: 14px;
    color: #919191;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.date .news_authors {
    display: inline-block;
    border-left: 1px solid #919191;
    padding-left: 5px;
    margin-left: 3px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.date .news_authors a {
    color: #919191;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.date .news_authors a:hover {
    color: #008caf;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .imgwrapper {
    width: 100% !important;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .imgwrapper img {
    max-width: 100%;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .has-gallery {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.69);
    -webkit-text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.69);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .has-gallery .icon-copy {
    font-size: 25px;
    margin-right: 5px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info {
    margin-top: 0;
    margin-bottom: 15px;
    background: #25333e;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info:after {
    display: block;
    content: "";
    clear: both;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info div.text {
    float: left;
    width: 60%;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info .source {
    white-space: nowrap;
    width: 40%;
    float: right;
    text-align: right;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #008caf;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_content {
    margin-bottom: 30px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_content img {
    max-width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_content a {
    color: #008caf !important;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_content a:hover {
    text-decoration: underline;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .more-article-cart {
    border-top: none;
    padding-top: 0;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .more-article-cart .module_category_header {
    border-top: 1px solid #f9f9f9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .more-article-cart .module_category_header h3, .article-page .main_container > .row-fluid:first-child > .span6 .more-article-cart .module_category_header .title {
    color: #e39b3d;
    font-size: 22px;
    padding-top: 25px;
  }
  .article-page .main_container > .row-fluid:first-child > .span6 .row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 7px;
    padding-right: 7px;
                        /*.span6 {
                            margin-bottom: 25px;
    
                            div:first-child {
                                a {
                                    @include listImage($defColor);
                                    margin-bottom: 20px;
                                }
                            }
                        }*/
  }
  .article-page .main_container > .row-fluid:first-child > .last .html {
    margin-bottom: 20px;
  }
  .article-page .main_container > .row-fluid:nth-child(2) {
    margin-top: 60px;
  }
  .article-page .hp-most-read {
    border-top-color: #25333e;
    margin-bottom: 20px;
  }
  .article-page .hp-most-read .module_main_header .module_main_header_title {
    flex-direction: column;
  }
  .article-page .hp-most-read .module_main_header .module_main_header_title h2 {
    color: #25333e;
  }
  .article-page .hp-most-read .module_main_header .module_main_header_title .header-subcategories a {
    padding: 12px 20px 12px 0;
  }
  .article-page .hp-most-read .module_main_header .module_main_header_title .header-subcategories a.active {
    background: none !important;
    color: #008caf;
  }
  .article-page .hp-most-read .module_listing_wrapper .span12 {
    padding: 0 0 20px 0;
  }
  .article-page .hp-most-read .module_listing_wrapper .span5, .article-page .hp-most-read .module_listing_wrapper .span7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .article-page .hp-most-read .module_listing_wrapper .span5 a {
    position: relative;
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page .hp-most-read .module_listing_wrapper .span5 a img {
    display: block;
  }
  .article-page .hp-most-read .module_listing_wrapper .span5 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page .hp-most-read .module_listing_wrapper .span5 a:hover:before {
    opacity: 1;
  }
  .article-page .lastest-news {
    border-top-color: #25333e;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    min-width: auto !important;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #f26f35;
    border-color: #f26f35 !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #f26f35;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #f26f35;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;

    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #f26f35;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;

  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #f26f35;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #f26f35;
    color: #fff;
    display: none;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #f26f35;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {

    width: 100%;
    display: block;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #f26f35 !important;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #f26f35;
  }
  .article-page.mc-1139 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #f26f35;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #126c87;
    border-color: #126c87 !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #126c87;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #126c87;
    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #126c87;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #126c87;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #126c87;
    color: #fff;
    display: none;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #126c87;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #126c87 !important;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #126c87;
  }
  .article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #126c87;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #275b84;
    border-color: #275b84 !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #275b84;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #275b84;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #275b84;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
   
    color: #275b84;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #275b84;
    color: #fff;
    display: none;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #275b84;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #275b84 !important;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
    
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #275b84;
  }
  .article-page.mc-1141 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #275b84;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #da1616;
    border-color: #da1616 !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #da1616;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #da1616;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #da1616;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    
    color: #da1616;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #da1616;
    color: #fff;
    display: none;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #da1616;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #da1616 !important;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #da1616;
  }
  .article-page.mc-1143 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #da1616;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #9f1a1a;
    border-color: #9f1a1a !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #9f1a1a;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #9f1a1a;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #9f1a1a;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    
    color: #9f1a1a;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #9f1a1a;
    color: #fff;
    display: none;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #9f1a1a;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #9f1a1a !important;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #9f1a1a;
  }
  .article-page.mc-1144 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #9f1a1a;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #67a60d;
    border-color: #67a60d !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #67a60d;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #67a60d;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {
  
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #67a60d;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #67a60d;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #67a60d;
    color: #fff;
    display: none;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #67a60d;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #67a60d !important;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #67a60d;
  }
  .article-page.mc-1167 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #67a60d;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #35bdab;
    border-color: #35bdab !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #35bdab;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #35bdab;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #35bdab;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #35bdab;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #35bdab;
    color: #fff;
    display: none;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #35bdab;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #35bdab !important;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #35bdab;
  }
  .article-page.mc-1169 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #35bdab;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;

    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #5b5095;
    border-color: #5b5095 !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #5b5095;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #5b5095;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }

  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #5b5095;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #5b5095;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #5b5095;
    color: #fff;
    display: none;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #5b5095;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #5b5095 !important;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #5b5095;
  }
  .article-page.mc-1170 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #5b5095;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #00849b;
    border-color: #00849b !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #00849b;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #00849b;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #00849b;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #00849b;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #00849b;
    color: #fff;
    display: none;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #00849b;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #00849b !important;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #00849b;
  }
  .article-page.mc-1171 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #00849b;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child .post_buttons {
    float: none !important;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn {
    background: none !important;
 
    width: 30px !important;
    height: 30px !important;
    line-height: 38px;
    min-width: auto !important;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:before {
    font-size: 17px;
    display: block;
    height: 38px;
    height: 38px;
    line-height: 38px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn:hover {
    color: #e9a64f;
    border-color: #e9a64f !important;
    top: 0;
    margin-top: 0;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child .post_buttons .st-inline-share-buttons .st-btn svg {
    display: none;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block {
    margin: 10px 0 40px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block h5 {
    font-size: 15px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block h5 span {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block h5:before {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    background: #e5e5e5;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block .post_buttons {
    flex-wrap: wrap;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-total {
    display: none !important;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block .post_buttons .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 8px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info {
    margin: 0;
    padding: 0;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    color: #25333e;
    font-size: 14px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li .icon {
    display: inline-block;
    margin-right: 5px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a {
    color: #25333e;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info li a:hover {
    color: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li {
    margin-bottom: 15px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li a {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li span.date {
    font-size: 12px;
    color: #919191;
    display: block;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a {
    color: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info.article-news li:last-child a .icon-chevron-right {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author span, .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-author a {
    color: #008caf;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program span, .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.side-program a {
    color: #e39b3d;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category span {
    display: none;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .first .article-block ul.article-info:not(.article-news) li.item-category a {
    display: inline-block;

    background: #e9a64f;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 12px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header {
    background: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top-width: 4px;
    border-top-color: #e9a64f;

    border-bottom: none;
    padding: 30px 26px 35px 26px;
    display: flex;
    align-items: baseline;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header img {

  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a {
    color: #25333e;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header a:hover {
    color: #008caf;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h4, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    
    font-size: 26px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    font-size: 26px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title a, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header h2 a {
    color: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories {
    
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .header-subcategories a:hover {
    color: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 > .module_main_header .module_category_header .title {
    flex-grow: 1;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart {
    background: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart img {

  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart a {
    color: #25333e;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart a:hover {
    color: #008caf;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart h4, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 5px 0 !important;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a {
    display: block;
    position: relative;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a:hover:before {
    font-size: 35px;
    color: #e9a64f;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .main_photo a img {
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords {
    margin: 0 -26px;
    padding: 25px 26px 15px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {

    color: #e9a64f;
    padding: 8px 10px;
    font-size: 14px;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .post_tags:hover, .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    background: #f9f9f9;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags {
    background: #e9a64f;
    color: #fff;
    display: none;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_keywords .site_tags:hover {
    color: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .post_buttons {
    margin: 0 -26px;
    padding: 20px 26px 20px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    font-size: 17px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a {
    display: block;
    position: relative;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 25px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a:hover:before {
    font-size: 35px;
    color: #e9a64f;
    text-shadow: none;
    -webkit-text-shadow: none;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li a img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    display: block;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .main-article-cart .news_authors a:hover {
    color: #e9a64f !important;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 {
    margin-bottom: 25px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a img {
    display: block;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:hover:before {
    opacity: 1;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 div:first-child a:before {
    background: #e9a64f;
  }
  .article-page.mc-1172 .main_container > .row-fluid:first-child > .span6 .more-article-cart .span6 h3 a:hover {
    color: #e9a64f;
  }
  
  /************************************************************************/
  /*                              Responsive                             */
  /*** Max-width: 1370px ***/


  @media screen and (max-width: 1370px) {
    .article-page .main_container {
      max-width: 99%;
      width: auto;
    }
    .article-page .main_container > .row-fluid:first-child {
      flex-wrap: wrap;
    }
    .article-page .main_container > .row-fluid:first-child > .first {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
    .article-page .main_container > .row-fluid:first-child > .span6 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
    .article-page .main_container > .row-fluid:first-child > .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
    }
    .article-page .main_container > .row-fluid:first-child > .last .row-fluid {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .article-page .main_container > .row-fluid:first-child > .last .html {
      text-align: center;
    }
    .article-page .main_container > .row-fluid:first-child > .last .html img {
      width: auto;
      max-width: 100%;
      display: inline-block;
    }
    .article-page .main_container > .row-fluid:first-child > .last > div .latest-news, .article-page .main_container > .row-fluid:first-child > .last > div .all-news, .article-page .main_container > .row-fluid:first-child > .last > div .hp-most-read {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 1200px ***/
  @media screen and (max-width: 990px) {
    .article-page .main_container {
      max-width: 99%;
      width: auto;
    }
    .article-page .main_container > .row-fluid:nth-child(2) .span3 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      text-align: center;
      margin-bottom: 20px;
    }
    .article-page .main_container > .row-fluid:nth-child(2) .span3 img {
      width: auto;
      max-width: 100%;
    }
  }
  /*** Min-width: 768px & Max-width: 1200px ***/
  @media screen and (max-width: 1370px) and (min-width: 640px) {
    .article-page .hp-most-read .module_listing_wrapper .span12 {
      display: flex;
    }
    .article-page .hp-most-read .module_listing_wrapper .span5 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
    .article-page .hp-most-read .module_listing_wrapper .span7 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
  }
  /*** Max-width: 992px ***/
  @media screen and (max-width: 640px) {
    .article-page .main_container > .row-fluid:first-child > .first {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .article-page .main_container > .row-fluid:first-child > .first > .row .span-12:nth-child(2) {
      display: none;
    }
    .article-page .main_container > .row-fluid:first-child > .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .article-page .main_container > .row-fluid:first-child > .span6 .post_keywords .site_tags {
      display: block !important;
    }
  }
  /*** Max-width: 768px ***/
  @media all and (max-width: 1024px) {
    body.article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info .text, body.article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info .source {
      width: auto;
      float: none;
      text-align: left;
    }
    body.article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.main_photo .photo_info .text {
      margin-bottom: 5px;
    }
    body.article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart .gallery_inner li {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
    body.article-page .main_container > .row-fluid:first-child > .last > div {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    body.article-page .main_container > .row-fluid:first-child > .last > div:nth-child(4), body.article-page .main_container > .row-fluid:first-child > .last > div:nth-child(5) {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    body.article-page .main_container > .row-fluid:nth-child(2) .span3 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 480px ***/
  @media only screen and (max-width: 480px) {
    .article-page .main_container > .row-fluid:first-child > .span6 .row .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .article-page .post_buttons {
      flex-direction: column;
    }
    .article-page .post_buttons h5 {
      margin-bottom: 10px;
    }
  }
  body:before {
    content: url(/plugins/lightbox/close.png) url(/plugins/lightbox/img/loading.gif) url(/plugins/lightbox/img/prev.png) url(/plugins/lightbox/img/next.png);
    display: none;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
  
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
  }
  .lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    max-width: inherit;
  }
  
  .lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  
  .lb-next {
    right: 0;
    float: right;
  }
  .lb-next:hover {
    background: url(/plugins/lightbox/next.png) right 48% no-repeat;
  }
  
  .lb-prev {
    left: 0;
    float: left;
  }
  .lb-prev:hover {
    background: url(/plugins/lightbox/prev.png) left 48% no-repeat;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/plugins/lightbox/loading.gif) no-repeat;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #bbbbbb;
  }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-container {
    padding: 4px;
  }
  
  .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/plugins/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .module_results_wrapper > .row-fluid {
    margin-bottom: 40px;
  }
  .module_results_wrapper > .row-fluid .span4 a {
    display: block;
    position: relative;
  }
  .module_results_wrapper > .row-fluid .span4 a img {
    display: block;
  }
  .module_results_wrapper > .row-fluid .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .module_results_wrapper > .row-fluid .span4 a:hover:before {
    opacity: 1;
  }
  .module_results_wrapper > .row-fluid .span4 a div {
    display: block;
  }
  .module_results_wrapper > .row-fluid .span8 {
    padding-left: 0;
  }
  .module_results_wrapper > .row-fluid .span8 h3 {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    font-size: 22px;
  }
  .module_results_wrapper > .row-fluid .span8 .date {
    color: #919191;
    font-size: 14px;
  }
  .module_results_wrapper > .row-fluid .span8 .date a {
    display: inline-block;

    background: #008caf;
    padding: 5px 10px;
    color: #fff !important;
    margin-left: 5px;
    font-size: 12px;
  }
  .module_results_wrapper > .row-fluid .span8 .date a:hover {
    opacity: .8;
  }
  
  .latest-news-search {
    margin-top: 20px;
    border-top-color: #25333e;
  }
  .latest-news-search .title h2 {
    color: #25333e;
  }
  
  /*** Advanced Search ***/
  .searchFromWrapper {
    margin-top: 10px;
    background: #fff;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #008caf;
  }
  .searchFromWrapper img {

  }
  .searchFromWrapper a {
    color: #25333e;
  }
  .searchFromWrapper a:hover {
    color: #008caf;
  }
  .searchFromWrapper h4, .searchFromWrapper h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .searchFromWrapper form {
    max-width: 900px;
    width: 100%;
  }
  .searchFromWrapper form > div:not(.row-fluid) {
    text-align: center;
  }
  .searchFromWrapper form > div:not(.row-fluid) input[type="submit"] {
    width: auto !important;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    background: #25333e;
    color: #fff;
    border: none;
    
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .searchFromWrapper form > div:not(.row-fluid) input[type="submit"]:hover {
    background: #008caf;
  }
  .searchFromWrapper .span6:first-child {
    padding-left: 0;
  }
  .searchFromWrapper .span6:last-child {
    padding-right: 0;
  }
  .searchFromWrapper label, .searchFromWrapper input {
    display: block;
  }
  .searchFromWrapper label {
    margin-bottom: 10px;
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .searchFromWrapper input[type="text"], .searchFromWrapper select {
    margin-bottom: 20px;
    width: 90%;
    height: 47px;
    line-height: 47px;
    padding: 0 5%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .searchFromWrapper input[type="text"]:focus, .searchFromWrapper select:focus {
    border-color: #008caf;
  }
  .searchFromWrapper select {
    width: 100%;
  }
  
  .ui-datepicker {
    background: #fff;
    padding: 20px;
    width: 260px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .ui-datepicker .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    order: 3;
  }
  .ui-datepicker .ui-datepicker-header select.ui-datepicker-month {

  }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-year {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .ui-datepicker .ui-corner-all .ui-icon {
    display: none;
  }
  .ui-datepicker .ui-corner-all:before {
    font-size: 30px;
    cursor: pointer;
  }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td {
    border: 1px solid #ebebeb;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled {
    background: #ebebeb;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-state-disabled:hover {
    border-color: #ebebeb;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td a {
    color: #25333e;
    display: block;
    padding: 3px;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td:hover {
    border-color: #008caf;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td:hover a {
    color: #008caf;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today {
    border-color: #e39b3d;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    color: #e39b3d;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    background: #008caf;
    border-color: #008caf;
  }
  .ui-datepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
    color: #fff;
  }
  
  #ui-datepicker-div {
    display: none;
  }
  
  .module_results_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0px;
  }
  
  .module_results .module_results_wrapper {
    background: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    text-align: left;
  }
  .module_results .module_results_wrapper img {

  }
  .module_results .module_results_wrapper a {
    color: #25333e;
  }
  .module_results .module_results_wrapper a:hover {
    color: #008caf;
  }
  .module_results .module_results_wrapper h4, .module_results .module_results_wrapper h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .module_results .module_results_wrapper h1, .module_results .module_results_wrapper h2 {
    font-size: 26px;
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    margin: 0 1rem 25px;
  }
  .module_results .module_results_wrapper img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  .module_results_header .pull-right {
    margin-top: 20px;
    display: block;
  }
  
  /************************************************************************/
  /*                             Responsive                              */
  /*** Max-width: 1370px ***/
  @media only screen and (max-width: 1370px) {
    .search-page .main_container > .row-fluid > .first, .search-page .main_container > .row-fluid > .last {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .search-page .main_container > .row-fluid > .last {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
    }
    .search-page .main_container > .row-fluid > .last .html {
      text-align: center;
    }
    .search-page .main_container > .row-fluid > .last .html img {
      width: auto;
    }
    .search-page .main_container > .row-fluid > .last > .row-fluid {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .search-page .main_container > .row-fluid > .last .latest-news {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  /*** Max-width: 992 ***/
  @media only screen and (max-width: 640px) {
    .searchFromWrapper .row-fluid {
      flex-direction: column;
    }
    .searchFromWrapper .row-fluid .span6 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }
  /*** Max-width: 768px ***/
  @media only screen and (max-width: 768px) {
    .search-page .module_results_wrapper > .row-fluid {
      flex-direction: column;
    }
    .search-page .module_results_wrapper > .row-fluid .span4, .search-page .module_results_wrapper > .row-fluid .span8 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
    .search-page .module_results_wrapper > .row-fluid .span4 a {
      margin-bottom: 20px;
    }
    .search-page .module_results_wrapper > .row-fluid .span8 {
      padding-left: 1rem;
    }
  }
  .jp-jplayer {
    background: #25333e;
  }
  .jp-jplayer.jp-audio {
    margin: 0 10px 0 0;
    padding: 2px;
  }
  .jp-jplayer.jp-audio a {
    text-decoration: none;
    color: #d2d6db;
  }
  
  .jp-mute, .jp-unmute {
    display: block;
    position: absolute;
    top: 0;
    right: 55px;
  }
  
  .jp-play, .jp-pause, .jp-mute, .jp-unmute {
    z-index: 1;
    outline: none;
    width: 30px;
    height: 30px;
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  
  .jp-play {
    background-image: url(/plugins/jplayer/images/premiumpixels/play.png);
  }
  
  .jp-pause {
    background-image: url(/plugins/jplayer/images/premiumpixels/pause.png);
  }
  
  .jp-mute {
    background-image: url(/plugins/jplayer/images/premiumpixels/mute-off.png);
  }
  
  .jp-unmute {
    background-image: url(/plugins/jplayer/images/premiumpixels/mute-on.png);
  }
  
  .jp-interface {
    position: relative;
    height: 35px;
    width: 100%;
    background-color: #25333e;
    background-repeat: repeat-x;
  }
  
  .jp-controls {
    float: left;
    width: 30px;
    height: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 100;
  }
  .jp-controls li {
    float: left;
  }
  .jp-controls a {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
  }
  
  .jp-progress, .jp-playlist-current {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, border-color, color, opacity;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    -khtml-transition-property: background-color, border-color, color, opacity;
    -khtml-transition-timing-function: linear;
    -khtml-transition-duration: 0.15s;
    -moz-transition-property: background-color, border-color, color, opacity;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 0.15s;
    -o-transition-property: background-color, border-color, color, opacity;
    -o-transition-timing-function: linear;
    -o-transition-duration: 0.15s;
    transition-property: background-color, border-color, color, opacity;
    transition-timing-function: linear;
    transition-duration: 0.15s;
  }
  
  .jp-progress {
    position: absolute;
    padding: 0 95px 0 40px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 7px;
  }
  
  .jp-seek-bar, .jp-play-bar {
    width: 0px;
    height: 5px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
  }
  
  .jp-seek-bar {
    cursor: pointer;
    position: relative;
    z-index: 999;
    background: #464849;
  }
  
  .jp-play-bar {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: progress 0.75s linear infinite;
    -moz-animation: progress 0.75s linear infinite;
    -o-animation: progress 0.75s linear infinite;
    -ms-animation: progress 0.75s linear infinite;
    animation: progress 0.75s linear infinite;
  }
  
  .jp-play-bar, .jp-volume-bar-value {
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    -o-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #fcc500;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff200), to(#fcc500));
    background-image: -moz-linear-gradient(#fff200, #fcc500);
    background-image: -ms-linear-gradient(#fff200, #fcc500);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff200), color-stop(100%, #fcc500));
    background-image: -webkit-linear-gradient(#fff200, #fcc500);
    background-image: -o-linear-gradient(#fff200, #fcc500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200',endColorstr='#fcc500',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#fcc500', GradientType=0)";
    background-image: linear-gradient(#fff200, #fcc500);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  }
  
  .jp-volume-bar {
    float: right;
    z-index: 99;
    position: relative;
    margin: 12px 10px 12px;
    width: 40px;
    height: 7px;
    cursor: pointer;
    background: #262929;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -khtml-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
  }
  
  .jp-volume-bar-value {
    width: 0px;
    height: 5px;
    margin: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
  }
  
  .jp-play-bar, .jp-volume-bar-value {
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -khtml-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    -webkit-background-size: 7px 7px;
    -moz-background-size: 7px 7px;
    -o-background-size: 7px 7px;
    background-size: 7px 7px;
    background-color: #fcc500;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff200), to(#fcc500));
    background-image: -moz-linear-gradient(#fff200, #fcc500);
    background-image: -ms-linear-gradient(#fff200, #fcc500);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff200), color-stop(100%, #fcc500));
    background-image: -webkit-linear-gradient(#fff200, #fcc500);
    background-image: -o-linear-gradient(#fff200, #fcc500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200',endColorstr='#fcc500',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#fcc500', GradientType=0)";
    background-image: linear-gradient(#fff200, #fcc500);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  }
  
  .jp-time-holder {
    margin-top: 19px;
    font-size: 0.8em;
    padding-left: 40px;
    color: #fff;
    position: absolute;
  }
  
  .jp-playlist {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    background-color: #3a3b3c;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    float: right;
    margin-bottom: 15px;
  }
  .jp-playlist ul {
    padding-left: 20px;
  }
  .jp-playlist ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
  }
  
  .jp-audio {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px 10px;
    font-size: 1em;
    font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus Sans L", sans-serif;
    color: #fff;
    line-height: 1.6;
  }
  
  .top-news-container {
    width: 100%;
  }
  
  .top-news-carousel {
    display: block;
    position: relative;
  }
  .top-news-carousel > div {
    background: #fff;
 
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
  }
  .top-news-carousel > div img {

  }
  .top-news-carousel > div a {
    color: #25333e;
  }
  .top-news-carousel > div a:hover {
    color: #008caf;
  }
  .top-news-carousel > div h4, .homepage .top-news .span8 > div h3 {
    font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
  }
  .top-news-carousel > div img {
    width: 100%;
  }
  .top-news-carousel > div div.top-news-info-title-big {
    padding: 25px 20px 20px;
  }
  .top-news-carousel > div div.top-news-info-title-big .top-news-title-big h3 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
    font-size: 26px;
  }
  .top-news-carousel > div div.top-news-info-title-big .top-news-info-big {
    color: #919191;
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .top-news-carousel > div div.top-news-info-title-big a.read-more {
    display: block;
    text-align: center;
    position: relative;
    color: #008caf;
    margin-top: 30px;
  }
  .top-news-carousel > div div.top-news-info-title-big a.read-more:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    top: 10px;
    background: #dbeff4;
  }
  .top-news-carousel > div div.top-news-info-title-big a.read-more span {
    background: #fff;
    display: inline-block;
    padding: 0 35px 0 17px;
    position: relative;
  }
  .top-news-carousel > div div.top-news-info-title-big a.read-more span:before {
    position: absolute;
    right: 12px;
    top: 4px;
  }
  
  .top-news-carousel .owl-dots {
    position: absolute;
    bottom: 328px;
    right: 10px;
    background: none;
    border: none; 
  
  }
  
  .top-news-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #008caf;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #fff;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .top-news-carousel .owl-dots .owl-dot:hover span {
    background: #eca74e;
  }
  
  .top-news-carousel .owl-dots .owl-dot.active span {
    background: #eca74e;
  }
  
  .PostDetails2 .jp-audio.jp-player {
    width: 100%;
    float: left;
    margin: 0 10px 0 0;
    padding: 2px;
  }
  
  @media screen and (min-width: 768px) {
    .srch-li { display: none }
  }
  
  .srch-li{
    text-align: center;
  }
  
  .srch-li .input-srch{
    width: 54%;
    display: inline-block;
  }
  
  .srch-li .input-submit{
    width: 35%;
    padding-left: 20px;
    display: inline-block;
  }
  
  .srch-li .input-srch input {
      width: 100%;
      padding-left: 20px;
      padding-right: -20px;
      background: #19252e;
      color: #f9f9f9;
      height: 49px;
      line-height: 49px;
      -webkit-border-radius: 6px 0 0 6px;
      -moz-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px;
      border: none;
      margin-right: -10px;
  }
  
  
  .srch-li .input-submit button {
      width: 100%;
      display: block;
      background: #919191;
      color: #19252e;
      -webkit-border-radius: 0 6px 6px 0;
      -moz-border-radius: 0 6px 6px 0;
      border-radius: 0 6px 6px 0;
      cursor: pointer;
      height: 49px;
      line-height: 49px;
      border: none;
  }
  
  .s-btn{
      display: inline-block;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      height: 38px;
      line-height: 37px;
      padding: 0 20px;
      background: #326c92;
      color: #fff;
      border: none;
      
      font-family: "Open Sans", Verdana, Geneva, sans-serif; font-weight: 600;
      margin: 10px;
      cursor: pointer;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      outline: none;
  }
  .s-btn:hover {
    background: #008caf;
  }
  
  .jc{
    justify-content: center;
  }
  
  span.new-post{
    color: #f26f35;
  }
  
  #playingNow{
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    background-color: #356d94;
    color: white;
    text-align: center;
    padding: 8px;
  }
  
  #playingNow span{
      margin-right: 20px;
  }
  
  #playingNow .icon{
      border: 1px solid;
      border-radius: 14px;
      padding: 4px 5px;
      cursor:pointer;
  }
  
  #playingNow {
    padding: 10px 0;
    background: #25333e;
    border-top: 3px solid #008caf;
    opacity: .97;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #playingNow {
    padding: 10px 0;
    background: #25333e;
    border-top: 3px solid #008caf;
    opacity: .97;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #playingNow span:not(.icon) {
    font-family: "raleway-semibold", Verdana, Geneva, sans-serif;
    color: #eca74e;
    margin-right: 10px;
  }
  
  #playingNow .icon-play, #playingNow .icon-pause, .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown a:before,
  .more-news .span4 a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
  
    /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      
      border: none;
      padding: 0;
      font-size: 32px;
      margin-right: 0;
      color: #eca74e;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }
  
  #playingNow .icon-play:before {
    content: "\e9b0";
  }
  
  #playingNow .icon-pause:before {
    content: "\e9a5";
  }
  
  #playingNow .icon:hover {
    opacity: .9;
  }
  
  
  /*** Owl Carousel ***/
  
  .owl-theme .owl-dots {
    top: 0;
    bottom: auto !important;
  }
  
  .owl-theme .owl-dots .owl-dot span {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.4);
    border: none;
  }
  
  .top-news-title-big h3 a {
    font-size: 26px;
    line-height: 1.2;
  }
  
  .owl-theme .owl-dots .owl-dot:active, .owl-theme .owl-dots .owl-dot:focus {
    outline: none !important;
  }
  
  
  /************************************************************************/
  /*                            Site: About us                           */
  /**********************************************************************/
  
  /*** Main menu: version items in left ***/
  
  .header .container-fluid:nth-child(3) .navbar-start-menu .navbar-main ul {
    justify-content: flex-start;
  }
  
  /*** Main menu submenu added ***/
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown {
    position: relative;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > a {
    padding-right: 30px;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > a:before {
    content: "\e92e";
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 16px;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > a:hover:before {
    color: #008caf;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > .dropdown-menu {
    position: absolute;
    background: #19252e;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
    top: 51px;
    width: 200px;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0.1;
    transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.2, 0, 0.2, 1);
    transform: translateY(-10px) scaleY(0.5);
    transform-origin: top;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown:hover > .dropdown-menu {
    clip: auto;
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > .dropdown-menu li {
    width: 100%;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > .dropdown-menu li a {
    text-transform: none;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > .dropdown-menu li:last-child a {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
  }
  
  .header .container-fluid:nth-child(3) .navbar-main ul li.dropdown > .dropdown-menu li a:hover {
    background: #008caf;
    color: #fff;
  }
  
  
  /****************** Home Page, About us ******************/
  
  /*** Category Fixes ***/
  
   body .main_container .module_category {
    padding: 10px !important;
   }
  
   body .main_container .module_category .module_main_header .module_category_header {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;
   }
  
   .module_category_1big_4small .title {
    padding: 20px 0 10px;
   }
  
   .module_category_1big_4small .span6:first-child h3 {
    font-family: 'oswald-bold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
    font-size: 22px;
   }
  
   .module_category_1big_4small .right .span3 {
    -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
      max-width: 41.667%;
      padding-left: 0;
      padding-right: 0;
   }
  
   .module_category_1big_4small .right .span9 {
    -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
      max-width: 58.333%;
   }
  
   .module_bottom_conntected {

   }
  
   .module_top_conntected {
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-top: none;
    padding-top: 25px;
   }
  
   .more-margin{
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 10px;
    padding-right: 10px;
   }
  
   .more-news .row-fluid {
    margin-bottom: 25px;
   }
  
   .more-news .span4 a {
    display: block;
    border: 1px solid #008caf;
    position: relative;
   }
  
   .more-news .span4 a img {
    display: block;
   }
  
   .more-news .span4 a:before {
    width: 48px;
    height: 35px;
    text-align: center;
    background: #008caf;
    color: #fff;
    position: absolute;
    left: -4px;
    bottom: -4px;
    line-height: 36px;
    font-size: 25px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: "\e913";
    }
  
    .more-news .span4 a:hover:before {
      opacity: 1;
    }
  
    .more-news .span8 {
      padding-left: 0;
    }
  
    .more-news .span8 p {
      margin-bottom: 0;
      margin-top: 5px;
    }
  
    .more-news .span8 h3 {
      font-size: 17px;
    }
  
    .more-news .span8 .date {
      margin-bottom: 0;
    }
  
  /****************** Responsive Home Page, About us ******************/
  
  /*** Max-width: 1200px ***/
  
  @media screen and (max-width: 990px) {

    .weather-holder {
      /* margin: -60px 10px 50px 10px; */
      margin: -60px 10px 120px 10px;
      clear: both;
    }

    .weatherwidget-io{
      margin: 0 10px;
    }

    body .main_container .module_category .module_main_header .module_category_header {
      padding-left: 0px;
      
     }

     .owl-carousel .owl-stage:after {
       content: none;
     }

  
    .top-news-carousel > div div.top-news-info-title-big {
      padding: 10px 10px 0 10px;
    }

    body[data-site="aboutbnr"] .header .container-fluid:nth-child(2) > .row-fluid {
      height: 82px;
    }

    .homepage .main_container > .row-fluid:first-child .first {
      margin-bottom: 0px;
    }
  
    .header .container-fluid:nth-child(3) 
    .navbar-main ul li.dropdown > a {
      background: #008caf;
    }
  
    .header .container-fluid:nth-child(3) 
    .navbar-main ul li.dropdown > .dropdown-menu {
      width: 100%;
      opacity: 1;
      position: relative;
      top: 0;
      transform: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }
  
    .header .container-fluid:nth-child(3) 
    .navbar-main ul li.dropdown > .dropdown-menu > li:last-child > a {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
    }
  
    .header .container-fluid:nth-child(3) 
    .navbar-main ul li.dropdown > a:hover:before {
      color: #fff;
    }
  
    .footer .span4 {
      -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 50px;
    }
  
    .footer .span4.last {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  
  
  }
  
  /*** Max-width: 880px ***/
  
   @media screen and (max-width: 640px) {
    .module_category_1big_4small > .row-fluid {
      flex-direction: column;
    }
  
    .module_category_1big_4small .row-fluid .span6 {    
      -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
  
    .module_category_1big_4small .row-fluid .span6:first-child {
      margin-bottom: 20px;
    }
   }
  
  
  /*** Max-width: 640px ***/
  
   @media screen and (max-width: 1024px) {
    .more-news .row-fluid {
      flex-direction: column;
    }
  
    .more-news .row-fluid .span4 a {
      margin-bottom: 20px;
    }
  
    .more-news .row-fluid .span8 {
      padding-left: 1rem;
    }
  
    .module_category_1big_4small .span6:first-child h3,
    .more-news .span8 h3 {
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
      font-size: 16px;
    }
  
    .footer .span4 {
      -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
  
    .footer .span4.last {
      padding-left: 1rem;
      padding-right: 1rem;
    }
   }
  
  
  /*** Max-width: 480px ***/
  
   @media screen and (max-width: 1024px) {
    .module_category_1big_4small .row-fluid .right .row-fluid {
      flex-direction: column;
    }
  
    .module_category_1big_4small .row-fluid .right .span3, 
    .module_category_1big_4small .row-fluid .right .span9 {
      -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
  
    }
   }
  
  
  
  /****************** Inner Page, About us ******************/
  
  .site-page .main_container > .row-fluid > div > div {
    background: #fff;
   
      border-top-color: rgb(215, 215, 215);
      border-top-style: solid;
      border-top-width: 1px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-top: 5px solid #008caf;
    padding: 26px 10px;
    display: block !important;
  }
  
  .site-page .main_container > .row-fluid > div h2,
  .site-page .main_container > .row-fluid > div h3,
  .site-page .main_container > .row-fluid > div h4,
  .site-page .main_container > .row-fluid > div h5,
  .site-page .main_container > .row-fluid > div h6 {
    font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
  }
  
  /*li.dropdown ul{
    display : none !important;
  }
  
  li.dropdown.open ul{
    display : block !important;
  }*/
  
  .module_weather {
    position: relative;
  }
  .module_weather .weather_city a {
    font-weight: bold;
  }
  .module_weather img {
    margin-right: 12px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 4px;
  }
  .module_weather .weather_cities {
    position: absolute;
    background: #e6e6e6;
    z-index: 1;
    border: 1px solid #808080;
  }
  .module_weather .weather_cities ul li {
    width: 135px;
    float: left;
  }
  .cat-descr{
      padding: 0 20px;
  }
  
  .bnr-social{
      font-style: italic;
      line-height: 1.5;
      margin-top: 20px;
      padding: 10px 0;
      border-top: 1px solid #e9e9e9;
  }
  
  .bnr-social a{
      color: #47839c!important;
      text-decoration: underline;
  }
  .side-copyright{
      font-size: 12px;
  }
  h3.podcast-title{
    font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      
  }
  
.zdrave a.item-category {
    background: #00AFEF !important;
  }
  

#module_8_2 h2 a{ 
    font-size: 22px;
}

  h2.hot-topics-title{
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
        
        font-weight: bold!important; background-color: #dd0000; color: #fff; 
        padding: 10px 1rem; font-size: 18px;
        
        
    }
    h2.live-embed-player{
      font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
        
        font-weight: bold!important; background-color: #003166; color: #fff; 
        padding: 10px 1rem; font-size: 18px;
        margin-bottom: 10px;
        
    }

    .hot-topics a{ 
        font-family: "Open Sans", Verdana,Geneva, sans-serif;font-weight: 600;
        margin: 0px;
        
        display:block;
        color: #990000;
        padding: 12px 1rem;
        
        /* background-color: #cb0000; */
        border-top: 1px solid #990000;
    }
    .hot-topics a:hover{
        /*background-color: #dd0000;*/
        color: #dd0000;
    }

    .module_category_header h2{
      font-weight: bold;
    }

    .hp-tech .title a{
      font-size: 22px!important;
    }

figure.top-image-small{
   width:87%; /*container-width*/
   height: 125px;

   overflow:hidden; /*hide bounds of image */
   margin:0 auto;   /*reset margin of figure tag*/
}
figure img{
   display:block; /*remove inline-block spaces*/
   width:100%; /*make image streatch*/
}

.top-news-more{
  clear: both;
  display: block;
  
  padding: 10px 0 10px 20px;
  font-weight: bold;
  
  border-top: 1px solid #ccc;
}

.top-news-more div.new-post{ 
  color: #999;
  font-weight: normal;
  margin-top: 10px;
  font-size: 14px;
}

.mn-sep{
  border-top: 1px solid #f5f6f5;
}

.tn-mid{
  padding-top: 10px;
  padding-bottom: 10px;
}

.post_tags{
  background-color: #f1f1f1;
}

#st-1 .st-btn > img{
  display: none!important;
}

.articleBody p, span[itemprop="articleBody"]{
  line-height: 1.5!important;
  font-size: 16px!important;
}

@media only screen and (max-width: 1024px) {

  .sidebar{
    width: 100%!important; 
  }
  .span3{
    max-width: 100%;
  }

}

.soc-icon-fa{
  font-size: 30px;
  margin: 10px 20px 0 0;
}

a.send-your-story{
  display: block;
  text-align: center;
  white-space: nowrap;
  background-color: #00AFEF;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  width: fit-content;
  margin: 40px 0 0 80px;
}

a.send-your-story-sm{
  display: block;
  text-align: center;
  white-space: nowrap;
  background-color: #00AFEF;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  width: 170px;
  margin: 0 0 0 330px;
}
a.send-your-story-sm:hover{
color: #ececec;
}

.your-story-intro{

margin-top: 20px; 
background-color: #fff;
padding: 20px;
border: 1px solid #00AFEF;
border-top: 5px solid #00AFEF;
}

.your-story-intro h2{
  font-weight: bold;
  color: #00AFEF;
}

.your-story-intro p{
  font-size: 16px;
}

.your-story-intro img{
  width: 300px!important;
  height: auto;
  float: left;
  margin: 0 30px 0 0 ;
}

.mobile-only{

  display: none!important;

}

.desktop-only{

  display: block!important;

}

.top-news-right-small{
  height: 122px; 
  width: 100%; 
  overflow: hidden;
}

.elkin img{
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .elkin, .hot-topics{
    text-align: center;
  }
  .elkin img{
    width: 90%!important;
    height: auto!important;
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
  }
 

  .header-subcategories{
  /* display: none; */
  }

  .sharethis-inline-share-buttons{
    margin-top: 20px;
    margin-bottom: 5px;
    
  }
  .top-news-right-small{
    height: auto;
  } 

  .article-page .main_container > .row-fluid:first-child > .span6 .module_main_header{
    display: none!important;
  }
  
.article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart div.date {
    font-size: 12px;
  }

  .latest-news{
    padding-left: 10px!important;
  }

  .article-page .main_container > .row-fluid:first-child > .span9 .main-article-cart h1, .article-page .main_container > .row-fluid:first-child > .span12 .main-article-cart h1, .music-bands .title, .news-listing-mb h1 {
    font-size: 24px!important;
  }


 .article-page .main_container > .row-fluid:first-child > .span9 .main-article-cart, .article-page .main_container > .row-fluid:first-child > .span12 .main-article-cart, 
.article-page.mc-1140 .main_container > .row-fluid:first-child > .span6 .main-article-cart 
  
  {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }

  .article-page .main_container > .row-fluid:first-child > .span6 .main-article-cart h1{
    font-size: 20px;
  }

  .top-news-title-big h3 a {
    font-size: 20px;
  }

  .top-news-more{
    padding: 10px 0 10px 10px;
  }

  .span3.first{
    display: none;
  }
  
  .home-head-banner{
    width: 100%;
    text-align: center;
    margin-bottom: 50px!important;
    
    height: max-content!important;
    clear: both!important;
  }
  .home-head-banner img{
    width: 90%!important;
    height: auto!important;
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
    
  }

  .hot-topics-cont{
    
  }

  a.send-your-story{
    margin-top: 70px;
    margin-left: 90px;
    width: fit-content;
  }

  .your-story-intro img{
    width: 100%!important;
    height: auto;
    float: none;
  }

  a.send-your-story-sm{
    margin: 0 auto;
  }

  .your-story-intro h2{
    text-align: center;
    margin-top: 20px;
  }

}
.mb-30{ margin-bottom : 30px }



.banner-top-center{
  text-align:center; 
  margin-bottom: 20px;
}

.banner-top-center  img{

  height: auto; 
  width: 70%!important; 
  min-width: 350px;

}

.banner-top20 img{
  width: 45%!important;
}


@media screen and (max-width: 600px) {

  h3[itemprop="alternateName"], div.news_title h3 {
   font-size: 16px;
   font-style: italic;
}

  .item-category-tag{
   
    display:block!important;
    margin-top: 5px;


  }


  .main_container{
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner-top-center{
    margin-top: 0px;
  }

  .banner-top-center  img{

    height: auto; 
    width: 100%!important; 
  
  }

  .mobile-only{

    display: block!important;
  
  }
  
  .desktop-only{
  
    display: none!important;
  
  }

  .module_category .module_main_header .module_category_header, .module_listing .module_main_header .module_category_header {
    display: inline;
  }

  .span12 > .row-fluid{
    
    /*flex-direction: column;*/
    
  }
  .span12 .news, .news_content > .span3, .news_content > .span12{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .row-layout {
    margin-right: 0;
    margin-left: 0;
  }

}

.hp-christmas-logo > .site_logo{
  margin-top: -20px!important;
  margin-bottom: -20px!important;
}

.hp-christmas-logo  img{
  width: 270px!important;
  height: auto!important;
}

.rb-christmas-logo > .site_logo{
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

.rb-christmas-logo img{
  width: 330px!important;
  height: auto!important;
}

.ot-christmas-logo > .site_logo{
  margin-top: 30px!important;
  margin-bottom: 10px!important;
}

.ot-christmas-logo img{
  width: 280px!important;
  height: auto!important;
}

@media screen and (max-width: 990px) {

  .hp-christmas-logo > .site_logo{
    margin-top: -40px!important;
    margin-bottom: 0px!important;
  }
  
  .hp-christmas-logo  img{
    width: 200px!important;
    height: auto!important;
  }

  .rb-christmas-logo > .site_logo{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }

  .rb-christmas-logo img{
    width: 250px!important;
    height: auto!important;
  }

  .ot-christmas-logo > .site_logo{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }

  .ot-christmas-logo img{
    width: 220px!important;
    height: auto!important;
  }

}

.rb-85 .title a{
  font-size: 20px!important;
  
}

a.in-text{
  color: rgb(0,112,192);
  text-decoration: underline!important;
}

/* izbori */ 

.social-icons-izb{
  width:auto;
  margin-left: 140px;
    margin-top: 10px;
}

.social-icons-izb{
  margin-top: 15px;
  float: right;
}

.social-icons-izb a{
  color: #041b3e;
  font-size: 20px;
  margin-right: 20px;
}

.az-izbiram-banner img{
  max-width: 800px;
  height: auto;
}

.az-izbiram-banner-mobile{
  display: none;
}

.az-izbiram-banner-mobile img{
  width: 85%!important;
  height: auto;
  margin-top: 20px;
}

a.izb-button{

  display: block;
  width: max-content;
  background-color: #008bae;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  margin-right: -30px;
  
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.ned-150{
  margin-left:60px;
  margin-right:60px;
}
@media only screen and (max-width: 990px){

  .footer .social-icons, body[data-site="izbori"]  #module_13_4, body[data-site="izbori"]  #module_13_5, #module_22_4, #module_22_5, #module_22_6{

    margin-left: 40px;
  
  }

  .category-page.mc-1139 .category-cart:last-child .module_listing_more > .span6 > .row-fluid > .span12 .span4 a img {
    border: none;
    width: 95%!important;    
  }



  .main_container .row-layout{
    display: block;
  }

  .ned-150{
    margin: 0px;
  } 

  a.izb-button{
    background: transparent;
    width: 100%;
    width: 300px;
    padding: 0!important;
    line-height: 10px;
  }

  .az-izbiram-banner{

    display: none;

  }

  .az-izbiram-banner-mobile{

    display: inline;

  }


 .homepage .top-news {
    margin-bottom: 0px!important;
  }


  .span1, .span2, .span3, .span4, .span5,
  .span6, .span7, .span8, .span9, .span10,
  .span11, .span12 {
    padding-right: 2px;
    padding-left: 5px;
  }

  .social-icons-izb{
    display: none;
  }

  body[data-site="izbori"] .main_container, body[data-site="tokyo2020"] .main_container{
    margin-top: -80px;
  }
  body[data-site="izbori"] .span4, body[data-site="tokyo2020"] .span4{
    max-width: 100%!important;
  }

  body[data-site="izbori"] .navbar-main #mmenusel, body[data-site="tokyo2020"] .navbar-main #mmenusel {
    margin-top: 50px;
  }


  .izbiram-regions a{
width: 40%!important;
margin-left: 10px!important;
  }

  .izbiram-info a{
    width: 100%!important;
  }

  .more-margin{
    margin: 0;
  }


  .article-page .main_container > .row-fluid:first-child > .span12 > .module_main_header .module_category_header {
    border-top: none!important;
  }

}



.top-base{
  top: 50px!important;
}

body[data-site="izbori"] .header .container-fluid:nth-child(2) {
  background: #f7f8f7;
}

body[data-site="izbori"] .header .container-fluid:nth-child(3) {
  background: #041b3e;
  border: none;
}

body[data-site="tokyo2020"] .header .container-fluid:nth-child(2) {
  background: #f7f8f7;
}

body[data-site="tokyo2020"] .header .container-fluid:nth-child(3) {
  background: #8c2131;
  border: none;
}

body[data-site="tokyo2020"] .module_category{
  border-top: 5px solid #8c2131;
}

body[data-site="tokyo2020"] .dropdown-menu a:hover{
  background: #8c2131!important;
}

body[data-site="tokyo2020"] .module_category .title  a{
  color: #927249!important;
}

body[data-site="tokyo2020"] .mainMenu a:hover{
  color: #fcb326!important;
}


body[data-site="izbori"] .header .container-fluid:nth-child(2) .header-search .form .row-fluid,
body[data-site="tokyo2020"] .header .container-fluid:nth-child(2) .header-search .form .row-fluid {
  padding: 0;
  float: left;
}

body[data-site="izbori"] .header .container-fluid:nth-child(2) .header-search .form input,
body[data-site="tokyo2020"] .header .container-fluid:nth-child(2) .header-search .form input {
  background: #e3e3e3;
  color: #041b3e;
  height: 39px;
  line-height: 39px;
  padding-left: 18px;
  padding-right: 18px;
  border: none;
}

body[data-site="izbori"] .footer.hidden-phone {
  margin-top: 30px;
  background: #041b3e;
  border-top: 4px solid #e39b3d;
  color: #fff;
  padding-top: 65px;
}

body[data-site="tokyo2020"] .footer.hidden-phone {
  margin-top: 30px;
  background: #8c2131;
  border-top: 4px solid #e39b3d;
  color: #fff;
  padding-top: 65px;
}

body[data-site="izbori"] .header .container-fluid:nth-child(3) .navbar-main ul li a.active {
  background: #012754;
  position: relative;
}

body[data-site="tokyo2020"] .header .container-fluid:nth-child(3) .navbar-main ul li a.active {
  background: #012754;
  position: relative;
}

.izb-date{
  color: #041b3e;
  white-space: nowrap;
  margin-top: 15px;
  font-size: 14px;
  width:200px!important;
}

.izbiram a{
  display: block; 
  float: left;
  padding: 10px 10px;
  
  color: #fff;
 
  text-align: center;

}

.izbiram-regions a{
  width: 110px;
  margin: 2px;
  background-color: #013267;
}
.izbiram-regions a:hover{
  
  background-color: #0060c7;
}

.izbiram-RB a{
  color: #031a3e;
  background-color: #fff;
  width: 20px;
  margin: 5px;
  border: 1px solid #d1d1d1;
}
.izbiram-RB a:hover{
  background-color: #f3f3f3;
}

.izbiram-info a{
  width: 245px;
  margin-bottom: 2px;
  
  color: #000;
  border-top: 1px solid #000;
}
.izbiram-info a:hover{
  background-color: #ececec;
}

body[data-site="izbori"] .sidebar .module_main_header_title .title {
  color: #000;
  font-size: 16px;
  border-bottom: none;
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  font-weight: bold;
}

body[data-site="izbori"] .module_category, .module_listing {
  
}

body[data-site="izbori"] .module_category .module_main_header .module_category_header .title a, .module_listing .module_main_header .module_category_header .title a {
  color: #064997;
}

.home-single-post-izb .row-fluid{
  margin-bottom: 20px;
}


body[data-site="izbori"] .navbar-main #mmenusel {

  background: transparent;

}

body[data-site="izbori"] .mainMenuWrapper {

  background: #031a3e;

}

body[data-site="izbori"] .navbar-main .hidden-desktop.btnNavbar, body[data-site="izbori"] .header > .container-fluid:first-child .hidden-desktop .btnNavbar {



background: transparent;
color: #003c8b!important;
border: none;
font-size: 40px!important;
font-weight: bold;
padding: 10px 15px!important;
}

body[data-site="tokyo2020"] .navbar-main .hidden-desktop.btnNavbar, body[data-site="tokyo2020"] .header > .container-fluid:first-child .hidden-desktop .btnNavbar {



  background: rgba(255,255,255, 0.8);
  color: #b11c32!important;
  border: none;
  font-size: 40px!important;
  font-weight: bold;
  padding: 10px 0px!important;
  }

  body[data-site="tokyo2020"] #mmenusel{
    background-color: #8c2030;
    padding-top: 0;

  }


body[data-site="izbori"]  .srch-li .input-srch input {
  background-color: #fff;
  margin-top: 10px;
  padding: 3px;
  color: #000;
  height: 40px;
  line-height: 40px;
}

body[data-site="izbori"]  .srch-li .input-submit button {
  background-color: #ececec;

}



body[data-site="izbori"] .footer-policy {
background-color: #021b3e;
}

body[data-site="izbori"] .btn-navbar {
  position: absolute!important;
  top: 10px!important;
  right: 10px!important;
}

body[data-site="izbori"] .navbar-main .hidden-desktop.btnNavbar:before {

  font-size: 36px;
  margin-right: 20px!important;
  
  
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -14px;
      margin-left: px;

}

body[data-site="izbori"] .footer_menu a{
  text-align: center!important;
}

#podcasts-banner{
  text-align: center;
}

#podcasts-banner img{
  width: 100%;
  max-width: 728px;
}

li.podcasts{
  background:url(/img/banners/binar-logo-100.png) 0 0 no-repeat;
    display:block;
    height:40px; 
    text-indent:-99999em;
    width:100px; 
    overflow:hidden;
  background-color: #283035;
  text-indent: -99999em;
}

li.euranet-plus{
  background:url(/img/banners/Euranet-menu.png) 0 0 no-repeat;
    display:block;
    height:40px; 
    text-indent:-99999em;
    width:140px; 
    overflow:hidden;
  background-color: #283035;
  text-indent: -99999em;
}

li.podcasts a{
  
}
li.podcasts a:hover{
  color: #fffd80!important;
}

.post-meta-mobile{
  width: 100%;
  padding: 15px;
}

 
.fade {
  
  animation-name: fade;
  animation-duration: 2s;
}

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

.izb-gallery  .module_albumphotos_header{
  background-color: #031a3e;
  color: #fff!important;
  padding: 10px 16px;

  font-size: 18px;
  font-weight: bold;
}

.izb-gallery .title{
  text-align: left!important;
  color: #fff!important;
  margin: 0px!important;
}

.izb-gallery ul{
  margin-top: 0px;
}

.auto-margin{
  margin: 0 auto;
}
body[data-site="izbori"] li.izb-pointer  a::before{
  /*
  content: "\002611";
  
  font-size: 35px;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 3px;
  line-height: 0px;
*/
  /*position: absolute;
  left: -18px;
  top: -8px;*/
}

.izbori-home{
  border: 7px solid #3d8bac;
  background-color: #ebebf4;
  
}

.izbori-flag{
  border-color: rgb(0, 110, 64);
  background: url("/img/banners/Bulgaria-flag-min-2.jpg") no-repeat;

}
.izbori-flag a.title{
color: rgb(0, 145, 85)!important; margin-left: 15px; font-size: 30px;
}
.izbori-flag img.banner{
  height: 280px; width: auto; box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 35%);
}

.factcheck-home{
  border: 7px solid #c80116;
}

.factcheck-home h2 > a{
  color: #000!important;
  margin-left: 15px; font-size: 30px;
}

.olympics-home{
  border: 10px solid #c80116;
  
}

.olympics-home .item-category{
  background-color: #8c2030;
}

.pc-lbl{
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #004690; 
  width: fit-content;
  padding: 5px 7px;
  
}

.pc-lbl-2{
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #006622; 
  width: fit-content;
  padding: 5px 7px;
  
}

.pc-lbl img, .pc-lbl-2 img{
  height: 17px;
  width: auto;
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}
.pc-box{
  background-color: #ececec !important;
  
  padding-top: 10px;
  margin-bottom: 10px;
}

.vote-world{
  
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}


a.daily-webcast-archive-button{
  display: block;
  
  color: #eca64e;
  background-color: #25333e;
  border-radius: 5px;
  font-size: 11px;
  padding: 3px 5px;
  width: fit-content;
  text-transform: uppercase;
  margin-top: 5px;
}

@media only screen and (max-width: 990px){
  a.daily-webcast-archive-button{
    margin-top: 0;
  }
}

a.daily-webcast-archive-button:hover{
  color: #fff;
}

.search-btn{
  background-color: #18252d;
  color: #fff;
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
  
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.rb-languages{
  
  position: absolute;
    top: 53px;
    right: 180px;
}
.rb-languages a{
  text-transform: uppercase;
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 1px;
  color: #008caf;
  background-color: #18252d;
}

.rb-languages a:hover{

  background-color: #2f4a5a;
  color: #2ad4ff;
}

iframe.youtube, iframe.embedcode{
  width: 690px;
  height: 400px;
}

iframe.youtube-large{
  width: 940px!important;
  height: 500px!important;
}

.embedcode-binar{
  width: 690px;
  height: 175px;
}

@media only screen and (max-width: 1024px) {
  iframe.youtube, .iframe.youtube-large, iframe.embedcode{
    width: 370px!important;
    height: 210px!important;
  }

  .embedcode-binar{
    width: 350px;
    height: 160px;
  }

  .rb-languages{
    position:initial;
    top: 200px;
    width: fit-content;
    margin: 0 auto;
    float: none;
    
  }
  .rb-languages a{
    width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  } 
}

.banner900x250{
  max-width: 900px;
  margin: 0 auto;
}

.banner900x250 img{
  height: auto;
}

.rb-langs-mobile{
  margin-top: -60px; 
  margin-bottom: 40px;
}





body[data-site="factcheck"] .category-cart .row-fluid .span4 div > a:not(.item-category):before {
    content: "";
}




body[data-site="oureu"] .header .container-fluid:nth-child(2) {
  background: #fff;
}

body[data-site="oureu"] .header .container-fluid:nth-child(3) {
  background: linear-gradient(#3d7ac1,#345e9c);
  border: none;
}


body[data-site="oureu"] .header .container-fluid:nth-child(3) .navbar-main ul li.home a {
  background: #282f52;
}

body[data-site="oureu"] .header .container-fluid:nth-child(3) .navbar-main ul li.active a {
  background: #282f52;
}

body[data-site="oureu"] .footer.hidden-phone {
  background: linear-gradient(#3d7ac1,#345e9c);
  border-top: none;
  padding-top: 30px;
}

body[data-site="oureu"] .module_category .module_main_header .module_category_header .title, .module_listing .module_main_header .module_category_header .title,

body[data-site="oureu"] .module_category .module_main_header .module_category_header .title a, .module_listing .module_main_header .module_category_header, .four-col .title
{
  font-size: 20px;
  text-transform: none;
  font-weight: normal;
}

body[data-site="oureu"] .header .container-fluid:nth-child(3) .navbar-main ul li a:hover {
  color: #ccc;
}


body[data-site="oureu"] .footer .footer_column_wrapper .social-icons {
  margin-top: 10px;
}


body[data-site="oureu"] .footer .footer_column_wrapper .social-icons a {
  border: none;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.oureu-btn{
  display: block;
  background: linear-gradient(#3d7ac1,#345e9c);
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100px;
  margin: 0 auto;
}
.oureu-btn:hover{
  color: #ccc;
}

.agenda-row{
  
  margin: 20px 0;
  border-bottom: 1px dashed #ccc;
  padding: 20px;
}
.agenda-date{
font-weight: bold;
float: left;
}

.agenda-host{
  font-weight: bold;
  float: left;
  margin-left: 30px;
}

.agenda-title{
clear: both;
text-transform: uppercase;
font-size: 20px;
padding-top: 10px;
}

.agenda-row:hover{
background: #f3f3f3;
}

.oureu-hp{
  border: none;
  background: linear-gradient(#3d7ac1,#345e9c);
  color: #fff;
}

.oureu-hp a{
  color: #fff!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.oureu-hp img{
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35); 
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  border: 1px solid #345d9c;
}


.oureu-hp img.head-img{
  height: 35px; width: auto; border: 5px solid #fff; margin-bottom: 20px; margin-top: 10px;
}

@media only screen and (max-width: 800px) {
  .oureu-hp img.head-img{
    height: auto; width: 70%; 
    margin-bottom: 0!important;
    margin-top: 0!important;
  }
  .oureu-head-img-span{
    margin-bottom: 0!important;
  }

}

.oureu-hp .date{
  display: none;
}

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

img.sitak-img{
  width:309.6px;
  height:258px;
  float: right;
  margin-left: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {

  .izbori-flag a.title{
    font-size: 20px!important;
    margin-left: 10px;
    
    }

    .izbori-flag img.banner{
      height: auto; width: 100%; box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 35%);
    }

  img.sitak-img{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

a.sirak-btn{
  display: block;
  width:fit-content;
  color:#fff!important;
  background-color:#0963a3!important;
  padding:15px!important;
  font-size:16px!important;
  margin:0 auto!important;
}



.hp-sport ul.menu-subcat li:last-child{
display: none;
  
}


.ukraine a.ukrtitle{
  color: #0058b5; margin-left: 15px; font-size: 24px;
}



@media only screen and (max-width: 780px) {

  .ukraine {
    margin-left: 10px;
    text-align: center;
  }

  .ukraine a.ukrtitle{
    margin-left: 0;
    font-size: 18px!important;
    
  }


  .header .container-fluid:nth-child(2) .social-icons {
    top: 5px;
  }


  .hp-sport ul.menu-subcat li:last-child{
    margin-left: 10px;
  }
  .hp-sport{
  }
  .sport-player {
    position: relative;
    top: -50px!important;
    margin-bottom: 100px!important;
    z-index: 1000!important;
  }
}

.editor{
  margin-top: 20px;
  color: #777;
  text-align: right;
}


.video_icon_l {

  color: #eca74e;

  display: inline-block;

  font-family: 'icomoon' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
  font-size: 40px!important; 
  line-height: 30px;
  text-align: right; float: right; 
  width: fit-content; position: relative;
  top: 10px; right: 10px;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  height: fit-content;
}

.video_icon_s {

  color: #eca74e;

  display: inline-block;

  font-family: 'icomoon' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
  font-size: 30px!important; 
  line-height: 20px;
  text-align: right; float: right; 
  width: fit-content; position: relative;
  top: 15px; right: 10px;
  text-shadow: 1px 1px 1px #000000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  height: fit-content;
}

.video_icon_l:hover, .video_icon_s:hover{
  color: #ffbf6b;
  background-color: rgba(0, 0, 0, 0.9);
}



.video_icon_l:before, .video_icon_s:before {

  content: "\ea05";

}

#send-signal{
  margin-left: 285px;
  margin-top: 40px;
}
#send-signal img {
  width: 100px; height: auto;
}

img.uk-gal{
  margin: 10px 20px 10px 0px; width: 200px!important; height: auto!important; float: left;
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35); 
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.35);
  border-radius: 5px;
  border: 1px solid #999;
}
img.uk-gal:hover{
  -webkit-box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.7); 
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.7);
}
.uk-head{
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 10px;
  margin-bottom: 20px;
}

.uk-queen iframe{
  width: 380px;
  height: 220px;
  float: left;
  margin: 20px;
}
@media only screen and (max-width: 780px) {

  img.uk-gal{
    width: 100%!important;
    margin: 10px 0;
  }
  .uk-queen iframe{
    width: 330px;
    height: 200px;
    margin: 20px 0;
  }
}

.live-lbl{
  font-size: 11px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #a70202; 
  width: fit-content;
  padding: 5px 7px;
  padding-left: 25px;
  
}

.ring-container {
  position: relative;
}

.circle {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -16px;
}

.ringring {
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  height: 15px;
  width: 15px;
  position: absolute;
  left: -23px;
  top: -3px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0.0
}
@-webkit-keyframes pulsate {
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.article_live_player{
  margin-top: 20px;
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.article_live_player iframe{
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.related-podcasts-coontainer{
  margin-bottom: 20px;
  background-color: #f4f4f4;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
}
h2.prelated{
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  background-color: #271f18;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

h2.prelated img{
  float: right; 
  height: 25px;
  width: auto;
  margin-top: -3px;
}
.related-podcast-section{
  border-bottom: 1px solid #ddd;
  
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.related-podcast-category{
  color: #ee4023;
  font-size: 13px;
  margin-bottom: 5px;
}

.related-podcast-title a{
  font-weight: bold;
}

.contacts-tbl td{ 
padding: 10px;
border-bottom: 1px solid #ececec;
}

.mondial2022{
  background: rgb(116,31,65);
background: radial-gradient(circle, rgba(116,31,65,1) 0%, rgba(29,3,20,1) 100%);
  border: none;
  
}

.mondial2022 a{
  color: #741f41!important;
  font-size: 17px!important;
}

.mondial2022 a.title{
  color: #fff!important;
  text-shadow: 2px 2px 2px #000;
  font-size: 26px!important;
}

.mondial2022 a:hover{
  color: #000!important;
}

.mondial2022 a.title:hover{
  color: #fff!important;
}

.qatar2022-heading{
  color: #741f41!important;
  margin: 20px 0 40px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}

.bgkoleda2022{
  border: 7px solid #05ab28;
 
}

.bgkoleda2022inner{
  border: 7px solid #ed020d;
 
}
.bgkoleda2022 a.title{
  color: #05ab28!important;
  font-size: 26px!important;
}

.bg-ambassador{
  border-top-color: #4808a8;
  border-bottom: 2px solid #4808a8;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(226,222,255,1) 100%);
}

.bg-ambassador a.title{
  color: #4808a8!important;
}

.error{
  color: #ff0000;
}
#form_mediapartnership{
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
}
#form_mediapartnership h5, h5.mp-heading{
  font-size: 18px;
}
h5.mp-heading{
  margin-top: 30px;
}

#form_mediapartnership .control-group{
  margin: 15px 0;
}

#form_mediapartnership .info-note{
  font-style: italic;
  font-size: 11px;
}

#form_mediapartnership label{
  display: block;
}

#form_mediapartnership  input[type=radio], #form_mediapartnership  input[type=checkbox]{
  margin-right: 10px;
}

#form_mediapartnership  input[type=submit]{
  margin: 0 auto;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  background-color: darkolivegreen;
  color: #fff;
}
.sm-banner {
  text-align: center;
}
.sm-banner img {
  width: 80%!important; 
  height: auto;
}

.post-type{
  text-transform: uppercase;
  color: #fff;
  display: block;
  display:inline-block;
  font-size: 14px;
}

.post-type-1{
  background-color: #940000;
  padding: 5px;
}

.post-type-2{
  background-color: #000074;
  padding: 5px;
}

.post-type-3{
  background-color: #582020;
  padding: 5px;
}

.bgkoleda-vid{
  float: left; margin-right: 10px; margin-bottom: 50px; width: 300px; height: 200px;
}

.christmas-logo .site_logo{
margin-top: 20px!important;
margin-bottom: 10px!important;
}




.text2voice{
  background-color: #3d8bab;
  height: 70px;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: table;
  width: 100%;
}
.text2voice img{
  height: 60px;
  width: auto; 
  float: left;
  margin: 10px;
} 

.text2voice span{
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  padding-top: 25px;
  margin-right: 20px;
}

.text2voice audio{
  width: 400px;
  margin-top: 10px;
  display: table-cell;
  text-align: center;
    display: table-cell; 
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .christmas-logo .site_logo{
    top: -20px!important;
  }
  .text2voice{
    height: 120px;
  }
  .text2voice audio{
    width: 90%;
    margin-left: 20px;
  }
}

.voice_icon::before{
  content: url('http://bnr.bg/img/icons/texttospeech-i.png');
  vertical-align: middle;
}

#form_muzikant_add, #form_muzikantglasuvane_add{
  background-color: #ececec;
  border: 1px solid #ccc;
  padding: 20px;
  width: fit-content;
  margin: 0 auto;
}

#form_muzikant_add input, #form_muzikant_add textarea, #form_muzikant_add select, #form_muzikantglasuvane_add input, #form_muzikantglasuvane_add textarea, #form_muzikantglasuvane_add select{

  padding: 5px;
  font-size: 20px;
  width: 300px;
  border: 1px solid #ccc;
}

#form_muzikant_add .control-group, #form_muzikantglasuvane_add .control-group{
  margin-bottom: 20px;
}

#form_muzikant_add input[type=submit], #form_muzikantglasuvane_add input[type=submit]{
  background-color: #3c131d;
  color: #fff;
}
#form_muzikant_add .error, #form_muzikantglasuvane_add .error{
  display: block;
}

body[data-site="aboutbnr"] .broadcast-articles-listing  .pagination{
  display: none;
}

.onnetwork-audio{
  width: 100%;
  height: 100px;  
}

.onnetwork-audio .smartphone{
  height: 100px !important;
  max-height: 100px !important;
  overflow: visible !important;
}

.onnetwork-audio iframe{
  height: 100px !important;
  max-height: 100px !important;
}

body[data-site="radiobulgaria"] .bulgarite .item-category {
  display: none;
}
body[data-site="radiobulgaria"] .bulgarite .header-subcategory {
  font-size: 13px!important;
}

body[data-site="radiobulgaria"] #module_7_2 .title a {
  font-size: 24px!important;
}

body[data-site="hristobotev"] .bc-lbl-sm{
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
.header .container-fluid:nth-child(2) .news-play .mejs-controls .mejs-button:before {
  color: #fff;
}
body[data-site="hristobotev"] .bc-lbl-sm{
  margin-top: 0px;
}
}

.izbori{
 
  /* display: none!important; */

}