.fresh-articles-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  .fresh-articles-wrapper div {
    box-sizing: border-box; }
  .fresh-articles-wrapper .main-article-wrapper {
    flex-basis: 50%;
    flex-grow: 2;
    flex-shrink: 2; }
  .fresh-articles-wrapper .side-articles-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px; }
    .fresh-articles-wrapper .side-articles-wrapper > div {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      .fresh-articles-wrapper .side-articles-wrapper > div > div {
        flex-basis: 50%;
        max-width: 265px;
        margin-bottom: 12px; }
  .fresh-articles-wrapper .main-article-wrapper > div a, .fresh-articles-wrapper .side-articles-wrapper > div > div a {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    color: white;
    font-size: 18px; }
    .fresh-articles-wrapper .main-article-wrapper > div a .image-wrapper img, .fresh-articles-wrapper .side-articles-wrapper > div > div a .image-wrapper img {
      width: 100%; }
    .fresh-articles-wrapper .main-article-wrapper > div a .layer, .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0) 100%);
      color: white;
      transition: background 0.7s ease; }
      .fresh-articles-wrapper .main-article-wrapper > div a .layer > div, .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 15px; }
        .fresh-articles-wrapper .main-article-wrapper > div a .layer > div > p, .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div > p {
          font-size: 18px;
          color: white;
          line-height: 16px;
          font-weight: 500;
          margin-bottom: 15px; }
        .fresh-articles-wrapper .main-article-wrapper > div a .layer > div .label, .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div .label {
          color: white;
          background: #d32f2f;
          padding: 4px 10px;
          font-size: 13px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 20px;
          text-transform: uppercase; }
        .fresh-articles-wrapper .main-article-wrapper > div a .layer > div .date, .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div .date {
          font-size: 11px;
          color: #fff;
          font-weight: 300;
          letter-spacing: 0.2px; }
    .fresh-articles-wrapper .main-article-wrapper > div a:hover .layer > div > p, .fresh-articles-wrapper .side-articles-wrapper > div > div a:hover .layer > div > p {
      font-weight: bold;
      text-decoration: underline; }
  .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  @media (max-width: 1200px) {
    .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(2n) {
      padding-left: 12px; } }
  @media (max-width: 650px) {
    .fresh-articles-wrapper .main-article-wrapper {
      flex-basis: auto;
      margin-bottom: 15px; }
    .fresh-articles-wrapper .side-articles-wrapper {
      flex-basis: auto;
      padding-left: 0px; } }
  @media (max-width: 450px) {
    .fresh-articles-wrapper .side-articles-wrapper > div > div {
      flex-basis: auto;
      max-width: none; }
      .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(2n) {
        padding-left: 0px; } }
.videos-list-wrapper .videos-list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .videos-list-wrapper .videos-list .video-item {
    flex: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex-wrap: nowrap; }
    .videos-list-wrapper .videos-list .video-item:nth-child(n + 3) {
      padding-top: 10px;
      margin-top: 25px; }
    .videos-list-wrapper .videos-list .video-item > h5 {
      margin-bottom: 5px;
      font-size: 16px;
      color: #444444;
      padding: 0px 5px;
      font-weight: 600;
      min-height: 40px; }
    .videos-list-wrapper .videos-list .video-item .video-wrapper {
      padding: 0px 5px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      .videos-list-wrapper .videos-list .video-item .video-wrapper .video-btn {
        display: block;
        text-align: center;
        position: relative; }
        .videos-list-wrapper .videos-list .video-item .video-wrapper .video-btn img {
          max-width: 100%; }
          .videos-list-wrapper .videos-list .video-item .video-wrapper .video-btn img.vimeo {
            width: 100%; }
        .videos-list-wrapper .videos-list .video-item .video-wrapper .video-btn .fa-play {
          font-size: 18px;
          width: 52px;
          height: 40px;
          text-align: center;
          padding-top: 12px;
          color: white;
          background: #444444;
          border-radius: 5px;
          position: absolute;
          left: 50%;
          margin-left: -26px;
          top: 50%;
          margin-top: -20px; }
        .videos-list-wrapper .videos-list .video-item .video-wrapper .video-btn:hover .fa-play {
          color: red; }
    .videos-list-wrapper .videos-list .video-item.single-item > h5 {
      text-align: center; }
    .videos-list-wrapper .videos-list .video-item.single-item .video-wrapper .video-btn img {
      width: auto; }

#video-filters-form .filters-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #video-filters-form .filters-actions > div {
    margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .videos-list-wrapper .videos-list .video-item {
    flex-basis: 100%; }
    .videos-list-wrapper .videos-list .video-item:nth-child(n + 2) {
      padding-top: 10px;
      border-top: 4px solid rgba(0, 0, 0, 0.1);
      margin-top: 15px; } }

.issues-list-wrapper {
  padding: 18px;
  background: black; }
  .issues-list-wrapper > h5 {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600; }
  .issues-list-wrapper .issues-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start; }
    .issues-list-wrapper .issues-list .issue-item {
      flex: 1;
      flex-basis: 150px; }
      .issues-list-wrapper .issues-list .issue-item .issue-link {
        display: block;
        text-align: center;
        transition: background 0.7s ease;
        border-radius: 5px; }
        .issues-list-wrapper .issues-list .issue-item .issue-link:hover {
          background: rgba(255, 255, 255, 0.4);
          box-shadow: inset 0px 0px 5px rgba(255, 0, 0, 0.8); }
        .issues-list-wrapper .issues-list .issue-item .issue-link > img {
          max-width: 100%;
          margin-top: 12px; }
        .issues-list-wrapper .issues-list .issue-item .issue-link .issue-title {
          color: white;
          margin-top: 10px;
          display: block;
          text-align: center;
          font-weight: 600; }
  .issues-list-wrapper .go-to-archive-wrapper {
    text-align: right;
    margin-top: 10px; }
    .issues-list-wrapper .go-to-archive-wrapper .go-to-archive-link {
      color: white;
      margin-top: 10px;
      text-decoration: underline;
      transition: color 0.7s ease; }
      .issues-list-wrapper .go-to-archive-wrapper .go-to-archive-link:hover {
        color: red; }

.search-page .search-params-wrapper {
  margin: 10px 0px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03); }
  .search-page .search-params-wrapper > a {
    display: inline-block;
    padding: 3px 8px;
    cursor: pointer;
    color: #d32f2f;
    margin-right: 10px;
    transition: background 0.7s ease;
    text-decoration: underline; }
    .search-page .search-params-wrapper > a:hover {
      background: rgba(0, 0, 0, 0.07); }

.search-page .search-items-wrapper .summary-wrapper {
  color: #8D8E92; }
  .search-page .search-items-wrapper .summary-wrapper b {
    font-weight: bold; }

.search-page .search-items-wrapper .search-list-item {
  padding: 0px 10px 10px 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  line-height: 18px; }
  .search-page .search-items-wrapper .search-list-item .search-item-wrapper .search-link {
    display: block;
    margin-bottom: 5px;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.7s ease; }
    .search-page .search-items-wrapper .search-list-item .search-item-wrapper .search-link:hover {
      color: #d32f2f; }
  .search-page .search-items-wrapper .search-list-item .search-item-wrapper .search-date {
    display: block;
    text-align: right;
    color: #969696;
    font-size: 13px; }
  .search-page .search-items-wrapper .search-list-item .search-item-wrapper .search-snippet {
    color: #666666;
    line-height: 17px; }

.izones-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap; }
  .izones-wrapper .izone-item {
    margin-right: 15px;
    flex: 1;
    flex-basis: 300px;
    max-width: 300px;
    margin-bottom: 20px; }
    .izones-wrapper .izone-item > a {
      cursor: pointer;
      display: block;
      height: 100%;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.5s ease; }
      .izones-wrapper .izone-item > a:hover {
        box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.3); }
      .izones-wrapper .izone-item > a .image-wrapper {
        display: table;
        table-layout: fixed; }
        .izones-wrapper .izone-item > a .image-wrapper > div {
          display: table-cell;
          width: 300px;
          text-align: center;
          vertical-align: middle; }
        .izones-wrapper .izone-item > a .image-wrapper img {
          max-width: 100%; }
      .izones-wrapper .izone-item > a .izone-title {
        padding: 10px;
        padding: 10px;
        font-size: 1.5rem;
        color: #d32f2f; }
      .izones-wrapper .izone-item > a .izone-desc {
        padding: 10px; }

@media (max-width: 767px) {
  .izones-wrapper {
    justify-content: center; } }

/*===========================================
Template Name: TenNews - Bootstrap News Agency Template
Author: Md Tahmidur Rahman
Author URL: http://snazzytheme.com/
Version: 1.1

---------------------------------------------

CSS INDEX
=========
01. Base Style
02. Preloader
03. Top Bar
04. Logo Area
05. Menu Area
06. Mobile Menu
07. Web Ticker
08. Slider Area
09. Slider Area 2
10. Slider Area 3
11. International, Lifestyle &  Business
12. News Area
13. News Area 2
14. More News Area
15. Gallery
16. International & Lifestyle
17. Breadcrumb Area
18. About Area
19. Category Area
20. News Details Area
21. Contact Area
22. Faq Area
23. 404 Area
24. Footer Area


==============================================*/
/* ====================
01. Base style
==================== */
html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  scroll-behavior: smooth; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

body {
  font-size: 14px;
  color: #1b1b1b;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif; }

h1,
h1 a {
  font-size: 40px; }

h2,
h2 a {
  font-size: 32px; }

h3,
h3 a {
  font-size: 28px; }

h4,
h4 a {
  font-size: 24px; }

h5,
h5 a {
  font-size: 20px; }

h6,
h6 a {
  font-size: 16px; }

h1,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0; }

a,
button,
li,
p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin: 0;
  letter-spacing: 0.2px; }

a,
a:hover {
  color: #1b1b1b; }

ul {
  padding: 0;
  margin: 0; }

a:active,
a:focus,
a:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: none; }

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease; }

input:focus,
textarea:focus {
  outline: none; }

.padding-fix {
  padding-left: 0;
  padding-right: 0; }

.padding-fix-r {
  padding-right: 0; }

.padding-fix-l {
  padding-left: 0; }

.margin-fix {
  margin-left: 0;
  margin-right: 0; }

.fw-100 {
  font-weight: 100 !important; }

.fw-200 {
  font-weight: 200 !important; }

.fw-300 {
  font-weight: 300 !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-700 {
  font-weight: 700 !important; }

.fw-800 {
  font-weight: 800 !important; }

.fw-900 {
  font-weight: 900 !important; }

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.owl-carousel .owl-item img {
  -webkit-transform-style: unset;
  transform-style: unset; }

/* =======================================
01. branding
======================================= */
.branding {
  position: absolute;
  top: 0px;
  overflow: hidden;
  display: none; }
  .branding.branding-left {
    right: 0px; }
  .branding.branding-right {
    left: 0px; }
  .branding.branding-top {
    left: 0px;
    width: auto;
    text-align: center;
    overflow: hidden; }
    .branding.branding-top > a {
      display: inline-block; }
  .branding.branding-top-mobile {
    width: 100%; }
    .branding.branding-top-mobile > a {
      width: 100%;
      display: block; }
      .branding.branding-top-mobile > a img {
        max-width: 100%; }

/* =======================================
00. social button
======================================= */
.social-icons-wrapper {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
  margin: 10px 0px; }
  .social-icons-wrapper .social {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; }
    .social-icons-wrapper .social a {
      color: #337ab7; }

@media (max-width: 767px) {
  .social-icons-wrapper .vk {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

/* =======================================
02. Preloader
======================================= */
.preloader {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }
  .preloader .load-list {
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%); }
    .preloader .load-list .load {
      position: absolute;
      background: #d32f2f;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-animation: bounce 2s infinite ease-in-out;
      animation: bounce 2s infinite ease-in-out; }
    .preloader .load-list .load2 {
      background: #d32f2f;
      animation-delay: -1s;
      -webkit-animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* =======================================
03. Top Bar
======================================= */
.top-bar {
  height: 45px;
  border-bottom: 1px solid #eeeeee; }
  .top-bar .small-bottom {
    font-size: 10px; }
  .top-bar #login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8); }
    .top-bar #login-dp .help-block {
      font-size: 12px; }
    .top-bar #login-dp .bottom {
      background-color: rgba(255, 255, 255, 0.8);
      border-top: 1px solid #ddd;
      clear: both;
      padding: 14px; }
    .top-bar #login-dp .form-group {
      margin-bottom: 10px; }
  .top-bar .bar-left {
    margin-top: 12px; }
    .top-bar .bar-left .error-label {
      color: red; }
    .top-bar .bar-left ul li:nth-child(1) {
      margin-right: 20px; }
    .top-bar .bar-left ul li {
      font-size: 13px;
      color: #666666;
      margin-right: 10px; }
      .top-bar .bar-left ul li a {
        font-size: 13px;
        color: #666666; }
        .top-bar .bar-left ul li a:hover {
          color: #d32f2f; }
      .top-bar .bar-left ul li i {
        margin-right: 8px;
        color: #969696; }
      .top-bar .bar-left ul li:nth-child(2) {
        margin-right: 25px;
        position: relative; }
        .top-bar .bar-left ul li:nth-child(2):before {
          position: absolute;
          content: '';
          background: #969696;
          width: 1px;
          height: 13px;
          top: 3px;
          right: -15px; }
  .top-bar .bar-social {
    margin-top: 12px; }
    .top-bar .bar-social ul li a {
      color: #8D8E92;
      display: block;
      margin-right: 5px; }
      .top-bar .bar-social ul li a:hover {
        color: #d32f2f; }
      .top-bar .bar-social ul li a i {
        font-size: 17px; }

/* =======================================
04. Logo Area
======================================= */
.logo-area {
  height: 100px; }
  .logo-area .logo-label {
    font-size: 13px;
    padding-top: 40px; }
    .logo-area .logo-label h1 {
      font-size: 13px !important;
      color: #555555;
      letter-spacing: 0.2px;
      font-family: "Roboto", sans-serif;
      font-weight: 400 !important;
      line-height: 1.5; }
    .logo-area .logo-label span {
      display: inline-block; }
  .logo-area .logo {
    margin-top: 20px;
    margin-left: 10px; }
  .logo-area .searchbar {
    margin-top: 28px; }
    .logo-area .searchbar form {
      position: relative;
      width: 250px;
      float: right; }
      .logo-area .searchbar form input {
        width: 100%;
        height: 42px;
        border: 1px solid #dddddd;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        padding-left: 15px; }
        .logo-area .searchbar form input.placeholder {
          font-size: 13px;
          font-style: italic;
          color: #969696; }
        .logo-area .searchbar form input:-moz-placeholder {
          font-size: 13px;
          font-style: italic;
          color: #969696; }
        .logo-area .searchbar form input::-moz-placeholder {
          font-size: 13px;
          font-style: italic;
          color: #969696; }
        .logo-area .searchbar form input:-ms-input-placeholder {
          font-size: 13px;
          font-style: italic;
          color: #969696; }
        .logo-area .searchbar form input::-webkit-input-placeholder {
          font-size: 13px;
          font-style: italic;
          color: #969696; }
        .logo-area .searchbar form input:focus {
          border-color: #d32f2f; }
      .logo-area .searchbar form button {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 28px;
        height: 28px;
        background: #d32f2f;
        color: #fff;
        border: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }

/* =======================================
05. Menu Area
======================================= */
.menu-area {
  background: #f5f5f5;
  height: 55px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .menu-area .main-menu {
    margin-top: 12px; }
    .menu-area .main-menu.animatable > ul > li {
      opacity: 0; }
    .menu-area .main-menu ul li {
      position: relative;
      margin-right: 0px; }
      .menu-area .main-menu ul li.active a {
        color: #d32f2f;
        text-decoration: underline; }
        .menu-area .main-menu ul li.active a i {
          color: #d32f2f; }
      .menu-area .main-menu ul li.active .highlighted-item {
        color: white; }
      .menu-area .main-menu ul li a {
        color: #1b1b1b;
        display: inline-block;
        font-weight: 500;
        margin-right: 12px;
        padding: 5px 0 12px; }
        .menu-area .main-menu ul li a i {
          font-size: 14px;
          color: #969696; }
        .menu-area .main-menu ul li a:hover {
          cursor: pointer;
          color: #d32f2f; }
          .menu-area .main-menu ul li a:hover i {
            color: #d32f2f; }
      .menu-area .main-menu ul li:last-child a {
        margin-right: 0px; }
      .menu-area .main-menu ul li ul.dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        min-width: 150px;
        border: 1px solid #eeeeee;
        border-top: 3px solid #d32f2f;
        padding: 0;
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
        z-index: 999;
        transform-origin: center top 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
        .menu-area .main-menu ul li ul.dropdown li {
          position: relative; }
          .menu-area .main-menu ul li ul.dropdown li.active a {
            background: #eeeeee;
            color: #d32f2f;
            text-decoration: underline; }
          .menu-area .main-menu ul li ul.dropdown li a {
            font-size: 13px;
            padding: 8px 20px;
            display: block;
            font-weight: normal;
            letter-spacing: 0.5px;
            margin-right: 0; }
            .menu-area .main-menu ul li ul.dropdown li a i {
              float: right;
              color: #666666;
              margin-top: 3px; }
            .menu-area .main-menu ul li ul.dropdown li a:hover {
              background: #eeeeee;
              color: #d32f2f; }
              .menu-area .main-menu ul li ul.dropdown li a:hover i {
                color: #d32f2f; }
          .menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub {
            position: absolute;
            left: 100%;
            top: 0;
            background: #fff;
            min-width: 175px;
            border: 1px solid #eeeeee;
            border-top: 3px solid #d32f2f;
            padding: 0;
            opacity: 0;
            transform: scaleY(0);
            visibility: hidden;
            z-index: 999;
            transform-origin: center top 0;
            -webkit-transition: 0.2s ease;
            -moz-transition: 0.2s ease;
            -ms-transition: 0.2s ease;
            -o-transition: 0.2s ease;
            transition: 0.2s ease;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
            .menu-area .main-menu ul li ul.dropdown li ul.dropdown-sub li a {
              font-size: 13px;
              font-weight: normal; }
          .menu-area .main-menu ul li ul.dropdown li:hover ul.dropdown-sub {
            opacity: 1;
            transform: scaleY(1);
            visibility: visible; }
      .menu-area .main-menu ul li:hover ul.dropdown {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible; }
      .menu-area .main-menu ul li .highlighted-item {
        background: #B02D41;
        height: 30px;
        padding: 5px 12px 12px;
        color: white; }
        .menu-area .main-menu ul li .highlighted-item:hover {
          color: white;
          background: #cc3950; }
    .menu-area .main-menu ul li.mega-vd {
      position: inherit; }
      .menu-area .main-menu ul li.mega-vd ul.v-gallery {
        position: absolute;
        left: 15px;
        top: 100%;
        background: #222222;
        border-top: 3px solid #d32f2f;
        width: calc(134% - 35px);
        padding: 40px;
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
        z-index: 999;
        transform-origin: center top 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
        .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider {
          position: relative; }
          .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img {
            position: relative; }
            .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img img {
              margin-bottom: 10px; }
            .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a {
              font-size: 16px;
              color: #fff;
              background: #1b1b1b;
              padding: 8px 20px;
              -webkit-border-radius: 6px;
              -moz-border-radius: 6px;
              -ms-border-radius: 6px;
              border-radius: 6px;
              position: absolute;
              top: 39%;
              left: 40%; }
              .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a i {
                color: #fff; }
              .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-img a:hover i {
                color: #d32f2f; }
          .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a {
            font-size: 15px;
            color: #969696;
            font-weight: normal;
            padding: 0;
            margin: 0; }
            .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .mg-item .mg-content p a:hover {
              color: #d32f2f; }
          .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div {
            position: absolute;
            top: 50%;
            left: -40px;
            width: 30px;
            height: 36px;
            background: #000;
            font-size: 18px;
            color: #fff;
            text-align: center;
            padding-top: 6px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            z-index: 999;
            margin-top: -25px; }
            .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div:hover {
              background-color: #d32f2f; }
          .menu-area .main-menu ul li.mega-vd ul.v-gallery .mega-vd-slider .owl-nav div.owl-next {
            left: inherit;
            right: -40px; }
      .menu-area .main-menu ul li.mega-vd:hover ul.v-gallery {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible; }
    .menu-area .main-menu ul li.mega-mnu {
      position: inherit; }
      .menu-area .main-menu ul li.mega-mnu ul.mega-menu {
        position: absolute;
        left: 15px;
        top: 100%;
        background: #fff;
        border-top: 3px solid #d32f2f;
        width: calc(134% - 35px);
        padding: 30px;
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
        z-index: 999;
        transform-origin: center top 0;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5 {
          color: #1b1b1b;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 40px;
          position: relative; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .sec-title h5:before {
            position: absolute;
            content: '';
            background: #d32f2f;
            width: 55px;
            height: 1px;
            bottom: -9px;
            left: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a {
          font-size: 15px;
          color: #666666;
          font-weight: normal;
          margin: 0;
          padding: 0;
          margin-bottom: 15px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li a:hover {
            color: #d32f2f; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-cat .cat-content ul li:last-child a {
          margin-bottom: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5 {
          color: #1b1b1b;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 40px;
          position: relative; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .sec-title h5:before {
            position: absolute;
            content: '';
            background: #d32f2f;
            width: 55px;
            height: 1px;
            bottom: -9px;
            left: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box {
          margin-bottom: 15px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a {
            padding: 0;
            margin: 0; }
            .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .lat-img a img {
              max-width: 85px;
              margin-right: 10px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p {
            margin-bottom: 3px; }
            .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a {
              font-size: 14px;
              color: #666666;
              font-weight: normal;
              padding: 0;
              margin: 0; }
              .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content p a:hover {
                color: #d32f2f; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box .img-content span {
            font-size: 13px;
            color: #969696; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-lat .lat-box:last-child {
            margin-bottom: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5 {
          color: #1b1b1b;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 40px;
          position: relative; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .sec-title h5:before {
            position: absolute;
            content: '';
            background: #d32f2f;
            width: 55px;
            height: 1px;
            bottom: -9px;
            left: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box {
          margin-bottom: 15px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a {
            padding: 0;
            margin: 0; }
            .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .pop-img a img {
              max-width: 85px;
              margin-right: 10px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p {
            margin-bottom: 3px; }
            .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a {
              font-size: 14px;
              color: #666666;
              font-weight: normal;
              padding: 0;
              margin: 0; }
              .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content p a:hover {
                color: #d32f2f; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box .img-content ul li {
            font-size: 13px;
            color: #fdba2d;
            margin-right: 1px; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-pop .pop-box:last-child {
            margin-bottom: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5 {
          color: #1b1b1b;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 40px;
          position: relative; }
          .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .sec-title h5:before {
            position: absolute;
            content: '';
            background: #d32f2f;
            width: 55px;
            height: 1px;
            bottom: -9px;
            left: 0; }
        .menu-area .main-menu ul li.mega-mnu ul.mega-menu .mega-glry .glry-box img {
          max-width: 89px;
          margin-right: 6px;
          margin-bottom: 10px; }
      .menu-area .main-menu ul li.mega-mnu:hover ul.mega-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible; }
  .menu-area .clock {
    margin-top: 17px; }
    .menu-area .clock span#dg-clock {
      color: #fff;
      background: #d32f2f;
      text-transform: uppercase;
      padding: 10px 15px 8px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      letter-spacing: 0.5px;
      font-weight: 500; }

.menu-area.menu-black {
  background: #222222; }
  .menu-area.menu-black .main-menu ul li a {
    color: #eeeeee; }
    .menu-area.menu-black .main-menu ul li a:hover {
      color: #d32f2f; }
  .menu-area.menu-black .main-menu ul li:last-child a {
    margin-right: 0px; }
  .menu-area.menu-black .main-menu ul li ul.dropdown li a {
    color: #1b1b1b; }
    .menu-area.menu-black .main-menu ul li ul.dropdown li a:hover {
      color: #d32f2f; }

/* ====================
06. Mobile Menu
==================== */
.mobile-menu-area {
  display: none; }

@media (max-width: 767px) {
  .logo-area,
  .menu-area,
  .top-bar,
  .top-news {
    display: none; }
  .category-details .news-content .content-body-articles .small-vrezka {
    width: 100% !important; }
  .content-body-articles table.imgTemplate {
    width: 100% !important; } }

@media (max-width: 1199px) {
  .menu-area {
    height: auto; }
    .menu-area .main-menu {
      text-align: center; } }

.mean-container .mean-bar {
  background: #1b1b1b;
  float: none;
  z-index: 999;
  text-align: center;
  padding: 10px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block; }
  .mean-container .mean-bar .meanmenu-reveal {
    color: #d32f2f;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    margin-top: 23px;
    margin-right: 30px; }
    .mean-container .mean-bar .meanmenu-reveal span {
      display: block;
      background: #969696;
      height: 2px;
      margin-top: 4px; }
  .mean-container .mean-bar nav.mean-nav {
    float: left;
    width: 100%;
    background: transparent;
    margin-top: 0;
    text-align: left; }
    .mean-container .mean-bar nav.mean-nav a img {
      margin-top: 6px;
      margin-left: 12px;
      max-width: 100px; }
    .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper {
      display: inline-block;
      width: calc(100% - 190px);
      height: 40px;
      background-color: transparent;
      position: absolute;
      top: 15px;
      left: 125px;
      border-radius: 3px;
      border: 1px solid #cd2940;
      padding: 3px; }
      .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper form {
        width: 100%;
        height: 100%; }
      .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper input[type="text"] {
        height: 100%;
        display: inline-block;
        width: calc(100% - 28px);
        color: white !important;
        background-color: transparent !important;
        border: none;
        outline: none;
        font-size: 1.25rem; }
        .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper input[type="text"]:focus {
          border: none;
          outline: none; }
      .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper button[type="submit"] {
        display: inline-block;
        color: #cd2940;
        font-size: 1.5rem;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0px; }
        .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper button[type="submit"]:focus, .mean-container .mean-bar nav.mean-nav .mobile-search-wrapper button[type="submit"]:visited {
          border: none;
          outline: none; }
    .mean-container .mean-bar nav.mean-nav ul {
      margin-top: 18px;
      text-align: left;
      padding: 0 30px; }
      .mean-container .mean-bar nav.mean-nav ul li {
        position: relative; }
        .mean-container .mean-bar nav.mean-nav ul li a {
          color: #969696;
          display: block;
          padding: 6px 0;
          border-bottom: 1px solid #222222;
          letter-spacing: 0.5px; }
          .mean-container .mean-bar nav.mean-nav ul li a:hover {
            color: #d32f2f;
            cursor: pointer; }
        .mean-container .mean-bar nav.mean-nav ul li.active a {
          color: #d32f2f; }
        .mean-container .mean-bar nav.mean-nav ul li:nth-child(1) a {
          border-top: 1px solid #222222; }
        .mean-container .mean-bar nav.mean-nav ul li .mean-expand {
          font-size: 22px !important;
          position: absolute;
          right: 0;
          top: 0;
          margin-top: -6px;
          z-index: 2;
          background: transparent;
          border: none !important; }
          .mean-container .mean-bar nav.mean-nav ul li .mean-expand:hover {
            background: transparent; }
        .mean-container .mean-bar nav.mean-nav ul li ul {
          padding-left: 20px;
          margin-top: 10px; }
          .mean-container .mean-bar nav.mean-nav ul li ul li a {
            font-size: 13px;
            border: none !important; }

/* =======================================
07. Web Ticker
======================================= */
.top-news .news-content .ticker {
  padding: 8px 0; }
  .top-news .news-content .ticker .news-head span {
    color: #fff;
    background: #d32f2f;
    display: block;
    width: 200px;
    height: 35px;
    padding: 8px;
    text-align: center;
    font-weight: 500; }
    .top-news .news-content .ticker .news-head span i {
      margin-left: 10px; }
  .top-news .news-content .ticker .tickercontainer {
    padding-top: 1px;
    margin: 0 3px 0 10px; }
    .top-news .news-content .ticker .tickercontainer ul li {
      position: relative; }
      .top-news .news-content .ticker .tickercontainer ul li a {
        font-size: 13px;
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 500;
        margin-left: 10px; }
        .top-news .news-content .ticker .tickercontainer ul li a i {
          font-size: 12px;
          color: #969696;
          margin-right: 25px;
          font-weight: 400; }
        .top-news .news-content .ticker .tickercontainer ul li a:hover {
          color: #d32f2f; }

/* =======================================
08. Slider Area
======================================= */
.slider-area {
  padding-bottom: 35px; }
  .slider-area .owl-slider {
    position: relative; }
    .slider-area .owl-slider .slider-content {
      position: relative; }
      .slider-area .owl-slider .slider-content .slider-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .slider-area .owl-slider .slider-content .slider-layer p {
          margin-bottom: 10px; }
          .slider-area .owl-slider .slider-content .slider-layer p a {
            font-size: 16px;
            color: #fff;
            line-height: 25px;
            font-weight: 300; }
            .slider-area .owl-slider .slider-content .slider-layer p a:hover {
              text-decoration: underline; }
        .slider-area .owl-slider .slider-content .slider-layer ul li {
          font-size: 12px;
          color: #fff;
          font-weight: 300; }
          .slider-area .owl-slider .slider-content .slider-layer ul li:nth-child(1) {
            background: #d32f2f;
            padding: 4px 12px 3px;
            font-weight: 400;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            margin-right: 20px; }
    .slider-area .owl-slider .owl-nav div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 42px;
      height: 38px;
      background: rgba(0, 0, 0, 0.5);
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding-top: 6px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      margin-top: -25px;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      opacity: 0;
      visibility: hidden; }
      .slider-area .owl-slider .owl-nav div:hover {
        background: #d32f2f; }
    .slider-area .owl-slider .owl-nav div.owl-next {
      left: inherit;
      right: 0; }
    .slider-area .owl-slider:hover .owl-nav div {
      opacity: 1;
      visibility: visible; }
  .slider-area .slider-fix {
    padding-left: 7px; }
    .slider-area .slider-fix .slider-sidebar {
      position: relative; }
      .slider-area .slider-fix .slider-sidebar .sidebar-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .slider-area .slider-fix .slider-sidebar .sidebar-layer p {
          margin-bottom: 10px; }
          .slider-area .slider-fix .slider-sidebar .sidebar-layer p a {
            font-size: 15px;
            color: #fff;
            font-weight: 300; }
            .slider-area .slider-fix .slider-sidebar .sidebar-layer p a:hover {
              text-decoration: underline; }
        .slider-area .slider-fix .slider-sidebar .sidebar-layer ul li {
          font-size: 11px;
          color: #fff;
          font-weight: 300; }
          .slider-area .slider-fix .slider-sidebar .sidebar-layer ul li:nth-child(1) {
            background: #d32f2f;
            padding: 4px 10px 2px;
            font-weight: 400;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            margin-right: 15px; }
    .slider-area .slider-fix .sidebar-o {
      margin-bottom: 8px; }

/* =======================================
09. Slider Area 2
======================================= */
.slider-area2 {
  padding-bottom: 30px; }
  .slider-area2 .owl-slider {
    margin-bottom: 30px;
    position: relative; }
    .slider-area2 .owl-slider .slider-content {
      position: relative; }
      .slider-area2 .owl-slider .slider-content .slider-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .slider-area2 .owl-slider .slider-content .slider-layer p {
          margin-bottom: 10px; }
          .slider-area2 .owl-slider .slider-content .slider-layer p a {
            font-size: 16px;
            color: #fff;
            line-height: 25px;
            font-weight: 300; }
            .slider-area2 .owl-slider .slider-content .slider-layer p a:hover {
              text-decoration: underline; }
        .slider-area2 .owl-slider .slider-content .slider-layer ul li {
          font-size: 12px;
          color: #fff;
          font-weight: 300; }
          .slider-area2 .owl-slider .slider-content .slider-layer ul li:nth-child(1) {
            background: #d32f2f;
            padding: 4px 12px 3px;
            font-weight: 400;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            margin-right: 20px; }
    .slider-area2 .owl-slider .owl-nav div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 42px;
      height: 38px;
      background: rgba(0, 0, 0, 0.5);
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding-top: 6px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      margin-top: -25px;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      opacity: 0;
      visibility: hidden; }
      .slider-area2 .owl-slider .owl-nav div:hover {
        background: #d32f2f; }
    .slider-area2 .owl-slider .owl-nav div.owl-next {
      left: inherit;
      right: 0; }
    .slider-area2 .owl-slider:hover .owl-nav div {
      opacity: 1;
      visibility: visible; }
  .slider-area2 .pop-news2 .pop-box {
    margin-bottom: 30px; }
    .slider-area2 .pop-news2 .pop-box .pop-img a img {
      display: inline-block;
      margin-bottom: 15px; }
    .slider-area2 .pop-news2 .pop-box .img-content p {
      margin-bottom: 10px; }
      .slider-area2 .pop-news2 .pop-box .img-content p a {
        color: #1b1b1b;
        font-weight: 500; }
        .slider-area2 .pop-news2 .pop-box .img-content p a:hover {
          color: #d32f2f; }
    .slider-area2 .pop-news2 .pop-box .img-content ul li {
      font-size: 11px; }
      .slider-area2 .pop-news2 .pop-box .img-content ul li:first-child {
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 2px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 10px; }
      .slider-area2 .pop-news2 .pop-box .img-content ul li:last-child {
        color: #969696; }
  .slider-area2 .latest-nws {
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 15px 20px 20px; }
    .slider-area2 .latest-nws .sec-title h5 {
      color: #222222;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 25px; }
      .slider-area2 .latest-nws .sec-title h5 i {
        font-size: 18px;
        color: #d32f2f;
        margin-left: 8px; }
    .slider-area2 .latest-nws .lt-box {
      margin-bottom: 30px; }
      .slider-area2 .latest-nws .lt-box .lt-img a img {
        display: inline-block;
        margin-bottom: 15px; }
      .slider-area2 .latest-nws .lt-box .img-content p {
        margin-bottom: 10px; }
        .slider-area2 .latest-nws .lt-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .slider-area2 .latest-nws .lt-box .img-content p a:hover {
            color: #d32f2f; }
      .slider-area2 .latest-nws .lt-box .img-content ul li {
        font-size: 11px; }
        .slider-area2 .latest-nws .lt-box .img-content ul li a {
          color: #fff !important; }
        .slider-area2 .latest-nws .lt-box .img-content ul li:first-child {
          color: #fff !important;
          background: #d32f2f;
          padding: 4px 12px 2px;
          font-weight: 400;
          text-transform: uppercase;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 10px; }
        .slider-area2 .latest-nws .lt-box .img-content ul li:last-child {
          color: #969696; }
      .slider-area2 .latest-nws .lt-box:last-child {
        margin-bottom: 0; }
  .slider-area2 .add-widget {
    margin-bottom: 40px;
    position: relative; }
    .slider-area2 .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .slider-area2 .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .slider-area2 .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .slider-area2 .tab-widget {
    margin-bottom: 35px; }
    .slider-area2 .tab-widget ul.nav {
      border-bottom: none;
      background: #f5f5f5;
      border: 1px solid #eeeeee;
      margin-bottom: 25px; }
      .slider-area2 .tab-widget ul.nav li.nav-item {
        width: 33.336%;
        text-align: center;
        margin-bottom: 0; }
        .slider-area2 .tab-widget ul.nav li.nav-item a.nav-link {
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-size: 15px;
          font-weight: 500;
          padding: 8px 0; }
        .slider-area2 .tab-widget ul.nav li.nav-item a.nav-link.active {
          background: #d32f2f;
          color: #fff; }
    .slider-area2 .tab-widget .tab-content .tab-pane .rec-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .rec-item .rec-img a img {
        margin-right: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .rec-item .img-content p {
        margin-bottom: 6px; }
        .slider-area2 .tab-widget .tab-content .tab-pane .rec-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .slider-area2 .tab-widget .tab-content .tab-pane .rec-item .img-content p a:hover {
            color: #d32f2f; }
      .slider-area2 .tab-widget .tab-content .tab-pane .rec-item .img-content span {
        font-size: 13px;
        color: #969696; }
      .slider-area2 .tab-widget .tab-content .tab-pane .rec-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .slider-area2 .tab-widget .tab-content .tab-pane .pop-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .pop-item .pop-img a img {
        margin-right: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .pop-item .img-content p {
        margin-bottom: 6px; }
        .slider-area2 .tab-widget .tab-content .tab-pane .pop-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .slider-area2 .tab-widget .tab-content .tab-pane .pop-item .img-content p a:hover {
            color: #d32f2f; }
      .slider-area2 .tab-widget .tab-content .tab-pane .pop-item .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .pop-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .slider-area2 .tab-widget .tab-content .tab-pane .com-item {
      margin-bottom: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .com-item .com-img a img {
        background: #e5e5e5;
        padding: 10px 6px 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 15px; }
      .slider-area2 .tab-widget .tab-content .tab-pane .com-item .img-content p a {
        color: #666666;
        line-height: 28px; }
        .slider-area2 .tab-widget .tab-content .tab-pane .com-item .img-content p a span {
          font-size: 15px;
          color: #1b1b1b;
          font-weight: 600;
          margin-right: 5px; }
          .slider-area2 .tab-widget .tab-content .tab-pane .com-item .img-content p a span:hover {
            color: #d32f2f; }
      .slider-area2 .tab-widget .tab-content .tab-pane .com-item:last-child {
        margin-bottom: 0; }
  .slider-area2 .follow-widget .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    margin-bottom: 25px; }
    .slider-area2 .follow-widget .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .slider-area2 .follow-widget .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 101px;
        height: 1px;
        bottom: -10px;
        left: 0; }
  .slider-area2 .follow-widget ul li {
    float: left;
    width: 31.8%;
    margin-bottom: 8px;
    margin-right: 8px; }
    .slider-area2 .follow-widget ul li a {
      padding: 25px 0 23px;
      text-align: center;
      display: block;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      .slider-area2 .follow-widget ul li a i {
        font-size: 24px;
        color: #fff;
        margin-bottom: 12px; }
      .slider-area2 .follow-widget ul li a p {
        color: #fff; }
    .slider-area2 .follow-widget ul li:nth-child(1) a {
      background: #4c66a3; }
    .slider-area2 .follow-widget ul li:nth-child(2) a {
      background: #2fc2ee; }
    .slider-area2 .follow-widget ul li:nth-child(3) {
      margin-right: 0; }
      .slider-area2 .follow-widget ul li:nth-child(3) a {
        background: #ff680d; }
    .slider-area2 .follow-widget ul li:nth-child(4) {
      margin-bottom: 0; }
      .slider-area2 .follow-widget ul li:nth-child(4) a {
        background: #0e76a8; }
    .slider-area2 .follow-widget ul li:nth-child(5) {
      margin-bottom: 0; }
      .slider-area2 .follow-widget ul li:nth-child(5) a {
        background: #cf3e28; }
    .slider-area2 .follow-widget ul li:nth-child(6) {
      margin-right: 0;
      margin-bottom: 0; }
      .slider-area2 .follow-widget ul li:nth-child(6) a {
        background: #e42c27; }

/* =======================================
10. Slider Area 3
======================================= */
.slider-area3 {
  margin-bottom: 30px; }
  .slider-area3 .owl-slider {
    position: relative; }
    .slider-area3 .owl-slider .slider-content {
      position: relative; }
      .slider-area3 .owl-slider .slider-content .slider-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .slider-area3 .owl-slider .slider-content .slider-layer p {
          margin-bottom: 10px; }
          .slider-area3 .owl-slider .slider-content .slider-layer p a {
            font-size: 16px;
            color: #fff;
            line-height: 25px;
            font-weight: 300; }
            .slider-area3 .owl-slider .slider-content .slider-layer p a:hover {
              text-decoration: underline; }
        .slider-area3 .owl-slider .slider-content .slider-layer ul li {
          font-size: 12px;
          color: #fff;
          font-weight: 300; }
          .slider-area3 .owl-slider .slider-content .slider-layer ul li:nth-child(1) {
            background: #d32f2f;
            padding: 4px 12px 3px;
            font-weight: 400;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            margin-right: 20px; }
    .slider-area3 .owl-slider .owl-nav div {
      position: absolute;
      top: 50%;
      left: 0;
      width: 42px;
      height: 38px;
      background: rgba(0, 0, 0, 0.5);
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding-top: 6px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      margin-top: -25px;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      opacity: 0;
      visibility: hidden; }
      .slider-area3 .owl-slider .owl-nav div:hover {
        background: #d32f2f; }
    .slider-area3 .owl-slider .owl-nav div.owl-next {
      left: inherit;
      right: 0; }
    .slider-area3 .owl-slider:hover .owl-nav div {
      opacity: 1;
      visibility: visible; }
  .slider-area3 .slider-sidebar {
    position: relative;
    margin-bottom: 7px; }
    .slider-area3 .slider-sidebar .sidebar-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
      .slider-area3 .slider-sidebar .sidebar-layer p {
        margin-bottom: 10px; }
        .slider-area3 .slider-sidebar .sidebar-layer p a {
          font-size: 15px;
          color: #fff;
          font-weight: 300; }
          .slider-area3 .slider-sidebar .sidebar-layer p a:hover {
            text-decoration: underline; }
      .slider-area3 .slider-sidebar .sidebar-layer ul li {
        font-size: 11px;
        color: #fff;
        font-weight: 300; }
        .slider-area3 .slider-sidebar .sidebar-layer ul li:nth-child(1) {
          background: #d32f2f;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 15px; }
  .slider-area3 .slider-fix {
    padding-right: 7px; }
  .slider-area3 .sidebar-fix {
    padding-left: 0;
    padding-right: 7px; }
  .slider-area3 .sidebar-fix2 {
    padding-left: 0; }

/* =======================================
11. International, Lifestyle &  Business
======================================= */
.int-lif-bus {
  margin-bottom: 40px; }
  .int-lif-bus .int-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .int-lif-bus .int-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .int-lif-bus .int-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 141px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .int-lif-bus .int-news .int-slider .int-item .int-lg {
    margin-bottom: 25px;
    position: relative; }
    .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
      .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer p {
        margin-bottom: 10px; }
        .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer p a {
          font-size: 15px;
          color: #fff;
          font-weight: 300; }
          .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer p a:hover {
            text-decoration: underline; }
      .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer ul li:first-child {
        font-size: 11px;
        background: #d32f2f;
        color: #fff;
        padding: 4px 10px 2px;
        font-weight: 400;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        text-transform: uppercase;
        margin-right: 15px; }
      .int-lif-bus .int-news .int-slider .int-item .int-lg .int-layer ul li:last-child {
        font-size: 11px;
        color: #fff;
        font-weight: 300; }
  .int-lif-bus .int-news .int-slider .int-item .int-list {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .int-lif-bus .int-news .int-slider .int-item .int-list .int-img a img {
      width: auto;
      margin-right: 15px; }
    .int-lif-bus .int-news .int-slider .int-item .int-list .img-content p {
      margin-bottom: 6px; }
      .int-lif-bus .int-news .int-slider .int-item .int-list .img-content p a {
        color: #1b1b1b;
        font-weight: 500; }
        .int-lif-bus .int-news .int-slider .int-item .int-list .img-content p a:hover {
          color: #d32f2f; }
    .int-lif-bus .int-news .int-slider .int-item .int-list .img-content span {
      font-size: 13px;
      color: #969696; }
    .int-lif-bus .int-news .int-slider .int-item .int-list:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .int-lif-bus .int-news .int-slider .owl-nav div {
    position: absolute;
    top: -55px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 999;
    transition: 0.2s ease; }
    .int-lif-bus .int-news .int-slider .owl-nav div i {
      display: block; }
    .int-lif-bus .int-news .int-slider .owl-nav div:hover {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f; }
  .int-lif-bus .int-news .int-slider .owl-nav div.owl-prev {
    right: 25px; }
  .int-lif-bus .ls-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .int-lif-bus .ls-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .int-lif-bus .ls-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 90px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .int-lif-bus .ls-news .int-slider .ls-item .ls-lg {
    margin-bottom: 25px;
    position: relative; }
    .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
      .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer p {
        margin-bottom: 10px; }
        .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer p a {
          font-size: 15px;
          color: #fff;
          font-weight: 300; }
          .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer p a:hover {
            text-decoration: underline; }
      .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:first-child {
        font-size: 11px;
        background: #d32f2f;
        color: #fff;
        padding: 4px 10px 2px;
        font-weight: 400;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        text-transform: uppercase;
        margin-right: 15px; }
      .int-lif-bus .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:last-child {
        font-size: 11px;
        color: #fff;
        font-weight: 300; }
  .int-lif-bus .ls-news .int-slider .ls-item .ls-list {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .int-lif-bus .ls-news .int-slider .ls-item .ls-list .ls-img a img {
      width: auto;
      margin-right: 15px; }
    .int-lif-bus .ls-news .int-slider .ls-item .ls-list .img-content p {
      margin-bottom: 6px; }
      .int-lif-bus .ls-news .int-slider .ls-item .ls-list .img-content p a {
        color: #1b1b1b;
        font-weight: 500; }
        .int-lif-bus .ls-news .int-slider .ls-item .ls-list .img-content p a:hover {
          color: #d32f2f; }
    .int-lif-bus .ls-news .int-slider .ls-item .ls-list .img-content span {
      font-size: 13px;
      color: #969696; }
    .int-lif-bus .ls-news .int-slider .ls-item .ls-list:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .int-lif-bus .ls-news .int-slider .owl-nav div {
    position: absolute;
    top: -55px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 999;
    transition: 0.2s ease; }
    .int-lif-bus .ls-news .int-slider .owl-nav div i {
      display: block; }
    .int-lif-bus .ls-news .int-slider .owl-nav div:hover {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f; }
  .int-lif-bus .ls-news .int-slider .owl-nav div.owl-prev {
    right: 25px; }

/* =======================================
12. News Area
======================================= */
.news-area {
  padding-bottom: 15px; }
  .news-area .latest-news {
    margin-bottom: 30px; }
    .news-area .latest-news .tab-box {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 6px;
      margin-bottom: 25px; }
      .news-area .latest-news .tab-box .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .news-area .latest-news .tab-box .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 100%;
          height: 1px;
          bottom: -10px;
          left: 0; }
      .news-area .latest-news .tab-box ul.nav {
        border: none; }
        .news-area .latest-news .tab-box ul.nav li.nav-item {
          margin: 0; }
          .news-area .latest-news .tab-box ul.nav li.nav-item a.nav-link {
            border: none;
            color: #666666;
            font-weight: 500;
            padding: 3px 8px;
            margin-right: 5px; }
          .news-area .latest-news .tab-box ul.nav li.nav-item a.nav-link.active {
            color: #d32f2f; }
          .news-area .latest-news .tab-box ul.nav li.nav-item:last-child a.nav-link {
            padding-right: 0;
            margin-right: 0; }
    .news-area .latest-news .tab-content .tab-pane .tag-label {
      margin-top: 20px;
      margin-bottom: 20px; }
      .news-area .latest-news .tab-content .tab-pane .tag-label .tag-label-label {
        text-align: center;
        width: 100%;
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .news-area .latest-news .tab-content .tab-pane .tag-label .tag-label-ahref a {
        font-size: 12px;
        color: #4c66a3; }
    .news-area .latest-news .tab-content .tab-pane .lt-item-bg img {
      margin-bottom: 20px; }
    .news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 {
      margin-bottom: 10px; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 a {
        font-size: 17px;
        color: #1b1b1b;
        font-weight: 600; }
        .news-area .latest-news .tab-content .tab-pane .lt-item-bg h6 a:hover {
          color: #d32f2f; }
    .news-area .latest-news .tab-content .tab-pane .lt-item-bg ul {
      margin-bottom: 10px; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-bg ul li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 10px; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-bg ul li:last-child {
        font-size: 13px;
        color: #969696; }
    .news-area .latest-news .tab-content .tab-pane .lt-item-bg p {
      font-size: 14px;
      color: #666666;
      line-height: 23px; }
    .news-area .latest-news .tab-content .tab-pane .lt-item-sm {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-sm .lt-img a img {
        max-width: 100px;
        padding-right: 15px;
        width: auto;
        margin-right: 15px; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p {
        margin-bottom: 6px; }
        .news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content p a:hover {
            color: #d32f2f; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-sm .img-content span {
        font-size: 13px;
        color: #969696; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-sm:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .news-area .latest-news .tab-content .tab-pane .lt-item-sm.sm-news-item-wrapper {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 10px;
        line-height: 1.2;
        padding-left: 15px;
        position: relative; }
        .news-area .latest-news .tab-content .tab-pane .lt-item-sm.sm-news-item-wrapper:before {
          content: '';
          position: absolute;
          top: 3px;
          left: 0px;
          width: 7px;
          height: 7px;
          background: #666666;
          border-radius: 50%; }
  .news-area .pop-news .popular-slider-all a {
    color: #969696;
    font-size: 13px; }
  .news-area .pop-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .news-area .pop-news .sec-title h5, .news-area .pop-news .sec-title h1 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      font-size: 20px; }
      .news-area .pop-news .sec-title h5:before, .news-area .pop-news .sec-title h1:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 138px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .news-area .pop-news .popular-slider {
    position: relative; }
    .news-area .pop-news .popular-slider .popular-item .pop-box {
      margin-bottom: 30px; }
      .news-area .pop-news .popular-slider .popular-item .pop-box .pop-img a {
        display: block;
        overflow: hidden;
        max-height: 300px; }
        .news-area .pop-news .popular-slider .popular-item .pop-box .pop-img a img {
          display: inline-block;
          margin-bottom: 15px; }
      .news-area .pop-news .popular-slider .popular-item .pop-box .img-content p {
        margin-bottom: 10px; }
        .news-area .pop-news .popular-slider .popular-item .pop-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .news-area .pop-news .popular-slider .popular-item .pop-box .img-content p a:hover {
            color: #d32f2f; }
      .news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li {
        font-size: 11px; }
        .news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li:first-child {
          color: #fff;
          background: #d32f2f;
          padding: 4px 12px 2px;
          font-weight: 400;
          text-transform: uppercase;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 10px; }
        .news-area .pop-news .popular-slider .popular-item .pop-box .img-content ul li:last-child {
          color: #969696; }
    .news-area .pop-news .popular-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #dddddd;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .news-area .pop-news .popular-slider .owl-nav div i {
        display: block; }
      .news-area .pop-news .popular-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .news-area .pop-news .popular-slider .owl-nav div.owl-prev {
      right: 25px; }
  .news-area .follow-widget {
    margin-bottom: 40px; }
    .news-area .follow-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 9px;
      margin-bottom: 25px; }
      .news-area .follow-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .news-area .follow-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 101px;
          height: 1px;
          bottom: -10px;
          left: 0; }
    .news-area .follow-widget ul li {
      float: left;
      width: 31.8%;
      margin-bottom: 8px;
      margin-right: 8px; }
      .news-area .follow-widget ul li a {
        padding: 25px 0 23px;
        text-align: center;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .news-area .follow-widget ul li a i {
          font-size: 24px;
          color: #fff;
          margin-bottom: 12px; }
        .news-area .follow-widget ul li a p {
          color: #fff; }
      .news-area .follow-widget ul li:nth-child(1) a {
        background: #4c66a3; }
      .news-area .follow-widget ul li:nth-child(2) a {
        background: #2fc2ee; }
      .news-area .follow-widget ul li:nth-child(3) {
        margin-right: 0; }
        .news-area .follow-widget ul li:nth-child(3) a {
          background: #ff680d; }
      .news-area .follow-widget ul li:nth-child(4) {
        margin-bottom: 0; }
        .news-area .follow-widget ul li:nth-child(4) a {
          background: #0e76a8; }
      .news-area .follow-widget ul li:nth-child(5) {
        margin-bottom: 0; }
        .news-area .follow-widget ul li:nth-child(5) a {
          background: #cf3e28; }
      .news-area .follow-widget ul li:nth-child(6) {
        margin-right: 0;
        margin-bottom: 0; }
        .news-area .follow-widget ul li:nth-child(6) a {
          background: #e42c27; }
  .news-area .add-widget {
    margin-bottom: 40px;
    position: relative; }
    .news-area .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .news-area .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .news-area .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .news-area .tab-widget ul.nav {
    border-bottom: none;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    margin-bottom: 25px; }
    .news-area .tab-widget ul.nav li.nav-item {
      width: 33.336%;
      text-align: center;
      margin-bottom: 0; }
      .news-area .tab-widget ul.nav li.nav-item a.nav-link {
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 15px;
        font-weight: 500;
        padding: 8px 0; }
      .news-area .tab-widget ul.nav li.nav-item a.nav-link.active {
        background: #d32f2f;
        color: #fff; }
  .news-area .tab-widget .tab-content .tab-pane .rec-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .rec-item .rec-img a img {
      margin-right: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p {
      margin-bottom: 6px; }
      .news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a {
        color: #1b1b1b;
        font-weight: 500; }
        .news-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a:hover {
          color: #d32f2f; }
    .news-area .tab-widget .tab-content .tab-pane .rec-item .img-content span {
      font-size: 13px;
      color: #969696; }
    .news-area .tab-widget .tab-content .tab-pane .rec-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .news-area .tab-widget .tab-content .tab-pane .pop-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .pop-item .pop-img a img {
      margin-right: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p {
      margin-bottom: 6px; }
      .news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a {
        color: #1b1b1b;
        font-weight: 500; }
        .news-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a:hover {
          color: #d32f2f; }
    .news-area .tab-widget .tab-content .tab-pane .pop-item .img-content ul li {
      font-size: 13px;
      color: #fdba2d;
      margin-right: 1px; }
    .news-area .tab-widget .tab-content .tab-pane .pop-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .news-area .tab-widget .tab-content .tab-pane .com-item {
    margin-bottom: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .com-item .com-img a img {
      background: #e5e5e5;
      padding: 10px 6px 0;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      margin-right: 15px; }
    .news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a {
      color: #666666;
      line-height: 28px; }
      .news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span {
        font-size: 15px;
        color: #1b1b1b;
        font-weight: 600;
        margin-right: 5px; }
        .news-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span:hover {
          color: #d32f2f; }
    .news-area .tab-widget .tab-content .tab-pane .com-item:last-child {
      margin-bottom: 0; }

/* =======================================
13. News Area 2
======================================= */
.news-area2 {
  padding-bottom: 10px; }
  .news-area2 .int-news {
    margin-bottom: 35px; }
    .news-area2 .int-news .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .news-area2 .int-news .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .news-area2 .int-news .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 141px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .news-area2 .int-news .int-slider .int-item .int-lg {
      margin-bottom: 25px;
      position: relative; }
      .news-area2 .int-news .int-slider .int-item .int-lg .int-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .news-area2 .int-news .int-slider .int-item .int-lg .int-layer p {
          margin-bottom: 10px; }
          .news-area2 .int-news .int-slider .int-item .int-lg .int-layer p a {
            font-size: 15px;
            color: #fff;
            font-weight: 300; }
            .news-area2 .int-news .int-slider .int-item .int-lg .int-layer p a:hover {
              text-decoration: underline; }
        .news-area2 .int-news .int-slider .int-item .int-lg .int-layer ul li:first-child {
          font-size: 11px;
          background: #d32f2f;
          color: #fff;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          text-transform: uppercase;
          margin-right: 15px; }
        .news-area2 .int-news .int-slider .int-item .int-lg .int-layer ul li:last-child {
          font-size: 11px;
          color: #fff;
          font-weight: 300; }
    .news-area2 .int-news .int-slider .int-item .int-list {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .news-area2 .int-news .int-slider .int-item .int-list .int-img a img {
        width: auto;
        margin-right: 15px; }
      .news-area2 .int-news .int-slider .int-item .int-list .img-content p {
        margin-bottom: 6px; }
        .news-area2 .int-news .int-slider .int-item .int-list .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .news-area2 .int-news .int-slider .int-item .int-list .img-content p a:hover {
            color: #d32f2f; }
      .news-area2 .int-news .int-slider .int-item .int-list .img-content span {
        font-size: 13px;
        color: #969696; }
      .news-area2 .int-news .int-slider .int-item .int-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .news-area2 .int-news .int-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .news-area2 .int-news .int-slider .owl-nav div i {
        display: block; }
      .news-area2 .int-news .int-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .news-area2 .int-news .int-slider .owl-nav div.owl-prev {
      right: 25px; }
  .news-area2 .ls-news {
    margin-bottom: 35px; }
    .news-area2 .ls-news .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .news-area2 .ls-news .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .news-area2 .ls-news .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 90px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .news-area2 .ls-news .int-slider .ls-item .ls-lg {
      margin-bottom: 25px;
      position: relative; }
      .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer p {
          margin-bottom: 10px; }
          .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer p a {
            font-size: 15px;
            color: #fff;
            font-weight: 300; }
            .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer p a:hover {
              text-decoration: underline; }
        .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:first-child {
          font-size: 11px;
          background: #d32f2f;
          color: #fff;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          text-transform: uppercase;
          margin-right: 15px; }
        .news-area2 .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:last-child {
          font-size: 11px;
          color: #fff;
          font-weight: 300; }
    .news-area2 .ls-news .int-slider .ls-item .ls-list {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .news-area2 .ls-news .int-slider .ls-item .ls-list .ls-img a img {
        width: auto;
        margin-right: 15px; }
      .news-area2 .ls-news .int-slider .ls-item .ls-list .img-content p {
        margin-bottom: 6px; }
        .news-area2 .ls-news .int-slider .ls-item .ls-list .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .news-area2 .ls-news .int-slider .ls-item .ls-list .img-content p a:hover {
            color: #d32f2f; }
      .news-area2 .ls-news .int-slider .ls-item .ls-list .img-content span {
        font-size: 13px;
        color: #969696; }
      .news-area2 .ls-news .int-slider .ls-item .ls-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .news-area2 .ls-news .int-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .news-area2 .ls-news .int-slider .owl-nav div i {
        display: block; }
      .news-area2 .ls-news .int-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .news-area2 .ls-news .int-slider .owl-nav div.owl-prev {
      right: 25px; }
  .news-area2 .pop-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .news-area2 .pop-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .news-area2 .pop-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 138px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .news-area2 .pop-news .popular-slider {
    position: relative; }
    .news-area2 .pop-news .popular-slider .popular-item .pop-box {
      margin-bottom: 30px; }
      .news-area2 .pop-news .popular-slider .popular-item .pop-box .pop-img a img {
        display: inline-block;
        margin-bottom: 15px; }
      .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content p {
        margin-bottom: 10px; }
        .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content p a:hover {
            color: #d32f2f; }
      .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content ul li {
        font-size: 11px; }
        .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content ul li:first-child {
          color: #fff;
          background: #d32f2f;
          padding: 4px 12px 2px;
          font-weight: 400;
          text-transform: uppercase;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 10px; }
        .news-area2 .pop-news .popular-slider .popular-item .pop-box .img-content ul li:last-child {
          color: #969696; }
    .news-area2 .pop-news .popular-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #dddddd;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      -webkit-transition: 0.2s ease;
      -moz-transition: 0.2s ease;
      -ms-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease; }
      .news-area2 .pop-news .popular-slider .owl-nav div i {
        display: block; }
      .news-area2 .pop-news .popular-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .news-area2 .pop-news .popular-slider .owl-nav div.owl-prev {
      right: 25px; }
  .news-area2 .follow-widget {
    margin-bottom: 40px; }
    .news-area2 .follow-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 9px;
      margin-bottom: 25px; }
      .news-area2 .follow-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .news-area2 .follow-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 101px;
          height: 1px;
          bottom: -10px;
          left: 0; }
    .news-area2 .follow-widget ul li {
      float: left;
      width: 31.8%;
      margin-bottom: 8px;
      margin-right: 8px; }
      .news-area2 .follow-widget ul li a {
        padding: 25px 0 23px;
        text-align: center;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .news-area2 .follow-widget ul li a i {
          font-size: 24px;
          color: #fff;
          margin-bottom: 12px; }
        .news-area2 .follow-widget ul li a p {
          color: #fff; }
      .news-area2 .follow-widget ul li:nth-child(1) a {
        background: #4c66a3; }
      .news-area2 .follow-widget ul li:nth-child(2) a {
        background: #2fc2ee; }
      .news-area2 .follow-widget ul li:nth-child(3) {
        margin-right: 0; }
        .news-area2 .follow-widget ul li:nth-child(3) a {
          background: #ff680d; }
      .news-area2 .follow-widget ul li:nth-child(4) {
        margin-bottom: 0; }
        .news-area2 .follow-widget ul li:nth-child(4) a {
          background: #0e76a8; }
      .news-area2 .follow-widget ul li:nth-child(5) {
        margin-bottom: 0; }
        .news-area2 .follow-widget ul li:nth-child(5) a {
          background: #cf3e28; }
      .news-area2 .follow-widget ul li:nth-child(6) {
        margin-right: 0;
        margin-bottom: 0; }
        .news-area2 .follow-widget ul li:nth-child(6) a {
          background: #e42c27; }
  .news-area2 .add-widget {
    position: relative; }
    .news-area2 .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .news-area2 .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .news-area2 .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }

/* =======================================
14. More News Area
======================================= */
.more-news-area {
  padding: 35px 0 40px; }
  .more-news-area .more-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .more-news-area .more-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .more-news-area .more-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 107px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .more-news-area .more-news .more-slider .more-item .more-content {
    margin-bottom: 25px; }
    .more-news-area .more-news .more-slider .more-item .more-content .more-img a img {
      width: auto;
      margin-right: 20px; }
    .more-news-area .more-news .more-slider .more-item .more-content .img-content h6 {
      margin-bottom: 10px; }
      .more-news-area .more-news .more-slider .more-item .more-content .img-content h6 a {
        font-size: 18px;
        color: #1b1b1b;
        font-weight: 600; }
        .more-news-area .more-news .more-slider .more-item .more-content .img-content h6 a:hover {
          color: #d32f2f; }
    .more-news-area .more-news .more-slider .more-item .more-content .img-content ul {
      margin-bottom: 10px; }
      .more-news-area .more-news .more-slider .more-item .more-content .img-content ul li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .more-news-area .more-news .more-slider .more-item .more-content .img-content ul li:last-child {
        font-size: 13px;
        color: #969696; }
    .more-news-area .more-news .more-slider .more-item .more-content .img-content p {
      color: #666666;
      line-height: 23px; }
    .more-news-area .more-news .more-slider .more-item .more-content:last-child {
      margin-bottom: 0; }
  .more-news-area .more-news .more-slider .owl-nav div {
    position: absolute;
    top: -55px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 999;
    transition: 0.2s ease; }
    .more-news-area .more-news .more-slider .owl-nav div i {
      display: block; }
    .more-news-area .more-news .more-slider .owl-nav div:hover {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f; }
  .more-news-area .more-news .more-slider .owl-nav div.owl-prev {
    right: 25px; }
  .more-news-area .mv-widget {
    margin-bottom: 40px; }
    .more-news-area .mv-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .more-news-area .mv-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .more-news-area .mv-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 121px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .more-news-area .mv-widget .mv-slider .mv-item .mv-box {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .more-news-area .mv-widget .mv-slider .mv-item .mv-box .mv-img a img {
        width: auto;
        margin-right: 15px; }
      .more-news-area .mv-widget .mv-slider .mv-item .mv-box .img-content p {
        margin-bottom: 6px; }
        .more-news-area .mv-widget .mv-slider .mv-item .mv-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .more-news-area .mv-widget .mv-slider .mv-item .mv-box .img-content p a:hover {
            color: #d32f2f; }
      .more-news-area .mv-widget .mv-slider .mv-item .mv-box .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .more-news-area .mv-widget .mv-slider .mv-item .mv-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .more-news-area .mv-widget .mv-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .more-news-area .mv-widget .mv-slider .owl-nav div i {
        display: block; }
      .more-news-area .mv-widget .mv-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .more-news-area .mv-widget .mv-slider .owl-nav div.owl-prev {
      right: 25px; }
  .more-news-area .add-widget {
    margin-bottom: 35px;
    position: relative; }
    .more-news-area .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .more-news-area .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .more-news-area .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .more-news-area .tag-widget .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .more-news-area .tag-widget .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .more-news-area .tag-widget .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 76px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .more-news-area .tag-widget .tag-box a {
    font-size: 13px;
    color: #666666;
    border: 1px solid #e5e5e5;
    padding: 6px 15px 5px;
    margin: 0 8px 13px 0;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .more-news-area .tag-widget .tag-box a:hover {
      border-color: #d32f2f;
      color: #d32f2f; }

/* =======================================
15. Gallery
======================================= */
.gallery-area {
  background: #222222; }
  .gallery-area .image-gallery {
    padding: 35px 0 42px; }
    .gallery-area .image-gallery .sec-title h5 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 25px; }
      .gallery-area .image-gallery .sec-title h5 i {
        font-size: 18px;
        color: #d32f2f;
        margin-left: 8px; }
    .gallery-area .image-gallery .img-content {
      text-align: center; }
      .gallery-area .image-gallery .img-content p {
        margin-top: 10px; }
      .gallery-area .image-gallery .img-content a {
        color: #fff; }
    .gallery-area .image-gallery .goToAllLink {
      margin-top: 20px; }
      .gallery-area .image-gallery .goToAllLink a {
        color: #fff;
        padding-left: 30px; }
    .gallery-area .image-gallery .image-gallery-box {
      margin-bottom: 17px; }
      .gallery-area .image-gallery .image-gallery-box .gallery-slider {
        position: relative; }
        .gallery-area .image-gallery .image-gallery-box .gallery-slider .gallery-item {
          position: relative; }
          .gallery-area .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content {
            position: absolute;
            width: 100%;
            bottom: -100px;
            left: 0;
            background: #1b1b1b;
            padding: 18px 25px;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            opacity: 0;
            visibility: hidden; }
            .gallery-area .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content p a {
              color: #fff;
              line-height: 25px;
              font-weight: 300; }
              .gallery-area .image-gallery .image-gallery-box .gallery-slider .gallery-item .gallery-content p a:hover {
                text-decoration: underline; }
          .gallery-area .image-gallery .image-gallery-box .gallery-slider .gallery-item:hover .gallery-content {
            opacity: 1;
            visibility: visible;
            bottom: 0; }
        .gallery-area .image-gallery .image-gallery-box .gallery-slider .owl-nav div {
          position: absolute;
          top: 50%;
          left: 0;
          width: 42px;
          height: 38px;
          background: rgba(0, 0, 0, 0.5);
          font-size: 18px;
          color: #fff;
          text-align: center;
          padding-top: 6px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          z-index: 999;
          margin-top: -20px;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          opacity: 0;
          visibility: hidden; }
          .gallery-area .image-gallery .image-gallery-box .gallery-slider .owl-nav div:hover {
            background: #d32f2f; }
        .gallery-area .image-gallery .image-gallery-box .gallery-slider .owl-nav div.owl-next {
          left: inherit;
          right: 0; }
        .gallery-area .image-gallery .image-gallery-box .gallery-slider:hover .owl-nav div {
          opacity: 1;
          visibility: visible; }
    .gallery-area .image-gallery .image-gallery-list .gallery-list-item {
      position: relative; }
      .gallery-area .image-gallery .image-gallery-list .gallery-list-item img.gallery-img {
        max-width: 170px; }
      .gallery-area .image-gallery .image-gallery-list .gallery-list-item .fc-icon {
        position: absolute;
        bottom: 0;
        left: 0; }
        .gallery-area .image-gallery .image-gallery-list .gallery-list-item .fc-icon a i {
          color: #fff;
          background: rgba(0, 0, 0, 0.5);
          padding: 6px; }
          .gallery-area .image-gallery .image-gallery-list .gallery-list-item .fc-icon a i:hover {
            background: #d32f2f; }
  .gallery-area .video-gallery {
    background: #1b1b1b;
    height: 100%;
    padding: 35px 30px; }
    .gallery-area .video-gallery .sec-title h5 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 25px; }
      .gallery-area .video-gallery .sec-title h5 i {
        font-size: 18px;
        color: #d32f2f;
        margin-left: 8px; }
    .gallery-area .video-gallery .video-lg {
      background-image: url("../images/popular-9.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 200px;
      margin-bottom: 30px; }
      .gallery-area .video-gallery .video-lg .video-table {
        display: table;
        width: 100%;
        height: 100%; }
        .gallery-area .video-gallery .video-lg .video-table .video-tablecell {
          display: table-cell;
          vertical-align: middle; }
          .gallery-area .video-gallery .video-lg .video-table .video-tablecell a {
            font-size: 16px;
            color: #fff;
            background: #1b1b1b;
            padding: 10px 20px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px; }
            .gallery-area .video-gallery .video-lg .video-table .video-tablecell a:hover {
              color: #d32f2f; }
    .gallery-area .video-gallery .video-list .video-list-item {
      border-bottom: 1px solid #222222;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .gallery-area .video-gallery .video-list .video-list-item .vid-img {
        position: relative; }
        .gallery-area .video-gallery .video-list .video-list-item .vid-img img {
          margin-right: 15px; }
        .gallery-area .video-gallery .video-list .video-list-item .vid-img a {
          position: absolute;
          bottom: 0;
          left: 0; }
          .gallery-area .video-gallery .video-list .video-list-item .vid-img a i {
            color: #fff;
            background: rgba(0, 0, 0, 0.5);
            padding: 6px; }
            .gallery-area .video-gallery .video-list .video-list-item .vid-img a i:hover {
              background: #d32f2f; }
      .gallery-area .video-gallery .video-list .video-list-item .img-content p {
        margin-bottom: 6px; }
        .gallery-area .video-gallery .video-list .video-list-item .img-content p a {
          color: #969696; }
          .gallery-area .video-gallery .video-list .video-list-item .img-content p a:hover {
            color: #d32f2f; }
      .gallery-area .video-gallery .video-list .video-list-item .img-content span {
        font-size: 13px;
        color: #1b1b1b;
        font-weight: 500; }
      .gallery-area .video-gallery .video-list .video-list-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }

/* =======================================
16. International & Lifestyle
======================================= */
.int-lif {
  padding: 40px 0; }
  .int-lif .int-news {
    margin-bottom: 35px; }
    .int-lif .int-news .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .int-lif .int-news .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .int-lif .int-news .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 141px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .int-lif .int-news .int-slider .int-item .int-lg {
      margin-bottom: 25px;
      position: relative; }
      .int-lif .int-news .int-slider .int-item .int-lg .int-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .int-lif .int-news .int-slider .int-item .int-lg .int-layer p {
          margin-bottom: 10px; }
          .int-lif .int-news .int-slider .int-item .int-lg .int-layer p a {
            font-size: 15px;
            color: #fff;
            font-weight: 300; }
            .int-lif .int-news .int-slider .int-item .int-lg .int-layer p a:hover {
              text-decoration: underline; }
        .int-lif .int-news .int-slider .int-item .int-lg .int-layer ul li:first-child {
          font-size: 11px;
          background: #d32f2f;
          color: #fff;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          text-transform: uppercase;
          margin-right: 15px; }
        .int-lif .int-news .int-slider .int-item .int-lg .int-layer ul li:last-child {
          font-size: 11px;
          color: #fff;
          font-weight: 300; }
    .int-lif .int-news .int-slider .int-item .int-list {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .int-lif .int-news .int-slider .int-item .int-list .int-img a img {
        width: auto;
        margin-right: 15px; }
      .int-lif .int-news .int-slider .int-item .int-list .img-content p {
        margin-bottom: 6px; }
        .int-lif .int-news .int-slider .int-item .int-list .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .int-lif .int-news .int-slider .int-item .int-list .img-content p a:hover {
            color: #d32f2f; }
      .int-lif .int-news .int-slider .int-item .int-list .img-content span {
        font-size: 13px;
        color: #969696; }
      .int-lif .int-news .int-slider .int-item .int-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .int-lif .int-news .int-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .int-lif .int-news .int-slider .owl-nav div i {
        display: block; }
      .int-lif .int-news .int-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .int-lif .int-news .int-slider .owl-nav div.owl-prev {
      right: 25px; }
  .int-lif .ls-news {
    margin-bottom: 35px; }
    .int-lif .ls-news .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .int-lif .ls-news .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .int-lif .ls-news .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 90px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .int-lif .ls-news .int-slider .ls-item .ls-lg {
      margin-bottom: 25px;
      position: relative; }
      .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 15px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
        .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer p {
          margin-bottom: 10px; }
          .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer p a {
            font-size: 15px;
            color: #fff;
            font-weight: 300; }
            .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer p a:hover {
              text-decoration: underline; }
        .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:first-child {
          font-size: 11px;
          background: #d32f2f;
          color: #fff;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          text-transform: uppercase;
          margin-right: 15px; }
        .int-lif .ls-news .int-slider .ls-item .ls-lg .ls-layer ul li:last-child {
          font-size: 11px;
          color: #fff;
          font-weight: 300; }
    .int-lif .ls-news .int-slider .ls-item .ls-list {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .int-lif .ls-news .int-slider .ls-item .ls-list .ls-img a img {
        width: auto;
        margin-right: 15px; }
      .int-lif .ls-news .int-slider .ls-item .ls-list .img-content p {
        margin-bottom: 6px; }
        .int-lif .ls-news .int-slider .ls-item .ls-list .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .int-lif .ls-news .int-slider .ls-item .ls-list .img-content p a:hover {
            color: #d32f2f; }
      .int-lif .ls-news .int-slider .ls-item .ls-list .img-content span {
        font-size: 13px;
        color: #969696; }
      .int-lif .ls-news .int-slider .ls-item .ls-list:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .int-lif .ls-news .int-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .int-lif .ls-news .int-slider .owl-nav div i {
        display: block; }
      .int-lif .ls-news .int-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .int-lif .ls-news .int-slider .owl-nav div.owl-prev {
      right: 25px; }
  .int-lif .more-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 25px; }
    .int-lif .more-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .int-lif .more-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 107px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  .int-lif .more-news .more-slider .more-item .more-content {
    margin-bottom: 25px; }
    .int-lif .more-news .more-slider .more-item .more-content .more-img a img {
      width: auto;
      margin-right: 20px; }
    .int-lif .more-news .more-slider .more-item .more-content .img-content h6 {
      margin-bottom: 10px; }
      .int-lif .more-news .more-slider .more-item .more-content .img-content h6 a {
        font-size: 18px;
        color: #1b1b1b;
        font-weight: 600; }
        .int-lif .more-news .more-slider .more-item .more-content .img-content h6 a:hover {
          color: #d32f2f; }
    .int-lif .more-news .more-slider .more-item .more-content .img-content ul {
      margin-bottom: 10px; }
      .int-lif .more-news .more-slider .more-item .more-content .img-content ul li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .int-lif .more-news .more-slider .more-item .more-content .img-content ul li:last-child {
        font-size: 13px;
        color: #969696; }
    .int-lif .more-news .more-slider .more-item .more-content .img-content p {
      color: #666666;
      line-height: 23px; }
    .int-lif .more-news .more-slider .more-item .more-content:last-child {
      margin-bottom: 0; }
  .int-lif .more-news .more-slider .owl-nav div {
    position: absolute;
    top: -55px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 999;
    transition: 0.2s ease; }
    .int-lif .more-news .more-slider .owl-nav div i {
      display: block; }
    .int-lif .more-news .more-slider .owl-nav div:hover {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f; }
  .int-lif .more-news .more-slider .owl-nav div.owl-prev {
    right: 25px; }
  .int-lif .add-widget {
    margin-bottom: 35px;
    position: relative; }
    .int-lif .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .int-lif .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .int-lif .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .int-lif .mv-widget {
    margin-bottom: 35px; }
    .int-lif .mv-widget .issues-one {
      text-align: center; }
      .int-lif .mv-widget .issues-one .title {
        padding-top: 10px; }
        .int-lif .mv-widget .issues-one .title a {
          font-size: 15px;
          color: #444444;
          font-weight: 600; }
      .int-lif .mv-widget .issues-one .annotation {
        padding-top: 10px; }
      .int-lif .mv-widget .issues-one .button {
        padding-top: 10px; }
        .int-lif .mv-widget .issues-one .button a {
          margin: 0px 5px 10px 5px;
          color: #fff; }
        .int-lif .mv-widget .issues-one .button .btn-light {
          color: #9a9a9a; }
    .int-lif .mv-widget .vote .view-item {
      overflow: hidden; }
      .int-lif .mv-widget .vote .view-item .progress-wrapper {
        width: calc(100% - 50px); }
    .int-lif .mv-widget .vote .progress {
      height: 9px;
      margin: 8px 0; }
    .int-lif .mv-widget .vote .total {
      float: left;
      margin-top: 20px;
      width: 100%; }
    .int-lif .mv-widget .vote h5 {
      margin-bottom: 20px;
      color: #000; }
    .int-lif .mv-widget .vote .button-block {
      margin-top: 10px; }
    .int-lif .mv-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .int-lif .mv-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .int-lif .mv-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 121px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .int-lif .mv-widget .mv-slider .mv-item .mv-box {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .int-lif .mv-widget .mv-slider .mv-item .mv-box .mv-img a {
        display: block;
        max-height: 85px;
        overflow: hidden; }
        .int-lif .mv-widget .mv-slider .mv-item .mv-box .mv-img a img {
          width: auto;
          margin-right: 15px;
          max-width: 100px; }
      .int-lif .mv-widget .mv-slider .mv-item .mv-box .img-content p {
        margin-bottom: 6px; }
        .int-lif .mv-widget .mv-slider .mv-item .mv-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .int-lif .mv-widget .mv-slider .mv-item .mv-box .img-content p a:hover {
            color: #d32f2f; }
      .int-lif .mv-widget .mv-slider .mv-item .mv-box .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .int-lif .mv-widget .mv-slider .mv-item .mv-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .int-lif .mv-widget .mv-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .int-lif .mv-widget .mv-slider .owl-nav div i {
        display: block; }
      .int-lif .mv-widget .mv-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .int-lif .mv-widget .mv-slider .owl-nav div.owl-prev {
      right: 25px; }
  .int-lif .login-widget {
    margin-bottom: 40px; }
    .int-lif .login-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .int-lif .login-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .int-lif .login-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 58px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .int-lif .login-widget form.login input {
      width: 100%;
      height: 45px;
      border: 1px solid #dddddd;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      padding-left: 15px;
      margin-bottom: 20px; }
      .int-lif .login-widget form.login input.placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .int-lif .login-widget form.login input:-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .int-lif .login-widget form.login input::-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .int-lif .login-widget form.login input:-ms-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .int-lif .login-widget form.login input::-webkit-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .int-lif .login-widget form.login input:focus {
        border-color: #d32f2f; }
    .int-lif .login-widget form.login button {
      color: #fff;
      background: #1b1b1b;
      border: none;
      padding: 9px 25px 8px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.5px; }
      .int-lif .login-widget form.login button:hover {
        background: #d32f2f; }
  .int-lif .app-widget {
    position: relative; }
    .int-lif .app-widget .img-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px; }
      .int-lif .app-widget .img-content h4 {
        color: #eeeeee;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px; }
      .int-lif .app-widget .img-content p {
        font-size: 15px;
        color: #969696;
        max-width: 230px;
        line-height: 23px;
        margin-bottom: 30px; }
      .int-lif .app-widget .img-content ul li a img {
        border: 1px solid #222222;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        max-width: 150px; }
        .int-lif .app-widget .img-content ul li a img:hover {
          border-color: #d32f2f; }
      .int-lif .app-widget .img-content ul li:first-child a img {
        margin-bottom: 10px; }

/* =======================================
17. Breadcrumb Area
======================================= */
.breadcrumb-area .breadcrumb-box {
  border-bottom: 1px solid #eeeeee;
  padding: 16px 0 15px; }
  .breadcrumb-area .breadcrumb-box ul li {
    color: #666666; }
    .breadcrumb-area .breadcrumb-box ul li a {
      color: #d32f2f;
      margin-right: 8px; }
    .breadcrumb-area .breadcrumb-box ul li i {
      color: #969696; }

/* =======================================
18. About Area
======================================= */
.about-us {
  padding: 35px 0; }
  .about-us .sec-top {
    margin-bottom: 60px; }
    .about-us .sec-top h4 {
      color: #666666;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 30px;
      position: relative; }
      .about-us .sec-top h4:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: -12px;
        left: 50%;
        margin-left: -26px; }
    .about-us .sec-top p {
      font-size: 15px;
      color: #969696;
      max-width: 700px;
      line-height: 27px;
      margin: auto; }
  .about-us .about-box {
    margin-bottom: 68px; }
    .about-us .about-box h4 {
      color: #1b1b1b;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .about-us .about-box h4 span {
        color: #d32f2f; }
    .about-us .about-box p {
      font-size: 15px;
      color: #969696;
      line-height: 28px;
      margin-bottom: 35px; }
    .about-us .about-box a {
      color: #d32f2f;
      border: 1px solid #d32f2f;
      padding: 9px 20px 8px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      font-weight: 500; }
      .about-us .about-box a:hover {
        background: #d32f2f;
        color: #fff; }
  .about-us .service-box {
    margin-bottom: 25px; }
    .about-us .service-box .service-item {
      border: 1px solid #e5e5e5;
      margin-bottom: 30px; }
      .about-us .service-box .service-item .sr-img {
        width: 140px;
        height: 100px;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        padding-top: 25px;
        margin-right: 18px; }
      .about-us .service-box .service-item .img-content {
        padding-top: 14px; }
        .about-us .service-box .service-item .img-content h6 {
          color: #1b1b1b;
          text-transform: uppercase;
          font-weight: 600;
          margin-bottom: 6px; }
        .about-us .service-box .service-item .img-content p {
          color: #969696;
          line-height: 25px; }
      .about-us .service-box .service-item:hover .img-content h6 {
        color: #d32f2f; }
  .about-us .team {
    margin-bottom: 55px; }
    .about-us .team .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 35px; }
      .about-us .team .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .about-us .team .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 235px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .about-us .team .team-slider .slider-item img {
      margin-bottom: 15px; }
    .about-us .team .team-slider .slider-item h5 {
      margin-bottom: 5px; }
      .about-us .team .team-slider .slider-item h5 a {
        color: #1b1b1b;
        font-weight: 600; }
        .about-us .team .team-slider .slider-item h5 a:hover {
          color: #d32f2f; }
    .about-us .team .team-slider .slider-item p {
      font-size: 13px;
      color: #969696;
      padding-bottom: 8px;
      margin-bottom: 8px;
      position: relative; }
      .about-us .team .team-slider .slider-item p:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: 0;
        left: 39%; }
    .about-us .team .team-slider .slider-item ul li a i {
      font-size: 13px;
      color: #969696; }
      .about-us .team .team-slider .slider-item ul li a i:hover {
        color: #d32f2f; }
    .about-us .team .team-slider .owl-nav div {
      position: absolute;
      top: -64px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .about-us .team .team-slider .owl-nav div i {
        display: block; }
      .about-us .team .team-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .about-us .team .team-slider .owl-nav div.owl-prev {
      right: 25px; }
  .about-us .testimonial {
    margin-bottom: 5px; }
    .about-us .testimonial .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .about-us .testimonial .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .about-us .testimonial .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 154px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .about-us .testimonial .testimonial-slider .testimonial-item {
      padding-top: 35px; }
      .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box {
        border: 1px solid #e5e5e5;
        padding: 30px 35px;
        position: relative; }
        .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box img {
          max-width: 98px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          border: 1px solid #eeeeee;
          position: absolute;
          top: -30px;
          right: 48px; }
        .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box h5 {
          color: #1b1b1b;
          font-weight: 600;
          margin-bottom: 10px; }
        .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box ul {
          margin-bottom: 10px; }
          .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box ul li {
            color: #d32f2f;
            margin-right: 1px; }
        .about-us .testimonial .testimonial-slider .testimonial-item .testimonial-box p {
          color: #969696;
          font-style: italic;
          line-height: 25px; }
    .about-us .testimonial .testimonial-slider .owl-nav div {
      position: absolute;
      top: -64px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .about-us .testimonial .testimonial-slider .owl-nav div i {
        display: block; }
      .about-us .testimonial .testimonial-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .about-us .testimonial .testimonial-slider .owl-nav div.owl-prev {
      right: 25px; }

/* =======================================
19. Category Area
======================================= */
.category1-area {
  padding: 40px 0; }
  .category1-area #items-list {
    width: 100%; }
  .category1-area .poll-area .int-lif .mv-widget .vote .pull-left {
    width: 100%; }
  .category1-area #items-list-poll {
    margin-left: -30px; }
    .category1-area #items-list-poll .col-md-6 {
      margin-bottom: 50px; }
  .category1-area .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    margin-bottom: 25px;
    margin-left: 20px; }
    .category1-area .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .category1-area .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 101px;
        height: 1px;
        bottom: -10px;
        left: 0; }
  .category1-area .category-box-lg {
    margin-bottom: 40px; }
    .category1-area .category-box-lg img {
      margin-bottom: 20px; }
    .category1-area .category-box-lg h6 {
      margin-bottom: 10px; }
      .category1-area .category-box-lg h6 a {
        font-size: 18px;
        color: #1b1b1b;
        font-weight: 600; }
        .category1-area .category-box-lg h6 a:hover {
          color: #d32f2f; }
    .category1-area .category-box-lg ul.tag-dat {
      margin-bottom: 10px; }
      .category1-area .category-box-lg ul.tag-dat li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .category1-area .category-box-lg ul.tag-dat li:last-child {
        font-size: 13px;
        color: #969696; }
    .category1-area .category-box-lg p {
      color: #666666;
      line-height: 23px;
      margin-bottom: 10px; }
    .category1-area .category-box-lg ul.red-com {
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
      .category1-area .category-box-lg ul.red-com li:first-child a {
        font-size: 13px;
        color: #969696; }
        .category1-area .category-box-lg ul.red-com li:first-child a:hover {
          color: #d32f2f; }
      .category1-area .category-box-lg ul.red-com li:last-child {
        float: right; }
        .category1-area .category-box-lg ul.red-com li:last-child a {
          font-size: 13px;
          color: #969696; }
          .category1-area .category-box-lg ul.red-com li:last-child a:hover {
            color: #d32f2f; }
  .category1-area .category-box {
    margin-bottom: 40px; }
    .category1-area .category-box img {
      margin-bottom: 20px; }
    .category1-area .category-box h6 {
      margin-bottom: 10px; }
      .category1-area .category-box h6 a {
        font-size: 17px;
        color: #1b1b1b;
        font-weight: 600; }
        .category1-area .category-box h6 a:hover {
          color: #d32f2f; }
    .category1-area .category-box ul.tag-dat {
      margin-bottom: 10px; }
      .category1-area .category-box ul.tag-dat li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .category1-area .category-box ul.tag-dat li:last-child {
        font-size: 13px;
        color: #969696; }
    .category1-area .category-box p {
      color: #666666;
      line-height: 23px;
      margin-bottom: 10px; }
    .category1-area .category-box ul.red-com {
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
      .category1-area .category-box ul.red-com li:first-child a {
        font-size: 13px;
        color: #969696; }
        .category1-area .category-box ul.red-com li:first-child a:hover {
          color: #d32f2f; }
      .category1-area .category-box ul.red-com li:last-child {
        float: right; }
        .category1-area .category-box ul.red-com li:last-child a {
          font-size: 13px;
          color: #969696; }
          .category1-area .category-box ul.red-com li:last-child a:hover {
            color: #d32f2f; }
  .category1-area .pagination-box ul li a {
    font-size: 13px;
    color: #666666;
    border: 1px solid #dddddd;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 500;
    padding-top: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .category1-area .pagination-box ul li a:hover {
      color: #d32f2f;
      border-color: #d32f2f; }
  .category1-area .pagination-box ul li.active a {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f; }
  .category1-area .follow-widget {
    margin-bottom: 40px; }
    .category1-area .follow-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 9px;
      margin-bottom: 25px; }
      .category1-area .follow-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .category1-area .follow-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 101px;
          height: 1px;
          bottom: -10px;
          left: 0; }
    .category1-area .follow-widget ul li {
      float: left;
      width: 31.8%;
      margin-bottom: 8px;
      margin-right: 8px; }
      .category1-area .follow-widget ul li a {
        padding: 25px 0 23px;
        text-align: center;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .category1-area .follow-widget ul li a i {
          font-size: 24px;
          color: #fff;
          margin-bottom: 12px; }
        .category1-area .follow-widget ul li a p {
          color: #fff; }
      .category1-area .follow-widget ul li:nth-child(1) a {
        background: #4c66a3; }
      .category1-area .follow-widget ul li:nth-child(2) a {
        background: #2fc2ee; }
      .category1-area .follow-widget ul li:nth-child(3) {
        margin-right: 0; }
        .category1-area .follow-widget ul li:nth-child(3) a {
          background: #ff680d; }
      .category1-area .follow-widget ul li:nth-child(4) {
        margin-bottom: 0; }
        .category1-area .follow-widget ul li:nth-child(4) a {
          background: #0e76a8; }
      .category1-area .follow-widget ul li:nth-child(5) {
        margin-bottom: 0; }
        .category1-area .follow-widget ul li:nth-child(5) a {
          background: #cf3e28; }
      .category1-area .follow-widget ul li:nth-child(6) {
        margin-right: 0;
        margin-bottom: 0; }
        .category1-area .follow-widget ul li:nth-child(6) a {
          background: #e42c27; }
  .category1-area .add-widget {
    margin-bottom: 35px;
    position: relative; }
    .category1-area .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .category1-area .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .category1-area .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .category1-area .tab-widget {
    margin-bottom: 40px; }
    .category1-area .tab-widget ul.nav {
      border-bottom: none;
      background: #f5f5f5;
      border: 1px solid #eeeeee;
      margin-bottom: 25px; }
      .category1-area .tab-widget ul.nav li.nav-item {
        width: 33.336%;
        text-align: center;
        margin-bottom: 0; }
        .category1-area .tab-widget ul.nav li.nav-item a.nav-link {
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-size: 15px;
          font-weight: 500;
          padding: 8px 0; }
        .category1-area .tab-widget ul.nav li.nav-item a.nav-link.active {
          background: #d32f2f;
          color: #fff; }
    .category1-area .tab-widget .tab-content .tab-pane .rec-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .rec-item .rec-img a img {
        margin-right: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .rec-item .img-content p {
        margin-bottom: 6px; }
        .category1-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category1-area .tab-widget .tab-content .tab-pane .rec-item .img-content p a:hover {
            color: #d32f2f; }
      .category1-area .tab-widget .tab-content .tab-pane .rec-item .img-content span {
        font-size: 13px;
        color: #969696; }
      .category1-area .tab-widget .tab-content .tab-pane .rec-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category1-area .tab-widget .tab-content .tab-pane .pop-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .pop-item .pop-img a img {
        margin-right: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .pop-item .img-content p {
        margin-bottom: 6px; }
        .category1-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category1-area .tab-widget .tab-content .tab-pane .pop-item .img-content p a:hover {
            color: #d32f2f; }
      .category1-area .tab-widget .tab-content .tab-pane .pop-item .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .category1-area .tab-widget .tab-content .tab-pane .pop-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category1-area .tab-widget .tab-content .tab-pane .com-item {
      margin-bottom: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .com-item .com-img a img {
        background: #e5e5e5;
        padding: 10px 6px 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 15px; }
      .category1-area .tab-widget .tab-content .tab-pane .com-item .img-content p a {
        color: #666666;
        line-height: 28px; }
        .category1-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span {
          font-size: 15px;
          color: #1b1b1b;
          font-weight: 600;
          margin-right: 5px; }
          .category1-area .tab-widget .tab-content .tab-pane .com-item .img-content p a span:hover {
            color: #d32f2f; }
      .category1-area .tab-widget .tab-content .tab-pane .com-item:last-child {
        margin-bottom: 0; }
  .category1-area .mv-widget {
    margin-bottom: 40px; }
    .category1-area .mv-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .category1-area .mv-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .category1-area .mv-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 121px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .category1-area .mv-widget .mv-slider .mv-item .mv-box {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category1-area .mv-widget .mv-slider .mv-item .mv-box .mv-img a img {
        width: auto;
        margin-right: 15px; }
      .category1-area .mv-widget .mv-slider .mv-item .mv-box .img-content p {
        margin-bottom: 6px; }
        .category1-area .mv-widget .mv-slider .mv-item .mv-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category1-area .mv-widget .mv-slider .mv-item .mv-box .img-content p a:hover {
            color: #d32f2f; }
      .category1-area .mv-widget .mv-slider .mv-item .mv-box .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .category1-area .mv-widget .mv-slider .mv-item .mv-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category1-area .mv-widget .mv-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .category1-area .mv-widget .mv-slider .owl-nav div i {
        display: block; }
      .category1-area .mv-widget .mv-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .category1-area .mv-widget .mv-slider .owl-nav div.owl-prev {
      right: 25px; }
  .category1-area .app-widget {
    position: relative; }
    .category1-area .app-widget .img-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px; }
      .category1-area .app-widget .img-content h4 {
        color: #eeeeee;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px; }
      .category1-area .app-widget .img-content p {
        font-size: 15px;
        color: #969696;
        max-width: 230px;
        line-height: 23px;
        margin-bottom: 30px; }
      .category1-area .app-widget .img-content ul li a img {
        border: 1px solid #222222;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        max-width: 150px; }
        .category1-area .app-widget .img-content ul li a img:hover {
          border-color: #d32f2f; }
      .category1-area .app-widget .img-content ul li:first-child a img {
        margin-bottom: 10px; }
  .category1-area .category-box2 {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee; }
    .category1-area .category-box2 .cat-img a img {
      margin-right: 20px;
      max-width: 300px; }
    .category1-area .category-box2 .img-content h6 {
      margin-bottom: 10px; }
      .category1-area .category-box2 .img-content h6 a {
        font-size: 18px;
        color: #1b1b1b;
        font-weight: 600; }
        .category1-area .category-box2 .img-content h6 a:hover {
          color: #d32f2f; }
    .category1-area .category-box2 .img-content .tag-list ul {
      display: block;
      overflow: hidden; }
      .category1-area .category-box2 .img-content .tag-list ul li {
        float: left;
        width: 80%; }
        .category1-area .category-box2 .img-content .tag-list ul li:first-child {
          width: 55px; }
        .category1-area .category-box2 .img-content .tag-list ul li a {
          font-size: 12px;
          color: #4c66a3; }
    .category1-area .category-box2 .img-content ul.tag-dat {
      margin-bottom: 10px; }
      .category1-area .category-box2 .img-content ul.tag-dat li {
        font-size: 13px;
        color: #969696; }
        .category1-area .category-box2 .img-content ul.tag-dat li:first-child {
          font-size: 12px;
          color: #fff;
          background: #d32f2f;
          padding: 4px 12px 3px;
          font-weight: 400;
          text-transform: uppercase;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 20px; }
    .category1-area .category-box2 .img-content p {
      color: #666666;
      line-height: 20px;
      margin-bottom: 10px;
      clear: both;
      margin-top: 10px; }
    .category1-area .category-box2 .img-content ul.red-com li:first-child a {
      font-size: 13px;
      color: #969696; }
      .category1-area .category-box2 .img-content ul.red-com li:first-child a:hover {
        color: #d32f2f; }
    .category1-area .category-box2 .img-content ul.red-com li:last-child {
      float: right; }
      .category1-area .category-box2 .img-content ul.red-com li:last-child a {
        font-size: 13px;
        color: #969696; }
        .category1-area .category-box2 .img-content ul.red-com li:last-child a:hover {
          color: #d32f2f; }
  .category1-area .conference .category-box ul li {
    color: #fff !important; }
  .category1-area .conference .category-box img {
    width: 100%; }

.issue-widjet .issues-one .annotation {
  text-align: left !important;
  margin-top: 10px !important; }

.issue-widjet .title {
  font-weight: bold !important; }

.issue-widjet .button {
  margin-top: 10px !important; }
  .issue-widjet .button a {
    width: 100% !important;
    margin-bottom: 10px !important; }

/* =======================================
20. News Details Area
======================================= */
.category-details {
  padding: 35px 0 40px; }
  .category-details .issue-archive-page .tag-box a {
    font-weight: bold;
    margin: 0 -5px 0px 0; }
  .category-details .issue-archive-page .tag-box:before {
    position: absolute;
    content: "";
    background: #d32f2f;
    width: 134px;
    height: 1px;
    bottom: 0px;
    left: 16px; }
  .category-details .issue-archive-page .tag-box .red {
    background-color: #d32f2f;
    color: #fff; }
  .category-details .red-title {
    background-color: #d32f2f;
    width: 100px;
    font-size: 10px; }
    .category-details .red-title h5 {
      font-size: 14px;
      color: #fff !important;
      padding-left: 15px;
      padding-top: 10px; }
  .category-details .issue-archive h5 {
    font-size: 16px;
    text-transform: none !important; }
  .category-details .issue-archive h3 {
    margin-top: -15px;
    line-height: 16px;
    margin-bottom: 5px; }
    .category-details .issue-archive h3 a {
      font-size: 16px;
      font-weight: bold; }
  .category-details .issue-archive span {
    font-style: italic; }
  .category-details .issue-archive p {
    margin-bottom: 40px; }
  .category-details .news-heading {
    margin-bottom: 15px; }
    .category-details .news-heading h4 {
      color: #1b1b1b;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 10px; }
    .category-details .news-heading ul li {
      font-size: 13px;
      color: #666666;
      margin-right: 15px; }
      .category-details .news-heading ul li i {
        color: #969696;
        margin-right: 5px; }
      .category-details .news-heading ul li a {
        font-size: 13px;
        color: #666666; }
        .category-details .news-heading ul li a:hover {
          color: #d32f2f; }
  .category-details .news-content {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px; }
    .category-details .news-content h2 {
      margin-bottom: 10px !important; }
    .category-details .news-content h3 {
      margin-bottom: 10px !important; }
    .category-details .news-content .date-view {
      overflow: hidden;
      font-size: 14px !important;
      margin-bottom: 20px;
      margin-top: 10px; }
    .category-details .news-content ul.tag-dat {
      margin-bottom: 10px; }
      .category-details .news-content ul.tag-dat li:first-child {
        font-size: 12px;
        color: #fff;
        background: #d32f2f;
        padding: 4px 12px 3px;
        font-weight: 400;
        text-transform: uppercase;
        vertical-align: top;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 20px; }
      .category-details .news-content ul.tag-dat li:last-child {
        font-size: 13px;
        color: #969696;
        width: 75%; }
    .category-details .news-content .tag-list {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      overflow: hidden; }
      .category-details .news-content .tag-list ul {
        overflow: hidden; }
        .category-details .news-content .tag-list ul li {
          width: 80%; }
          .category-details .news-content .tag-list ul li:first-child {
            width: 8%; }
          .category-details .news-content .tag-list ul li a {
            font-size: 12px;
            color: #4c66a3; }
    .category-details .news-content img {
      margin-bottom: 20px; }
    .category-details .news-content h4 {
      color: #1b1b1b;
      font-weight: 600;
      line-height: 32px;
      margin-bottom: 10px; }
    .category-details .news-content ul, .category-details .news-content ol:not(.carousel-indicators) {
      margin-bottom: 10px;
      display: block;
      list-style-position: inside;
      list-style: disc; }
      .category-details .news-content ul li, .category-details .news-content ol:not(.carousel-indicators) li {
        font-size: inherit;
        color: inherit; }
        .category-details .news-content ul li i, .category-details .news-content ul li em, .category-details .news-content ol:not(.carousel-indicators) li i, .category-details .news-content ol:not(.carousel-indicators) li em {
          color: #969696;
          margin-right: 5px;
          font-size: 17px; }
        .category-details .news-content ul li a, .category-details .news-content ol:not(.carousel-indicators) li a {
          font-size: inherit;
          font-weight: 600; }
          .category-details .news-content ul li a:hover, .category-details .news-content ol:not(.carousel-indicators) li a:hover {
            color: #d32f2f; }
    .category-details .news-content ol {
      list-style: decimal; }
    .category-details .news-content p {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 15px; }
    .category-details .news-content .content-body-articles {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 25px; }
      .category-details .news-content .content-body-articles a {
        color: #0a73bb !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        text-decoration: underline !important; }
      .category-details .news-content .content-body-articles a:visited {
        color: #7a43b6 !important;
        text-decoration: underline !important; }
      .category-details .news-content .content-body-articles .description {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 300; }
      .category-details .news-content .content-body-articles img {
        max-width: 100% !important; }
      .category-details .news-content .content-body-articles .article-vrezka, .category-details .news-content .content-body-articles .small-vrezka {
        display: block;
        /* border-top: 1px solid #ADADAD; */
        /* border-bottom: 1px solid #ADADAD; */
        padding: 10px;
        text-align: left;
        margin: 5px 0;
        background-color: #f5f5f5;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        margin-bottom: 15px; }
        .category-details .news-content .content-body-articles .article-vrezka > p, .category-details .news-content .content-body-articles .small-vrezka > p {
          margin: 0px; }
        .category-details .news-content .content-body-articles .article-vrezka ul, .category-details .news-content .content-body-articles .small-vrezka ul {
          margin-left: 50px;
          margin-top: 20px; }
      .category-details .news-content .content-body-articles .small-vrezka {
        text-align: right;
        width: 250px;
        float: right; }
      .category-details .news-content .content-body-articles table.imgTemplate {
        table-layout: fixed;
        margin-bottom: 20px; }
        .category-details .news-content .content-body-articles table.imgTemplate:not([align]) {
          width: 100% !important; }
        .category-details .news-content .content-body-articles table.imgTemplate[align=left] {
          float: left;
          margin-right: 20px; }
        .category-details .news-content .content-body-articles table.imgTemplate[align=right] {
          float: right;
          margin-left: 20px; }
        .category-details .news-content .content-body-articles table.imgTemplate tr td img {
          max-width: 100%;
          margin: 0px;
          margin-bottom: 5px; }
        .category-details .news-content .content-body-articles table.imgTemplate tr td p {
          margin: 0px;
          font-size: 13px;
          font-weight: 500;
          line-height: 16px; }
        .category-details .news-content .content-body-articles table.imgTemplate tr td i {
          font-size: 13px;
          font-weight: 500; }
    .category-details .news-content .transparent-bottom {
      position: relative; }
      .category-details .news-content .transparent-bottom:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 250px;
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 95%); }
    .category-details .news-content #subs {
      background: #e5e3e3;
      clear: both;
      font-size: 18px;
      padding: 20px 30px 20px;
      margin-bottom: 40px;
      text-align: center; }
      .category-details .news-content #subs p:nth-child(1) {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px; }
      .category-details .news-content #subs p:nth-child(2) {
        margin-bottom: 10px; }
      .category-details .news-content #subs p:nth-child(3) {
        margin-bottom: 10px; }
        .category-details .news-content #subs p:nth-child(3) a {
          color: #4c66a3;
          font-weight: bold; }
      .category-details .news-content #subs p:nth-child(4) {
        margin-bottom: 10px !important; }
  .category-details .news-comment {
    background: #f5f5f5;
    padding: 30px 30px 25px;
    margin-bottom: 35px;
    border-left: 3px solid #d32f2f; }
    .category-details .news-comment i {
      font-size: 30px;
      color: #d32f2f;
      float: left;
      margin-right: 10px; }
    .category-details .news-comment p {
      font-size: 15px;
      color: #666666;
      line-height: 30px;
      font-style: italic;
      margin-bottom: 10px; }
    .category-details .news-comment span {
      color: #1b1b1b;
      font-weight: 500;
      padding-left: 25px;
      position: relative; }
      .category-details .news-comment span:before {
        position: absolute;
        content: '';
        background: #969696;
        width: 15px;
        height: 1px;
        top: 7px;
        left: 0; }
  .category-details .news-sm-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: -8px; }
  .category-details .news-btm-txt p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 35px; }
  .category-details .social-tag {
    margin-bottom: 40px; }
    .category-details .social-tag .social ul li a {
      display: block;
      font-size: 13px;
      color: #fff;
      padding: 8px 15px;
      letter-spacing: 0.5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .category-details .social-tag .social ul li:nth-child(1) a {
      background: #3b5998; }
      .category-details .social-tag .social ul li:nth-child(1) a:hover {
        background: #d32f2f; }
    .category-details .social-tag .social ul li:nth-child(2) a {
      background: #1da1f2; }
      .category-details .social-tag .social ul li:nth-child(2) a:hover {
        background: #d32f2f; }
    .category-details .social-tag .social ul li:nth-child(3) a {
      background: #d34836; }
      .category-details .social-tag .social ul li:nth-child(3) a:hover {
        background: #d32f2f; }
    .category-details .social-tag .social ul li:nth-child(4) a {
      background: #c92228; }
      .category-details .social-tag .social ul li:nth-child(4) a:hover {
        background: #d32f2f; }
    .category-details .social-tag .tag {
      padding-top: 7px; }
      .category-details .social-tag .tag ul li a {
        color: #666666; }
        .category-details .social-tag .tag ul li a:hover {
          color: #d32f2f; }
      .category-details .social-tag .tag ul li:first-child {
        font-size: 15px;
        color: #1b1b1b;
        font-weight: 500;
        text-transform: uppercase; }
  .category-details .news-author {
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin-bottom: 37px; }
    .category-details .news-author .author-img img {
      margin-right: 20px; }
    .category-details .news-author .author-content h6 {
      font-size: 15px;
      color: #8D8E92;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .category-details .news-author .author-content h6 a {
        font-size: 15px;
        color: #1b1b1b; }
        .category-details .news-author .author-content h6 a:hover {
          color: #d32f2f; }
    .category-details .news-author .author-content p {
      line-height: 25px;
      margin-bottom: 15px; }
    .category-details .news-author .author-content ul li a {
      font-size: 13px;
      color: #969696;
      margin-right: 5px; }
      .category-details .news-author .author-content ul li a:hover {
        color: #d32f2f; }
  .category-details .comment-sec {
    margin-bottom: 30px; }
    .category-details .comment-sec .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative; }
      .category-details .comment-sec .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: -9px;
        left: 0; }
    .category-details .comment-sec .comment-box {
      margin-bottom: 40px; }
      .category-details .comment-sec .comment-box .comment-img a img {
        max-width: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 20px; }
      .category-details .comment-sec .comment-box .comment-con ul li:nth-child(1) a {
        font-size: 15px;
        color: #1b1b1b;
        font-weight: 500;
        display: block;
        margin-bottom: 5px;
        margin-right: 20px; }
        .category-details .comment-sec .comment-box .comment-con ul li:nth-child(1) a:hover {
          color: #d32f2f; }
      .category-details .comment-sec .comment-box .comment-con ul li:nth-child(2) {
        float: right;
        margin-top: 5px; }
        .category-details .comment-sec .comment-box .comment-con ul li:nth-child(2) a {
          font-size: 12px;
          color: #d32f2f;
          border: 1px solid #dddddd;
          padding: 4px 12px 3px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px; }
          .category-details .comment-sec .comment-box .comment-con ul li:nth-child(2) a:hover {
            background: #d32f2f;
            border-color: #d32f2f;
            color: #fff; }
      .category-details .comment-sec .comment-box .comment-con span {
        font-size: 12px;
        color: #969696;
        display: block;
        margin-bottom: 5px; }
      .category-details .comment-sec .comment-box .comment-con p {
        line-height: 25px;
        letter-spacing: 0.5px; }
      .category-details .comment-sec .comment-box:last-child {
        margin-bottom: 0; }
    .category-details .comment-sec .comment-box2 {
      margin-left: 45px; }
  .category-details .comment-form {
    margin-bottom: 35px; }
    .category-details .comment-form .sec-title h5 {
      color: #1b1b1b;
      font-weight: 600;
      margin-bottom: 25px; }
    .category-details .comment-form form.com-form input {
      width: 100%;
      height: 45px;
      border: 1px solid #dddddd;
      padding-left: 15px;
      margin-bottom: 25px; }
      .category-details .comment-form form.com-form input:focus {
        border-color: #d32f2f; }
      .category-details .comment-form form.com-form input.placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form input:-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form input::-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form input:-ms-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form input::-webkit-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
    .category-details .comment-form form.com-form textarea {
      width: 100%;
      height: 135px;
      border: 1px solid #dddddd;
      padding: 15px;
      margin-bottom: 25px; }
      .category-details .comment-form form.com-form textarea:focus {
        border-color: #d32f2f; }
      .category-details .comment-form form.com-form textarea.placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form textarea:-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form textarea::-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form textarea:-ms-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .category-details .comment-form form.com-form textarea::-webkit-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
    .category-details .comment-form form.com-form button {
      font-size: 16px;
      color: #fff;
      background: #d32f2f;
      border: none;
      padding: 10px 25px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      font-weight: 500; }
  .category-details .follow-widget {
    margin-bottom: 40px; }
    .category-details .follow-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 9px;
      margin-bottom: 25px; }
      .category-details .follow-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .category-details .follow-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 101px;
          height: 1px;
          bottom: -10px;
          left: 0; }
    .category-details .follow-widget ul li {
      float: left;
      width: 31.8%;
      margin-bottom: 8px;
      margin-right: 8px; }
      .category-details .follow-widget ul li a {
        padding: 25px 0 23px;
        text-align: center;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .category-details .follow-widget ul li a i {
          font-size: 24px;
          color: #fff;
          margin-bottom: 12px; }
        .category-details .follow-widget ul li a p {
          color: #fff; }
      .category-details .follow-widget ul li:nth-child(1) a {
        background: #4c66a3; }
      .category-details .follow-widget ul li:nth-child(2) a {
        background: #2fc2ee; }
      .category-details .follow-widget ul li:nth-child(3) {
        margin-right: 0; }
        .category-details .follow-widget ul li:nth-child(3) a {
          background: #ff680d; }
      .category-details .follow-widget ul li:nth-child(4) {
        margin-bottom: 0; }
        .category-details .follow-widget ul li:nth-child(4) a {
          background: #0e76a8; }
      .category-details .follow-widget ul li:nth-child(5) {
        margin-bottom: 0; }
        .category-details .follow-widget ul li:nth-child(5) a {
          background: #cf3e28; }
      .category-details .follow-widget ul li:nth-child(6) {
        margin-right: 0;
        margin-bottom: 0; }
        .category-details .follow-widget ul li:nth-child(6) a {
          background: #e42c27; }
  .category-details .add-widget {
    margin-bottom: 35px;
    position: relative; }
    .category-details .add-widget .add-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 50px; }
      .category-details .add-widget .add-layer p {
        font-size: 20px;
        color: #fff;
        max-width: 230px;
        margin: auto auto 35px; }
      .category-details .add-widget .add-layer a {
        color: #fff;
        background: #d32f2f;
        text-transform: uppercase;
        padding: 10px 15px 8px;
        border-radius: 2px;
        font-weight: 500; }
  .category-details .tab-widget {
    margin-bottom: 40px; }
    .category-details .tab-widget ul.nav {
      border-bottom: none;
      background: #f5f5f5;
      border: 1px solid #eeeeee;
      margin-bottom: 25px; }
      .category-details .tab-widget ul.nav li.nav-item {
        width: 33.336%;
        text-align: center;
        margin-bottom: 0; }
        .category-details .tab-widget ul.nav li.nav-item a.nav-link {
          border: none;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          font-size: 15px;
          font-weight: 500;
          padding: 8px 0; }
        .category-details .tab-widget ul.nav li.nav-item a.nav-link.active {
          background: #d32f2f;
          color: #fff; }
    .category-details .tab-widget .tab-content .tab-pane .rec-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .rec-item .rec-img a img {
        margin-right: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .rec-item .img-content p {
        margin-bottom: 6px; }
        .category-details .tab-widget .tab-content .tab-pane .rec-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category-details .tab-widget .tab-content .tab-pane .rec-item .img-content p a:hover {
            color: #d32f2f; }
      .category-details .tab-widget .tab-content .tab-pane .rec-item .img-content span {
        font-size: 13px;
        color: #969696; }
      .category-details .tab-widget .tab-content .tab-pane .rec-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category-details .tab-widget .tab-content .tab-pane .pop-item {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .pop-item .pop-img a img {
        margin-right: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .pop-item .img-content p {
        margin-bottom: 6px; }
        .category-details .tab-widget .tab-content .tab-pane .pop-item .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category-details .tab-widget .tab-content .tab-pane .pop-item .img-content p a:hover {
            color: #d32f2f; }
      .category-details .tab-widget .tab-content .tab-pane .pop-item .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .category-details .tab-widget .tab-content .tab-pane .pop-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category-details .tab-widget .tab-content .tab-pane .com-item {
      margin-bottom: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .com-item .com-img a img {
        background: #e5e5e5;
        padding: 10px 6px 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-right: 15px; }
      .category-details .tab-widget .tab-content .tab-pane .com-item .img-content p a {
        color: #666666;
        line-height: 28px; }
        .category-details .tab-widget .tab-content .tab-pane .com-item .img-content p a span {
          font-size: 15px;
          color: #1b1b1b;
          font-weight: 600;
          margin-right: 5px; }
          .category-details .tab-widget .tab-content .tab-pane .com-item .img-content p a span:hover {
            color: #d32f2f; }
      .category-details .tab-widget .tab-content .tab-pane .com-item:last-child {
        margin-bottom: 0; }
  .category-details .mv-widget {
    margin-bottom: 40px; }
    .category-details .mv-widget .sec-title {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 8px;
      margin-bottom: 25px; }
      .category-details .mv-widget .sec-title h5 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        .category-details .mv-widget .sec-title h5:before {
          position: absolute;
          content: '';
          background: #d32f2f;
          width: 121px;
          height: 1px;
          bottom: -9px;
          left: 0; }
    .category-details .mv-widget .mv-slider .mv-item .mv-box {
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .category-details .mv-widget .mv-slider .mv-item .mv-box .mv-img a img {
        width: auto;
        margin-right: 15px; }
      .category-details .mv-widget .mv-slider .mv-item .mv-box .img-content p {
        margin-bottom: 6px; }
        .category-details .mv-widget .mv-slider .mv-item .mv-box .img-content p a {
          color: #1b1b1b;
          font-weight: 500; }
          .category-details .mv-widget .mv-slider .mv-item .mv-box .img-content p a:hover {
            color: #d32f2f; }
      .category-details .mv-widget .mv-slider .mv-item .mv-box .img-content ul li {
        font-size: 13px;
        color: #fdba2d;
        margin-right: 1px; }
      .category-details .mv-widget .mv-slider .mv-item .mv-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
    .category-details .mv-widget .mv-slider .owl-nav div {
      position: absolute;
      top: -55px;
      right: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #e5e5e5;
      text-align: center;
      padding-top: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      z-index: 999;
      transition: 0.2s ease; }
      .category-details .mv-widget .mv-slider .owl-nav div i {
        display: block; }
      .category-details .mv-widget .mv-slider .owl-nav div:hover {
        background: #d32f2f;
        color: #fff;
        border-color: #d32f2f; }
    .category-details .mv-widget .mv-slider .owl-nav div.owl-prev {
      right: 25px; }
  .category-details .pluso {
    margin-bottom: 35px;
    margin-left: -10px; }
  .category-details .app-widget {
    position: relative; }
    .category-details .app-widget .img-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px; }
      .category-details .app-widget .img-content h4 {
        color: #eeeeee;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 15px; }
      .category-details .app-widget .img-content p {
        font-size: 15px;
        color: #969696;
        max-width: 230px;
        line-height: 23px;
        margin-bottom: 30px; }
      .category-details .app-widget .img-content ul li a img {
        border: 1px solid #222222;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        max-width: 150px; }
        .category-details .app-widget .img-content ul li a img:hover {
          border-color: #d32f2f; }
      .category-details .app-widget .img-content ul li:first-child a img {
        margin-bottom: 10px; }
  .category-details .relate-news .sec-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    margin-bottom: 30px; }
    .category-details .relate-news .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      .category-details .relate-news .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 134px;
        height: 1px;
        bottom: -10px;
        left: 0; }
  .category-details .relate-news .relate-slider .rel-item {
    position: relative; }
    .category-details .relate-news .relate-slider .rel-item .rel-layer {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 15px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.4) 25%); }
      .category-details .relate-news .relate-slider .rel-item .rel-layer p {
        margin-bottom: 10px; }
        .category-details .relate-news .relate-slider .rel-item .rel-layer p a {
          font-size: 15px;
          color: #fff;
          font-weight: 300; }
          .category-details .relate-news .relate-slider .rel-item .rel-layer p a:hover {
            text-decoration: underline; }
      .category-details .relate-news .relate-slider .rel-item .rel-layer ul li {
        font-size: 11px;
        color: #fff;
        font-weight: 300; }
        .category-details .relate-news .relate-slider .rel-item .rel-layer ul li:nth-child(1) {
          background: #d32f2f;
          padding: 4px 10px 2px;
          font-weight: 400;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          -ms-border-radius: 2px;
          border-radius: 2px;
          margin-right: 15px; }
  .category-details .relate-news .relate-slider .owl-nav div {
    position: absolute;
    top: -60px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 999;
    transition: 0.2s ease; }
    .category-details .relate-news .relate-slider .owl-nav div i {
      display: block; }
    .category-details .relate-news .relate-slider .owl-nav div:hover {
      background: #d32f2f;
      color: #fff;
      border-color: #d32f2f; }
  .category-details .relate-news .relate-slider .owl-nav div.owl-prev {
    right: 25px; }

.category-details2 {
  padding: 40px 0; }

/* =======================================
21. Contact Area
======================================= */
.contact-area {
  padding-top: 35px; }
  .contact-area .get-in-touch .sec-title h5 {
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative; }
    .contact-area .get-in-touch .sec-title h5:before {
      position: absolute;
      content: '';
      background: #d32f2f;
      width: 55px;
      height: 1px;
      bottom: -9px;
      left: 0; }
  .contact-area .get-in-touch .contact-form form#ajax-contact p input {
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    padding-left: 15px;
    margin-bottom: 25px; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input.placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input:-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input::-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input:-ms-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input::-webkit-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p input:focus {
      border-color: #d32f2f; }
  .contact-area .get-in-touch .contact-form form#ajax-contact p textarea {
    width: 100%;
    height: 190px;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 25px; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea.placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea:-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea::-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea:-ms-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea::-webkit-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    .contact-area .get-in-touch .contact-form form#ajax-contact p textarea:focus {
      border-color: #d32f2f; }
  .contact-area .get-in-touch .contact-form form#ajax-contact button {
    font-size: 15px;
    color: #fff;
    background: #d32f2f;
    border: none;
    padding: 10px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    font-weight: 500; }
  .contact-area .get-in-touch .contact-form form#ajax-contact #form-messages {
    color: #1b1b1b;
    margin-top: 20px; }
  .contact-area .contact-info {
    padding-left: 60px; }
    .contact-area .contact-info .sec-title h5 {
      color: #1b1b1b;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative; }
      .contact-area .contact-info .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: -9px;
        left: 0; }
    .contact-area .contact-info .contact-box {
      margin-bottom: 30px; }
      .contact-area .contact-info .contact-box .contact-icon i {
        font-size: 18px;
        color: #d32f2f;
        width: 35px;
        height: 35px;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        margin-right: 25px;
        margin-top: 3px;
        padding-top: 8px; }
      .contact-area .contact-info .contact-box .contact-content p {
        color: #666666;
        max-width: 265px; }
    .contact-area .contact-info .social {
      margin-top: 20px; }
      .contact-area .contact-info .social ul li a i {
        font-size: 13px;
        color: #e5e5e5;
        width: 35px;
        height: 35px;
        text-align: center;
        padding-top: 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .contact-area .contact-info .social ul li:nth-child(1) a i {
        background: #3b5998; }
        .contact-area .contact-info .social ul li:nth-child(1) a i:hover {
          background: #d32f2f; }
      .contact-area .contact-info .social ul li:nth-child(2) a i {
        background: #1da1f2; }
        .contact-area .contact-info .social ul li:nth-child(2) a i:hover {
          background: #d32f2f; }
      .contact-area .contact-info .social ul li:nth-child(3) a i {
        background: #0077b5; }
        .contact-area .contact-info .social ul li:nth-child(3) a i:hover {
          background: #d32f2f; }
      .contact-area .contact-info .social ul li:nth-child(4) a i {
        background: #d34836; }
        .contact-area .contact-info .social ul li:nth-child(4) a i:hover {
          background: #d32f2f; }
      .contact-area .contact-info .social ul li:nth-child(5) a i {
        background: #f26522; }
        .contact-area .contact-info .social ul li:nth-child(5) a i:hover {
          background: #d32f2f; }
      .contact-area .contact-info .social ul li:nth-child(6) a i {
        background: #ff0000; }
        .contact-area .contact-info .social ul li:nth-child(6) a i:hover {
          background: #d32f2f; }
  .contact-area #map {
    width: 100%;
    height: 500px;
    margin-top: 20px; }
    .contact-area #map .info-window {
      padding: 15px; }
      .contact-area #map .info-window h5 {
        color: #d32f2f;
        font-weight: 600;
        margin-bottom: 10px; }

/* =======================================
22. Faq Area
======================================= */
.faq-area {
  padding: 35px 0; }
  .faq-area .faq-qes {
    margin-bottom: 32px; }
    .faq-area .faq-qes ul li {
      margin-bottom: 15px; }
      .faq-area .faq-qes ul li a {
        font-size: 17px;
        color: #1b1b1b;
        display: inline-block;
        font-weight: 500; }
        .faq-area .faq-qes ul li a:hover {
          color: #d32f2f; }
      .faq-area .faq-qes ul li:last-child {
        margin-bottom: 0; }
  .faq-area .faq-ans {
    margin-bottom: 28px; }
    .faq-area .faq-ans .fa-ttl p {
      font-size: 16px;
      color: #1b1b1b;
      margin-bottom: 15px; }
    .faq-area .faq-ans .fa-par p {
      font-size: 15px;
      color: #666666;
      line-height: 25px; }
    .faq-area .faq-ans:last-child {
      margin-bottom: 0; }

/* =======================================
23. 404 Area
======================================= */
.error-msg {
  padding: 40px 0 120px; }
  .error-msg .error-box form {
    left: 25%;
    position: relative;
    width: 50%; }
    .error-msg .error-box form input {
      width: 100%;
      height: 42px;
      border: 1px solid #dddddd;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      padding-left: 15px; }
      .error-msg .error-box form input.placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .error-msg .error-box form input:-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .error-msg .error-box form input::-moz-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .error-msg .error-box form input:-ms-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .error-msg .error-box form input::-webkit-input-placeholder {
        font-size: 13px;
        font-style: italic;
        color: #969696; }
      .error-msg .error-box form input:focus {
        border-color: #d32f2f; }
    .error-msg .error-box form button {
      position: absolute;
      top: 7px;
      right: 7px;
      width: 28px;
      height: 28px;
      background: #d32f2f;
      color: #fff;
      border: none;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
  .error-msg .error-box h1 {
    font-size: 262px;
    color: #222222;
    font-weight: 700; }
    .error-msg .error-box h1 span {
      color: #d32f2f;
      margin: 0 10px; }
  .error-msg .error-box h3 {
    color: #1b1b1b;
    font-weight: 600;
    margin-bottom: 25px; }
  .error-msg .error-box p {
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 35px; }
    .error-msg .error-box p a {
      font-size: 14px;
      color: #d32f2f;
      padding-right: 0px; }
  .error-msg .error-box a {
    font-size: 16px;
    color: #d32f2f;
    background: #fff;
    padding-right: 20px;
    font-weight: 500; }

/* =======================================
24. Footer Area
======================================= */
footer.footer-area {
  background: #1b1b1b;
  padding: 40px 0; }
  footer.footer-area .f-about .about-link-wrapper {
    padding: 10px 0px; }
    footer.footer-area .f-about .about-link-wrapper > a {
      display: inline-block;
      color: #eee;
      font-size: 1.3em;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative; }
      footer.footer-area .f-about .about-link-wrapper > a:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: -9px;
        left: 0; }
  footer.footer-area .f-about a {
    color: #848588; }
  footer.footer-area .f-about p {
    color: #8D8E92;
    margin-bottom: 15px; }
  footer.footer-area .f-about ul.f-contact {
    margin-bottom: 35px; }
    footer.footer-area .f-about ul.f-contact li {
      font-size: 13px;
      color: #8D8E92;
      margin-bottom: 12px; }
  footer.footer-area .f-about ul.f-social li a i {
    font-size: 20px;
    color: #e5e5e5;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  footer.footer-area .f-about ul.f-social li:nth-child(1) a i {
    background: #3b5998; }
    footer.footer-area .f-about ul.f-social li:nth-child(1) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-about ul.f-social li:nth-child(2) a i {
    background: #1da1f2; }
    footer.footer-area .f-about ul.f-social li:nth-child(2) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-about ul.f-social li:nth-child(3) a i {
    background: #0077b5; }
    footer.footer-area .f-about ul.f-social li:nth-child(3) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-about ul.f-social li:nth-child(4) a i {
    background: #d34836; }
    footer.footer-area .f-about ul.f-social li:nth-child(4) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-about ul.f-social li:nth-child(5) a i {
    background: #f26522; }
    footer.footer-area .f-about ul.f-social li:nth-child(5) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-about ul.f-social li:nth-child(6) a i {
    background: #ff0000; }
    footer.footer-area .f-about ul.f-social li:nth-child(6) a i:hover {
      background: #d32f2f; }
  footer.footer-area .f-service {
    padding-left: 25px; }
    footer.footer-area .f-service .sec-title h5 {
      color: #eeeeee;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 40px;
      position: relative; }
      footer.footer-area .f-service .sec-title h5:before {
        position: absolute;
        content: '';
        background: #d32f2f;
        width: 55px;
        height: 1px;
        bottom: -9px;
        left: 0; }
    footer.footer-area .f-service ul.service-list {
      margin-bottom: 20px; }
      footer.footer-area .f-service ul.service-list li {
        margin-bottom: 6px;
        color: #848588; }
        footer.footer-area .f-service ul.service-list li a {
          color: #8D8E92; }
        footer.footer-area .f-service ul.service-list li:nth-child(2) {
          color: #fff; }
        footer.footer-area .f-service ul.service-list li:nth-child(3) {
          color: red; }
  footer.footer-area .f-post .sec-title h5 {
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative; }
    footer.footer-area .f-post .sec-title h5:before {
      position: absolute;
      content: '';
      background: #d32f2f;
      width: 55px;
      height: 1px;
      bottom: -9px;
      left: 0; }
  footer.footer-area .f-post .post-box {
    margin-bottom: 16px; }
    footer.footer-area .f-post .post-box .post-img a img {
      max-width: 65px;
      margin-right: 10px; }
    footer.footer-area .f-post .post-box .post-con {
      color: #8D8E92; }
      footer.footer-area .f-post .post-box .post-con p {
        margin-bottom: 5px; }
        footer.footer-area .f-post .post-box .post-con p a {
          color: #8D8E92; }
          footer.footer-area .f-post .post-box .post-con p a:hover {
            color: #d32f2f; }
      footer.footer-area .f-post .post-box .post-con span {
        font-size: 12px;
        color: #666666; }
    footer.footer-area .f-post .post-box:last-child {
      margin-bottom: 0; }
  footer.footer-area .f-newsltr .help-block-error {
    color: #d32f2f; }
  footer.footer-area .f-newsltr .sec-title h5 {
    color: #eeeeee;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative; }
    footer.footer-area .f-newsltr .sec-title h5:before {
      position: absolute;
      content: '';
      background: #d32f2f;
      width: 55px;
      height: 1px;
      bottom: -9px;
      left: 0; }
  footer.footer-area .f-newsltr form.news-letter input, footer.footer-area .f-newsltr form.news-letter textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #424242;
    color: #fff;
    background: transparent;
    border-radius: 2px;
    padding-left: 15px;
    margin-bottom: 22px; }
    footer.footer-area .f-newsltr form.news-letter input.placeholder, footer.footer-area .f-newsltr form.news-letter textarea.placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    footer.footer-area .f-newsltr form.news-letter input:-moz-placeholder, footer.footer-area .f-newsltr form.news-letter textarea:-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    footer.footer-area .f-newsltr form.news-letter input::-moz-placeholder, footer.footer-area .f-newsltr form.news-letter textarea::-moz-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    footer.footer-area .f-newsltr form.news-letter input:-ms-input-placeholder, footer.footer-area .f-newsltr form.news-letter textarea:-ms-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    footer.footer-area .f-newsltr form.news-letter input::-webkit-input-placeholder, footer.footer-area .f-newsltr form.news-letter textarea::-webkit-input-placeholder {
      font-size: 13px;
      font-style: italic;
      color: #969696; }
    footer.footer-area .f-newsltr form.news-letter input:focus, footer.footer-area .f-newsltr form.news-letter textarea:focus {
      border-color: #d32f2f; }
  footer.footer-area .f-newsltr form.news-letter textarea {
    height: 145px; }
  footer.footer-area .f-newsltr form.news-letter button {
    font-size: 15px;
    color: #fff;
    background: #424242;
    border: none;
    width: 100%;
    height: 43px;
    border-radius: 2px;
    letter-spacing: 0.5px; }
    footer.footer-area .f-newsltr form.news-letter button:hover {
      background: #d32f2f; }
  footer.footer-area .f-menu {
    margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 25px; }
    footer.footer-area .f-menu a {
      font-size: 13px;
      color: #8D8E92;
      font-weight: 500;
      text-transform: uppercase; }
      footer.footer-area .f-menu a:hover {
        color: #d32f2f; }

.footer-btm {
  background: #111;
  height: 100px;
  padding-top: 40px; }
  .footer-btm .copyright-text p {
    font-size: 13px;
    color: #666666; }
    .footer-btm .copyright-text p i {
      font-size: 14px;
      color: #d32f2f;
      margin: 0 2px; }
    .footer-btm .copyright-text p a {
      font-size: 13px;
      color: #d32f2f; }
      .footer-btm .copyright-text p a:hover {
        text-decoration: underline; }
  .footer-btm .ftb-menu ul li {
    margin-right: 10px; }
    .footer-btm .ftb-menu ul li a {
      font-size: 13px;
      color: #666666; }
      .footer-btm .ftb-menu ul li a:hover {
        color: #d32f2f; }
    .footer-btm .ftb-menu ul li:last-child {
      margin-right: 0; }
  .footer-btm .back-to-top a {
    position: fixed;
    bottom: 80px;
    right: 40px;
    font-size: 20px;
    color: #fff;
    background: #1b1b1b;
    padding: 2px 10px;
    border: 1px solid #1b1b1b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 9999;
    display: none; }
    .footer-btm .back-to-top a:hover {
      background: #d32f2f;
      border-color: #d32f2f; }

.pagination-box ul li a {
  font-size: 13px;
  color: #666666;
  border: 1px solid #dddddd;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  padding-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .pagination-box ul li a:hover {
    color: #d32f2f;
    border-color: #d32f2f; }

.pagination-box ul li.active a {
  background: #d32f2f;
  color: #fff;
  border-color: #d32f2f; }

.zeropixel-wrapper {
  position: relative;
  overflow: hidden; }
  .zeropixel-wrapper > img {
    position: absolute;
    width: 1px;
    height: 1px;
    top: -100px;
    left: 100px; }

.custom-checkbox-list {
  padding: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.2); }
  .custom-checkbox-list .checkbox-wrapper {
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px; }
    .custom-checkbox-list .checkbox-wrapper input[type=checkbox] {
      display: none; }
    .custom-checkbox-list .checkbox-wrapper .checkbox-label {
      cursor: pointer;
      font-size: 0.9rem;
      padding: 4px;
      transition: background-color 0.5s ease;
      transition: box-shadow 0.8s ease; }
      .custom-checkbox-list .checkbox-wrapper .checkbox-label:hover {
        background-color: rgba(0, 0, 0, 0.15); }
    .custom-checkbox-list .checkbox-wrapper input[type=checkbox]:checked + .checkbox-label {
      box-shadow: 0px 1px 0px #d32f2f;
      background-color: rgba(0, 0, 0, 0.08); }

#bottom-bar .row {
  display: block;
  position: relative; }
