html {
  /* ie scrollbar overlap issue fix */
  -ms-overflow-style: scrollbar;
  font-size: 62.5%; }

@font-face {
  font-family: 'Noto Sans Sinhala';
  src: url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.eot");
  src: url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.woff2") format("woff2"), url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.woff") format("woff"), url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.ttf") format("truetype"), url("../fonts/noto-sans-sinhala-regular/NotoSansSinhala.svg#NotoSansSinhala") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans Sinhala';
  src: url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.eot");
  src: url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.woff2") format("woff2"), url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.woff") format("woff"), url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.ttf") format("truetype"), url("../fonts/noto-sans-sinhala-bold/NotoSansSinhala-Bold.svg#NotoSansSinhala-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Malithi Web';
  src: url("../fonts/malithi-web/MalithiWeb.eot");
  src: url("../fonts/malithi-web/MalithiWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/malithi-web/MalithiWeb.woff2") format("woff2"), url("../fonts/malithi-web/MalithiWeb.woff") format("woff"), url("../fonts/malithi-web/MalithiWeb.ttf") format("truetype"), url("../fonts/malithi-web/MalithiWeb.svg#MalithiWeb") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  margin: 0;
  font-family: 'Noto Sans Sinhala', Open Sans, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 1.4rem;
  line-height: 20px;
  /*line-height: 1.8;*/
  /*color: #777;*/
  background: #e3e3e3; }

/* override the default text selection color with CSS */
/* Gecko Browsers */
::-moz-selection {
  color: #fff;
  background: #333; }

/* WebKit/Blink Browsers */
::selection {
  color: #fff;
  background: #333; }

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  html,
  body {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100% !important; } }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px; }

p {
  margin: 0 0 10px; }

a {
  color: #f58220;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none; }

a:hover,
a:focus {
  color: #f58220;
  text-decoration: underline; }

/* slider */
/*
Theme Name: Lakbima News Paper
Theme URI:
Author: Susantha
Author URI:
Description:
Version: 1.1
License: GNU General Public License v2 or later
License URI:
Tags:
Text Domain:
*/
/*---------------------------- [table of contents] ------------------
 1. variables
 2. typography
 3. links
 4. layout
    4.1 tables
    4.2 forms
 5. site styles
 6  image styles
 7. media queries
 8. base site notifications
 9. owl carousel
10. fancybox 3
11. mixin
-------------------------------------------------------------------*/
/* 1. variables */
/* 2. typography */
.h1,
h1 {
  font-size: 22px;
  line-height: 26px; }

.h2,
h2 {
  font-size: 18px;
  line-height: 22px; }

.h3,
h3 {
  font-size: 16px;
  line-height: 18px; }

.h4,
h4 {
  font-size: 14px;
  line-height: 16px; }

.h5,
h5 {
  font-size: 12px;
  line-height: 14px; }

.h6,
h6 {
  font-size: 10px;
  line-height: 12px; }

/* prettify xdebug output */
.xdebug-error {
  font-size: 12px !important;
  width: 95% !important;
  margin: 0 auto 10px auto !important;
  border-color: #666 !important;
  background: #ddd !important; }

.xdebug-error th,
.xdebug-error td {
  padding: 2px !important; }

.xdebug-error th {
  background: #ccc !important; }

.xdebug-error span {
  display: none !important; }

.xdebug-error_description th {
  font-size: 1.2em !important;
  padding: 20px 4px 20px 100px !important;
  background: #ccc no-repeat left top !important; }

.xdebug-error_callStack th {
  background: #666 !important;
  color: #ddd !important; }

/* 3. links */
/* 4. layout */
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd,
dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

/* 4.1 tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column; }

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell; }

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }

  .table-responsive > .table {
    margin-bottom: 0; }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }

  .table-responsive > .table-bordered {
    border: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }
/* 4.2 forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  /* ios border radius fix */
  -webkit-appearance: none;
  border-radius: 0; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0; }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px; }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px; }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px; }

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px; }

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed; }

.has-feedback {
  position: relative; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d; }

.has-success .form-control:focus {
  border-color: #2b542c; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b; }

.has-warning .form-control:focus {
  border-color: #66512c; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442; }

.has-error .form-control:focus {
  border-color: #843534; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.response-field-upload {
  border: 1px solid #cccccc; }

.response-field-upload input {
  width: 100%;
  outline: none !important;
  padding: 10px;
  cursor: pointer; }

.response-field-date .day,
.response-field-date .month,
.response-field-date .year,
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds {
  width: 50px; }

.input-line > span {
  display: inline-block;
  vertical-align: top; }

.input-line .above-line {
  margin-top: 7px;
  width: 10px;
  text-align: center; }

span.am_pm {
  margin-left: 10px; }

select {
  /* replace with arrow type in your design */
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding-right: 30px !important; }

select::-ms-expand {
  display: none; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-open {
  overflow: hidden;
  padding-right: 0 !important; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.ani {
  animation-duration: 0.5s; }

.in {
  animation-name: bounceIn; }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995); } }
@keyframes left {
  0% {
    transform: translateX(-300px); }
  100% {
    transform: translateX(0px); } }
@keyframes right {
  0% {
    transform: translateX(300px); }
  100% {
    transform: translateX(0px); } }
@keyframes up {
  0% {
    transform: translateY(300px); }
  100% {
    transform: translateX(0px); } }
/* 5. site styles
*  --------------  write yout site related styles here ------------ */
/* todo */
/* Owls on required devices only / synced Owl sample - remove below this line */
#carousel-on-devices .item h3,
#big-images .item h3,
#thumbs .item h3 {
  color: #FFF;
  background: #f58220;
  padding: 10rem 0;
  text-align: center; }

#carousel-on-devices .owl-item h3 {
  margin: 0; }

#big-images .item h3 {
  padding: 15rem 0;
  margin: 0; }

#thumbs .item h3 {
  padding: 3rem 0;
  margin-top: 1px;
  margin-bottom: 0; }

/* Owls on required devices only / synced Owl sample - remove above this line */
/* recaptcha scale down to mobile */
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

/* --------------  write yout site related styles here ------------ */
/* 6. image styles */
.alignnone {
  margin: 25px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 5px auto; }

.alignright {
  float: right;
  margin: 25px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 25px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 25px 0 20px 20px; }

a img.alignnone {
  margin: 25px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 25px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* 7. media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.row-5px {
  margin-right: -5px;
  margin-left: -5px; }

.row-10px {
  margin-right: -10px;
  margin-left: -10px; }

.sharp-border {
  border: 1px solid #666; }

.nopadding, footer .row .list-div {
  padding: 0 !important; }

.padding-5px {
  padding-right: 5px;
  padding-left: 5px; }

.image-inner {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

section.page-top {
  background-color: #000; }
  section.page-top .page-top-nav {
    border: 0px solid #fff; }
    section.page-top .page-top-nav .content-wrapper .leftDiv {
      font-size: 14px;
      color: #fff;
      padding-bottom: 3px;
      padding-top: 3px; }
    section.page-top .page-top-nav .content-wrapper .rightDiv ul li {
      padding-left: 0px; }
      section.page-top .page-top-nav .content-wrapper .rightDiv ul li a {
        font-size: 12px;
        color: #fff;
        padding: 3px 10px 3px 0px;
        font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
        section.page-top .page-top-nav .content-wrapper .rightDiv ul li a:hover {
          background-color: #fff;
          color: #000; }
        section.page-top .page-top-nav .content-wrapper .rightDiv ul li a img {
          width: 18px; }
      section.page-top .page-top-nav .content-wrapper .rightDiv ul li:not(:first-child) a::before {
        content: '|';
        padding-right: 10px; }

.page-middle-div {
  background-color: #ffffff; }
  .page-middle-div .hotnews-row {
    margin-top: 5px; }
    .page-middle-div .hotnews-row .hotnews-div .hotnews-topic {
      padding: 3px 15px;
      background: #f58220;
      text-align: center;
      color: #fff;
      height: 25px; }
      .page-middle-div .hotnews-row .hotnews-div .hotnews-topic .hotnews-label {
        font-size: 14px;
        line-height: 18px;
        font-style: normal;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
        text-shadow: none; }
    .page-middle-div .hotnews-row .hotnews-div .news-content-div {
      padding: 3px 5px;
      height: 25px;
      border: 1px solid #666;
      border-left: none; }
      .page-middle-div .hotnews-row .hotnews-div .news-content-div .news-content {
        padding: 0px 25px;
        text-align: center;
        font-size: 12px; }
        .page-middle-div .hotnews-row .hotnews-div .news-content-div .news-content a {
          text-decoration: none;
          color: #000; }
          .page-middle-div .hotnews-row .hotnews-div .news-content-div .news-content a:hover {
            color: #ea6f2b; }
      .page-middle-div .hotnews-row .hotnews-div .news-content-div .news-slider {
        position: relative;
        padding: 0px 60px; }
  .page-middle-div header.header-row {
    margin-top: 5px; }
    .page-middle-div header.header-row .first-ad-div .content-div {
      padding: 2px 0px; }
      .page-middle-div header.header-row .first-ad-div .content-div div:not(:last-of-type) {
        border-right: 1px solid; }
    .page-middle-div header.header-row .second-ad-div {
      margin-top: 0px; }
      .page-middle-div header.header-row .second-ad-div .content-div {
        padding: 2px 0px; }
        .page-middle-div header.header-row .second-ad-div .content-div div:not(:last-of-type) {
          border-right: 1px solid; }
    .page-middle-div header.header-row .logo-div {
      font-weight: bold;
      font-size: 14px; }
      .page-middle-div header.header-row .logo-div .content-div {
        padding: 5px 0px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .page-middle-div header.header-row .logo-div .content-div > div:not(:last-of-type) {
          border-right: 1px solid; }
        .page-middle-div header.header-row .logo-div .content-div .social-container {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .page-middle-div header.header-row .logo-div .content-div .social-container .row {
            padding: 5px 0px; }
            .page-middle-div header.header-row .logo-div .content-div .social-container .row .textDiv {
              padding-right: 0px;
              text-align: left; }
            .page-middle-div header.header-row .logo-div .content-div .social-container .row .socialDiv-container {
              padding-right: 0px; }
              .page-middle-div header.header-row .logo-div .content-div .social-container .row .socialDiv-container .socialDiv .icon-div {
                float: left;
                margin-right: 3px; }
                .page-middle-div header.header-row .logo-div .content-div .social-container .row .socialDiv-container .socialDiv .icon-div a img {
                  width: 2.1vw; }
        .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .para p {
            text-align: left; }
          .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .imgDiv {
            float: right; }
          .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .row {
            padding: 5px 0px; }
            .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .row .e-paper-btn-wrapper {
              display: block; }
              .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .row .e-paper-btn-wrapper .e-paper-btn a {
                display: block;
                font-size: 16px;
                padding: 2px 35px;
                border-radius: 4px;
                color: #fff;
                background-image: linear-gradient(to right, #f58220 0, #f58220c2 51%, #f58220 100%);
                transition: all .5s ease;
                text-decoration: none; }
            .page-middle-div header.header-row .logo-div .content-div .enewsPaperDiv .row.bottom .e-paper-btn-wrapper .e-paper-btn a {
              display: block; }
        .page-middle-div header.header-row .logo-div .content-div .lakbimaLogoDiv {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 0px 15px; }
          .page-middle-div header.header-row .logo-div .content-div .lakbimaLogoDiv h1 {
            display: block;
            position: relative;
            /* top: 10px; */
            text-align: center; }
            .page-middle-div header.header-row .logo-div .content-div .lakbimaLogoDiv h1 a img {
              width: 100%; }
    .page-middle-div header.header-row div:first-of-type .content-div {
      border-style: solid;
      border-width: 1px 0px 1px 0px;
      border-color: #666; }
    .page-middle-div header.header-row div:not(:first-of-type) .content-div {
      border-style: solid;
      border-width: 0px 0px 1px 0px;
      border-color: #666; }

section.navigation-div {
  background-color: #fff;
  margin-top: 5px; }
  section.navigation-div .navigation-row {
    padding: 3px 0px 3px 0px; }
    section.navigation-div .navigation-row .content-div-wrapper {
      padding-bottom: 2px;
      padding-top: 2px;
      border-bottom: solid 1px #000;
      border-top: solid 1px #000;
      position: relative;
      margin-bottom: 1px;
      background: #000; }
      section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li a,
      section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li a:visited {
        line-height: normal;
        font-size: 14px;
        padding: 7px 12px 7px 10px;
        color: #ffffff;
        background-color: #000;
        font-weight: bold; }
      section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li.active a,
      section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li.active a:visited, section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li:hover a,
      section.navigation-div .navigation-row .content-div-wrapper nav#main-nav ul#main-navigation li:hover a:visited {
        color: #ffffff;
        background-color: #f58220; }
    section.navigation-div .navigation-row .input-group {
      border: 1px solid #f58220; }
      section.navigation-div .navigation-row .input-group input.form-control {
        border: 0px solid transparent; }
        section.navigation-div .navigation-row .input-group input.form-control:focus {
          border-right: 1px solid #f58220;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 130, 32, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(245, 130, 32, 0.6); }
      section.navigation-div .navigation-row .input-group .search-btn {
        height: 40px;
        color: #555;
        border: 0px solid #ccc;
        border-radius: 0; }
        section.navigation-div .navigation-row .input-group .search-btn button.btn {
          border-style: solid;
          border-width: 1px 1px 1px 1px;
          border-color: #f58220;
          border-radius: 0px; }
          section.navigation-div .navigation-row .input-group .search-btn button.btn i {
            color: #f58220; }

.home-page-top-news-section {
  background-color: #fff; }
  .home-page-top-news-section .home-page-top-news-section-row .content-div {
    border-top: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px; }
    .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div {
      position: relative;
      padding-bottom: 35px; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .row {
        margin-bottom: 10px; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .heading-wrapper .heading {
        background-color: #f58220;
        color: #fff;
        padding: 2px 0px;
        text-align: center;
        margin-bottom: 0px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .heading-wrapper .heading h2 {
          margin-bottom: 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .heading-wrapper .heading h2 a {
            text-decoration: none;
            font-weight: bold;
            line-height: 30px;
            color: #fff; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .heading-wrapper .heading h2 a:hover {
              color: #fff; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container {
        position: relative;
        font-size: 12px;
        border: 1px solid #848484;
        margin-bottom: 10px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .infoDiv {
          border-bottom: 1px dotted #000;
          padding: 0px 5px;
          font-size: 10px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .infoDiv .left {
            text-align: left; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .infoDiv .right {
            text-align: right;
            font-size: 12px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .infoDiv.video {
            border-bottom: 0px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-heading {
          text-align: left;
          padding: 5px 5px 5px 10px;
          border-bottom: 1px solid; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a {
            text-decoration: none;
            font-weight: bold;
            color: #000; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a:hover {
              color: #f58220; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container.side-image .snippet-content {
          padding: 0px 0px 0px 0px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content {
          padding: 0px 0px 30px 0px;
          overflow: hidden; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv {
            overflow: hidden; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a img {
              max-width: 100%;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a:hover img {
              -moz-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div {
            line-height: 18px;
            padding: 5px 10px;
            text-align: left;
            font-size: 14px;
            letter-spacing: normal; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a {
              text-decoration: none;
              font-weight: bold; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a:hover {
                color: #fff; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .snippet-container:last-of-type {
        margin-bottom: 0px; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .read-more-link {
        position: absolute;
        right: 0px;
        bottom: 10px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .read-more-link a {
          color: #fff;
          border: 1px solid #000;
          background: #000;
          font-size: 14px;
          padding: 5px 10px;
          text-decoration: none !important; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div div.left-side-div aside .snippet-wrapper-div .read-more-link a:hover {
            color: #fff;
            background: #f58220; }
    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div {
      padding-left: 0px; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div {
        /*-- styles for default page --*/ }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div > div {
          margin-bottom: 10px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div > div:last-of-type {
            margin-bottom: 0px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div {
          border-top: 1px solid;
          border-bottom: 1px solid;
          padding: 15px 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside {
            border-left: 1px solid;
            border-right: 1px solid;
            padding: 0px 15px;
            min-height: 600px;
            /*-- gallery page styles --*/
            /*-- gallery page styles --*/
            /*-- gallery page styles --*/ }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div {
              padding: 10px 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div {
                position: relative;
                padding-bottom: 35px;
                border-left-style: solid;
                border-right-style: solid;
                border-left-width: 1px;
                border-right-width: 1px;
                border-color: #666; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .row {
                  margin-bottom: 10px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .heading-wrapper .heading {
                  background-color: #f58220;
                  color: #fff;
                  padding: 2px 0px;
                  text-align: center;
                  margin-bottom: 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .heading-wrapper .heading h2 {
                    margin-bottom: 0px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .heading-wrapper .heading h2 a {
                      text-decoration: none;
                      font-weight: bold;
                      line-height: 30px;
                      color: #fff; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .heading-wrapper .heading h2 a:hover {
                        color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container {
                  position: relative;
                  font-size: 12px;
                  border: 1px solid #848484;
                  margin-bottom: 10px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .infoDiv {
                    border-bottom: 1px dotted #000;
                    padding: 5px;
                    font-size: 10px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .infoDiv .left {
                      text-align: left; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .infoDiv .right {
                      text-align: right;
                      font-size: 12px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .infoDiv.video {
                      border-bottom: 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-heading {
                    text-align: center;
                    padding: 5px 5px 5px 10px;
                    background-color: #f58220; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-heading h3 a {
                      text-decoration: none;
                      font-weight: bold;
                      color: #fff; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-heading h3 a:hover {
                        color: #fff; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container.side-image .snippet-content {
                    padding: 0px 0px 0px 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content {
                    padding: 0px 0px 30px 0px;
                    overflow: hidden; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv {
                      overflow: hidden; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a img {
                        max-width: 100%;
                        -moz-transition: all 0.3s;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a:hover img {
                        -moz-transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        transform: scale(1.1); }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div {
                      line-height: 18px;
                      padding: 5px 10px;
                      text-align: justify; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
                        text-align: justify; }
                        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a {
                          text-decoration: none;
                          font-weight: bold; }
                          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a:hover {
                            color: #fff; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .read-more-link {
                    position: absolute;
                    right: 3px;
                    bottom: 7px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .read-more-link a {
                      color: #fff;
                      border: 1px solid #000;
                      background: #000;
                      font-size: 12px;
                      padding: 5px 10px;
                      text-decoration: none !important; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container .read-more-link a:hover {
                        color: #fff;
                        background: #f58220; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .snippet-container:last-of-type {
                  margin-bottom: 0px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .read-more-link {
                  position: absolute;
                  right: 15px;
                  bottom: 5px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .read-more-link a {
                    color: #fff;
                    border: 1px solid #000;
                    background: #000;
                    font-size: 14px;
                    padding: 5px 10px;
                    text-decoration: none !important; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside .snippet-content-div .snippet-wrapper-div .read-more-link a:hover {
                      color: #fff;
                      background: #f58220; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside:first-of-type {
              border-top-style: solid;
              border-bottom-style: solid;
              border-top-width: 1px;
              border-bottom-width: 1px;
              border-color: #666; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .rightDiv aside:not(:first-of-type) {
              border-bottom: 1px solid #666; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .gallery-row.row {
              margin-bottom: 15px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .gallery-row.row:last-of-type {
                margin-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .video-gallery-row {
              margin-bottom: 15px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .video-gallery-row:last-of-type {
                margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .video-gallery-row .overlayDiv {
                background-color: #ffffffbd; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div {
              margin-bottom: 10px;
              position: relative; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container {
                position: relative;
                font-size: 12px;
                border: 1px solid #848484;
                margin-bottom: 10px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-heading {
                  text-align: center;
                  padding: 5px 5px 5px 10px;
                  background-color: #f58220; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-heading h3 {
                    text-align: center;
                    margin-bottom: 0px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-heading h3 a {
                      text-decoration: none;
                      font-weight: bold;
                      color: #fff; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-heading h3 a:hover {
                        color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content {
                  padding: 0px 0px 0px 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content .infoDiv {
                    border-bottom: 1px dotted #000;
                    padding: 5px;
                    font-size: 12px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content .infoDiv .left {
                      text-align: left; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content .infoDiv .right {
                      text-align: right; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div {
                    padding: 5px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
                      margin: 0 0 0px;
                      text-align: justify; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .read-more-link {
                  position: absolute;
                  right: 3px;
                  bottom: 7px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .read-more-link a {
                    color: #fff;
                    border: 1px solid #000;
                    background: #000;
                    /* float: left; */
                    padding: 5px 10px;
                    text-decoration: none !important; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container .read-more-link a:hover {
                      color: #fff;
                      background: #f58220; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.noImg .snippet-content {
                  padding: 0px 0px 35px 0px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.main {
                  color: #000; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.main .snippet-heading a {
                    color: #fff;
                    font-weight: bold; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.main .snippet-content .infoDiv {
                    font-size: 16px;
                    padding: 5px 10px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div {
                    padding: 20px 10px 5px 10px;
                    font-size: 20px;
                    line-height: 24px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div p.snippet-text {
                      margin-bottom: 20px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv {
                  font-size: 16px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv {
                    float: right; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div {
                      float: left;
                      margin-right: 3px; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a {
                        transition: all .2s ease-in-out; }
                        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a img {
                          width: 27px; }
                        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover {
                          /* outline-offset: -1px; */ }
                          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover img {
                            width: 27px;
                            transform: translateY(-4px); }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .CommentCountDiv {
                    float: right; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div {
                  padding: 10px 5px 5px 5px;
                  font-size: 16px;
                  text-align: justify; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div p.snippet-text {
                    margin-bottom: 20px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div {
                  padding: 5px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div .author {
                    font-size: 16px;
                    text-align: right;
                    color: red;
                    font-weight: bold; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .default-content-div .default-content-div-inside .normal-news-feature-div .snippet-container:last-of-type {
                margin-bottom: 0px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div {
          position: relative;
          padding-bottom: 35px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .row {
            margin-bottom: 10px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .heading-wrapper .heading {
            background-color: #f58220;
            color: #fff;
            padding: 2px 0px;
            text-align: center;
            margin-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .heading-wrapper .heading h2 {
              margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .heading-wrapper .heading h2 a {
                text-decoration: none;
                font-weight: bold;
                line-height: 30px;
                color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .heading-wrapper .heading h2 a:hover {
                  color: #fff; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container {
            position: relative;
            font-size: 12px;
            border: 1px solid #848484;
            margin-bottom: 10px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .infoDiv {
              border-bottom: 1px dotted #000;
              padding: 0px 5px;
              font-size: 10px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .infoDiv .left {
                text-align: left; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .infoDiv .right {
                text-align: right;
                font-size: 12px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .infoDiv.video {
                border-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-heading {
              text-align: left;
              padding: 5px 5px 5px 10px;
              border-bottom: 1px solid; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a {
                text-decoration: none;
                font-weight: bold;
                color: #000; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a:hover {
                  color: #f58220; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container.side-image .snippet-content {
              padding: 0px 0px 0px 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content {
              padding: 0px 0px 30px 0px;
              overflow: hidden; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv {
                overflow: hidden; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a img {
                  max-width: 100%;
                  -moz-transition: all 0.3s;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a:hover img {
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div {
                line-height: 18px;
                padding: 5px 10px;
                text-align: left;
                font-size: 14px;
                letter-spacing: normal; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
                  text-align: justify; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a {
                    text-decoration: none;
                    font-weight: bold; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a:hover {
                      color: #fff; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .read-more-link {
              position: absolute;
              right: 3px;
              bottom: 7px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .read-more-link a {
                color: #fff;
                border: 1px solid #000;
                background: #000;
                font-size: 12px;
                padding: 5px 10px;
                text-decoration: none !important; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container .read-more-link a:hover {
                  color: #fff;
                  background: #f58220; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .snippet-container:last-of-type {
            margin-bottom: 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .read-more-link {
            position: absolute;
            right: 0px;
            bottom: 10px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .read-more-link a {
              color: #fff;
              border: 1px solid #000;
              background: #000;
              font-size: 14px;
              padding: 5px 10px;
              text-decoration: none !important; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .small-img-div aside .snippet-wrapper-div .read-more-link a:hover {
                color: #fff;
                background: #f58220; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div {
                            /* TODO
                            .big-img-div-wrapper{
                                overflow: hidden;
                                position: relative;
                                .overlayDiv{
                                    padding: 10px 10px;
                                    background-color:#f582208a;
                                    position: absolute;
                                    bottom: 0px;
                                    width : 100%;
                                    a{
                                        &:hover{
                                            text-decoration: none;
                                            .date{
                                                color: #f58220;
                                            }

                                            .heading{
                                                h3{
                                                    color: #f58220;
                                                }
                                            }
                                            .para{
                                                color: #f58220;
                                            }
                                        }



                                        .date{
                                            font-size: 12px;
                                            font-weight: bold;
                                            color: #000;
                                            line-height: 18px;
                                        }


                                        .heading{
                                            h3{
                                                font-size: 16px;
                                                font-weight: bold;
                                                color: #000;
                                                line-height: 18px;
                                            }
                                        }
                                        .para{
                                            padding: 5px 0px 0px 0px;
                                            text-align: left;
                                            font-size: 13px;
                                            color: #000;
                                            line-height: 20px;
                                            letter-spacing: 0.1px;


                                            p{
                                                margin-bottom: 0px;
                                                line-height: 18px;
                                            }
                                        }

                                    }

                                }
                                .newsType{
                                    a{
                                        color: #fff;
                                        font-weight: bold;
                                        text-transform: capitalize;
                                        font-size: 16px;
                                        text-decoration: none;
                                        //&:hover{
                                        //    color: #f58220;
                                        //}
                                    }
                                    position: absolute;
                                    top: 0px;
                                    left: 0px;
                                    padding: 10px 15px;

                                    background-color: #f58220;


                                    min-width: 100px;
                                    -webkit-border-top-right-radius: 4px;
                                    -webkit-border-bottom-right-radius: 4px;
                                    -moz-border-radius-topright: 4px;
                                    -moz-border-radius-bottomright: 4px;
                                    border-top-right-radius: 4px;
                                    border-bottom-right-radius: 4px;
                                }
                            }
                            */ }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider ul.nav-pills {
            background-color: #f5822040; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider ul.nav-pills li {
              margin-right: 5px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .nav-pills > li > a {
            border-radius: 2px 2px 0 0;
            min-width: 100px;
            text-transform: capitalize;
            font-size: 18px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .nav-pills > li > a:hover {
              background-color: #f58220;
              color: #fff; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .nav-pills > li.active > a {
            background-color: #f58220; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .tab-content {
            color: white;
            background-color: #f58220;
            padding: 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item {
            padding: 5px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-heading {
              text-align: center;
              padding: 5px;
              background-color: #000; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-heading h3 a {
                text-decoration: none;
                font-weight: bold; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-heading h3 a:hover {
                  color: #fff; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content {
              padding: 0px 0px 30px 0px;
              overflow: hidden; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .infoDiv {
                border-bottom: 1px dotted #000;
                padding: 5px;
                font-size: 10px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .infoDiv .left {
                  text-align: left; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .infoDiv .right {
                  text-align: right;
                  font-size: 12px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .infoDiv.video {
                  border-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .snippet-text-div {
                padding: 5px;
                line-height: 18px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .snippet-text-div p.snippet-text {
                  text-align: justify; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .read-more-link {
                position: absolute;
                right: 3px;
                bottom: 7px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .read-more-link a {
                  color: #fff;
                  border: 1px solid #000;
                  background: #000;
                  font-size: 12px;
                  padding: 5px 10px;
                  text-decoration: none !important; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .snippet-content .read-more-link a:hover {
                    color: #fff;
                    background: #f58220; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .videoWrapper {
              position: relative;
              padding-bottom: 56.25%;
              height: 0; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item .videoWrapper iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .item img {
              display: block;
              width: 100%;
              height: auto; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-prev {
            left: 1%;
            bottom: 50%;
            position: absolute;
            transform: translateY(-50%); }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-next {
            right: 1%;
            bottom: 50%;
            position: absolute;
            transform: translateY(-50%); }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-next a,
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-prev a {
            padding: 0 10px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-next a i,
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-prev a i {
            font-size: 25px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .prev {
            right: 35px;
            bottom: 8px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .next {
            right: 10px;
            bottom: 8px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-theme .owl-dots .owl-dot.active span,
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .mainSlider .owl-theme .owl-dots .owl-dot:hover span {
            background: #fff; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper {
            margin-bottom: 10px;
            padding-bottom: 35px;
            position: relative; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .heading-row {
              margin-top: 10px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .news-type-heading-wrapper .news-type-heading {
              background-color: #f58220;
              color: #fff;
              padding: 2px 0px;
              text-align: center;
              margin-bottom: 10px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .news-type-heading-wrapper .news-type-heading h2 {
                margin-bottom: 0px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .news-type-heading-wrapper .news-type-heading h2 a {
                  text-decoration: none;
                  font-weight: bold;
                  line-height: 30px;
                  color: #fff; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .news-type-heading-wrapper .news-type-heading h2 a:hover {
                    color: #fff; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div {
              margin-bottom: 10px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container {
                position: relative;
                font-size: 12px;
                border: 1px solid #848484; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-heading {
                  text-align: left;
                  padding: 5px 5px 5px 10px;
                  border-bottom: 1px solid; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-heading h3 {
                    margin-bottom: 0px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-heading h3 a {
                      text-decoration: none;
                      font-weight: bold;
                      color: #000; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-heading h3 a:hover {
                        color: #ea6f2b; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .infoDiv {
                  border-bottom: 1px dotted #000;
                  padding: 0px 5px;
                  font-size: 12px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .infoDiv .left {
                    text-align: left; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .infoDiv .right {
                    text-align: right; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content {
                  padding: 0px 0px 0px 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .infoDiv {
                    border-bottom: 1px dotted #000;
                    padding: 5px;
                    font-size: 12px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .infoDiv .left {
                      text-align: left; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .infoDiv .right {
                      text-align: right; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .snippet-text-div {
                    line-height: 18px;
                    padding: 5px 10px;
                    text-align: left;
                    font-size: 14px;
                    letter-spacing: normal; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
                      margin: 0 0 0px;
                      text-align: justify; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .imgDiv {
                    overflow: hidden; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .imgDiv a img {
                      max-width: 100%;
                      -moz-transition: all 0.3s;
                      -webkit-transition: all 0.3s;
                      transition: all 0.3s; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container .snippet-content .imgDiv a:hover img {
                      -moz-transform: scale(1.1);
                      -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div .snippet-container:last-of-type {
                  margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .secondary-news-feature-div.last {
                margin-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .read-more-link {
              position: absolute;
              right: 3px;
              bottom: 7px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .read-more-link a {
                color: #fff;
                border: 1px solid #000;
                background: #000;
                /* float: left; */
                padding: 5px 10px;
                text-decoration: none !important; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .big-img-div .secondary-news-snippet-wrapper .read-more-link a:hover {
                  color: #fff;
                  background: #ea6f2b; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .image-inner-big {
          min-height: 300px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .image-inner-big:hover {
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .image-inner-small {
          min-height: 260px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper {
          margin-bottom: 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading {
            background-color: #f58220;
            color: #fff;
            padding: 2px 0px;
            text-align: center;
            margin-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h2 {
              margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a {
                text-decoration: none;
                font-weight: bold;
                line-height: 30px;
                color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a:hover {
                  color: #fff; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h1 {
              margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h1 a {
                text-decoration: none;
                font-weight: bold;
                color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div .top-feature-div .top-feature-heading-wrapper .top-feature-heading h1 a:hover {
                  color: #fff; }
      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container {
        margin-bottom: 10px; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper {
          padding: 10px 0px; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper:first-of-type {
            border-top: 0px solid #666; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper {
            position: relative;
            padding-bottom: 30px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div {
              margin-bottom: 10px;
              position: relative; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container {
                position: relative;
                font-size: 12px;
                border: 1px solid #848484;
                margin-bottom: 10px; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-heading {
                  text-align: left;
                  padding: 5px 5px 5px 10px;
                  border-bottom: 1px solid; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-heading h3 {
                    margin-bottom: 0px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-heading h3 a {
                      text-decoration: none;
                      font-weight: bold;
                      color: #000; }
                      .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-heading h3 a:hover {
                        color: #ea6f2b; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .infoDiv {
                  border-bottom: 1px dotted #000;
                  padding: 0px 5px;
                  font-size: 12px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .infoDiv .left {
                    text-align: left; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .infoDiv .right {
                    text-align: right; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content {
                  padding: 0px 0px 0px 0px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .infoDiv {
                    border-bottom: 1px dotted #000;
                    padding: 0px 5px;
                    font-size: 12px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .infoDiv .left {
                      text-align: left; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .infoDiv .right {
                      text-align: right; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div {
                    line-height: 18px;
                    padding: 5px 10px;
                    text-align: left;
                    font-size: 14px;
                    letter-spacing: normal; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
                      margin: 0 0 10px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .imgDiv {
                    overflow: hidden; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .imgDiv a img {
                      max-width: 100%;
                      -moz-transition: all 0.3s;
                      -webkit-transition: all 0.3s;
                      transition: all 0.3s; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container .snippet-content .imgDiv a:hover img {
                      -moz-transform: scale(1.1);
                      -webkit-transform: scale(1.1);
                      transform: scale(1.1); }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container.full-snippet .read-more-link {
                  position: absolute;
                  right: 15px;
                  bottom: 25px; }
                  .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container.full-snippet .read-more-link a {
                    color: #fff;
                    border: 1px solid #000;
                    background: #000;
                    /* float: left; */
                    padding: 10px 15px;
                    text-decoration: none !important;
                    font-size: 14px; }
                    .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container.full-snippet .read-more-link a:hover {
                      color: #fff;
                      background: #f58220; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .normal-news-feature-div .snippet-container:last-of-type {
                margin-bottom: 0px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .read-more-link {
              position: absolute;
              right: 0px;
              bottom: 10px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .read-more-link a {
                color: #fff;
                border: 1px solid #000;
                background: #000;
                /* float: left; */
                padding: 5px 10px;
                text-decoration: none !important; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-snippet-wrapper .read-more-link a:hover {
                  color: #fff;
                  background: #f58220; }
          .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-type-heading-wrapper .news-type-heading {
            background-color: #f58220;
            color: #fff;
            padding: 2px 0px;
            text-align: center;
            margin-bottom: 10px; }
            .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-type-heading-wrapper .news-type-heading h2 {
              margin-bottom: 0px; }
              .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-type-heading-wrapper .news-type-heading h2 a {
                text-decoration: none;
                font-weight: bold;
                line-height: 30px;
                color: #fff; }
                .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container .normal-feature-wrapper .news-type-heading-wrapper .news-type-heading h2 a:hover {
                  color: #fff; }
        .home-page-top-news-section .home-page-top-news-section-row .content-div div .right-side-div section.normal-feature-news-container.etcnews .normal-feature-wrapper .news-snippet-wrapper .read-more-link {
          position: absolute;
          right: 15px;
          bottom: -20px; }

.sub-page-top-news-section {
  background-color: #fff; }
  .sub-page-top-news-section .sub-page-top-news-section-row {
    margin-bottom: 10px;
    /* contact us page */
    /* end of contact us page */
    /*-- search page styles --*/
    /* end of search page styles */ }
    .sub-page-top-news-section .sub-page-top-news-section-row.content-div {
      min-height: 400px; }
      .sub-page-top-news-section .sub-page-top-news-section-row.content-div .text-div {
        padding: 5px 0px; }
    .sub-page-top-news-section .sub-page-top-news-section-row .top-feature-heading-wrapper {
      margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .top-feature-heading-wrapper .top-feature-heading {
        background-color: #f58220;
        color: #fff;
        padding: 5px 0px;
        text-align: center;
        margin-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .top-feature-heading-wrapper .top-feature-heading h1 {
          margin-bottom: 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .top-feature-heading-wrapper .top-feature-heading h1 a {
            text-decoration: none;
            font-weight: bold;
            line-height: 32px;
            color: #fff; }
            .sub-page-top-news-section .sub-page-top-news-section-row .top-feature-heading-wrapper .top-feature-heading h1 a:hover {
              color: #fff; }
    .sub-page-top-news-section .sub-page-top-news-section-row .heading-wrapper .heading {
      background-color: #f58220;
      color: #fff;
      padding: 2px 0px;
      text-align: center;
      margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .heading-wrapper .heading h2 {
        margin-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .heading-wrapper .heading h2 a {
          text-decoration: none;
          font-weight: bold;
          line-height: 30px;
          color: #fff; }
          .sub-page-top-news-section .sub-page-top-news-section-row .heading-wrapper .heading h2 a:hover {
            color: #fff; }
    .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div {
      margin-bottom: 10px;
      position: relative; }
      .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .top-feature-heading-wrapper {
        margin-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading {
          background-color: #ea6f2b;
          color: #fff;
          padding: 2px 0px;
          text-align: center;
          margin-bottom: 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 {
            margin-bottom: 0px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a {
              text-decoration: none;
              font-weight: bold;
              line-height: 30px;
              color: #fff; }
              .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a:hover {
                color: #fff; }
      .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container {
        position: relative;
        font-size: 12px;
        border: 1px solid #848484;
        margin-bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-heading {
          text-align: left;
          padding: 5px 5px 5px 10px;
          border-bottom: 1px solid; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-heading h3 {
            margin-bottom: 0px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-heading h3 a {
              text-decoration: none;
              font-weight: bold;
              color: #000; }
              .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-heading h3 a:hover {
                color: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content {
          padding: 0px 0px 0px 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content .infoDiv {
            border-bottom: 1px dotted #000;
            padding: 0px 5px;
            font-size: 12px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content .infoDiv .left {
              text-align: left; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content .infoDiv .right {
              text-align: right; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div {
            line-height: 18px;
            padding: 5px 10px;
            text-align: left;
            font-size: 14px;
            letter-spacing: normal; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
              margin: 0 0 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .read-more-link {
          position: absolute;
          right: 3px;
          bottom: 7px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .read-more-link a {
            color: #fff;
            border: 1px solid #000;
            background: #000;
            /* float: left; */
            padding: 5px 10px;
            text-decoration: none !important; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container .read-more-link a:hover {
              color: #fff;
              background: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.noImg .snippet-content {
          padding: 0px 0px 35px 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main {
          color: #000; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .snippet-heading a {
            color: #000;
            font-weight: bold;
            text-decoration: none; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .snippet-heading a:hover {
              color: #f58220; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .snippet-content .infoDiv {
            font-size: 16px;
            padding: 0px 10px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div {
            padding: 20px 10px 5px 10px;
            font-size: 20px;
            line-height: 24px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div p.snippet-text {
              margin-bottom: 20px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .read-more-link {
            right: 15px;
            bottom: 20px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.main .read-more-link a {
              padding: 10px 15px;
              font-size: 14px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv {
          font-size: 16px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv {
            float: right; }
            .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div {
              float: left;
              margin-right: 3px; }
              .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a {
                transition: all .2s ease-in-out; }
                .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a img {
                  width: 27px; }
                .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover {
                  /* outline-offset: -1px; */ }
                  .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover img {
                    width: 27px;
                    transform: translateY(-4px); }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .CommentCountDiv {
            float: right; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div {
          padding: 10px 5px 5px 5px;
          font-size: 16px;
          text-align: justify; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div p.snippet-text {
            margin-bottom: 20px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div {
          padding: 5px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div .author {
            font-size: 16px;
            text-align: right;
            color: red;
            font-weight: bold; }
      .sub-page-top-news-section .sub-page-top-news-section-row .normal-news-feature-div .snippet-container:last-of-type {
        margin-bottom: 0px; }
    .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div {
      position: relative;
      padding-bottom: 35px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .row {
        margin-bottom: 10px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .heading-wrapper .heading {
        background-color: #f58220;
        color: #fff;
        padding: 2px 0px;
        text-align: center;
        margin-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .heading-wrapper .heading h2 {
          margin-bottom: 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .heading-wrapper .heading h2 a {
            text-decoration: none;
            font-weight: bold;
            line-height: 30px;
            color: #fff; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .heading-wrapper .heading h2 a:hover {
              color: #fff; }
      .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container {
        position: relative;
        font-size: 12px;
        border: 1px solid #848484;
        margin-bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .infoDiv {
          border-bottom: 1px dotted #000;
          padding: 0px 5px;
          font-size: 10px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .infoDiv .left {
            text-align: left; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .infoDiv .right {
            text-align: right;
            font-size: 12px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .infoDiv.video {
            border-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-heading {
          text-align: left;
          padding: 5px 5px 5px 10px;
          border-bottom: 1px solid; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a {
            text-decoration: none;
            font-weight: bold;
            color: #000; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-heading h3 a:hover {
              color: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container.side-image .snippet-content {
          padding: 0px 0px 0px 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content {
          padding: 0px 0px 30px 0px;
          overflow: hidden; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv {
            overflow: hidden; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a img {
              max-width: 100%;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .topImgDiv a:hover img {
              -moz-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div {
            line-height: 18px;
            padding: 5px 10px;
            text-align: justify; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
              text-align: justify; }
              .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a {
                text-decoration: none;
                font-weight: bold; }
                .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .snippet-content .snippet-text-div p.snippet-text a:hover {
                  color: #fff; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .read-more-link {
          position: absolute;
          right: 3px;
          bottom: 7px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .read-more-link a {
            color: #fff;
            border: 1px solid #000;
            background: #000;
            font-size: 12px;
            padding: 5px 10px;
            text-decoration: none !important; }
            .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container .read-more-link a:hover {
              color: #fff;
              background: #f58220; }
      .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .snippet-container:last-of-type {
        margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .read-more-link {
        position: absolute;
        right: 0px;
        bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .read-more-link a {
          color: #fff;
          border: 1px solid #000;
          background: #000;
          font-size: 14px;
          padding: 5px 10px;
          text-decoration: none !important; }
          .sub-page-top-news-section .sub-page-top-news-section-row .rightDiv aside .snippet-wrapper-div .read-more-link a:hover {
            color: #fff;
            background: #f58220; }
    .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div {
      margin-bottom: 10px;
      position: relative; }
      .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper {
        margin-bottom: 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading {
          background-color: #f58220;
          color: #fff;
          padding: 5px 0px;
          text-align: center;
          margin-bottom: 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 {
            margin-bottom: 0px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a {
              text-decoration: none;
              font-weight: bold;
              line-height: 32px;
              color: #fff; }
              .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h2 a:hover {
                color: #fff; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h1 {
            margin-bottom: 0px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h1 a {
              text-decoration: none;
              font-weight: bold;
              color: #fff; }
              .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .top-feature-heading-wrapper .top-feature-heading h1 a:hover {
                color: #fff; }
      .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container {
        position: relative;
        font-size: 12px;
        border: 1px solid #848484;
        margin-bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-heading {
          text-align: left;
          padding: 5px 5px 5px 10px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-heading h3 {
            margin-bottom: 0px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-heading h3 a {
              text-decoration: none;
              font-weight: bold;
              color: #000; }
              .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-heading h3 a:hover {
                color: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content {
          padding: 0px 0px 0px 0px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content .infoDiv {
            border-bottom: 1px dotted #000;
            padding: 5px 5px;
            font-size: 12px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content .infoDiv .left {
              text-align: left; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content .infoDiv .right {
              text-align: right; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div {
            padding: 5px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .snippet-content .snippet-text-div p.snippet-text {
              margin: 0 0 0px;
              text-align: justify; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .read-more-link {
          position: absolute;
          right: 3px;
          bottom: 7px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .read-more-link a {
            color: #fff;
            border: 1px solid #000;
            background: #000;
            /* float: left; */
            padding: 5px 10px;
            text-decoration: none !important; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container .read-more-link a:hover {
              color: #fff;
              background: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.noImg .snippet-content {
          padding: 0px 0px 35px 0px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.main {
          color: #000; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.main .snippet-heading a {
            color: #fff;
            font-weight: bold; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.main .snippet-content .infoDiv {
            font-size: 16px;
            padding: 5px 10px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div {
            padding: 20px 10px 5px 10px;
            font-size: 20px;
            line-height: 24px; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.main .snippet-content .snippet-text-div p.snippet-text {
              margin-bottom: 20px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv {
          font-size: 16px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv {
            float: right; }
            .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div {
              float: left;
              margin-right: 3px; }
              .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a {
                transition: all .2s ease-in-out; }
                .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a img {
                  width: 27px; }
                .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover {
                  /* outline-offset: -1px; */ }
                  .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .socialDiv .icon-div a:hover img {
                    width: 27px;
                    transform: translateY(-4px); }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .infoDiv .CommentCountDiv {
            float: right; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div {
          padding: 10px 5px 5px 5px;
          font-size: 16px;
          text-align: justify; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .snippet-text-div p.snippet-text {
            margin-bottom: 20px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div {
          padding: 5px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container.single-news .snippet-content .author-div .author {
            font-size: 16px;
            text-align: right;
            color: red;
            font-weight: bold; }
      .sub-page-top-news-section .sub-page-top-news-section-row .leftDiv .normal-news-feature-div .snippet-container:last-of-type {
        margin-bottom: 0px; }
    .sub-page-top-news-section .sub-page-top-news-section-row form.contact-us-form {
      font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
      .sub-page-top-news-section .sub-page-top-news-section-row form.contact-us-form .form-group {
        margin-bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.contact-us-form .form-group .form-control {
          height: 30px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.contact-us-form .form-group textarea {
          width: 100%;
          resize: none;
          min-height: 150px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.contact-us-form .form-group button {
          padding: 5px 12px;
          width: 100px; }
    .sub-page-top-news-section .sub-page-top-news-section-row table.contact-details {
      font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
    .sub-page-top-news-section .sub-page-top-news-section-row form.search-option {
      font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
      .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group {
        margin-bottom: 10px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group .form-control {
          height: 30px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group textarea {
          width: 100%;
          resize: none;
          min-height: 150px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group button {
          padding: 5px 12px;
          min-width: 80px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group select {
          font-size: 12px; }
        .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group .news-from, .sub-page-top-news-section .sub-page-top-news-section-row form.search-option .form-group .news-to {
          background-color: #fff !important; }
    .sub-page-top-news-section .sub-page-top-news-section-row .gallery-row.row {
      margin-bottom: 15px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .gallery-row.row:last-of-type {
        margin-bottom: 0px; }
    .sub-page-top-news-section .sub-page-top-news-section-row .video-gallery-row {
      margin-bottom: 15px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .video-gallery-row:last-of-type {
        margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .video-gallery-row .overlayDiv {
        background-color: #ffffffbd; }
    .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper {
      position: relative;
      overflow: hidden; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper a {
        color: red; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper a img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv {
        padding: 5px 10px;
        background-color: rgba(245, 130, 32, 0.35);
        position: absolute;
        bottom: 0px;
        width: 100%; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a:hover {
          text-decoration: none; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a:hover .date {
            color: #f58220; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a:hover .heading h3 {
            color: #f58220; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a:hover .para {
            color: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a .date {
          font-size: 12px;
          font-weight: bold;
          color: #000;
          line-height: 16px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a .heading h3 {
          font-size: 14px;
          font-weight: bold;
          color: #000;
          line-height: 18px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a .para {
          padding: 5px 0px 0px 0px;
          text-align: left;
          font-size: 13px;
          color: #000;
          line-height: 20px;
          letter-spacing: 0.1px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .overlayDiv a .para p {
            margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .newsType {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px 15px;
        background-color: #f58220;
        min-width: 100px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img2Div .img2Div-wrapper .newsType a {
          color: #fff;
          font-weight: bold;
          text-transform: capitalize;
          font-size: 16px;
          text-decoration: none; }
    .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper {
      position: relative;
      overflow: hidden; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper a img, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper a img, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper a img, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper a img {
        max-width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper a:hover img, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper a:hover img, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper a:hover img, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper a:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv {
        padding: 2px 10px;
        background-color: rgba(245, 130, 32, 0.35);
        position: absolute;
        bottom: 0px;
        width: 100%; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a:hover, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a:hover, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a:hover, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a:hover {
          text-decoration: none; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a:hover .date, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a:hover .date, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a:hover .date, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a:hover .date {
            color: #f58220; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a:hover .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a:hover .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a:hover .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a:hover .heading h3 {
            color: #f58220; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a:hover .para, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a:hover .para, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a:hover .para, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a:hover .para {
            color: #f58220; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a .date, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a .date, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a .date, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a .date {
          font-size: 10px;
          font-weight: bold;
          color: #000;
          line-height: 14px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a .heading h3, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a .heading h3 {
          font-size: 12px;
          font-weight: bold;
          color: #000;
          line-height: 20px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a .para, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a .para, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a .para, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a .para {
          padding: 5px 0px 0px 0px;
          text-align: left;
          font-size: 12px;
          color: #000;
          line-height: 20px;
          letter-spacing: 0.1px; }
          .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .overlayDiv a .para p, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .overlayDiv a .para p, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .overlayDiv a .para p, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .overlayDiv a .para p {
            margin-bottom: 0px; }
      .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .newsType, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .newsType, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .newsType, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .newsType {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px 15px;
        background-color: #f58220;
        min-width: 100px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img3Div-wrapper .newsType a, .sub-page-top-news-section .sub-page-top-news-section-row .img3Div .img4Div-wrapper .newsType a, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img3Div-wrapper .newsType a, .sub-page-top-news-section .sub-page-top-news-section-row .img4Div .img4Div-wrapper .newsType a {
          color: #fff;
          font-weight: bold;
          text-transform: capitalize;
          font-size: 16px;
          text-decoration: none; }

section.home-page-category-news-section {
  background-color: #fff;
  position: relative;
  padding-bottom: 10px; }
  section.home-page-category-news-section .home-page-category-news-section-row {
    margin-bottom: 10px;
    padding: 10px 0px; }
    section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading {
      background-color: #ea6f2b;
      color: #fff;
      padding: 5px 0px;
      text-align: center;
      margin-bottom: 10px; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading h2 a {
        text-decoration: none;
        font-weight: bold;
        line-height: 30px;
        color: #fff; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading h2 a:hover {
          color: #fff; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading .imgDiv h2 a {
        display: block; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading .imgDiv h2 a img {
          width: 100%; }
    section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div .category-feature-heading-img {
      min-height: 50px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      overflow: hidden; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div.two-side-ad .side-ad {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 0.5; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container {
        border: 1px solid #848484;
        position: relative; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-heading {
          text-align: left;
          padding: 5px 5px 5px 10px;
          border-bottom: 1px solid; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-heading h3 {
            margin-bottom: 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-heading h3 a {
              text-decoration: none;
              font-weight: bold;
              color: #000; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-heading h3 a:hover {
                color: #ea6f2b; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content {
          padding: 0px 0px 30px 0px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .infoDiv {
            border-bottom: 1px dotted #000;
            padding: 0px 5px;
            font-size: 12px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .infoDiv .left {
              text-align: left; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .infoDiv .right {
              text-align: right; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .snippet-text-div {
            text-align: justify;
            padding: 5px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content:last-of-type {
            margin-bottom: 0px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .imgDiv {
            overflow: hidden; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .imgDiv a img {
              max-width: 100%;
              -moz-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .imgDiv a:hover img {
              -moz-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .read-more-link {
            position: absolute;
            right: 3px;
            bottom: 7px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .read-more-link a {
              color: #fff;
              border: 1px solid #000;
              background: #000;
              padding: 5px 10px;
              text-decoration: none !important;
              font-size: 12px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .snippet-container .snippet-content .read-more-link a:hover {
                color: #fff;
                background: #f58220; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container {
          border: 1px solid #848484;
          position: relative; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item {
            position: relative; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .snippet-content {
              padding: 0px 0px 0px 0px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .snippet-content:last-of-type {
                margin-bottom: 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .newsType {
              position: absolute;
              top: 0px;
              left: 0px;
              padding: 10px 15px;
              background-color: #f58220;
              min-width: 100px;
              -webkit-border-top-right-radius: 4px;
              -webkit-border-bottom-right-radius: 4px;
              -moz-border-radius-topright: 4px;
              -moz-border-radius-bottomright: 4px;
              border-top-right-radius: 4px;
              border-bottom-right-radius: 4px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .newsType a {
                color: #fff;
                font-weight: bold;
                text-transform: capitalize;
                font-size: 16px;
                text-decoration: none; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .overlayDiv {
              padding: 5px 10px;
              background-color: rgba(245, 130, 32, 0.35);
              position: absolute;
              bottom: 0px;
              width: 100%; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .left .snippet-container .item .overlayDiv h3 {
                color: #fff;
                font-size: 16px;
                line-height: 20px; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-bottom: 40px; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .news-type-heading-wrapper .news-type-heading {
          background-color: #f58220;
          color: #fff;
          padding: 0px 0px;
          text-align: center;
          margin-bottom: 10px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .news-type-heading-wrapper .news-type-heading h2 {
            margin-bottom: 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .news-type-heading-wrapper .news-type-heading h2 a {
              text-decoration: none;
              font-weight: bold;
              line-height: 30px;
              color: #fff; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .news-type-heading-wrapper .news-type-heading h2 a:hover {
                color: #fff; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container {
          border: 1px solid #848484;
          position: relative; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-heading {
            text-align: left;
            padding: 5px 5px 5px 10px;
            border-bottom: 1px solid; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-heading h3 {
              margin-bottom: 0px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-heading h3 a {
                text-decoration: none;
                font-weight: bold;
                color: #000; }
                section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-heading h3 a:hover {
                  color: #ea6f2b; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content {
            padding: 0px 0px 30px 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .infoDiv {
              border-bottom: 1px dotted #000;
              padding: 0px 5px;
              font-size: 12px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .infoDiv .left {
                text-align: left; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .infoDiv .right {
                text-align: right; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .content-div {
              min-height: 120px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .content-div .snippet-text-div {
                line-height: 20px;
                padding: 5px 10px;
                text-align: left;
                font-size: 14px;
                letter-spacing: 0.3px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .content-div .imgDiv {
                overflow: hidden; }
                section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .content-div .imgDiv a img {
                  max-width: 100%;
                  -moz-transition: all 0.3s;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s; }
                section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container .snippet-content .content-div .imgDiv a:hover img {
                  -moz-transform: scale(1.1);
                  -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .snippet-container-wrapper .snippet-container:not(:last-of-type) {
          margin-bottom: 20px; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .read-more-link {
          position: absolute;
          right: 15px;
          bottom: 5px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .read-more-link a {
            color: #fff;
            border: 1px solid #000;
            background: #000;
            padding: 5px 10px;
            text-decoration: none !important;
            font-size: 14px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .middle .read-more-link a:hover {
              color: #fff;
              background: #f58220; }
      section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right {
        padding-bottom: 40px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .news-type-heading-wrapper .news-type-heading {
          background-color: #f58220;
          color: #fff;
          padding: 0px 0px;
          text-align: center;
          margin-bottom: 10px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .news-type-heading-wrapper .news-type-heading h2 {
            margin-bottom: 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .news-type-heading-wrapper .news-type-heading h2 a {
              text-decoration: none;
              font-weight: bold;
              line-height: 30px;
              color: #fff; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .news-type-heading-wrapper .news-type-heading h2 a:hover {
                color: #fff; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container {
          border: 1px solid #848484;
          position: relative; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-heading {
            text-align: left;
            padding: 5px 5px 5px 10px;
            border-bottom: 1px solid; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-heading h3 {
              margin-bottom: 0px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-heading h3 a {
                text-decoration: none;
                font-weight: bold;
                color: #000; }
                section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-heading h3 a:hover {
                  color: #ea6f2b; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content {
            padding: 0px 0px 30px 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .infoDiv {
              border-bottom: 1px dotted #000;
              padding: 0px 5px;
              font-size: 12px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .infoDiv .left {
                text-align: left; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .infoDiv .right {
                text-align: right; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .content-div {
              min-height: 120px; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .content-div .snippet-text-div {
                line-height: 20px;
                padding: 5px 10px;
                text-align: left;
                font-size: 14px;
                letter-spacing: 0.3px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content:last-of-type {
              margin-bottom: 0px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .imgDiv {
              overflow: hidden; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .imgDiv a img {
                max-width: 100%;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s; }
              section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container .snippet-content .imgDiv a:hover img {
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1); }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .snippet-container-wrapper .snippet-container:not(:last-of-type) {
          margin-bottom: 20px; }
        section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .read-more-link {
          position: absolute;
          right: 15px;
          bottom: 5px; }
          section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .read-more-link a {
            color: #fff;
            border: 1px solid #000;
            background: #000;
            padding: 5px 10px;
            text-decoration: none !important;
            font-size: 14px; }
            section.home-page-category-news-section .home-page-category-news-section-row .home-page-category-news-section-div.content-div .right .read-more-link a:hover {
              color: #fff;
              background: #f58220; }
  section.home-page-category-news-section .read-more-link {
    position: absolute;
    right: 15px;
    bottom: 10px; }
    section.home-page-category-news-section .read-more-link a {
      color: #fff;
      border: 1px solid #000;
      background: #000;
      padding: 5px 10px;
      text-decoration: none !important;
      font-size: 14px; }
      section.home-page-category-news-section .read-more-link a:hover {
        color: #fff;
        background: #f58220; }

section.home-page-adv-section {
  background-color: #fff;
  position: relative; }

footer {
  background-color: #ea6f2b !important;
  color: #000;
  border-top: 2px solid #000; }
  footer .row {
    padding-bottom: 15px;
    padding-top: 15px; }
    footer .row .list-div .content-wrapper .menu-wrapper-parent {
      padding: 10px 0px; }
      footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper {
        padding: 0px 15px; }
        footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper ul.menu {
          padding-left: 0px;
          margin-bottom: 0px;
          list-style: none;
          border-color: #000; }
          footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper ul.menu li a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
            font-size: 14px;
            display: block;
            padding: 5px 10px;
            line-height: 20px; }
            footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper ul.menu li a:hover {
              color: #fff; }
          footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper ul.menu li.arrow > a:before {
            font-family: FontAwesome;
            content: "\f105";
            margin-right: 8px; }
        footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper .mobileAppDiv p {
          color: #000;
          font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
          text-decoration: none;
          font-weight: bold;
          font-size: 14px; }
        footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper .mobileAppDiv .imgDiv {
          margin-bottom: 10px; }
        footer .row .list-div .content-wrapper .menu-wrapper-parent .menu-wrapper .socialDiv p {
          color: #000;
          font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
          text-decoration: none;
          font-weight: bold;
          font-size: 14px; }
    footer .row .list-div .content-wrapper .footer-list-heading-wrapper {
      padding: 0px 15px;
      font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
      footer .row .list-div .content-wrapper .footer-list-heading-wrapper .footer-list-heading {
        background-color: #000;
        color: #fff;
        padding: 5px 0px;
        text-align: center;
        margin-bottom: 0px; }
        footer .row .list-div .content-wrapper .footer-list-heading-wrapper .footer-list-heading h2 {
          margin-bottom: 0px; }

section.copywrite {
  background-color: #000;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }
  section.copywrite .page-top-nav {
    border: 0px solid #fff; }
    section.copywrite .page-top-nav .copywrite-content {
      padding: 5px 0px; }
      section.copywrite .page-top-nav .copywrite-content .leftDiv {
        font-size: 12px;
        color: #fff;
        text-align: left; }
      section.copywrite .page-top-nav .copywrite-content .rightDiv {
        font-size: 12px;
        color: #fff;
        text-align: right; }

/*  */
.read-more-link {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif; }

.back-top {
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 11111; }
  .back-top a, .back-top a:link, .back-top a:visited {
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    color: #fff;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 50%; }
    .back-top a span i.fa.fa-angle-up.fa-2x, .back-top a:link span i.fa.fa-angle-up.fa-2x, .back-top a:visited span i.fa.fa-angle-up.fa-2x {
      padding-top: 6px; }
    .back-top a:hover, .back-top a:link:hover, .back-top a:visited:hover {
      color: #000;
      background: #ea6f2b;
      border: 2px solid #000; }
  .back-top:link, .back-top:visited {
    width: 42px;
    height: 42px;
    text-align: center;
    display: block;
    color: #fff; }
    .back-top:link span i.fa.fa-angle-up.fa-2x, .back-top:visited span i.fa.fa-angle-up.fa-2x {
      padding-top: 6px; }

.sidebar-nav {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  z-index: 9999; }
  .sidebar-nav .floating-sidebar-btn-div {
    position: fixed;
    top: 25%;
    right: 0px; }
  .sidebar-nav .category-list-div {
    right: 0px;
    position: fixed;
    top: 33%;
    -webkit-transition: right 1s ease;
    -moz-transition: right 1s ease;
    -o-transition: right 1s ease;
    transition: right 1s ease; }
    .sidebar-nav .category-list-div.in {
      right: -100px; }
    .sidebar-nav .category-list-div ul li {
      width: 85px;
      text-align: center; }
      .sidebar-nav .category-list-div ul li a {
        padding: 10px 2px 10px 2px;
        color: #fff;
        font-size: 14px;
        font-weight: bold; }
        .sidebar-nav .category-list-div ul li a.hover, .sidebar-nav .category-list-div ul li a.current {
          background: #fff;
          color: #f58220; }
        .sidebar-nav .category-list-div ul li a.active, .sidebar-nav .category-list-div ul li a.focus {
          /*outline-color: -webkit-focus-ring-color;*/
          /*outline-style: auto;*/
          /*outline-width: 5px;*/
          /*background: #fff;*/
          /*color: #f58220;*/ }

.arrow-down {
  width: 40px;
  height: 40px;
  background: #f58220;
  position: relative;
  border: 0px;
  border-radius: 2px; }

.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: white;
  position: absolute;
  top: 20px;
  transition: transform .5s; }

.arrow-down:before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  right: 10px;
  top: 23px;
  transform: rotate(-45deg); }

.arrow-down:after {
  right: 10px;
  transform: rotate(45deg);
  top: 12px; }

.arrow-down.active:before {
  transform: rotate(45deg); }

.arrow-down.active:after {
  transform: rotate(-45deg); }

.feature-news-slider .item {
  margin: 3px; }
  .feature-news-slider .item img {
    display: block;
    height: auto; }
.feature-news-slider .owl-prev {
  left: 1%;
  bottom: 50%;
  position: absolute;
  transform: translateY(-50%); }
.feature-news-slider .owl-next {
  right: 1%;
  bottom: 50%;
  position: absolute;
  transform: translateY(-50%); }
.feature-news-slider .owl-next a,
.feature-news-slider .owl-prev a {
  padding: 0 10px; }
.feature-news-slider .owl-next a i,
.feature-news-slider .owl-prev a i {
  font-size: 25px; }
.feature-news-slider .prev {
  right: 35px;
  bottom: 8px; }
.feature-news-slider .next {
  right: 10px;
  bottom: 8px; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #f58220;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav [class*='owl-']:hover a i {
  color: #FFF; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f58220; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #000;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.searchbox-parent-wrapper {
  float: right; }

.searchbox {
  position: relative;
  width: 100%;
  float: right;
  overflow: hidden;
  margin: 0px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }
  .searchbox .input-group {
    float: right !important; }

#lakbima-search {
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
  width: 200px; }

#lakbima-search:focus {
  transition-duration: .3s;
  width: 600px;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.search-box {
  float: right;
  height: 33px;
  position: relative;
  margin: 0px 5px; }

.search-box input,
.search-box .icon {
  transition-duration: 0.3s; }

#lksearch {
  /**/
  margin-right: 0px; }

#lksearch input {
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  */
  text-indent: 15px;
  height: 33px;
  z-index: 2;
  outline: none;
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
  width: 200px;
  transition-timing-function: ease-out;
  font-size: 16px;
  padding-right: 40px; }
  #lksearch input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
    font-weight: bold;
    font-size: 14px; }
  #lksearch input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
  #lksearch input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-weight: bold;
    font-size: 14px; }

.navigation-row .content-div-wrapper .searchbox-parent-wrapper #lksearch .search-box input.expand {
  color: #fff;
  width: 400px; }

#lksearch input.expand ~ .icon {
  opacity: 1;
  z-index: 3;
  color: #f58220; }

.search-box .icon {
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  cursor: pointer;
  opacity: .8;
  font-size: 18px;
  color: #fff; }

#lksearch.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 15px; }

#news-carousel .owl-stage-outer {
  height: 100% !important; }
#news-carousel.owl-carousel {
  position: relative;
  height: 100%;
  width: auto; }
#news-carousel .item {
  position: relative;
  overflow: hidden;
  display: block; }
  #news-carousel .item img {
    display: block; }

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3); }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; } }
.marquee {
  overflow: hidden;
  border: 1px solid #ccc; }

.marquee .marquee--item {
  display: none; }

.wr-news-line {
  margin-bottom: .5rem; }

.wr-news-line .news-line {
  border-bottom: 1px solid #4a4949;
  position: relative; }

.wr-news-line .news-line.last {
  border-bottom: 0px solid #4a4949; }

.wr-news-line .news-line:before {
  content: '\f04b';
  font-family: "FontAwesome";
  color: #f58220;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px; }

.wr-news-line .news-line a {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  color: #222;
  padding: 10px 0 10px 20px; }
  .wr-news-line .news-line a:hover {
    color: #f58220; }

section.navigation-div.stuck {
  margin-top: 0px; }

section.navigation-div.stuck .navigation-row .top-div .content-div {
  padding: 0px; }

section.navigation-div.stuck .navigation-row .top-div .content-div .content-div-wrapper {
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  position: relative;
  margin-bottom: 0px; }

.stuck {
  position: fixed;
  top: 0;
  /* color: black; */
  /* padding: .5vh; */
  /* min-height: 0; */
  left: 0px;
  right: 0px;
  z-index: 9999; }

/*# sourceMappingURL=style.css.map */
