/*
Theme Name: 	Newsmag
Theme URI: 		http://tagdiv.com
Description: 	Premium wordpress template, clean and easy to use.
Version: 		4.9.6
Author: 		tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Text Domain:    Newsmag
Tags:black, white, one-column, two-columns, fixed-layout
*/
/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1. Variables
2. Mixin
3. Normalize
4. Theme Grid
5. Header
6. Typography
7. Modules
8. Post and Page
    9.1 Page
    9.2 Post
    9.3 Comments
    9.4 Gutemberg
    9.5 Galleries
    9.6 Category
10. Misc
11. Footer


/*

    ___________________________________________
   |   __  _ ___  _   _   __  __ __  __   __   |
   |  |  \| | __|| | | |/' _/|  V  |/  \ / _]  |
   |  | | ' | _| | 'V' |`._`.| \_/ | /\ | [/\  |
   |  |_|\__|___|!_/ \_!|___/|_| |_|_||_|\__/  |
   |___________________________________________|

  ~ tagDiv 2020 ~

  Thanks for using our theme !
  Our portfolio is here: http://themeforest.net/user/tagDiv/portfolio

*/
body {
  visibility: visible !important;
}
/*  ----------------------------------------------------------------------------
    responsive settings
*/
/* responsive portrait tablet */
/* responsive portrait phone */
/*  ----------------------------------------------------------------------------
    module settings
*/
/*  ----------------------------------------------------------------------------
    header_menu settings
*/
.mx_image_background {
  background-color: #f2f2f2;
}
.td-visibility-hidden {
  visibility: hidden;
}
/*  ----------------------------------------------------------------------------
    from bootstrap
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
usage:
.td-block-row {
  .mx-row(td-block-span);
}

@all_span_selector - is the begining of the span selector
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 4.  Theme Grid */
/*  ----------------------------------------------------------------------------
    fake border (right of the container)
*/
.td-container-border:after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #e6e6e6;
  z-index: -1;
}
/*  ----------------------------------------------------------------------------
    smart sidebar - fix ?
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
/*  ----------------------------------------------------------------------------
    container
*/
.td-container {
  width: 1021px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  position: relative;
  clear: both;
  z-index: 1;
}
/*  ----------------------------------------------------------------------------
    rows
*/
.td-pb-row {
  width: 100%;
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
}
.td-pb-row:before,
.td-pb-row:after {
  display: table;
  content: "";
}
.td-pb-row:after {
  clear: both;
}
/* ----------------------------------------------------------------------------
    marius - add borders
*/
.td-pb-row {
  position: relative;
}
.td-pb-row .wpb_column {
  position: relative;
}
.td-pb-row .wpb_column:before {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  right: -1px;
}
@media (max-width: 767px) {
  .td-pb-row .wpb_column:before {
    display: none;
  }
}
.td-pb-row .wpb_column:last-child:before {
  display: none;
}
.td-pb-row .td-pb-span4:nth-of-type(3):after {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  left: -341px;
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .td-pb-row .td-pb-span4:nth-of-type(3):after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-row .td-pb-span4:nth-of-type(3):after {
    left: -253px;
  }
}
.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  right: -341px;
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .td-pb-row .td-pb-span4:nth-last-of-type(3):after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-row .td-pb-span4:nth-last-of-type(3):after {
    right: -253px;
  }
}
.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-full.td-main-content:before {
  right: 0;
}
.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-right .td-main-content:before {
  right: -1px;
}
.page-template-page-pagebuilder-title .td-pb-span8 .td-pb-span4:after {
  display: none;
}
.td-container-border:before {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  left: 0;
}
@media (max-width: 767px) {
  .td-container-border:before {
    display: none;
  }
}
.td-main-content {
  position: relative;
}
.td-main-content:before {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  right: -1px;
}
@media (max-width: 767px) {
  .td-main-content:before {
    display: none;
  }
}
.td-main-content.td-pb-span12:before {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-main-content.td-pb-span12:before {
    right: 0;
  }
}
.td-main-sidebar:before {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  width: 1px;
  height: 100%;
  display: block;
  /* responsive portrait phone */
  right: -1px;
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .td-main-sidebar:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-main-sidebar:before {
    right: 0;
  }
}
/*  ----------------------------------------------------------------------------
    all spans
*/
.td-pb-row [class*="td-pb-span"] {
  display: block;
  min-height: 1px;
  float: left;
  margin-left: 0;
  border-left: 1px solid #e6e6e6;
}
.wpb_column,
.wpb_row {
  border-style: solid;
  border-width: 0;
  border-color: #e6e6e6;
}
/*  ----------------------------------------------------------------------------
    grid in grid
*/
.td-pb-row .td-pb-row .td-pb-span12 {
  width: 100%;
}
.td-pb-row .td-pb-row .td-pb-span11 {
  width: 91.66%;
}
.td-pb-row .td-pb-row .td-pb-span10 {
  width: 83.33%;
}
.td-pb-row .td-pb-row .td-pb-span9 {
  width: 75%;
}
.td-pb-row .td-pb-row .td-pb-span8 {
  width: 66.66%;
}
.td-pb-row .td-pb-row .td-pb-span7 {
  width: 58.33%;
}
.td-pb-row .td-pb-row .td-pb-span6 {
  width: 50%;
}
.td-pb-row .td-pb-row .td-pb-span5 {
  width: 41.66%;
}
.td-pb-row .td-pb-row .td-pb-span4 {
  width: 33.33%;
}
.td-pb-row .td-pb-row .td-pb-span3 {
  width: 25%;
}
.td-pb-row .td-pb-row .td-pb-span2 {
  width: 16.66%;
}
.td-pb-row .td-pb-row .td-pb-span1 {
  width: 8.333%;
}
/*  ----------------------------------------------------------------------------
    main grid
*/
.td-pb-span1 {
  width: 85px;
}
.td-pb-span2 {
  width: 170px;
}
.td-pb-span3 {
  width: 255px;
}
.td-pb-span4 {
  width: 340px;
  position: relative;
}
.td-pb-span5 {
  width: 425px;
}
.td-pb-span6 {
  width: 510px;
}
.td-pb-span7 {
  width: 595px;
}
.td-pb-span8 {
  width: 680px;
  /*
    one span 8 devided by 2 = td-1-col
    only this span needs fixing, the rest are procentual.
  */
}
.td-pb-span8 .td-pb-row {
  width: 680px;
  position: relative;
  left: -1px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-pb-span8 .td-pb-row {
    left: 0;
  }
}
.td-pb-span8 .td-pb-row div.td-pb-span6 {
  width: 340px;
}
.td-pb-span9 {
  width: 765px;
}
.td-pb-span10 {
  width: 850px;
}
.td-pb-span11 {
  width: 935px;
}
.td-pb-span12 {
  width: 1020px;
}
/*  ----------------------------------------------------------------------------
    black edition cell
*/
.td-pb-full-cell {
  position: relative;
}
.td-container-border > .td-pb-row > .td-pb-span4 > * > .td-pb-full-cell {
  width: 341px;
  left: -1px;
}
.td-main-sidebar .td-pb-full-cell {
  width: 341px;
  left: -1px;
}
/* when we have a wordpress sidebar added via visual composer that has a block with background. fix for  td-1-col - with background - root */
@media (min-width: 1023px) {
  .td-container-border > .td-pb-row > .td-pb-span4 .wpb_widgetised_column .td-pb-full-cell {
    width: 341px;
    left: -1px;
  }
}
.td-pb-span8 .td-pb-span6 .td-pb-full-cell {
  width: 341px;
  left: -1px;
}
.td-container-border > .td-pb-row > .td-pb-span8 > * > .td-pb-full-cell {
  width: 681px;
  left: -1px;
}
.td-container-border > .td-pb-row > .td-pb-span12 > * > .td-pb-full-cell {
  width: 1021px;
  left: -1px;
}
/*  ----------------------------------------------------------------------------
    padding cell
*/
.td-pb-padding {
  padding: 20px 19px 20px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-padding {
    padding: 17px;
  }
}
@media (max-width: 767px) {
  .td-pb-padding {
    padding: 10px;
  }
}
/*  ----------------------------------------------------------------------------
    padding left-right
*/
.td-pb-padding-side {
  padding: 0 19px 0 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-padding-side {
    padding: 0 17px;
  }
}
@media (max-width: 767px) {
  .td-pb-padding-side {
    padding: 0 10px;
  }
}
/*  ----------------------------------------------------------------------------
    margin left-right
*/
.td-pb-margin-side {
  margin: 0 19px 0 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-margin-side {
    margin: 0 17px;
  }
}
@media (max-width: 767px) {
  .td-pb-margin-side {
    margin: 0 10px;
  }
}
/*  ----------------------------------------------------------------------------
    padding left-right for default page builder elements
*/
.wpb_content_element {
  padding: 0 19px 20px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wpb_content_element {
    padding: 0 17px 17px 17px;
  }
}
@media (max-width: 767px) {
  .wpb_content_element {
    padding: 0 10px 17px 10px;
  }
}
/*  ----------------------------------------------------------------------------

    remove border for first row in container


*/
.td-container-border > .td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1),
.td-container-border > .tdc-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
  border-top: 0;
}
.page-template-page-pagebuilder-latest .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1),
.page-template-default .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1) {
  border-top: 0;
}
/*  ----------------------------------------------------------------------------
    border top class for cell
*/
.td-pb-border-top {
  border-top: 1px solid #e6e6e6;
}
.td-top-border {
  border-top: 1px solid #e6e6e6 !important;
}
.td-no-left-border {
  border-left: 0 !important;
}
/*  ----------------------------------------------------------------------------
    hacks
*/
p {
  margin-top: 0;
}
.wpb_button {
  display: inline-block;
  font-family: open sans, arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
  text-shadow: none;
  margin-bottom: 20px!important;
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  transition: none;
}
.wpb_button:hover {
  text-shadow: none;
}
/* block row + global block spans */
.td-block-row {
  width: 100%;
  *zoom: 1;
}
.td-block-row:before,
.td-block-row:after {
  display: table;
  content: "";
}
.td-block-row:after {
  clear: both;
}
.td-block-row [class*="td-block-span"] {
  display: block;
  min-height: 1px;
  float: left;
}
/* full row (used when the block is on td-1-col ) */
.td-block-span12 {
  padding-left: 20px;
  padding-right: 19px;
}
/* half - used when the block is on td-2-col */
.td-block-span6 {
  width: 339px;
  padding-left: 20px;
  padding-right: 19px;
}
.td-block-row .td-block-span6:first-child {
  width: 340px;
  padding-right: 20px;
}
/* 1/3 - used when the block is on td-3-col */
.td-block-span4 {
  width: 340px;
  padding-left: 20px;
  padding-right: 20px;
}
.td-block-row .td-block-span4:last-child {
  width: 339px;
  padding-right: 19px;
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  /*  ----------------------------------------------------------------------------
      container
  */
  .td-container {
    width: 756px;
  }
  /*  ----------------------------------------------------------------------------
    main grid - the grid in grid is procentual except for grid in grid td-col-1 that is defined bellow

    'column_padding_left' => 17,
    'column_padding_right' => 16,
  */
  .td-pb-span1 {
    width: 63px;
  }
  .td-pb-span2 {
    width: 126px;
  }
  .td-pb-span3 {
    width: 189px;
  }
  .td-pb-span4 {
    width: 252px;
  }
  .td-pb-span5 {
    width: 315px;
  }
  .td-pb-span6 {
    width: 378px;
  }
  .td-pb-span7 {
    width: 441px;
  }
  .td-pb-span8 {
    width: 504px;
  }
  .td-pb-span8 .td-pb-row {
    width: 504px;
  }
  .td-pb-span8 .td-pb-row div.td-pb-span6 {
    /* grid in grid td-col-1 */
    width: 252px;
  }
  .td-pb-span9 {
    width: 567px;
  }
  .td-pb-span10 {
    width: 630px;
  }
  .td-pb-span11 {
    width: 693px;
  }
  .td-pb-span12 {
    width: 756px;
  }
  /*  ----------------------------------------------------------------------------
       black edition cells
  */
  .td-pb-span8 .td-pb-span6 .td-pb-full-cell {
    width: 253px;
  }
  .td-main-sidebar .td-pb-full-cell {
    width: 252px !important;
  }
  .td-container-border > .td-pb-row .td-pb-span4 > * > .td-pb-full-cell {
    width: 253px;
  }
  .td-container-border > .td-pb-row .td-pb-span4:last-child > * > .td-pb-full-cell {
    width: 252px;
  }
  .td-container-border > .td-pb-row .td-pb-span8 > * > .td-pb-full-cell {
    width: 505px;
  }
  .td-container-border > .td-pb-row .td-pb-span12 > * > .td-pb-full-cell {
    width: 756px;
  }
  /*  ----------------------------------------------------------------------------
       blocks grid
  */
  /* full row (used when the block is on td-1-col ) */
  .td-block-span12 {
    padding-left: 17px;
    padding-right: 16px;
  }
  /* half - used when the block is on td-2-col */
  .td-block-span6 {
    width: 251px;
    padding-left: 17px;
    padding-right: 16px;
  }
  .td-block-row .td-block-span6:first-child {
    width: 252px;
    padding-right: 17px;
  }
  /* 1/3 - used when the block is on td-3-col */
  .td-block-span4 {
    width: 252px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .td-block-row .td-block-span4:last-child {
    width: 251px;
    padding-right: 16px;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  /* container */
  .td-container {
    width: 100%;
  }
  .td-pb-row {
    width: 100% !important;
  }
  .td-pb-row .td-pb-span1,
  .td-pb-row .td-pb-span2,
  .td-pb-row .td-pb-span3,
  .td-pb-row .td-pb-span4,
  .td-pb-row .td-pb-span5,
  .td-pb-row .td-pb-span6,
  .td-pb-row .td-pb-span7,
  .td-pb-row .td-pb-span8,
  .td-pb-row .td-pb-span9,
  .td-pb-row .td-pb-span10,
  .td-pb-row .td-pb-span11,
  .td-pb-row .td-pb-span12 {
    float: none;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-left: none;
  }
  .td-block-span4,
  .td-block-span6,
  .td-block-span12 {
    float: none;
    width: 100% !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px !important;
  }
  .td-pb-full-cell {
    width: 100% !important;
    left: 0 !important;
  }
  .td-container-border:after {
    display: none;
  }
}
/*  ----------------------------------------------------------------------------
    header grid container
*/
.td-header-container {
  width: 1021px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-header-container {
    width: 756px;
  }
}
@media (max-width: 767px) {
  .td-header-container {
    width: 100%;
  }
}
.td-header-main-menu {
  background-color: #222;
  position: relative;
  z-index: 3;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-main-menu {
    height: 53px;
  }
}
.td-header-menu-wrap {
  min-height: 44px;
  /* responsive phone */
}
@media (max-width: 767px) {
  .td-header-menu-wrap {
    min-height: 53px;
  }
}
body .td-make-full {
  width: 1021px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: table;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .td-make-full {
    width: 756px;
  }
}
@media (max-width: 767px) {
  body .td-make-full {
    width: 100%;
  }
}
body .td-make-full .sub-menu {
  border-top: 0;
}
/* header rows */
.td-header-row {
  width: 100%;
  *zoom: 1;
}
.td-header-row:before,
.td-header-row:after {
  display: table;
  content: "";
}
.td-header-row:after {
  clear: both;
}
.td-header-row [class*="td-header-sp"] {
  display: block;
  min-height: 1px;
  float: left;
}
/*  ----------------------------------------------------------------------------
    main menu
*/
#td-header-menu .td-container-border:after {
  background-color: #e6e6e6;
}
.td-header-gradient:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3M0QzQTVFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3M0QzQTRFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmZiZjM2Y2ExLTgzODYtMDE0Mi05NTU2LWNiZTFmMzg5YmM3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mNy80AAAAI0lEQVR42mJgYGBgZQISnCCCn+H///8MIJY8iMUOYv0BCDAAU6YHQs4scEAAAAAASUVORK5CYII=);
  background-color: transparent;
  width: 100%;
  height: 7px;
  position: absolute;
  top: -3px;
  z-index: 1;
}
.td-header-border:before {
  content: "";
  background-color: #4db2ec;
  display: block;
  height: 4px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-border:before {
    display: none;
  }
}
.td-visual-hidden {
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.td-logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: inherit !important;
  font-family: Verdana, Geneva, sans-serif;
}
/*  ----------------------------------------------------------------------------
    header
*/
.td-header-container {
  clear: both;
}
/*  ----------------------------------------------------------------------------
    logo
*/
.td-header-sp-logo {
  width: 272px;
  position: relative;
  margin-bottom: 8px;
  margin-top: 8px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-header-sp-logo {
    width: 248px;
  }
}
@media (max-width: 767px) {
  .td-header-sp-logo {
    margin-bottom: 0;
  }
}
.td-header-sp-logo a {
  height: 114px;
  display: block;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-header-sp-logo a {
    height: 90px;
  }
}
/* -------------------------------------------------------------------

Header style

----------------------------------------------------------------------  */
.td-logo-text {
  font-size: 75px;
  line-height: 60px;
  margin: 0;
  font-family: serif;
  color: #222;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-logo-text {
    font-size: 36px;
    line-height: 36px;
  }
}
.td-tagline-text {
  letter-spacing: 1.8px;
  font-size: 11px;
  color: rgba(34, 34, 34, 0.5);
  margin: 0;
  font-family: serif;
}
/* -------------------------------------------------------------------
  Style 0
----------------------------------------------------------------------  */
.td-header-style-0 .td-header-sp-logo {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.td-header-style-0 .td-header-sp-logo a {
  height: auto;
}
/*  ----------------------------------------------------------------------------
    variablez
*/
/*  ----------------------------------------------------------------------------
    diverse
*/
.td-menu-placeholder {
  height: 47px;
  position: relative;
}
.td-menu-wrap {
  position: relative;
  height: 44px;
}
.td-menu-wrap #td-top-menu {
  padding-left: 15px;
}
/*
  SF menu
*/
.sf-menu,
.sf-menu ul,
.sf-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  margin-left: 21px;
  margin-right: 38px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sf-menu {
    margin-left: 17px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu ul {
  position: absolute;
  top: -999em;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: auto;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu .td-menu-item > a {
  display: block;
  position: relative;
}
.sf-menu li ul {
  left: -9px;
  z-index: 99;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sf-menu li ul {
    left: -14px;
  }
}
.sf-menu > .sfHover {
  z-index: 1000;
}
.sf-menu > .td-mega-menu .sub-menu {
  z-index: 1001;
}
.sf-menu .td-normal-menu ul ul {
  top: -11px;
}
.sf-menu .td-normal-menu:first-child > ul {
  top: 0;
}
.sf-menu .menu-item-first.td-normal-menu:first-child > ul {
  top: 100%;
}
.sf-menu ul {
  visibility: hidden;
}
.td-js-loaded .sf-menu ul {
  visibility: visible;
}
/*  ----------------------------------------------------------------------------
    All the links
*/
.sf-menu .td-menu-item > a:hover {
  text-decoration: none !important;
}
/* remove the down arrow on links with  (icons menus) */
.td-no-down-arrow > a .sf-sub-indicator {
  display: none;
}
.sf-menu > li > a {
  padding: 0 15px 0 15px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sf-menu > li > a {
    font-size: 11px;
    padding: 0 10px 0 10px;
  }
}
/* menu icons */
.sf-menu .menu_icon {
  position: relative;
  top: 13px;
  float: left;
}
.sf-menu .sub-menu .menu_icon {
  top: 0;
}
.sf-menu .menu_hidden {
  display: none !important;
}
/* hover and current menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a,
.sf-menu > li > a:hover,
.sf-menu > .sfHover > a {
  background-color: #fff;
  color: black;
  z-index: 999;
}
#td-header-menu {
  min-height: 44px;
}
/*  ----------------------------------------------------------------------------
    submenu
*/
.td-normal-menu ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.sf-menu ul {
  font-family: 'Open Sans', arial, sans-serif;
  background: white;
}
.sf-menu ul .td-menu-item > a {
  padding: 7px 32px 8px 24px;
  font-size: 12px;
  color: #111111;
  -webkit-transition: none;
  transition: none;
  line-height: 21px;
}
.sf-menu ul li:first-child > a {
  margin-top: 11px;
}
.sf-menu ul li:last-child > a {
  margin-bottom: 10px;
}
.sf-menu ul .td-icon-menu-down {
  float: right;
  top: 0;
  font-size: 9px;
}
.sf-menu ul .td-menu-item > a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.sf-menu ul .current-menu-item > a {
  background-color: transparent;
  color: #4db2ec;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
/*  ----------------------------------------------------------------------------
    arrows
*/
.sf-menu .td-icon-menu-down {
  position: absolute;
  top: 0;
  padding-left: 9px;
  font-size: 9px;
}
.sf-menu .sub-menu {
  -webkit-backface-visibility: hidden;
}
.sf-menu .sub-menu .td-icon-menu-down {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  line-height: 19px;
}
.sf-menu .td-menu-badge {
  font-size: 10px;
  background-color: #f0f8ff;
  color: #4db2ec;
  border-radius: 10px;
  padding: 1px 7px 2px;
  margin-left: 6px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.td-menu-badge {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-badge {
    display: none;
  }
}
.sf-menu a.sf-with-ul {
  padding-right: 31px;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sf-menu a.sf-with-ul {
    padding-right: 28px;
  }
}
/* arrow for all items in the menues */
a.sf-with-ul i.td-icon-menu-down:before {
  content: '\e808';
}
/* arrow for all items in the menues AT FIRST LEVEL*/
ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
  content: '\e806' !important;
}
/*  ----------------------------------------------------------------------------
    Mobile menu
*/
.td_mobile_menu_wrap {
  display: none !important;
  margin: 0 0 0 0 !important;
  vertical-align: top;
  position: relative;
  top: 12px;
  left: -6px;
}
.td_mobile_menu_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 200px;
  background: #f2f2f2;
  border: 1px solid;
  border-color: white #f7f7f7 whitesmoke;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.td_mobile_menu_wrap:before,
.td_mobile_menu_wrap:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888888 transparent;
  pointer-events: none;
}
.td_mobile_menu_wrap:before {
  border-bottom-style: solid;
  border-top: none;
}
.td_mobile_menu_wrap:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}
#mobileMenu_menu-top {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  background: #f2f2f2;
  /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important;
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
#mobileMenu_menu-top:focus {
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mobileMenu_menu-top > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 #mobileMenu_menu-top {
  z-index: 1;
}
.lt-ie9 #mobileMenu_menu-top {
  z-index: -1;
}
.lt-ie9 #mobileMenu_menu-top:focus {
  z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  #mobileMenu_menu-top {
    padding-left: 6px;
  }
}
/*  ----------------------------------------------------------------------------
    Search
*/
.td-search-wrapper {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-search-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.header-search-wrap {
  /* search toggle button */
}
.header-search-wrap .header-search {
  z-index: 2;
}
.header-search-wrap #td-header-search-button {
  display: block;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button {
    display: none;
  }
}
.header-search-wrap #td-header-search-button-mob {
  display: none;
  position: relative;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap #td-header-search-button-mob {
    display: block;
    right: 9px;
  }
}
.header-search-wrap .td-icon-search {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  padding-top: 11px;
  padding-left: 14px;
  height: 44px;
  width: 44px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap .td-icon-search {
    font-size: 27px;
    padding-top: 8px;
  }
}
.header-search-wrap .td-drop-down-search {
  position: absolute;
  padding: 0;
  top: 100%;
  border-radius: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  z-index: 98;
  display: none;
  right: 0;
  width: 341px;
  background: white;
  /* responsive portrait phone */
  /* responsive portrait phone */
  /* search form */
  /* triangle top */
}
@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search {
    right: -1px;
  }
}
@media (max-width: 400px) {
  .header-search-wrap .td-drop-down-search {
    width: 101%;
  }
}
.header-search-wrap .td-drop-down-search .btn {
  position: absolute;
  border-radius: 0 3px 3px 0;
  height: 32px;
  line-height: 17px;
  padding: 7px 15px 8px;
  text-shadow: none;
  vertical-align: top;
  right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search .btn {
    line-height: 17px;
  }
}
.header-search-wrap .td-drop-down-search .btn:hover {
  background-color: #222222;
}
.header-search-wrap .td-drop-down-search:before {
  position: absolute;
  top: -6px;
  right: 24px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px 5.5px;
  border-color: transparent transparent #fff transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .header-search-wrap .td-drop-down-search:before {
    right: 23px;
  }
}
.header-search-wrap .td-drop-down-search #td-header-search {
  background-color: #ffffff !important;
  width: 95%;
  height: 32px;
  margin: 0;
  border-right: 0;
  line-height: 17px;
}
.header-search-wrap .td-drop-down-search #td-header-search:active,
.header-search-wrap .td-drop-down-search #td-header-search:focus {
  border-color: #ccc;
}
.header-search-wrap .td-drop-down-search .td-search-form {
  margin: 21px 20px 20px 21px;
}
.td-drop-down-search-open {
  display: block !important;
  z-index: 9999 !important;
}
.td-header-border #td-top-search {
  margin-top: -20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-header-border #td-top-search {
    margin-top: -22px;
  }
}
#td-top-search {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -22px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-top-search {
    right: 0;
    position: relative;
  }
}
/*


  Mobile menu


*/
#td-outer-wrap {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1024px) and (max-width: 1041px) {
  #td-outer-wrap {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #td-outer-wrap {
    -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
/* toggle button */
#td-top-mobile-toggle {
  display: none;
  top: 0;
  left: 0;
  z-index: 1;
  /* responsive phone */
}
@media (max-width: 767px) {
  #td-top-mobile-toggle {
    display: inline-block;
    position: relative;
  }
}
#td-top-mobile-toggle a {
  display: block;
  height: 53px;
  width: 53px;
}
#td-top-mobile-toggle i {
  font-size: 26px;
  line-height: 55px;
  padding-left: 13px;
  display: inline-table;
  vertical-align: middle;
  color: #fff;
}
/*
    Mobile opened menu with admin bar
*/
.td-menu-background,
.td-search-background {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 113%;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
  background-color: #fff;
}
.td-menu-background:before,
.td-search-background:before {
  content: '';
  position: absolute;
  display: block;
  width: 104%;
  height: 100%;
  background: #68bfb2;
  background: -moz-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #68bfb2), color-stop(100%, #717bc3));
  background: -webkit-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
  background: -o-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
  background: -ms-linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
  background: linear-gradient(45deg, #68bfb2 0%, #717bc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68bfb2', endColorstr='#717bc3', GradientType=1);
  z-index: 10;
  right: -4px;
}
.td-menu-background:after,
.td-search-background:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -10;
  -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.td-menu-background {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.td-menu-background:after {
  transform: translate3d(14%, 0, 0);
  -webkit-transform: translate3d(14%, 0, 0);
}
.td-search-background {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.td-search-background:after {
  transform: translate3d(-14%, 0, 0);
  -webkit-transform: translate3d(-14%, 0, 0);
}
.td-js-loaded .td-menu-background,
.td-js-loaded .td-search-background {
  visibility: visible;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-js-loaded .td-menu-background,
  .td-js-loaded .td-search-background {
    -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
#td-mobile-nav {
  position: absolute;
  width: 100%;
  z-index: 9999;
  transform: translate3d(-99%, 0, 0);
  -webkit-transform: translate3d(-99%, 0, 0);
  left: -1%;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  #td-mobile-nav {
    -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
#td-mobile-nav .td_display_err {
  text-align: center;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin: -9px -30px 24px;
  font-size: 14px;
  border-radius: 0;
  padding: 12px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.06);
  display: none;
}
#td-mobile-nav input:invalid {
  box-shadow: none !important;
}
#td-mobile-nav {
  overflow: hidden;
}
#td-mobile-nav .td-menu-socials {
  padding: 0 65px 0 20px;
  overflow: hidden;
  height: 60px;
}
#td-mobile-nav .td-social-icon-wrap {
  margin: 20px 5px 0 0;
  display: inline-block;
}
#td-mobile-nav .td-social-icon-wrap i {
  border: none;
  background-color: transparent;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #fff;
}
.td-mobile-close {
  position: absolute;
  right: 1px;
  top: 0;
  z-index: 1000;
}
.td-mobile-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  top: 4px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.td-mobile-content {
  padding: 20px 20px 0;
}
.td-mobile-container {
  padding-bottom: 20px;
  position: relative;
}
.td-mobile-container i {
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.td-mobile-content {
  /* first submenu */
  /* hide the icons */
  /* reposition the main menu */
}
.td-mobile-content .fa {
  margin-right: 10px;
  min-width: 22px !important;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  position: relative;
  top: -1px;
}
.td-mobile-content .sub-menu .fa {
  margin-right: 5px;
  min-width: 16px !important;
  font-size: 13px;
}
.td-mobile-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.td-mobile-content li {
  float: none;
  margin-left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.td-mobile-content li a {
  display: block;
  line-height: 21px;
  font-size: 20px;
  color: #fff;
  margin-left: 0;
  padding: 12px 30px 12px 12px;
  font-weight: bold;
  letter-spacing: 0.01em;
  /* responsive portrait iPhone 5 */
}
@media (max-width: 320px) {
  .td-mobile-content li a {
    font-size: 20px;
  }
}
.td-mobile-content .td_mobile_submenu > a .td-icon-menu-right {
  display: inline-block;
}
.td-mobile-content .td-icon-menu-right {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 11px;
  right: -4px;
  z-index: 1000;
  font-size: 14px;
  padding: 6px 12px;
  float: right;
  color: #fff;
  line-height: 1;
  text-align: center;
  -webkit-transform-origin: 50% 48% 0px;
  -moz-transform-origin: 50% 48% 0px;
  -o-transform-origin: 50% 48% 0px;
  transform-origin: 50% 48% 0px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.td-mobile-content .td-icon-menu-right:before {
  content: '\e83d';
}
.td-mobile-content .td-sub-menu-open > a i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.td-mobile-content .td-sub-menu-open > ul {
  display: block;
  max-height: 2000px;
  opacity: 0.9;
}
.td-mobile-content .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* 2nd level submenu */
}
.td-mobile-content .sub-menu .td-icon-menu-right {
  font-size: 11px;
  right: -2px;
  top: 8px;
  color: #fff;
}
.td-mobile-content .sub-menu a {
  padding: 9px 26px 9px 36px !important;
  line-height: 19px;
  font-size: 15px;
  font-weight: normal;
}
.td-mobile-content .sub-menu .sub-menu {
  /* 3rd level submenu */
}
.td-mobile-content .sub-menu .sub-menu a {
  padding-left: 55px !important;
}
.td-mobile-content .sub-menu .sub-menu .sub-menu a {
  padding-left: 74px !important;
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a {
  color: #f0ff6e;
}
.td-mobile-content .menu_icon {
  display: none;
}
.td-mobile-content .menu-item-has-children a {
  width: 100%;
  z-index: 1;
}
.td-mobile-content .td-link-element-after {
  position: relative;
}
.td-menu-mob-open-menu {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-menu-mob-open-menu #td-outer-wrap {
    position: fixed;
    height: auto;
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
  }
  .td-menu-mob-open-menu #td-mobile-nav {
    height: auto;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    left: 0;
  }
  .td-menu-mob-open-menu .td-menu-background {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 30px #000000;
    box-shadow: 0 0 30px #000000;
  }
  .td-menu-mob-open-menu .td-menu-background:after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/*


  Mobile menu - login


*/
/*
    Animation
*/
.td-mobile-container {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.td-hide-menu-content .td-mobile-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.td-hide-menu-content .td-mobile-content {
  display: none;
}
#td-mobile-nav .td-login-animation {
  opacity: 0;
  visibility: hidden !important;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
}
#td-mobile-nav .td-login-animation .td-login-inputs {
  height: 76px;
}
#td-mobile-nav .td-login-hide {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#td-mobile-nav .td-login-show {
  visibility: visible !important;
  opacity: 1;
}
#td-mobile-nav label {
  position: absolute;
  top: 26px;
  left: 10px;
  font-size: 17px;
  color: #fff;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.td-login-inputs {
  position: relative;
}
/*


    Search


*/
.td-search-wrap-mob {
  padding: 0;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  color: #fff;
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.td-search-wrap-mob .td-drop-down-search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.td-search-wrap-mob #td-header-search-mob {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  height: 40px;
  line-height: 36px;
  border: 0;
  background: transparent;
  outline: 0;
  margin: 8px 0;
  padding: 0;
  text-align: center;
}
.td-search-wrap-mob .td-search-input {
  margin: 0 5%;
  position: relative;
}
.td-search-wrap-mob .td-search-input span {
  opacity: 0.8;
  font-size: 12px;
}
.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.td-search-wrap-mob .td-search-input:after {
  opacity: 0.8;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -webkit-transition: transform 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s;
}
.td-search-wrap-mob .td_module_wrap {
  text-align: left;
}
.td-search-wrap-mob .td_module_wrap .entry-title {
  font-size: 16px;
  line-height: 20px;
}
.td-search-wrap-mob .td_module_wrap .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td_module_wrap:hover .entry-title a {
  color: #fff;
}
.td-search-wrap-mob .td-post-date {
  color: #ddd;
  opacity: 0.8;
}
.td-search-wrap-mob .td-search-form {
  margin-bottom: 30px;
}
.td-search-wrap-mob .td-aj-search-results {
  margin: 0 5%;
  text-align: left;
}
.td-search-wrap-mob .td-module-thumb {
  top: auto;
  left: auto;
}
.td-search-wrap-mob .result-msg {
  margin: 0 5%;
}
.td-search-wrap-mob .result-msg a {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  line-height: 50px;
  color: #000;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  margin: 10px 0 40px;
  font-size: 17px;
  border-radius: 40px;
  background-color: #fff;
  opacity: 0.8;
  text-shadow: none;
}
.td-search-wrap-mob i {
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.td-search-close {
  text-align: right;
  z-index: 1000;
}
.td-search-close .td-icon-close-mobile {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 4px;
  right: 0;
  display: inline-block;
  text-align: center;
}
.td-search-opened #td-outer-wrap {
  position: fixed;
  height: auto;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}
.td-search-opened .td-search-wrap-mob .td-drop-down-search {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.td-search-opened .td-search-background {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0 30px #000000;
  box-shadow: 0 0 30px #000000;
}
.td-search-opened .td-search-background:after {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.td-search-opened .td-search-input:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
/*
    Search opened menu with admin bar
*/
.admin-bar .td-search-wrap-mob {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .td-search-wrap-mob {
    padding-top: 46px;
  }
}
#td-mobile-nav label {
  position: absolute;
  top: 26px;
  left: 10px;
  font-size: 17px;
  color: #fff;
  opacity: 0.6;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.td-login-inputs {
  position: relative;
}
/*  ----------------------------------------------------------------------------
    theme base font type
*/
body,
p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #222222;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
p {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    theme specific type
*/
.h5-caps-title {
  font-family: 'Open Sans', arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
a:active,
a:focus {
  outline: none;
}
a {
  color: #4db2ec;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline;
}
ins {
  background: white;
  text-decoration: none;
}
code {
  position: relative;
  top: -1px;
  border: none;
  background-color: #F1F1F1;
  padding: 4px 10px;
}
pre {
  background-color: #f1f1f1;
  padding: 4px 10px 4px 10px;
  border: none;
  border-radius: 0px;
  margin-top: 24px;
}
cite {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  /* ovveride bootstrap */
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}
cite a {
  color: #444444;
}
cite a:hover {
  color: #444444;
}
blockquote.pull-right {
  padding-left: 20px;
  border-right: none;
}
blockquote.pull-right:after {
  border-right: 2px solid #FB5502;
  width: 40px;
  right: -40px;
}
q {
  font-style: italic;
}
/*  ----------------------------------------------------------------------------
    ul li
*/
ul {
  padding: 0;
  list-style-position: inside;
}
ul li {
  line-height: 24px;
}
ol {
  list-style-position: inside;
  padding: 0;
}
ol li {
  list-style-type: none;
  line-height: 24px;
}
.dl-horizontal a {
  font-weight: 500 !important;
}
.dl-horizontal dt {
  width: 70px;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.dl-horizontal dd {
  margin-left: 90px;
  line-height: 24px;
  font-size: 14px;
}
/*  ----------------------------------------------------------------------------
    ul li on post content
*/
.td-post-content,
.mce-content-body,
.wpb_text_column,
.comment-content {
  font-size: 14px;
  line-height: 24px;
}
.td-post-content a:hover,
.mce-content-body a:hover,
.wpb_text_column a:hover,
.comment-content a:hover {
  text-decoration: underline !important;
}
.td-post-content p,
.mce-content-body p,
.wpb_text_column p,
.comment-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.td-post-content ul,
.mce-content-body ul,
.wpb_text_column ul,
.comment-content ul {
  list-style-position: inside;
  margin-bottom: 24px;
}
.td-post-content ul li,
.mce-content-body ul li,
.wpb_text_column ul li,
.comment-content ul li {
  margin: 0 0 0 21px;
}
.td-post-content ul ul,
.mce-content-body ul ul,
.wpb_text_column ul ul,
.comment-content ul ul,
.td-post-content ul ol,
.mce-content-body ul ol,
.wpb_text_column ul ol,
.comment-content ul ol {
  margin-bottom: 0;
  padding-left: 0;
}
.td-post-content ol,
.mce-content-body ol,
.wpb_text_column ol,
.comment-content ol {
  list-style-position: inside;
  margin-bottom: 24px;
}
.td-post-content ol li,
.mce-content-body ol li,
.wpb_text_column ol li,
.comment-content ol li {
  list-style-type: decimal;
  margin: 0 0 0 21px;
}
.td-post-content ol ul,
.mce-content-body ol ul,
.wpb_text_column ol ul,
.comment-content ol ul {
  margin-bottom: 0;
  padding-left: 0;
}
.td-post-content ol ul > li,
.mce-content-body ol ul > li,
.wpb_text_column ol ul > li,
.comment-content ol ul > li {
  list-style-type: inherit;
}
.td-post-content ol ol,
.mce-content-body ol ol,
.wpb_text_column ol ol,
.comment-content ol ol {
  padding-left: 0;
  margin-bottom: 0;
}
.td-post-content .td-arrow-list li:before,
.mce-content-body .td-arrow-list li:before,
.wpb_text_column .td-arrow-list li:before,
.comment-content .td-arrow-list li:before {
  font-family: 'newsmag', sans-serif;
  content: '\e803';
  float: left;
  margin-left: -19px;
  line-height: 24px;
  font-size: 14px;
}
.td-post-content .td-arrow-list,
.mce-content-body .td-arrow-list,
.wpb_text_column .td-arrow-list,
.comment-content .td-arrow-list {
  margin-left: 21px;
  list-style: none;
}
/*  ----------------------------------------------------------------------------
    quote
*/
.td-page-content blockquote,
.td-post-content blockquote,
.wpb_text_column blockquote,
.td_block_text_with_title blockquote,
.mce-content-body blockquote,
.comment-content blockquote {
  text-align: center;
  padding: 0;
  position: relative;
  border-left: none;
  margin: 42px 0 38px 0;
}
.td-page-content blockquote.has-text-align-right,
.td-post-content blockquote.has-text-align-right,
.wpb_text_column blockquote.has-text-align-right,
.td_block_text_with_title blockquote.has-text-align-right,
.mce-content-body blockquote.has-text-align-right,
.comment-content blockquote.has-text-align-right {
  text-align: right;
}
.td-page-content blockquote.has-text-align-left,
.td-post-content blockquote.has-text-align-left,
.wpb_text_column blockquote.has-text-align-left,
.td_block_text_with_title blockquote.has-text-align-left,
.mce-content-body blockquote.has-text-align-left,
.comment-content blockquote.has-text-align-left {
  text-align: left;
}
.td-page-content blockquote p,
.td-post-content blockquote p,
.wpb_text_column blockquote p,
.td_block_text_with_title blockquote p,
.mce-content-body blockquote p,
.comment-content blockquote p {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  color: #4db2ec;
}
.td-page-content .wp-block-quote.is-large cite,
.td-post-content .wp-block-quote.is-large cite,
.wpb_text_column .wp-block-quote.is-large cite,
.td_block_text_with_title .wp-block-quote.is-large cite,
.mce-content-body .wp-block-quote.is-large cite,
.comment-content .wp-block-quote.is-large cite {
  font-size: 13px;
}
.td-page-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.td-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wpb_text_column .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.td_block_text_with_title .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.mce-content-body .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.comment-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
}
.td-page-content .twitter-tweet p,
.td-post-content .twitter-tweet p,
.wpb_text_column .twitter-tweet p,
.td_block_text_with_title .twitter-tweet p,
.mce-content-body .twitter-tweet p,
.comment-content .twitter-tweet p {
  font-family: initial;
  font-size: initial;
  line-height: initial;
  font-style: initial;
  text-align: initial;
  text-transform: initial;
  color: initial;
  font-weight: initial;
}
.td-page-content .td_quote_right,
.td-post-content .td_quote_right,
.wpb_text_column .td_quote_right,
.td_block_text_with_title .td_quote_right,
.mce-content-body .td_quote_right,
.comment-content .td_quote_right {
  float: right;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 21px;
  margin-top: 21px;
}
.td-page-content .td_quote_left,
.td-post-content .td_quote_left,
.wpb_text_column .td_quote_left,
.td_block_text_with_title .td_quote_left,
.mce-content-body .td_quote_left,
.comment-content .td_quote_left {
  float: left;
  width: 50%;
  padding-left: 0;
  margin-bottom: 18px;
  margin-top: 18px;
}
.td-page-content .td_quote_left p,
.td-post-content .td_quote_left p,
.wpb_text_column .td_quote_left p,
.td_block_text_with_title .td_quote_left p,
.mce-content-body .td_quote_left p,
.comment-content .td_quote_left p {
  text-align: left;
}
.td-page-content .td_quote_box,
.td-post-content .td_quote_box,
.wpb_text_column .td_quote_box,
.td_block_text_with_title .td_quote_box,
.mce-content-body .td_quote_box,
.comment-content .td_quote_box {
  margin: 0;
  background-color: #FCFCFC;
  border-left-style: solid;
  border-width: 2px;
  border-color: #4db2ec;
  padding: 15px 23px 0 23px;
  position: relative;
  top: 6px;
}
.td-page-content .td_quote_box p,
.td-post-content .td_quote_box p,
.wpb_text_column .td_quote_box p,
.td_block_text_with_title .td_quote_box p,
.mce-content-body .td_quote_box p,
.comment-content .td_quote_box p {
  font-family: 'Open Sans', arial, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  padding-bottom: 16px;
  margin: 0;
  text-transform: none;
}
.td-page-content .td_box_left,
.td-post-content .td_box_left,
.wpb_text_column .td_box_left,
.td_block_text_with_title .td_box_left,
.mce-content-body .td_box_left,
.comment-content .td_box_left {
  width: 40%;
  float: left;
  margin: 0 34px 20px 0;
}
.td-page-content .td_box_right,
.td-post-content .td_box_right,
.wpb_text_column .td_box_right,
.td_block_text_with_title .td_box_right,
.mce-content-body .td_box_right,
.comment-content .td_box_right {
  width: 30%;
  float: right;
  margin: 0 0 20px 34px;
}
.td-page-content .td_box_center,
.td-post-content .td_box_center,
.wpb_text_column .td_box_center,
.td_block_text_with_title .td_box_center,
.mce-content-body .td_box_center,
.comment-content .td_box_center {
  margin: 0 0 29px 0;
}
.td-page-content .wp-block-pullquote blockquote,
.td-post-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote,
.td_block_text_with_title .wp-block-pullquote blockquote,
.mce-content-body .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.td-page-content .td_pull_quote,
.td-post-content .td_pull_quote,
.wpb_text_column .td_pull_quote,
.td_block_text_with_title .td_pull_quote,
.mce-content-body .td_pull_quote,
.comment-content .td_pull_quote {
  margin: 0;
  position: relative;
  top: 0;
}
.td-page-content .wp-block-pullquote blockquote p,
.td-post-content .wp-block-pullquote blockquote p,
.wpb_text_column .wp-block-pullquote blockquote p,
.td_block_text_with_title .wp-block-pullquote blockquote p,
.mce-content-body .wp-block-pullquote blockquote p,
.comment-content .wp-block-pullquote blockquote p,
.td-page-content .td_pull_quote p,
.td-post-content .td_pull_quote p,
.wpb_text_column .td_pull_quote p,
.td_block_text_with_title .td_pull_quote p,
.mce-content-body .td_pull_quote p,
.comment-content .td_pull_quote p {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}
.td-page-content .wp-block-pullquote blockquote p:first-child:before,
.td-post-content .wp-block-pullquote blockquote p:first-child:before,
.wpb_text_column .wp-block-pullquote blockquote p:first-child:before,
.td_block_text_with_title .wp-block-pullquote blockquote p:first-child:before,
.mce-content-body .wp-block-pullquote blockquote p:first-child:before,
.comment-content .wp-block-pullquote blockquote p:first-child:before,
.td-page-content .td_pull_quote p:first-child:before,
.td-post-content .td_pull_quote p:first-child:before,
.wpb_text_column .td_pull_quote p:first-child:before,
.td_block_text_with_title .td_pull_quote p:first-child:before,
.mce-content-body .td_pull_quote p:first-child:before,
.comment-content .td_pull_quote p:first-child:before {
  position: absolute;
  background: url('images/icons/pull-quote-left.png') no-repeat;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td-page-content .wp-block-pullquote blockquote p:after,
.td-post-content .wp-block-pullquote blockquote p:after,
.wpb_text_column .wp-block-pullquote blockquote p:after,
.td_block_text_with_title .wp-block-pullquote blockquote p:after,
.mce-content-body .wp-block-pullquote blockquote p:after,
.comment-content .wp-block-pullquote blockquote p:after,
.td-page-content .td_pull_quote p:after,
.td-post-content .td_pull_quote p:after,
.wpb_text_column .td_pull_quote p:after,
.td_block_text_with_title .td_pull_quote p:after,
.mce-content-body .td_pull_quote p:after,
.comment-content .td_pull_quote p:after {
  position: absolute;
  background: url('images/icons/pull-quote-right.png') no-repeat;
  bottom: 10px;
  right: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.td-page-content .wp-block-pullquote blockquote,
.td-post-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote,
.td_block_text_with_title .wp-block-pullquote blockquote,
.mce-content-body .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
  margin: 17px 0;
  padding: 15px 50px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .wp-block-pullquote blockquote,
  .td-post-content .wp-block-pullquote blockquote,
  .wpb_text_column .wp-block-pullquote blockquote,
  .td_block_text_with_title .wp-block-pullquote blockquote,
  .mce-content-body .wp-block-pullquote blockquote,
  .comment-content .wp-block-pullquote blockquote,
  .td-page-content .td_pull_center,
  .td-post-content .td_pull_center,
  .wpb_text_column .td_pull_center,
  .td_block_text_with_title .td_pull_center,
  .mce-content-body .td_pull_center,
  .comment-content .td_pull_center {
    padding: 15px 20px;
  }
}
.td-page-content .wp-block-pullquote,
.td-post-content .wp-block-pullquote,
.wpb_text_column .wp-block-pullquote,
.td_block_text_with_title .wp-block-pullquote,
.mce-content-body .wp-block-pullquote,
.comment-content .wp-block-pullquote {
  padding: 0;
  color: #4db2ec;
}
.td-page-content .wp-block-pullquote p,
.td-post-content .wp-block-pullquote p,
.wpb_text_column .wp-block-pullquote p,
.td_block_text_with_title .wp-block-pullquote p,
.mce-content-body .wp-block-pullquote p,
.comment-content .wp-block-pullquote p {
  color: inherit;
}
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .td_pull_left,
.td-post-content .td_pull_left,
.wpb_text_column .td_pull_left,
.td_block_text_with_title .td_pull_left,
.mce-content-body .td_pull_left,
.comment-content .td_pull_left {
  width: 40%;
  float: left;
  margin: 0 34px 5px 0;
  padding: 17px 25px 18px 25px;
}
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright,
.td-page-content .td_pull_right,
.td-post-content .td_pull_right,
.wpb_text_column .td_pull_right,
.td_block_text_with_title .td_pull_right,
.mce-content-body .td_pull_right,
.comment-content .td_pull_right {
  width: 30%;
  float: right;
  margin: 0 0 10px 34px;
  padding: 17px 25px 18px 25px;
}
.td-page-content .td_pull_center,
.td-post-content .td_pull_center,
.wpb_text_column .td_pull_center,
.td_block_text_with_title .td_pull_center,
.mce-content-body .td_pull_center,
.comment-content .td_pull_center {
  margin: 17px 0;
  padding: 15px 50px 15px 50px;
}
.td-page-content .wp-block-pullquote.alignleft,
.td-post-content .wp-block-pullquote.alignleft,
.wpb_text_column .wp-block-pullquote.alignleft,
.td_block_text_with_title .wp-block-pullquote.alignleft,
.mce-content-body .wp-block-pullquote.alignleft,
.comment-content .wp-block-pullquote.alignleft,
.td-page-content .wp-block-pullquote.alignright,
.td-post-content .wp-block-pullquote.alignright,
.wpb_text_column .wp-block-pullquote.alignright,
.td_block_text_with_title .wp-block-pullquote.alignright,
.mce-content-body .wp-block-pullquote.alignright,
.comment-content .wp-block-pullquote.alignright {
  margin-top: 0;
  margin-bottom: 0 !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-page-content .wp-block-pullquote.alignleft,
  .td-post-content .wp-block-pullquote.alignleft,
  .wpb_text_column .wp-block-pullquote.alignleft,
  .td_block_text_with_title .wp-block-pullquote.alignleft,
  .mce-content-body .wp-block-pullquote.alignleft,
  .comment-content .wp-block-pullquote.alignleft,
  .td-page-content .wp-block-pullquote.alignright,
  .td-post-content .wp-block-pullquote.alignright,
  .wpb_text_column .wp-block-pullquote.alignright,
  .td_block_text_with_title .wp-block-pullquote.alignright,
  .mce-content-body .wp-block-pullquote.alignright,
  .comment-content .wp-block-pullquote.alignright {
    max-width: 100%;
  }
}
.td-page-content .alignnone,
.td-post-content .alignnone,
.wpb_text_column .alignnone,
.td_block_text_with_title .alignnone,
.mce-content-body .alignnone,
.comment-content .alignnone {
  display: inline-block;
  margin-bottom: 0;
}
blockquote small {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  color: #444;
}
/*  ----------------------------------------------------------------------------
    dropcap
*/
.td-page-content .dropcap,
.td-post-content .dropcap,
.wpb_text_column .dropcap,
.mce-content-body .dropcap,
.comment-content .dropcap {
  float: left;
  display: block;
  font-size: 50px;
  line-height: 52px;
  background-color: #4db2ec;
  color: white;
  text-align: center;
  margin: 9px 13px 0 0;
  padding: 3px 10px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  min-width: 62px;
  min-height: 62px;
}
.td-page-content .dropcap1,
.td-post-content .dropcap1,
.wpb_text_column .dropcap1,
.mce-content-body .dropcap1,
.comment-content .dropcap1 {
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  font-size: 40px;
  line-height: 56px;
  padding: 2px 14px 4px;
}
.td-page-content .dropcap2,
.td-post-content .dropcap2,
.wpb_text_column .dropcap2,
.mce-content-body .dropcap2,
.comment-content .dropcap2 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 60px;
  line-height: 50px;
  margin: 7px 9px 0 0;
}
.td-page-content .dropcap3,
.td-post-content .dropcap3,
.wpb_text_column .dropcap3,
.mce-content-body .dropcap3,
.comment-content .dropcap3 {
  background-color: transparent !important;
  color: #4B4B4B;
  font-size: 60px;
  line-height: 42px;
  font-weight: bold;
  margin: 7px 9px 0 0;
}
/*  ----------------------------------------------------------------------------
    button
*/
.td_btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.td_btn_sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.td_btn_md {
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 4px;
}
.td_btn_lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.td_default_btn,
.td_square_btn {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  background-color: #4db2ec;
}
.td_default_btn:hover,
.td_square_btn:hover {
  background-color: #444 !important;
}
.td_default_btn:active,
.td_square_btn:active {
  background-color: #000 !important;
}
.td_square_btn {
  border-radius: 0;
}
.td_outlined_btn {
  border-width: 2px;
  border-style: solid;
  border-color: #4db2ec;
  color: #4db2ec;
  background-color: transparent;
  transition: all 0.1s ease ;
  -webkit-transition: all 0.1s ease;
}
.td_outlined_btn:hover {
  background-color: #4db2ec;
  color: #fff;
}
.td_outlined_btn:active {
  background-color: #444 !important;
  border-color: #444;
}
.td_shadow_btn {
  background-color: #4db2ec;
  top: 0;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
}
.td_shadow_btn:hover {
  top: -3px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
}
.td_shadow_btn:active {
  background-color: #444 !important;
}
.td_3D_btn {
  background-color: #4db2ec;
  top: 0;
  transition: top 0.1s ease;
  -webkit-transition: top 0.1s ease;
  border-radius: 0;
}
.td_3D_btn:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
  transition: height 0.1s ease;
  -webkit-transition: height 0.1s ease;
}
.td_3D_btn:hover {
  top: 5px;
}
.td_3D_btn:hover:before {
  height: 0;
}
.td_3D_btn:hover:after {
  height: 0;
}
.td_3D_btn:active {
  background-color: #444 !important;
}
/*  ----------------------------------------------------------------------------
    h
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', arial, sans-serif;
  color: #222222;
  font-weight: 400;
  margin: 6px 0px 6px 0px;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  margin-top: 33px;
  margin-bottom: 23px;
  letter-spacing: -0.02em;
}
h2 {
  font-size: 27px;
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 27px;
  margin-bottom: 17px;
}
h4 {
  font-size: 19px;
  line-height: 29px;
  margin-top: 24px;
  margin-bottom: 14px;
}
h5 {
  font-size: 17px;
  line-height: 25px;
  margin-top: 21px;
  margin-bottom: 11px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
  margin-bottom: 11px;
}
.td-post-content h1:first-child,
.td-post-content h2:first-child,
.td-post-content h3:first-child,
.td-post-content h4:first-child,
.td-post-content h5:first-child,
.td-post-content h6:first-child {
  margin-top: 4px;
}
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.td-post-content img,
.mce-content-body img {
  margin-bottom: 21px;
}
.td-post-content figure img,
.mce-content-body figure img {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    text and Images align
*/
.alignnone {
  margin-top: 0;
}
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin: 6px auto;
}
/*  ----------------------------------------------------------------------------
    align left
*/
.alignleft:not(.td-post-image-left) {
  float: left;
  margin-right: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone - just a bit, after 500px we make it non float */
  /* responsive phone CUSTOM - align the image on center */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alignleft:not(.td-post-image-left) {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .alignleft:not(.td-post-image-left) {
    max-width: 220px;
  }
}
@media (max-width: 500px) {
  .alignleft:not(.td-post-image-left) {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 21px;
  }
  .alignleft:not(.td-post-image-left) img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft:not(.td-post-image-left) figcaption {
    text-align: center;
  }
}
.td-pb-span12,
.mceContentBody-max-width-big {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-span12 .alignleft:not(.td-post-image-left),
  .mceContentBody-max-width-big .alignleft:not(.td-post-image-left) {
    max-width: 400px !important;
  }
}
/*  ----------------------------------------------------------------------------
    Screen reader text
*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/*  ----------------------------------------------------------------------------
    align right
*/
.alignright:not(.td-post-image-right) {
  float: right;
  margin-left: 21px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive phone CUSTOM */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .alignright:not(.td-post-image-right) {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .alignright:not(.td-post-image-right) {
    max-width: 220px;
  }
}
@media (max-width: 500px) {
  .alignright:not(.td-post-image-right) {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 21px;
  }
  .alignright:not(.td-post-image-right) img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright:not(.td-post-image-right) figcaption {
    text-align: center;
  }
}
.alignright .td-post-image-full-and-grid,
.alignleft .td-post-image-full-and-grid,
.aligncenter .td-post-image-full-and-grid,
.alignnone .td-post-image-full-and-grid {
  max-width: none !important;
}
.td-pb-span12,
.mceContentBody-max-width-big {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-span12 .alignright:not(.td-post-image-left),
  .mceContentBody-max-width-big .alignright:not(.td-post-image-left) {
    max-width: 400px !important;
  }
}
figure.alignright,
figure.alignleft,
figure.aligncenter {
  margin-bottom: 0;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
img.wp-smiley {
  width: auto;
}
/*  ----------------------------------------------------------------------------
     caption
*/
.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
  margin: 4px 0px 17px 0px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444444;
  z-index: 1;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}
/*  ----------------------------------------------------------------------------
     table
*/
table {
  width: 100%;
}
table th {
  text-align: left;
  border: 1px solid #e6e6e6;
  padding: 2px 8px;
}
table td {
  border: 1px solid #e6e6e6;
  padding: 2px 8px;
}
table .odd td {
  background-color: #fcfcfc;
}
.wp-block-table td,
.wp-block-table th {
  padding: 2px 8px;
  border-color: #e6e6e6;
}
address {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 21px;
}
big {
  text-transform: uppercase;
}
/* Post content */
.post {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #444;
}
/* Forms, textarea */
textarea {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 168px;
  min-height: 168px;
  padding: 6px 9px;
}
textarea:active,
textarea:focus {
  border-color: #ccc !important;
}
textarea:focus,
input:focus,
input[type]:focus {
  outline: 0 none;
}
/* Input buttons */
input[type=submit] {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  background-color: #222;
  border-radius: 3px;
  color: #ffffff;
  border: none;
  padding: 7px 12px;
}
input[type=submit]:hover {
  background-color: #4db2ec;
}
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px 3px 9px;
}
input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  border-color: #cccccc !important;
}
input[type=password] {
  width: 100%;
  position: relative;
  top: 0;
  display: inline-table;
  vertical-align: middle;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #ccc;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px;
  margin-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  input[type=password] {
    font-size: 16px;
  }
}
/*  ----------------------------------------------------------------------------
     embed
*/
embed {
  width: 100%;
}
.videopress-placeholder {
  width: 100% !important;
}
.videopress-poster {
  height: auto !important;
  width: 100% !important;
}
.video-player {
  width: 100% !important;
}
/*  ----------------------------------------------------------------------------
     tagDiv image styles
     the .td-post-image-lef is moved:
      - from image to link
        or
      - from image to figure

*/
.wp-block-gallery.alignnone {
  display: flex;
}
/*  ----------------------------------------------------------------------------
    td image left
*/
.td-post-image-left {
  float: left;
  position: relative;
  left: -21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive phone CUSTOM - align the image on center */
}
.td-post-image-left figcaption {
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-image-left {
    left: -18px;
    max-width: 220px;
  }
  .td-post-image-left figcaption {
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .td-post-image-left {
    max-width: 220px;
    left: 0;
    margin-right: 21px;
  }
  .td-post-image-left figcaption {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .td-post-image-left {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    td image right
*/
.td-post-image-right {
  float: right;
  position: relative;
  right: -20px;
  z-index: 1;
}
.td-post-image-right figcaption {
  padding-right: 20px;
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-image-right {
    right: -18px;
    max-width: 220px;
  }
  .td-post-image-right figcaption {
    padding-right: 17px;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-post-image-right {
    right: 0;
    margin-left: 21px;
    max-width: 220px;
  }
  .td-post-image-right figcaption {
    padding-right: 0;
  }
}
/* responsive phone CUSTOM - align the image on center */
@media (max-width: 500px) {
  .td-post-image-right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.wp-block-image {
  margin-bottom: 39px;
}
/*  ----------------------------------------------------------------------------
    td image full width
*/
.td-post-image-full {
  position: relative;
  left: -21px;
  max-width: none !important;
  width: 681px !important;
  z-index: 1;
}
.td-post-image-full figcaption {
  padding-right: 20px;
  padding-left: 20px;
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-image-full {
    left: -18px;
    width: 505px !important;
  }
  .td-post-image-full figcaption {
    padding-right: 17px;
    padding-left: 17px;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-post-image-full {
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .td-post-image-full figcaption {
    padding-right: 0;
    padding-left: 0;
  }
}
.td-pb-span12 .td-post-image-full,
.mceContentBody-max-width-big .td-post-image-full {
  width: 1021px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-span12 .td-post-image-full,
  .mceContentBody-max-width-big .td-post-image-full {
    width: 756px !important;
  }
}
/*  ----------------------------------------------------------------------------
    td image full width -and-grid
*/
.td-post-image-full-and-grid {
  position: relative;
  left: -20px;
  max-width: none !important;
  width: 679px !important;
  z-index: 1;
}
.td-post-image-full-and-grid figcaption {
  padding-right: 20px;
  padding-left: 20px;
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-image-full-and-grid {
    left: -17px;
    width: 503px !important;
  }
  .td-post-image-full-and-grid figcaption {
    padding-right: 17px;
    padding-left: 17px;
  }
}
/* responsive portrait phone */
@media (max-width: 767px) {
  .td-post-image-full-and-grid {
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .td-post-image-full-and-grid figcaption {
    padding-right: 0;
    padding-left: 0;
  }
}
.td-pb-span12 .td-post-image-full-and-grid,
.mceContentBody-max-width-big .td-post-image-full-and-grid {
  width: 1019px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-pb-span12 .td-post-image-full-and-grid,
  .mceContentBody-max-width-big .td-post-image-full-and-grid {
    width: 754px !important;
  }
}
/*  ----------------------------------------------------------------------------
    custom post padding
*/
.td-paragraph-padding-0 {
  display: block;
  padding-left: 0;
  padding-right: 11%;
}
.td-paragraph-padding-1 {
  display: block;
  padding-left: 11%;
  padding-right: 11%;
}
.td-paragraph-padding-2 {
  display: block;
  padding-left: 17.5%;
  padding-right: 17.5%;
}
.td-paragraph-padding-3 {
  display: block;
  padding-left: 11%;
  padding-right: 17.5%;
}
.td-paragraph-padding-4 {
  display: block;
  padding-left: 11%;
  padding-right: 0;
}
.td-paragraph-padding-5 {
  display: block;
  padding-left: 22.5%;
  padding-right: 22.5%;
}
.td-paragraph-padding-6 {
  display: block;
  padding-left: 17.5%;
  padding-right: 11%;
}
.td-pb-span8 .td-paragraph-padding-0,
.mceContentBody-max-width-small .td-paragraph-padding-0 {
  padding-right: 3%;
}
.td-pb-span8 .td-paragraph-padding-1,
.mceContentBody-max-width-small .td-paragraph-padding-1 {
  padding-left: 3%;
  padding-right: 3%;
}
.td-pb-span8 .td-paragraph-padding-2,
.mceContentBody-max-width-small .td-paragraph-padding-2 {
  padding-left: 8.5%;
  padding-right: 8.5%;
}
.td-pb-span8 .td-paragraph-padding-3,
.mceContentBody-max-width-small .td-paragraph-padding-3 {
  padding-left: 3%;
  padding-right: 8.5%;
}
.td-pb-span8 .td-paragraph-padding-4,
.mceContentBody-max-width-small .td-paragraph-padding-4 {
  padding-left: 3%;
}
.td-pb-span8 .td-paragraph-padding-5,
.mceContentBody-max-width-small .td-paragraph-padding-5 {
  padding-left: 10.5%;
  padding-right: 10.5%;
}
.td-pb-span8 .td-paragraph-padding-6,
.mceContentBody-max-width-small .td-paragraph-padding-6 {
  padding-left: 8.5%;
  padding-right: 3%;
}
/* responsive phone */
@media (max-width: 500px) {
  .td-paragraph-padding-0,
  .td-paragraph-padding-1,
  .td-paragraph-padding-2,
  .td-paragraph-padding-3,
  .td-paragraph-padding-4,
  .td-paragraph-padding-5,
  .td-paragraph-padding-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.td-excerpt,
.td-module-excerpt {
  margin-bottom: 15px;
  color: #444;
  font-size: 12px;
  line-height: 18px;
}
/* the title */
.td-module-title {
  font-family: 'Open Sans', arial, sans-serif;
}
.td-module-title a {
  color: #111111;
}
.td-module-comments {
  position: relative;
  top: -3px;
  background-color: #848484;
  float: right;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  text-align: center;
  border-radius: 2px;
  border-bottom-right-radius: 0;
}
.td-module-comments a {
  color: #ffffff;
  padding: 2px 4px 3px;
  display: inline-block;
  min-width: 22px;
  height: 20px;
  line-height: 16px;
}
.td-module-comments a:after {
  position: absolute;
  bottom: -5px;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #5b5b5b transparent transparent transparent;
}
.td-module-comments a:hover {
  color: #ffffff;
}
.td-read-more {
  display: inline-block;
}
.td-read-more a {
  font-family: 'Open Sans', arial, sans-serif;
  background-color: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 8px 12px;
  display: block;
}
.td-read-more a:hover {
  background-color: #4db2ec;
}
/*  ----------------------------------------------------------------------------
    thumbnails
*/
.td_module_wrap {
  position: relative;
  z-index: 0;
}
.td-video-play-ico {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.48);
  border: 0.050em solid #fff;
  border-radius: 100%;
  font-size: 40px;
  z-index: 1;
  -webkit-box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.4);
}
.td-video-play-ico i {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 35%;
  color: #fff;
}
.td-video-play-ico.td-video-small {
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-width: 1px;
}
/*  ----------------------------------------------------------------------------
    admin edit
*/
.td-admin-edit {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  padding: 3px 10px;
  font-size: 13px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.td-admin-edit:hover {
  background-color: #000;
}
.td-module-thumb:hover .td-admin-edit {
  display: block;
}
/*  ----------------------------------------------------------------------------
    thumbnail
*/
.td-module-thumb {
  position: relative;
  margin-bottom: 12px;
}
.td-module-thumb:hover .td-admin-edit {
  display: block;
  color: #ffffff;
}
.td-module-thumb .entry-thumb {
  display: block;
  width: auto;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-module-thumb .entry-thumb {
    width: 100%;
  }
}
/*  ----------------------------------------------------------------------------
    hover title
*/
.td_module_wrap .entry-title a,
.td_mod_mega_menu .entry-title a {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.td_module_wrap:hover .entry-title a,
.td_mod_mega_menu:hover .entry-title a {
  color: #4db2ec;
}
.td-module-image {
  position: relative;
}
.td-module-image .td-post-category {
  position: absolute;
  border-radius: 0 3px 0 0;
  bottom: 0;
  display: block;
}
.td-module-meta-info {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
}
.td-module-meta-info .td-post-author-name {
  color: #222;
  font-weight: bold;
  margin-bottom: 3px;
}
.td-module-meta-info .td-post-date {
  color: #444;
  margin-bottom: 3px;
}
.td-module-meta-info .entry-review-stars {
  height: 15px;
  position: relative;
  top: -1px;
  margin-bottom: 2px;
}
.td-module-meta-info .entry-review-stars i {
  line-height: 10px;
}
.td_module_1 .entry-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 9px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_1 .entry-title {
    font-size: 15px !important;
    line-height: 19px !important;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .td_module_1 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
  }
}
.td_module_1 .td-module-thumb {
  /* responsive portrait tablet */
}
@media (max-width: 1023px) {
  .td_module_1 .td-module-thumb {
    margin-bottom: 8px;
  }
}
.td_module_1 .meta-info {
  margin-bottom: 14px;
  line-height: 11px;
  /* responsive portrait tablet */
}
@media (max-width: 1023px) {
  .td_module_1 .meta-info {
    margin-bottom: 10px;
  }
}
.td_module_1 .td-post-author-name,
.td_module_1 .td-post-date {
  margin-bottom: 3px;
}
/*  ----------------------------------------------------------------------------
    Module 1
*/
.td_module_1 {
  padding-bottom: 36px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_1 {
    padding-bottom: 32px;
  }
}
.td_module_1 .entry-title {
  margin-bottom: 8px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_1 .entry-title {
    margin-bottom: 7px;
  }
}
.td_module_1 .entry-thumb {
  /* responsive desktop */
  /* responsive portrait tablet */
}
@media (min-width: 1024px) {
  .td_module_1 .entry-thumb {
    min-height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_1 .entry-thumb {
    min-height: 116px;
  }
}
/*  ----------------------------------------------------------------------------
    Module 15
*/
.td_module_15 {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #f1f1f1 !important;
  margin-left: 20px;
  margin-right: 19px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_15 {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .td_module_15 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 4px;
  }
}
.td_module_15 .entry-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #222;
  margin: 6px 0 7px 0;
  word-wrap: break-word;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_module_15 .entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .td_module_15 .entry-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600;
    margin-bottom: 6px;
  }
}
.td_module_15 .entry-title a {
  color: #222;
}
.td_module_15 .entry-title a:hover {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .td_module_15 .entry-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.td_module_15 .td-category {
  margin-bottom: 5px;
  display: inline-block;
}
.td_module_15 .td-category a {
  background-color: #111;
  font-style: normal;
}
.td_module_15 .td-category li {
  margin: 0 5px 3px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_15 .td-category li {
    position: relative;
    top: -1px;
  }
}
.td_module_15 .td-category li a:hover {
  text-decoration: none !important;
}
.td_module_15 .td-category li:before {
  display: none;
}
.td_module_15 .meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td_module_15 .meta-info {
    margin-bottom: 15px;
  }
}
.td_module_15.td-post-content {
  padding-top: 0;
  border-top: none;
}
.td_module_15.td-post-content:after {
  content: '';
  clear: both;
  display: table;
}
.td_block_wrap {
  position: relative;
  clear: both;
}
/* title / label */
.block-title {
  display: inline-block;
  line-height: 20px;
  margin: 0 0 20px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-title {
    margin-left: 17px;
  }
}
@media (max-width: 767px) {
  .block-title {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.block-title > a,
.block-title > span {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  padding: 2px 15px;
  position: relative;
  display: inline-table;
  vertical-align: middle;
  line-height: 16px;
  top: -2px;
}
.td-post-category {
  font-family: 'Open Sans', arial, sans-serif;
  padding: 2px 5px 3px;
  background-color: #222;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-category {
    display: none;
  }
}
.td-post-category:hover {
  color: #ffffff;
  background-color: #4db2ec;
}
/*
9.  Post and Page
      9.1 Page
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
}
/* used to position the ajax loader (added 19 aug 2015) */
.td-ss-main-content {
  position: relative;
}
.td-page-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 1px 0 20px 0;
}
.td-page-header.td-pb-padding-side {
  padding-top: 20px;
}
.td-attachment-prev {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 16px;
}
.td-attachment-prev img {
  width: 100px;
  height: 100px;
}
.td-attachment-next {
  float: right;
  margin-top: 10px;
  margin-bottom: 16px;
}
.td-attachment-next img {
  width: 100px;
  height: 100px;
}
.td-author-counters {
  margin-bottom: 13px;
  line-height: 19px;
  height: 19px;
}
.td-author-counters span {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  background-color: #222;
  border-radius: 3px;
  color: #fff;
  display: inline-table;
  line-height: 16px;
  padding: 2px 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.author .author-box-wrap {
  border-bottom: 1px dashed #f1f1f1;
  border-top: 1px dashed #f1f1f1;
  margin: 0 19px 20px 20px;
  padding: 21px 0;
}
.td-author-post-count {
  margin-right: 10px;
}
.error404 .td-pb-span12 .block-title {
  margin-left: 20px;
}
.td-404-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  color: #222;
  text-align: center;
  line-height: 50px;
  padding: 30px 0 17px 0 ;
}
.td-404-sub-title {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #a6a6a6;
  text-align: center;
  padding: 0 0 40px 0;
}
.td-404-sub-sub-title {
  text-align: center;
  margin-bottom: 70px;
}
.td-404-sub-sub-title a {
  background-color: #444;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  padding: 8px 15px;
  margin-left: 6px;
}
.td-404-sub-sub-title a:hover {
  color: white;
  background-color: #4db2ec;
  text-decoration: none !important;
}
.td-404-head {
  text-align: center;
}
.td-search-query {
  color: #4db2ec;
}
.search-page-search-wrap {
  border-bottom: 1px dashed #f1f1f1;
  border-top: 1px dashed #f1f1f1;
  margin: 0 0 20px 0;
  padding: 40px 0;
}
.td-search-form-widget {
  position: relative;
  line-height: 21px;
}
.td-search-form-widget .wpb_button {
  border-radius: 0 3px 3px 0;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
  padding: 7px 15px 8px 15px;
  line-height: 16px;
  margin: 0;
}
.td-search-form-widget .wpb_button:hover {
  background-color: #222;
}
.td-search-form-widget div {
  text-align: left;
}
.td-search-form-widget .td-widget-search-input {
  width: 95%;
  border-right: 0;
  height: 32px;
  line-height: 21px;
  position: relative;
  top: 0;
  display: inline-table;
  vertical-align: middle;
}
.td_search_subtitle {
  position: relative;
  top: 11px;
  left: 2px;
}
.td-comment-section .comment-respond {
  border-top: none;
}
/* -----------------------------------------------------------------

Pagination

-------------------------------------------------------------------- */
.page-nav {
  margin-bottom: 35px;
  height: 28px;
  font-family: 'Roboto', sans-serif;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .page-nav {
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
}
.page-nav a:hover {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.page-nav a,
.page-nav span {
  padding: 3px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  min-width: 28px;
  text-align: center;
  color: #444;
  line-height: 21px;
  float: left;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.page-nav .first,
.page-nav .last {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .page-nav .first,
  .page-nav .last {
    display: none;
  }
}
.page-nav .extend {
  border: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .page-nav .extend {
    display: none;
  }
}
.page-nav i {
  font-size: 10px;
  line-height: 0;
  display: inline-table;
}
.page-nav .pages {
  float: right;
  margin-right: 0;
  border: none;
  padding: 3px 0 3px 5px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .page-nav .pages {
    display: none;
  }
}
.page-nav .current {
  background-color: #4db2ec;
  color: #ffffff;
  border-color: #4db2ec;
}
.page-nav:first-child > div {
  padding: 2px 5px 3px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  min-width: 28px;
  text-align: center;
  line-height: 21px;
  background-color: #4db2ec;
  color: #fff;
  border-color: #4db2ec;
  float: left;
}
/*  ----------------------------------------------------------------------------
    Typography
*/
.td-page-content {
  margin-top: 20px;
}
.td-page-content ul {
  list-style-position: inside;
}
.td-page-content ul li {
  margin: 0 0 0 21px;
}
.td-page-content ul ul,
.td-page-content ul ol {
  margin-bottom: 0;
  padding-left: 0;
}
.td-page-content ol {
  list-style-position: inside;
}
.td-page-content ol li {
  list-style-type: decimal;
  margin: 0 0 0 21px;
}
.td-page-content ol ul {
  margin-bottom: 0;
  padding-left: 0;
}
.td-page-content ol ul > li {
  list-style-type: none;
}
.td-page-content ol ol {
  padding-left: 0;
  margin-bottom: 0;
}
.td-page-content .td-arrow-list li:before {
  font-family: 'newsmag', sans-serif;
  content: '\e803';
  float: left;
  margin-left: -19px;
  line-height: 24px;
  font-size: 14px;
}
.td-page-content .td-arrow-list {
  margin-left: 21px;
  list-style: none;
}
.td-page-content embed,
.td-page-content iframe,
.td-page-content object {
  max-width: 100%;
}
.widget a:hover {
  color: #4db2ec;
}
.widget ul li {
  margin-left: 0;
}
.widget ul li:before {
  content: '';
}
/*
  Index.php
*/
.td-blog-index .td-page-header {
  margin-bottom: 10px;
}
.sticky .entry-title a {
  color: #4db2ec !important;
}
.td-page-meta {
  display: none;
}
/*  ----------------------------------------------------------------------------
    Post grid padding
*/
.td-post-header {
  padding-top: 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-header {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .td-post-header {
    padding-top: 15px;
  }
}
.td-post-border-top {
  border-top: 1px solid #e6e6e6;
}
/*  ----------------------------------------------------------------------------
    Breadcrumbs
*/
.entry-crumbs {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #c3c3c3;
  position: relative;
  top: -5px;
}
.entry-crumbs a {
  color: #c3c3c3;
}
.entry-crumbs a:hover {
  color: #777777;
}
.entry-crumbs .td-bread-sep {
  font-size: 8px;
  margin: 0 5px 0 5px;
}
/*  ----------------------------------------------------------------------------
    Category
*/
.td-category {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 15px;
}
.td-category li {
  display: inline-block;
  line-height: 15px;
  margin: 0 5px 3px 0;
}
.td-category a {
  color: #fff;
  background-color: #4db2ec;
  padding: 1px 7px;
  border-radius: 3px;
  white-space: nowrap;
}
.td-category a:hover {
  opacity: 0.9;
}
/*  ----------------------------------------------------------------------------
    Post title
*/
.post footer {
  clear: both;
}
.post p {
  line-height: 1.72;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .post p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.post header h1 {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #222;
  margin: 6px 0 7px 0;
  word-wrap: break-word;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .post header h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.td-post-text-content p {
  line-height: 1.72;
}
/*  ----------------------------------------------------------------------------
    Subtitle
*/
.td-post-sub-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  color: #999;
  padding: 5px 0 8px 0;
  margin: 13px 0;
  border-bottom: 1px dashed #f1f1f1;
  border-top: 1px dashed #f1f1f1;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-sub-title {
    margin: 11px 0;
  }
}
@media (max-width: 767px) {
  .td-post-sub-title {
    margin: 8px 0;
  }
}
/*  ----------------------------------------------------------------------------
    Author - Date - Comments - Count views
*/
.bypostauthor {
  line-height: 1;
}
.meta-info {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  color: #444;
  line-height: 16px;
  margin-bottom: 15px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .meta-info {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .meta-info {
    margin-bottom: 10px;
  }
}
.td-post-author-name {
  display: inline-block;
  margin-right: 3px;
}
.td-post-author-name a {
  color: #222;
  font-weight: 700;
}
.td-post-author-name a:hover {
  color: #222;
  text-decoration: none !important;
}
.td-post-author-name span {
  margin-left: 3px;
}
.td-post-author-name div {
  display: inline;
}
.td-post-date {
  display: inline-block;
  margin-right: 3px;
}
.td-post-views {
  display: inline-block;
  margin-left: 9px;
}
.td-post-views i {
  margin: 0 5px;
  font-size: 13px;
  position: relative;
  top: 1px;
}
.td-post-comments {
  display: inline-block;
  margin-left: 9px;
}
.td-post-comments a {
  color: #444;
}
.td-post-comments a:hover {
  text-decoration: none !important;
}
.td-post-comments i {
  margin: 0 8px;
  font-size: 9px;
}
/*  ----------------------------------------------------------------------------
    Featured image
*/
.td-post-content {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-content {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .td-post-content {
    padding-top: 10px;
  }
}
.td-post-content .td-module-thumb {
  margin-bottom: 22px;
}
.td-modal-image img {
  margin-bottom: 21px;
}
/*  ----------------------------------------------------------------------------
    Featured video
*/
.wpb_video_wrapper {
  margin-bottom: 21px;
}
.wpb_video_wrapper .fb-video {
  margin-bottom: 0;
}
.wpb_video_wrapper iframe {
  display: block;
}
.wpb_video_wrapper .twitter-video {
  max-width: none !important;
}
.wpb_video_wrapper video {
  max-width: 100%;
  display: block;
}
.td-post-small-box {
  height: 15px;
  line-height: 15px;
  margin-bottom: 3px;
}
.td-post-small-box span {
  background-color: #444;
  padding: 1px 7px;
  color: #fff;
}
.td-post-small-box a {
  background-color: #a5a5a5;
  margin: 0 0 0 3px;
  padding: 1px 7px;
  color: #fff;
}
.td-post-small-box a:hover {
  text-decoration: none !important;
  background-color: #4db2ec;
  color: #fff;
}
/*  ----------------------------------------------------------------------------
    Tags
*/
.td-post-source-tags {
  margin: 15px 0 18px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-source-tags {
    margin: 11px 0 14px 0;
  }
}
@media (max-width: 767px) {
  .td-post-source-tags {
    margin: 5px 0 8px 0;
  }
}
.td-tags {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 15px;
  line-height: 15px;
  display: table;
}
.td-tags li {
  list-style: none;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin: 0 0 3px 0;
}
.td-tags a {
  margin: 0 3px 0 0;
}
.td-tags span {
  margin-right: 3px;
}
/*  ----------------------------------------------------------------------------
    Next / Prev article
*/
.td-post-next-prev {
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.td-post-next-prev .td-block-span6 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-post-next-prev .td-block-span6 {
    width: 50% !important;
    padding: 0 10px !important;
  }
}
.td-next-prev-separator {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  display: block;
  left: 50%;
}
.td-post-prev-post,
.td-post-next-post {
  position: relative;
}
.td-post-prev-post a:hover,
.td-post-next-post a:hover {
  color: #4db2ec;
}
.td-post-next-post {
  text-align: right;
}
.td-block-span6.td-post-prev-post {
  width: 50% !important;
  padding: 0 20px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-block-span6.td-post-prev-post {
    padding: 0 17px !important;
  }
}
@media (max-width: 767px) {
  .td-block-span6.td-post-prev-post {
    padding: 0 10px !important;
  }
}
.td-block-span6.td-post-next-post {
  width: 50% !important;
  padding: 0 20px !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-block-span6.td-post-next-post {
    padding: 0 17px !important;
  }
}
@media (max-width: 767px) {
  .td-block-span6.td-post-next-post {
    padding: 0 10px !important;
  }
}
.td-post-next-prev-content {
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
}
.td-post-next-prev-content span {
  display: block;
  font-size: 12px;
  color: #c1c1c1;
  font-weight: 600;
  margin: 33px 0 6px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-next-prev-content span {
    margin-top: 29px;
  }
}
@media (max-width: 767px) {
  .td-post-next-prev-content span {
    margin-top: 19px;
  }
}
.td-post-next-prev-content a {
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 38px;
  word-break: break-word;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-next-prev-content a {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .td-post-next-prev-content a {
    margin-bottom: 24px;
  }
}
/*  ----------------------------------------------------------------------------
    Author box
*/
.author-box-wrap {
  border-top: 1px solid #e6e6e6;
  padding: 21px 19px 17px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .author-box-wrap {
    padding: 17px 17px 13px 17px;
  }
}
@media (max-width: 767px) {
  .author-box-wrap {
    padding: 10px;
  }
}
.author-box-wrap .td-author-social a {
  color: #444;
}
.author-box-wrap .desc {
  margin-left: 116px;
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .author-box-wrap .desc {
    margin-left: 113px;
  }
}
@media (max-width: 767px) {
  .author-box-wrap .desc {
    margin: 0;
    text-align: center;
  }
}
.author-box-wrap .avatar {
  float: left;
  max-width: 96px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .author-box-wrap .avatar {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 9px;
  }
}
.author-box-wrap .td-social-icon-wrap a {
  margin-top: 9px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .author-box-wrap .td-social-icon-wrap a {
    margin-top: 2px;
  }
}
.td-author-description {
  margin-bottom: 6px;
}
.td-author-name {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  margin: 6px 0 8px 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-author-name {
    margin: 0 0 4px 0;
  }
}
.td-author-name a {
  color: #222;
}
.td-author-name a:hover {
  color: #4db2ec;
}
.td-author-url {
  font-size: 11px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 6px;
}
.td-author-url a {
  color: #444;
}
.td-author-url a:hover {
  color: #4db2ec;
}
.post-password-form label {
  float: left;
  height: 32px;
  margin-bottom: 21px;
}
.post-password-form input[type="password"] {
  border: 1px solid #E6E6E6;
  border-right: 0;
  display: inline-table;
  height: 32px;
  line-height: 21px;
  vertical-align: middle;
  width: 232px;
  padding: 1px 5px 2px 10px;
  margin-left: 5px;
}
.post-password-form input[type="submit"] {
  float: left;
  border-radius: 0 3px 3px 0;
}
.mejs-container {
  margin-bottom: 20px;
}
.mejs-overlay-loading {
  display: none;
}
.wpb_video_wrapper iframe {
  margin-bottom: 16px;
}
.more-link-wrap {
  font-family: 'Open Sans', arial, sans-serif;
  height: 30px;
  line-height: 29px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-bottom: 21px;
}
.more-link-wrap a {
  background-color: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 8px 12px;
  display: block;
}
.more-link-wrap a:hover {
  background-color: #4db2ec;
  text-decoration: none !important;
}
.wp-video {
  margin-bottom: 20px;
}
/*  ----------------------------------------------------------------------------
    VC in post hack
*/
.td-post-content .wpb_row {
  overflow: hidden;
  left: -21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-content .wpb_row {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .td-post-content .wpb_row {
    left: 0;
  }
}
.td-post-content .wpb_row .wpb_content_element {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-content .wpb_row .wpb_content_element {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  .td-post-content .wpb_row .wpb_content_element {
    padding-left: 0;
    padding-right: 0;
  }
}
.td-post-content .wpb_row .column_container {
  border: 0;
}
.td-post-content .wpb_row .vc_btn {
  margin-left: 20px;
  margin-right: 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-post-content .wpb_row .vc_btn {
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .td-post-content .wpb_row .vc_btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.td-pb-span12 .td-post-content .td-pb-span12 .wpb_content_element {
  padding-left: 0;
  padding-right: 0;
}
.td-pb-span12 .td-post-content .wpb_row .td-pb-span4 .wpb_content_element {
  padding-right: 20px;
  padding-left: 0;
}
.td-pb-span12 .td-post-content .wpb_row .vc_btn {
  margin-left: 0;
  margin-right: 0;
}
/*  ----------------------------------
    Post embeds
*/
.wp-embedded-content {
  width: 100%;
}
.td-post-content embed,
.td-post-content iframe,
.td-post-content object {
  max-width: 100%;
}
.td-post-content .fb-video {
  margin-bottom: 24px;
}
.td-post-content #fb-root + p {
  margin: 0;
}
/*  ----------------------------------
    Post td gallery
*/
.td-post-content .td-gallery {
  clear: both;
}
.td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag {
  margin-bottom: 0;
}
/*  ----------------------------------------------------------------------------
    Comments
*/
.td-comments-title-wrap {
  border-top: 1px solid #e6e6e6;
  line-height: 16px;
}
.td-comments-title-wrap h4 {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 15px 0px 15px 0px;
  color: #222222;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-comments-title-wrap h4 {
    margin: 13px 0px 13px 0px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .td-comments-title-wrap h4 {
    line-height: 16px;
    margin: 13px 0px 13px 0px;
  }
}
.comment-list {
  border-top: 1px solid #e6e6e6;
  padding-top: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .comment-list {
    padding-top: 15px;
  }
}
.comment-list footer {
  clear: left;
}
.comment-list footer:after {
  clear: none;
}
.comment-list .avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 19px;
  border-radius: 3px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .avatar {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .comment-list .avatar {
    margin-right: 10px;
  }
}
.comment-list cite,
.comment-list cite a {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  border-radius: 3px;
}
.comment-list cite:hover,
.comment-list cite a:hover {
  color: #4db2ec;
}
.comment-list cite {
  padding-right: 10px;
}
.comment-list > .comment:first-child {
  border: none;
  padding-top: 0px;
}
.comment-list .comment-content {
  margin-left: 69px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .comment-content {
    margin-left: 65px;
  }
}
@media (max-width: 767px) {
  .comment-list .comment-content {
    margin-left: 60px;
  }
}
.comment-list .comment-content p {
  margin: 0 0 21px 0 ;
  word-wrap: break-word;
}
.comment-list .comment {
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  padding-top: 20px;
  margin: 0px;
  border-top: 1px dashed #f1f1f1;
}
.comment-list .comment .comment-respond {
  padding: 0px 0px 21px 0px;
}
.comment-list .comment-link {
  color: #b5b5b5;
  font-size: 11px;
  display: inline-block;
}
.comment-list .comment-reply-link {
  font-size: 11px;
  color: #B5B5B5;
}
.comment-list .comment-reply-link:hover {
  color: #4db2ec;
}
.comment-list .comment-edit-link {
  font-size: 11px;
  line-height: 1;
  padding-left: 10px;
  /* responsive 500px phone */
}
.comment-list .comment-edit-link:hover {
  text-decoration: underline !important;
}
@media (max-width: 500px) {
  .comment-list .comment-edit-link {
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
  }
}
.comment-list .comment-meta {
  margin: 0px 0px 14px 69px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .comment-meta {
    margin: 0px 0px 10px 65px;
  }
}
@media (max-width: 767px) {
  .comment-list .comment-meta {
    margin: 0px 0px 9px 60px;
  }
}
.comment-list .children {
  padding-left: 69px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.comment-list .children .children {
  padding-left: 53px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .children {
    padding-left: 65px;
  }
  .comment-list .children .children {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .comment-list .children {
    padding-left: 60px;
  }
  .comment-list .children .children {
    padding-left: 20px;
  }
}
.comment-list .children .comment {
  padding-top: 21px;
  border-top: 1px dashed #f1f1f1;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .children .comment {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .comment-list .children .comment {
    padding-top: 15px;
  }
}
.comment-list .children .avatar {
  width: 36px;
  height: 36px;
}
.comment-list .children .comment-content {
  margin-left: 56px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .children .comment-content {
    margin-left: 51px;
  }
}
@media (max-width: 767px) {
  .comment-list .children .comment-content {
    margin-left: 46px;
  }
}
.comment-list .children .comment-meta {
  margin-left: 56px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-list .children .comment-meta {
    margin-left: 51px;
  }
}
@media (max-width: 767px) {
  .comment-list .children .comment-meta {
    margin-bottom: 10px;
    margin-left: 46px;
  }
}
.comment-respond {
  border-top: 1px solid #e6e6e6;
  padding: 0px 19px 21px 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-respond {
    padding: 0px 17px 17px 17px;
  }
}
@media (max-width: 767px) {
  .comment-respond {
    padding: 0px 10px 15px 10px;
  }
}
.comment-respond a {
  color: #222222;
  font-weight: 600;
}
.comment-respond .comment-subscription-form {
  margin-bottom: 0px;
}
.comment-subscription-form .subscribe-label {
  left: 4px;
  position: relative;
  top: -2px;
}
.comment-reply-title {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 15px 0px 15px 0px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-reply-title {
    margin: 11px 0px 11px 0px;
  }
}
@media (max-width: 767px) {
  .comment-reply-title {
    margin: 11px 0px 11px 0px;
  }
}
.logged-in-as {
  position: relative;
  top: -7px;
  margin: 0px;
}
.comment-form-input-wrap {
  margin-bottom: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .comment-form-input-wrap {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .comment-form-input-wrap {
    margin-bottom: 15px;
  }
}
#cancel-comment-reply-link {
  padding-left: 10px;
}
.comment-form .td-warning-comment,
.comment-form .td-warning-author,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error {
  display: none;
}
.comment-form textarea {
  display: block;
}
.td-comment-form-warnings .td-warning-comment,
.td-comment-form-warnings .td-warning-author,
.td-comment-form-warnings .td-warning-email,
.td-comment-form-warnings .td-warning-email-error {
  margin-bottom: -11px;
  color: #ff7a7a;
  font-size: 11px;
  font-style: italic;
  line-height: 15px;
}
.td-form-comment,
.td-form-author,
.td-form-email,
.td-form-url {
  margin-top: 0;
  margin-bottom: 21px;
}
.comment-pagination {
  padding: 20px;
  *zoom: 1;
}
.comment-pagination:before,
.comment-pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.comment-pagination:after {
  clear: both;
}
.comment-pagination a {
  float: right;
}
.comment-pagination a:first-child {
  float: left;
}
#disqus_thread {
  padding: 8px 19px 8px 20px;
  border-top: 1px solid #e6e6e6;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  #disqus_thread {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  #disqus_thread {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.comment-form-cookies-consent label {
  margin-left: 8px;
  position: relative;
  top: -1px;
}
/*  ----------------------------------------------------------------------------
    less for Gutenberg elements
*/
.wp-block-image figcaption {
  font-family: Verdana, Geneva, sans-serif;
  text-align: right;
  margin: 4px 0px 17px 0px;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444444;
  z-index: 1;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 17px;
}
.wp-block-categories {
  padding: 0 10px;
}
.wp-block-categories,
.wp-block-categories ul {
  list-style-type: none;
}
.wp-block-categories ul {
  margin: 5px 0 0;
  padding-left: 26px;
}
.wp-block-categories li {
  margin-left: 0 !important;
  margin-bottom: 5px!important;
}
.wp-block-categories li:last-child {
  margin-bottom: 0;
}
.wp-block-categories a {
  color: #000;
}
.wp-block-categories a:hover {
  text-decoration: none !important;
  color: #4db2ec;
}
.wp-block-categories .td-widget-no {
  float: right;
}
.wp-block-quote cite {
  display: block;
  color: #6c7781;
  font-size: 13px;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.wp-block-quote.td_quote_left p {
  text-align: unset;
}
.wp-block-quote.td_quote_box {
  padding: 15px 23px 16px 23px;
}
.wp-block-quote.td_quote_box p {
  text-align: unset;
}
.wp-block-quote.td_quote_box.has-text-align-right p,
.wp-block-quote.td_quote_box.has-text-align-right cite {
  text-align: right;
}
.wp-block-quote.td_quote_box.has-text-align-left p,
.wp-block-quote.td_quote_box.has-text-align-left cite {
  text-align: left;
}
.wp-block-quote.td_quote_box cite {
  font-size: 11px;
  margin-top: -10px;
}
.wp-block-quote.td_pull_quote cite {
  font-size: 11px;
  margin-top: -10px;
}
.wp-block-quote.td_pull_quote p {
  text-align: unset;
}
.wp-block-quote.td_pull_quote.has-text-align-right p,
.wp-block-quote.td_pull_quote.has-text-align-right cite {
  text-align: right;
}
.wp-block-quote.td_pull_quote.has-text-align-left p,
.wp-block-quote.td_pull_quote.has-text-align-left cite {
  text-align: left;
}
.wp-block-pullquote cite {
  color: #6c7781;
}
.wp-block-latest-posts:not(.is-grid) li {
  display: block;
  margin-bottom: 4px !important;
  margin-left: 0;
  padding-bottom: 7px;
  border-bottom: 1px dashed #f1f1f1;
}
.wp-block-latest-posts:not(.is-grid) li:last-child {
  border-bottom: none;
}
.wp-block-latest-posts:not(.is-grid) li a {
  color: #222222;
}
.wp-block-latest-posts:not(.is-grid) li a:hover {
  color: #4db2ec;
  text-decoration: none !important;
}
.wp-block-archives li {
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.wp-block-archives li a {
  color: #222222;
}
.wp-block-archives li a:hover {
  color: #4db2ec;
  text-decoration: none !important;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  display: flex;
  margin: 0 0 10px 0 !important;
  line-height: 21px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #f1f1f1;
}
.wp-block-latest-comments .wp-block-latest-comments__comment p {
  margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a {
  color: #222222;
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
}
.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
  color: #4db2ec;
  text-decoration: none !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  transition: background-color 0.1s ease;
  -webkit-transition: background-color 0.1s ease;
  padding: 9px 12px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 600;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background-color: #444 !important;
  text-decoration: none !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not([class*="has-background"]) {
  background-color: #4db2ec;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 2px;
  border-style: solid;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]) {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]):hover {
  background-color: #4db2ec;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-text-color"]) {
  color: #4db2ec;
  border-color: #4db2ec;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #444;
  color: #fff;
  text-decoration: none !important;
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: 60px;
  line-height: 50px;
  margin: 7px 9px 0 0;
  padding: 3px 10px;
  color: inherit;
}
/*  ----------------------------------------------------------------------------
    wordpress default galleries
*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-caption {
  text-align: left;
  position: relative;
  bottom: 17px;
  margin-bottom: 0px;
}
.gallery-item .gallery-icon img {
  margin-bottom: 20px;
}
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  margin-bottom: 20px;
}
.gallery-columns-2 img,
.gallery-columns-3 img,
.gallery-columns-4 img,
.gallery-columns-5 img,
.gallery-columns-6 img,
.gallery-columns-7 img,
.gallery-columns-8 img,
.gallery-columns-9 img {
  border-bottom: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-bottom: 0px !important;
}
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
/*  ----------------------------------------------------------------------------
    custom gallery-columns-1
*/
.gallery-columns-1 .gallery-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-columns-1 img {
  margin-bottom: 0 !important;
  text-align: center;
  margin: 0px auto 0px auto;
}
.gallery-columns-1 .gallery-caption {
  background-color: #0e0e0e;
  color: white;
  font-size: 12px;
  font-style: normal;
  padding: 8px 14px 10px 14px;
  line-height: 19px;
  bottom: 4px;
}
/*  ----------------------------------------------------------------------------
    General Settings - Category Templates
*/
.td-category-description {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 22px;
  color: #444;
  border-top: 1px dashed #f1f1f1;
  border-bottom: 1px dashed #f1f1f1;
  padding: 11px 0 14px 0;
  margin-bottom: 20px;
}
.td-category-description p {
  margin-bottom: 0;
}
.page-nav {
  margin-top: 26px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-nav {
    margin-top: 22px;
  }
}
.category .td-big-grids {
  border: none;
}
.td_line_above_cat_big_grid {
  border-bottom: 1px solid #e6e6e6;
}
/*  ----------------------------------------------------------------------------
    Category Template 1
*/
.td_category_template_1 .td-category-header .td-container {
  border-bottom-width: 0;
  z-index: 2;
}
.td_category_template_1 .td-category-header header {
  display: inline-block;
}
.td_category_template_1 .td-category-header .entry-title {
  line-height: 10px;
  margin: 20px 14px 20px 0;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_category_template_1 .td-category-header .entry-title {
    margin-bottom: 17px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .td_category_template_1 .td-category-header .entry-title {
    margin-bottom: 14px;
    margin-top: 14px;
  }
}
.td_category_template_1 .td-category-header .entry-title span {
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 14px;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  line-height: 16px;
}
.td_category_template_1.td_category_top_posts_style_disable .td-subcategory-header {
  border-bottom: 1px solid #e6e6e6;
}
.td_category_template_1 .entry-crumbs {
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0 0 14px 0;
}
.td_category_template_1 .td-category-description {
  /* responsive portrait tablet */
}
@media (max-width: 1023px) {
  .td_category_template_1 .td-category-description {
    padding: 7px 0 10px 0;
    margin-bottom: 17px;
  }
}
@font-face {
  font-family: 'newsmag';
  src: url('images/icons/newsmag.eot?14');
  src: url('images/icons/newsmag.eot?14#iefix') format('embedded-opentype'), url('images/icons/newsmag.woff?14') format('woff'), url('images/icons/newsmag.ttf?14') format('truetype'), url('images/icons/newsmag.svg?14#newsmag') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'newsmag';
    src: url('images/icons/newsmag.svg?#newsmag') format('svg');
  }
}
[class^="td-icon-"]:before,
[class*=" td-icon-"]:before {
  font-family: "newsmag";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.td-icon-comments:before {
  content: '\e80c';
}
.td-icon-path:before {
  content: '\e822';
}
.td-icon-rss:before {
  content: '\e828';
}
.td-icon-logout:before {
  content: '\e800';
}
.td-icon-menu-down:before {
  content: '\e806';
}
.td-icon-menu-left:before {
  content: '\e807';
}
.td-icon-menu-right:before {
  content: '\e808';
}
.td-icon-menu-up:before {
  content: '\e809';
}
.td-icon-instagram:before {
  content: '\e81d';
}
.td-icon-windows:before {
  content: '\e833';
}
.td-icon-youtube:before {
  content: '\e836';
}
.td-icon-share:before {
  content: '\e829';
}
.td-icon-down:before {
  content: '\e801';
}
.td-icon-left:before {
  content: '\e802';
}
.td-icon-right:before {
  content: '\e803';
}
.td-icon-up:before {
  content: '\e804';
}
.td-icon-flickr:before {
  content: '\e819';
}
.td-icon-facebook:before {
  content: '\e818';
}
.td-icon-googleplus:before {
  content: '\e81b';
}
.td-icon-pinterest:before {
  content: '\e825';
}
.td-icon-paypal:before {
  content: '\e823';
}
.td-icon-behance:before {
  content: '\e811';
}
.td-icon-mail-2:before {
  content: '\e820';
}
.td-icon-search:before {
  content: '\e80a';
}
.td-icon-user:before {
  content: '\e80b';
}
.td-icon-category:before {
  content: '\e80e';
}
.td-icon-mail-1:before {
  content: '\e810';
}
.td-icon-delicious:before {
  content: '\e813';
}
.td-icon-stumbleupon:before {
  content: '\e82f';
}
.td-icon-grooveshark:before {
  content: '\e838';
}
.td-icon-forrst:before {
  content: '\e81a';
}
.td-icon-digg:before {
  content: '\e815';
}
.td-icon-spotify:before {
  content: '\e82c';
}
.td-icon-reddit:before {
  content: '\e827';
}
.td-icon-dribbble:before {
  content: '\e816';
}
.td-icon-evernote:before {
  content: '\e817';
}
.td-icon-linkedin:before {
  content: '\e81f';
}
.td-icon-vk:before {
  content: '\e837';
}
.td-icon-skype:before {
  content: '\e82a';
}
.td-icon-twitter:before {
  content: '\e831';
}
.td-icon-vimeo:before {
  content: '\e832';
}
.td-icon-yahoo:before {
  content: '\e835';
}
.td-icon-myspace:before {
  content: '\e821';
}
.td-icon-steam:before {
  content: '\e82e';
}
.td-icon-lastfm:before {
  content: '\e81e';
}
.td-icon-tumblr:before {
  content: '\e830';
}
.td-icon-stackoverflow:before {
  content: '\e82d';
}
.td-icon-blogger:before {
  content: '\e812';
}
.td-icon-deviantart:before {
  content: '\e814';
}
.td-icon-wordpress:before {
  content: '\e834';
}
.td-icon-mobile:before {
  content: '\e80d';
}
.td-icon-views:before {
  content: '\e805';
}
.td-icon-soundcloud:before {
  content: '\e82b';
}
.td-icon-star:before {
  content: '\e80f';
}
.td-icon-star-empty:before {
  content: '\e839';
}
.td-icon-star-half:before {
  content: '\e83a';
}
.td-icon-related-left:before {
  content: '\e83b';
}
.td-icon-close:before {
  content: '\e83c';
}
.td-icon-read-down:before {
  content: '\e83d';
}
.td-icon-close-mobile:before {
  content: '\e900';
}
.td-icon-modal-back:before {
  content: "\e901";
}
.td-icon-modal-close:before {
  content: "\e902";
}
.td-icon-dailymotion:before {
  content: '\e908';
}
.td-icon-twitch:before {
  content: '\e909';
}
.td-icon-xing:before {
  content: '\e90a';
}
.td-icon-ebay:before {
  content: '\e90b';
}
.td-icon-telegram:before {
  content: '\f2c6';
}
.td-icon-plus:before {
  content: '\ea0a';
}
.td-icon-minus:before {
  content: '\ea0b';
}
.td-icon-mail:before {
  content: '\e810';
}
.td-icon-print:before {
  content: '\f02f';
}
.td-icon-whatsapp:before {
  content: '\f232';
}
.td-icon-line:before {
  content: '\e906';
}
.td-icon-viber:before {
  content: '\e907';
}
.td-icon-video-thumb-play:before {
  content: '\e903';
}
.td-icon-naver:before {
  content: "\e9d3";
}
.td-icon-discord:before {
  content: "\e905";
}
.td-icon-insta-carousel:before {
  content: "\e904";
}
.td-icon-menu-down {
  position: relative;
  top: 0;
  font-size: 8px;
  padding-left: 3px;
}
/*  ----------------------------------------------------------------------------
    WordPress default widgets
*/
.widget {
  padding: 0 19px 0 20px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget {
    padding: 0 17px 0 17px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 0 10px 0 10px;
  }
}
.widget a {
  color: #222222;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget li {
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget select {
  max-width: 100%;
}
.widget .block-title {
  margin-left: 0;
  margin-top: 21px;
  margin-bottom: 7px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget .block-title {
    margin-top: 17px;
  }
}
.archive .widget_archive .current,
.archive .widget_archive .current a {
  color: #4db2ec;
}
.widget_archive a span {
  float: right;
}
.widget_archive select {
  display: block;
  width: 100%;
  margin: 12px 0 22px 0;
}
.widget_calendar {
  margin-bottom: 14px;
}
.widget_calendar table {
  width: 100%;
  text-align: center;
}
.widget_calendar th {
  text-align: center;
}
.widget_calendar td {
  padding: 8px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_calendar td {
    padding: 5px 0;
  }
}
.widget_calendar #today {
  background-color: #e6e6e6;
  font-weight: bold;
  color: #000000;
}
.widget_calendar caption {
  font-weight: bold;
  padding-bottom: 10px;
}
.widget_calendar thead tr {
  border-bottom: 1px dashed #f1f1f1;
  margin: 10px 0 10px 0;
  line-height: 34px;
}
.widget_calendar tfoot td {
  border: none;
}
.widget_calendar tfoot #prev {
  text-align: left;
}
.widget_calendar tfoot #next {
  text-align: right;
}
.widget_calendar tfoot a {
  background-color: #444444;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  padding: 2px 15px;
  font-weight: bold;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.widget_calendar tfoot a:hover {
  background-color: #4db2ec;
  color: #ffffff;
}
.widget_calendar .block-title {
  margin-bottom: 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_calendar .block-title {
    margin-bottom: 8px;
  }
}
.widget_categories a span {
  float: right;
}
.widget_categories li > ul {
  margin-left: 21px;
}
.widget_categories select {
  display: block;
  width: 100%;
  margin: 12px 0 22px 0;
}
.widget_nav_menu a span {
  float: right;
}
.widget_nav_menu li > ul {
  margin-left: 21px;
  box-shadow: none;
}
.widget_pages li > ul {
  margin-left: 21px;
}
.widget_recent_comments {
  margin-bottom: 16px;
}
.widget_recent_comments li {
  margin: 0 0 10px 0 !important;
  line-height: 21px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #f1f1f1;
}
.widget_recent_comments li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget_recent_comments li a:last-child {
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
}
.widget_recent_comments .block-title {
  margin-bottom: 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_recent_comments .block-title {
    margin-bottom: 8px;
  }
}
.vc_wp_recentcomments .block-title {
  margin-top: 20px;
}
.td_wp_recentcomments {
  margin-bottom: 16px;
}
.td_wp_recentcomments .recentcomments {
  margin: 0 0 10px 0 !important;
  line-height: 21px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #f1f1f1;
  display: list-item;
  list-style: none;
}
.td_wp_recentcomments .recentcomments .comment-author-link a,
.td_wp_recentcomments .recentcomments a {
  font-style: italic;
  font-size: 11px;
  font-weight: bold;
  color: #222;
}
.td_wp_recentcomments .td-block-span12:last-child .recentcomments {
  border-bottom: 0;
  padding-bottom: 0;
}
.td_wp_recentcomments .block-title {
  margin-bottom: 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td_wp_recentcomments .block-title {
    margin-bottom: 8px;
  }
}
.widget_recent_entries {
  margin-bottom: 5px;
}
.widget_recent_entries li {
  display: block;
  margin-bottom: 4px !important;
  padding-bottom: 7px;
  border-bottom: 1px dashed #f1f1f1;
}
.widget_recent_entries li:last-child {
  border-bottom: none;
}
.widget_recent_entries li:last-child .post-date {
  margin-bottom: 5px;
}
.widget_recent_entries li a {
  display: block;
  line-height: 21px;
}
.widget_recent_entries .block-title {
  margin-bottom: 11px;
}
.widget_recent_entries .post-date {
  display: block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #b5b5b5;
  font-style: italic;
}
.widget_search {
  margin-bottom: 19px;
  margin-top: 21px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.widget_search .td-widget-search-input {
  width: 95%;
}
.widget_search .block-title {
  margin-bottom: 19px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_search .block-title {
    margin-bottom: 15px;
  }
}
.widget_search .wpb_button {
  margin: 0 !important;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_search .wpb_button {
    margin: 0 17px 0 0;
  }
}
@media (max-width: 767px) {
  .widget_search .wpb_button {
    margin: 0 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_search {
    margin: 17px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .widget_search {
    margin: 17px 0 15px 0;
  }
}
.widget_tag_cloud .block-title {
  margin-bottom: 20px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_tag_cloud .block-title {
    margin-bottom: 16px;
  }
}
.widget_tag_cloud a {
  border: 1px solid #e6e6e6;
  display: inline-table;
  line-height: 1;
  margin-bottom: 3px;
  padding: 5px 8px;
  vertical-align: middle;
  border-color: #e6e6e6;
  -o-transition: none;
  -moz-transition: none;
  -khtml-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.widget_tag_cloud a:hover {
  border-color: #4db2ec;
}
.widget_rss {
  margin-bottom: 8px;
}
.widget_rss .block-title {
  margin-bottom: 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_rss .block-title {
    margin-bottom: 8px;
  }
}
.widget_rss .block-title a:first-child {
  display: none;
}
.widget_rss .block-title .rsswidget {
  color: #ffffff;
  line-height: 16px;
}
.widget_rss li {
  margin-bottom: 4px;
  border-bottom: 1px dashed #f1f1f1;
}
.widget_rss li:last-child {
  border-bottom: none;
}
.widget_rss .rsswidget {
  display: table;
  line-height: 21px;
}
.widget_rss .rss-date,
.widget_rss cite {
  display: inline-block;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #b5b5b5;
  font-style: italic;
  position: relative;
  top: -5px;
}
.widget_text {
  margin-bottom: 16px;
}
.widget_text ul {
  margin-bottom: 21px;
}
.widget_text ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 24px;
}
.widget_text ol {
  margin-bottom: 21px;
}
.widget_text ol li {
  list-style-type: decimal;
  margin: 0 0 0 21px;
  line-height: 24px;
}
.widget_text a {
  color: #4db2ec;
}
.widget_text a:hover {
  text-decoration: underline !important;
}
.widget_text .block-title {
  margin-bottom: 12px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .widget_text .block-title {
    margin-bottom: 8px;
  }
}
.widget_media_video .block-title,
.widget_media_audio .block-title,
.widget_media_image .block-title {
  margin-bottom: 20px;
}
/*  ----------------------------------------------------------------------------
     Contact Form 7
*/
.wpcf7-text {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #444444;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 100%;
  height: 34px;
  padding: 3px 9px 3px 9px;
}
.wpcf7-text:active,
.wpcf7-text:focus {
  border-color: #999999;
}
.wpcf7 {
  padding: 20px 19px 20px 20px !important;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .wpcf7 {
    padding: 20px 10px 20px 10px !important;
  }
}
/*  ----------------------------------------------------------------------------
     Jetpack
*/
.sharedaddy .sd-content ul {
  margin: 0px !important;
  padding: 0px !important;
}
.sharedaddy li:before {
  content: '' !important;
}
.td-page-content .sharedaddy,
.page-template-page-pagebuilder-latest-php .sharedaddy {
  padding: 0px 19px 12px 20px;
  border-top: 1px solid #e6e6e6;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1023px) {
  .td-page-content .sharedaddy,
  .page-template-page-pagebuilder-latest-php .sharedaddy {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media (max-width: 767px) {
  .td-page-content .sharedaddy,
  .page-template-page-pagebuilder-latest-php .sharedaddy {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-template-page-pagebuilder-latest-php .sharedaddy {
  border-left: 1px solid #e6e6e6;
}
/*  ----------------------------------------------------------------------------
     Revolution slider
*/
.page-template-page-pagebuilder-title-php .rev_slider ul {
  padding-left: 0;
}
.rev_slider_wrapper {
  z-index: 1;
}
@media print {
  html,
  body {
    background-color: #FFF;
    color: #000;
    margin: 0px;
    padding: 0px;
  }
  img {
    max-width: 100%;
    display: block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  ul,
  ol,
  li {
    page-break-inside: avoid;
  }
  table,
  tr,
  td {
    page-break-before: avoid;
  }
  .single-post #td-theme-settings,
  .single-post .td-header-top-menu,
  .single-post .td-header-menu-wrap,
  .single-post .td-header-sp-rec,
  .single-post .td-main-sidebar,
  .single-post .td-post-source-tags,
  .single-post .td-post-sharing,
  .single-post .td-post-next-prev,
  .single-post .td_block_related_posts,
  .single-post #comments,
  .single-post .td-footer-container,
  .single-post .td-sub-footer-container,
  .single-post .entry-crumbs,
  .single-post .td-category,
  .single-post .td-post-views,
  .single-post .td-post-comments,
  .single-post .td-scroll-up,
  .single-post iframe,
  .single-post .td-more-articles-box {
    display: none !important;
  }
  .backstretch {
    display: none;
  }
  .td-main-content,
  header {
    width: 80% !important;
  }
  .td-pb-row [class*="td-pb-span"] {
    border: 0px !important;
  }
}
/*  ----------------------------------------------------------------------------
    sub-footer
*/
.td-sub-footer-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #222;
  z-index: 0;
  /* responsive portrait phone */
}
.td-sub-footer-container:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #e6e6e6;
  z-index: 0;
}
@media (max-width: 767px) {
  .td-sub-footer-container {
    text-align: center;
  }
}
.td-sub-footer-container a {
  color: #222;
  padding: 0 10px;
}
.td-sub-footer-container a:hover {
  color: #4db2ec;
}
.td-sub-footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container ul {
    margin-bottom: 6px;
  }
}
.td-sub-footer-container li {
  display: inline-block;
  position: relative;
  zoom: 1;
}
.td-sub-footer-container li:last-child a {
  padding-right: 0;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container li:last-child a {
    padding-right: 10px;
  }
}
.td-sub-footer-container li:first-child a:before {
  display: none;
}
.td-sub-footer-container .td-pb-span4,
.td-sub-footer-container .td-pb-span8 {
  border-left: none;
}
.td-sub-footer-container.td-container {
  border-bottom: none;
}
.td-sub-footer-container .td-pb-row {
  overflow: visible;
}
.td-sub-footer-copy {
  line-height: 24px;
}
.td-sub-footer-menu {
  text-align: right;
  /* responsive portrait phone */
}
@media (min-width: 1023px) and (max-width: 1120px) {
  .td-sub-footer-menu {
    padding-right: 42px;
  }
}
@media (min-width: 767px) and (max-width: 860px) {
  .td-sub-footer-menu {
    padding-right: 42px;
  }
}
@media (max-width: 767px) {
  .td-sub-footer-menu {
    text-align: center;
  }
}
.td-sub-footer-menu li {
  text-align: left;
}
.td-sub-footer-menu li:hover .sub-menu {
  display: table;
  position: absolute;
  bottom: 10px;
}
.td-sub-footer-menu li ul {
  background-color: #ffffff;
  display: none;
  position: relative;
  bottom: 22px !important;
  left: 0 !important;
  border-bottom: 3px solid #000000;
  list-style: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.td-sub-footer-menu li ul a {
  font-family: 'Open Sans', arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 28px;
  display: block;
  text-transform: none;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.td-sub-footer-menu li ul a:hover {
  color: #4db2ec;
}
.td-sub-footer-menu li ul a:before {
  display: none;
}
/* Sub Footer Menu */
.td-sub-footer-container .td-sub-footer-menu {
  float: right;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .td-sub-footer-container .td-sub-footer-menu {
    float: none;
  }
}
.tagdiv-theme-menu ul {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.tagdiv-theme-menu .sf-menu > .menu-item-has-children a {
  padding-right: 31px;
}
.tagdiv-theme-menu .menu-item-has-children > a:before {
  content: '\e806';
  font-family: 'newsmag', sans-serif;
  position: absolute;
  font-size: 9px;
  right: 13px;
}
.tagdiv-theme-menu .menu-item:hover > a {
  background-color: #fff;
  color: black;
  z-index: 999;
}
.tagdiv-theme-menu .menu-item:hover > ul {
  visibility: visible;
}
.tagdiv-theme-menu .menu-item ul {
  top: auto;
}
.tagdiv-theme-menu .menu-item a {
  position: relative;
  display: block;
}
.tagdiv-theme-menu .sub-menu .sub-menu {
  top: -11px;
  left: 100%;
  z-index: 1000;
}
.tagdiv-theme-menu .sub-menu .menu-item:first-child > ul {
  top: 0;
}
.tagdiv-theme-menu .sub-menu .menu-item:hover > a {
  color: #4db2ec;
}
.tagdiv-theme-menu .sub-menu a {
  white-space: nowrap;
  padding: 7px 32px 8px 24px;
  font-size: 12px;
  color: #111;
  line-height: 21px;
}
.tagdiv-theme-menu .sub-menu .menu-item-has-children > a:before {
  content: '\e808';
}
.tagdiv-small-theme .td-header-style-0 .td-header-sp-logo {
  text-align: center;
  margin: 20px 0;
}
.tagdiv-small-theme .td-sub-footer-container {
  z-index: 1;
}
.tagdiv-small-theme .td-menu-background,
.tagdiv-small-theme .td-search-background {
  visibility: visible;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .tagdiv-small-theme .td-menu-background,
  .tagdiv-small-theme .td-search-background {
    -webkit-transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
.tagdiv-small-theme.single .instagram-media {
  max-width: 100% !important;
}
.tagdiv-small-theme #td-mobile-nav .td-mobile-content {
  padding-top: 74px;
}
.tagdiv-small-theme #td-mobile-nav .menu-item {
  position: relative;
}



























@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800|Lato:400,400i,700,700i,900");



body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img {
   
    opacity: 1 !important;
}

.td-post-sharing {  
   opacity: 1 !important;
}

.klasasliderdesk {
	margin-top: 20px;
}

.rekalnje img {
	 
	position: fixed !important;
   margin-left: calc(50vw - 720px );
	top: 73px;
	height: 480px;
	width: 128px;
	
}


.rekalnjedjathtas img {
	 position: fixed !important;
   
	top: 73px;
	margin-left: calc(50vw + 575px );
	height: 480px;
	width: 128px;
	
}

.swiper-slide {
margin-top: 10px !important;
  
}


.wp-spaios-slider.slidesjs {
    visibility: visible !important;
    display: block !important;
}


@media (max-width: 1530px) {
	.rekalnjedjathtas img, .rekalnje img {
		
		display: none;
	} 
	
	
}


/*zmadhimi filloi */

@media (min-width: 1531px) {
	.tdc-content-wrap {
    transform: scale(1.05);
    -webkit-transform-origin-y: top;
		 margin-bottom: 272px;
}

.td-post-template-default {
    transform: scale(1.05);
    -webkit-transform-origin-y: top;
}

.td-category-container{
transform: scale(1.05);
    -webkit-transform-origin-y: top;
   margin-bottom: 121px;
}

#td-outer-wrap {
   overflow-y: hidden;
}

.rekshirittre img {
 margin-bottom: 200px !important;
}

	
.rekalnje img {
    margin-left: calc(50vw - 733px ); 
}

.rekalnjedjathtas img {
   
    margin-left: calc(50vw + 589px );
    
}
	.td-header-style-5 .td-main-menu-logo {

    margin-left: -24px;
}
	
	
.td-icon-search:before { 
margin-left: 33px !important;

}


.sf-menu > li > a    {
 padding: 0 20px 0 21px !important;
}

	.sf-menu {

    margin-right: 0px !important;

	}
	
	.td_category_template_1 .td-category-header .td-container {
   width: 1125.5px;
}
	.td-modal-image img {
    margin-bottom: 14px !important;
}

.td-post-content p, .mce-content-body p, .wpb_text_column p, .comment-content p {

    font-size: 1.035rem !important;
 
}
	
	.kpolnje .entry-title, .kpoldy .entry-title, .kpoltre .entry-title, .kkronje .entry-title, .kkrody .entry-title {
    
    font-size: 16.9px !important;
   
}
	
	.landpnje .td-block-span12:nth-last-of-type(n):before {
background-color: #6a6a6a !important;
}


.landpnje:after {
    background-color: #6a6a6a !important;
   
}
	
	
	
	
	.ktopsnje .td_module_8 .entry-title {
   letter-spacing: -.028em !important;   
}
	.kmrsidb .entry-title {
   letter-spacing: -.046em !important;
	}
	
	.kpostposhnje .entry-title, .kpostposhdy .entry-title, .ktefundnje .entry-title, .ktefunddy .entry-title {
   letter-spacing: -0.030em !important;
   
}
	
	.landpnje .entry-title {
 letter-spacing: -.032em !important;
   }

.kmrnje .entry-title {
    letter-spacing: -.0435em !important;
    }





.kshownje .entry-title, .ksponje .entry-title {

    font-size: 16px !important;   
}


.kshennje .entry-title, .kteknje .entry-title {

    line-height: 1.56 !important;
    letter-spacing: -.04px !important;
   
}


.kekonje .entry-title, .kbotnje .entry-title, .kturnje .entry-title, .kturdy .entry-title, .kkurnje .entry-title, .kkurdy .entry-title {
   
    margin-left: -1px;
    padding-left: 1px;
}
	
	
	
	
}


/*zmadhimi mbaroi */















.titullilp{
    display: inline-block;
    font-family: Arial, sans-serif;
    
    font-weight: 700;
    color: #fff;
    background-color: #012e5d;
    text-align: center;
	padding-top: 15px;
	font-size: 14.6px;
    line-height: 16px;
	margin-top: 20px;
  width: 335px;
    height: 46.6px;
    margin-bottom: -15px;
    margin-left: 3px;
	letter-spacing: .015em;
	
}

.landpnje.td_block_8 {
    margin-top: 1px;
}


.td-category-container .td-pb-padding-side {
  margin-bottom: 12px;
}

.wp-spaios-slider .slidesjs-navigation.slidesjs-play {
    left: 20%;
   top: 30%;
    background-size: 15px 26px;
}

.td-main-sidebar .td-ss-main-sidebar {
    margin-top: 27px !important;
}

.td-category-container .td-ss-main-sidebar {
    margin-top: 23px !important;
}

.category .td-big-grids {
    border: none;
    margin-left: 19px;
}

.td-subcategory-header {
    min-height: 15px;
    position: relative;
}

.td-category-pulldown-filter.td-wrapper-pulldown-filter {
  
   display: none;
}


.wp-spaios-slider .slidesjs-pagination li a {

padding-top: 3px !important;
    background-color: #343434 !important;
    float: left;
    overflow: hidden;
    border-radius: 1% !important;
    width: 66px !important;
    height: 40px !important;
    color: #FFF !important;
    display: block;
    font-size: 18px;
    line-height: 39px;
    text-indent: 1px;
    font-family: "Gilroy Black",sans-serif;
}


.wp-spaios-slider .slidesjs-pagination li a:hover{
	cursor: pointer;
	color: #FFF;
	 background-color: #dc0024 !important;
}


.wp-spaios-slider .slidesjs-pagination {
    list-style: none;
    
    text-align: center;
    margin-top: 0px !important;
	background-color: #343434;
	height: 40px;
}


.wp-spaios-slider .slidesjs-pagination li a {
    
	 counter-increment: tefunditcounterlist;
}


.wp-spaios-slider.slidesjs .responsive-slide img {
    width: 663px !important;
    max-width: 663px !important;
    height: 372px !important;
    object-fit: cover;
	overflow-y: hidden;
	position: absolute !important;
}

.kolslideri.td-pb-span8 {
    width: 700px;
	
}

.wp-spaios-slider.slidesjs {
    visibility: visible !important;
    display: block !important;
}


.kollandpnje.wpb_column {
    position: relative;
    width: 357px;
	
	
}

.wp-spaios-slider .slidesjs-pagination li a.active {
    
    background-color: #dc0024 !important;
}

.wp-spaios-slider .slidesjs-pagination li {
    display: inline-block;
    margin: 0 0px !important;
    margin-left: 0px !important;
	
}

.landpnje .meta-info {
	display: none !important;
	
}

.landpnje .entry-thumb {
    width: 112px;
    height: 68px !important;
	  min-height: 68px !important;
	margin-top: 1px;
}



.landpnje .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 18px;
    
}


.landpnje .item-details {
    margin-right: 115px !important;
    margin-bottom: 0px !important;
    min-height: 70px !important;
}

.landpnje .td-block-span12:nth-last-of-type(n):before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.938rem;
    height: 0.06rem;
    margin-top: -9px;
    margin-left: -17px;
}

.landpnje .td-block-span12:nth-last-of-type(1):before {
	margin-top: -10px;

}

.landpnje .td-block-span12:nth-last-of-type(2):before {
	margin-top: -10px;
	
}
.landpnje .td-block-span12:nth-last-of-type(5):before {
	margin-top: -10px;
	
}



.landpnje:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.938rem;
    height: 0.06rem;
    margin-top: -8px;
    margin-left: 4px;
    margin-right: 20px;
}

.landpnje .entry-title {
    font-size: 16.9px;
    line-height: 23.1px;
    font-weight: 800;
    color: #122225;
    letter-spacing: -.031em; 
    font-family: Lato,sans-serif;
    
    margin-left: -18px;
    margin-right: 2px;
    
}


.wp-spaios-slider.slidesjs .slidesjs-caption, .wp-spaios-slider.slidesjs .wp-spaios-content-wrp {
    background-color: rgba(1, 1, 1, 0.7) !important;
 top: 83.7% !important;
	padding: 0px 0px !important;
    height: fit-content;
	position: absolute !important;
	text-align: center;
   vertical-align: middle;
}


.wp-spaios-slider-wrap .wp-spaios-title {
    margin-top: 0px !important;
    font-size: 18.8px !important;
    font-weight: 700;
    line-height: 35.5px;
	vertical-align: middle;
    text-align: center;
    height: 122px;
	 padding-left: 30px;
	padding-right: 30px;
}

.wp-spaios-slider-wrap .wp-spaios-title a { 

		color: #ffffff;
		display: grid;
   height: 100%;
    place-items: center center;
    vertical-align: middle;
    text-align: center
}


.rowlandpnje .wpb_column {
    position: relative;
    margin-top: -3px !important;
}



.krowpol .wpb_column {
    position: relative;
    margin-top: -6px;
}






















/*
@import url("https://fonts.googleapis.com/css?family=Helvetica Neue:300,400,600,700,800");
*/












@media (min-width: 1024px) {
	
		
	.tbrowep, .tbrowshirit, .tbrowed, .tbkrowpol, .tbkrowmr, .tbkrowkro, .tbkroweko, .tbkrowrek, .tbkrowshow, .tbkrowspo, .tbkrowtek, .tbkrowtur, .tbkrowkur{
		display: none !important;
	}
	
	
	
	.mokrowlp, .mokrowpol, .mokrowkro, .mokrowmr, .mokroweko, .mokrowshow, .mokrowspo, .mokrowtek, .mokrowtur{
		display: none !important;
	}
	
	.klasamrvetemtab {
		display: none !important;
	}
	
	.klogofutermobile {
		display: none !important;
	}
	
}

.td_block_big_grid .td-big-thumb {
   width: 531px; 
}
 
.category .td-big-grids {
    
    margin-left: 21px;
}

 .td_module_10:nth-last-of-type(n+1):after {
    content: '';
    position: absolute;
    background-color: #cccccc;
    width: 690px;
    height: 1px;
    margin-top: -16px;
    margin-left: 0px;
}

.td-category-container .td-ss-main-content:before {
    content: '';
    position: absolute;
    background-color: #cccccc;
    width: 690px;
    height: 0.06rem;
    margin-top: 23px;
    margin-left: 20px;
    margin-right: 20px;
}




.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 15px;
   margin-top: 6px;
    margin-bottom: 8px;
	  line-height: 20.5px;
	 font-family: Muli, sans-serif;
	font-weight: 800;
}

.td-grid-style-1 .td-big-thumb .entry-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 6px;
    margin-bottom: 7px;
    font-family: Muli, sans-serif;
}

.td_module_10 .td-excerpt {
    margin-top: -6px;
}


.reksidemobile img {
	display: none;
}

.krowedy .wpb_column {
    position: relative;
    margin-bottom: -24px;
}


.krowpol .wpb_column {
    position: relative;
    margin-bottom: -22px;
}


.krowkro .wpb_column {
    position: relative;
    margin-bottom: -7px;
}



.kroweko .wpb_column {
    position: relative;
    margin-bottom: -9px;
}

.krowrekhornje .wpb_column {
    position: relative;
    margin-bottom: -30px;
}

.krowspo .wpb_column {
    position: relative;
    
	  margin-bottom: -2px;
}


.krowrekhordy .wpb_column {
    position: relative;
    margin-bottom: -7px;
}

.krowtur .wpb_column {
    position: relative;
    margin-bottom: -15px;
}

.krowkur .wpb_column {
    position: relative;
    margin-bottom: -15px;
}


.td-post-sharing {
   margin-bottom: -20px;
}


/*
.td-pb-row [class*="td-pb-span"], .td-pb-border-top, .page-template-page-title-sidebar-php .td-page-content > .wpb_row:first-child, .td-post-sharing, .td-post-content, .td-post-next-prev, .author-box-wrap, .td-comments-title-wrap, .comment-list, .comment-respond, .td-post-template-5 header, .td-container, .wpb_content_element, .wpb_column, .wpb_row, .white-menu .td-header-container .td-header-main-menu, .td-post-template-1 .td-post-content, .td-post-template-4 .td-post-sharing-top, .td-header-style-6 .td-header-header .td-make-full, #disqus_thread, .page-template-page-pagebuilder-title-php .td-page-content > .wpb_row:first-child, .td-footer-container:before {
    border-color: #ED581C;
	
	  
}

.td-pb-row [class*="td-pb-span"], .td-pb-border-top, .page-template-page-title-sidebar-php .td-page-content > .wpb_row:first-child, .td-post-sharing, .td-post-content, .td-post-next-prev, .author-box-wrap, .td-comments-title-wrap, .comment-list, .comment-respond, .td-post-template-5 header, .td-container, .wpb_content_element, .wpb_column, .wpb_row, .white-menu .td-header-container .td-header-main-menu, .td-post-template-1 .td-post-content, .td-post-template-4 .td-post-sharing-top, .td-header-style-6 .td-header-header .td-make-full, #disqus_thread, .page-template-page-pagebuilder-title-php .td-page-content > .wpb_row:first-child, .td-footer-container:after {
    border-color: #ED581C;
	  
	
}


.td-main-content:before {
     content: ''; 
    position: absolute; 
     background-color: #4DB2EC; 
     top: 0; 
     width: 5px; 
     height: 100%; 
    display: block; 
    right: -1px; 
}
*/

.td-container-border:after {
    position: absolute;
    bottom: 0;
    right: 0;
    
    content: '';
    height: 100%;
    width: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e6e6e6;
    z-index: -1;
	  display: none;
	
}
.td-main-content:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 1px;
    height: 100%;
    display: none;
    right: -1px;
}

.td-container-border:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 1px;
    height: 10%;
    display: none !important;
    
}

.td-pb-row [class*="td-pb-span"] {
    display: block;
    min-height: 1px;
    float: left;
    margin-left: 0;
     border-left: 0px solid #e6e6e6; 
}



.td-pb-border-top, .page-template-page-title-sidebar-php .td-page-content > .wpb_row:first-child, .td-post-sharing, .td-post-content, .td-post-next-prev, .author-box-wrap, .td-comments-title-wrap, .comment-list, .comment-respond, .td-post-template-5 header, .td-container, .wpb_content_element, .wpb_column, .wpb_row, .white-menu .td-header-container .td-header-main-menu, .td-post-template-1 .td-post-content, .td-post-template-4 .td-post-sharing-top, .td-header-style-6 .td-header-header .td-make-full, #disqus_thread, .page-template-page-pagebuilder-title-php .td-page-content > .wpb_row:first-child, .td-footer-container:before {
    border-color: #ED581C;
	border: none !important;
	
	  
}


/*kot prove posht */

.td-pb-row .wpb_column:before {
    content: '';
    position: absolute;
    background-color: #e60808;
    top: 0;
    width: 1px;
    height: 100%;
    display: none;
    right: -1px;
}


.prove .td-pb-span4:nth-last-of-type(3):after {
    content: '';
    position: absolute;
    background-color: #d40909;
    top: 0;
    width: 1px;
    height: 100%;
    display: none;
    right: -341px;
}



.prove .td-pb-span4:nth-last-of-type(1):after {
    content: '';
    position: absolute;
    background-color: #d40909;
    top: 0;
    width: 1px;
    height: 100%;
    display: none;
    right: -341px;
}

/*blloku i pare 

.kkolep {
	width: 556px;
}

.kkoled {
	width: 424px;
}

*/

.td_module_wrap:hover .entry-title a, .td_mod_mega_menu:hover .entry-title a {
    color: #111111;
}


.kkolep {
	width: 576px;
}

.kkoled {
	width: 444px;
	
}

.klp .td-block-span12 {
  
    padding-right: 0px;
}

.klp img {
	   width: 535px;
    height: 331px;
	  max-width: 535px;


}

.klp .entry-thumb {
    display: block;
    width: 550px;
    
}

.klp .td-module-comments a {
   
    display: none;
}


.klp .meta-info {
	display: none;
}

/* prove me e regullu klp nje */

.klp .entry-title {
	
	margin: 0 0 9px 0;
   
    font-size: 19px;
    line-height: 25px;
    color: #000000;
	  padding-left: 5px;
	margin-top: -5px;
	font-weight: 800;
	font-family: Lato, sans-serif;
	
}



.klp a {
      
	
	  color: #000000;
	  
}







.kldy .td-column-1 .td-block-span12:nth-child(odd) {
    clear: both;
    padding-right: 1px;
	
	  
}

.kldy .td-column-1 .td-block-span12:nth-child(even) {
    
    padding-left: 6px;
}

.kldy .td-column-1 .td-block-span12 .entry-thumb {
    min-height: 123px !important;
    height: 123px;
    width: 208px;

}


.kldy a {
    
    
   
   
    color: #000000;
	  


}

/*me ul titullin poshte */ 
.kldy .entry-title {
	
	 font-size: 15px;
 	 font-weight: 800;
    letter-spacing: -.015em;
	margin-top: 6px; 
	 line-height: 20px;
	font-family: Lato, sans-serif;
}


/*kltre blloku posht */

.kltre .td-column-1 .td-block-span12:nth-child(odd) {
    clear: both;
    padding-right: 1px;
	  
}


.kltre .td-column-1 .td-block-span12:nth-child(even) {
    
    padding-left: 6px;
}







.kltre .td-column-1 .td-block-span12 .entry-thumb {
    min-height: 123px !important;
    height: 123px;
    width: 208px;

}


.kltre a {
    
  
    color: #000000;
	  


}

/*me ul titullin poshte */ 
.kltre .entry-title {
 
 	 font-weight: 800;
    letter-spacing: -.015em;
  font-size: 15px;
	 line-height: 20px;
	margin-top: 6px; 
		font-family: Lato, sans-serif;
}

.kltre.td_block_16{

    padding-top: 1px;
	  
}
/*me i bo fotot ne te njeten linje poshte vec reg nxt time me klasat */ 
.kldy.td_block_16 .td-column-1 .td_module_mx4 {
    padding-bottom: 15px;
}


/*regullimi i fundit me e cu 2 piksel lart */ 

.kltre .td-block-span12 {
    
    margin-top: 0px;
}



/*pj poshte landing page foto */ 

.fotoshlp.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
	  height: 12px;
	  margin-left: 20px;
	  margin-right: 18px;
	 margin-top: -7px;
	 
    filter: brightness(98%);
	
}



/*tre fotot posht*/ 

.bdyknje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #b2b3b6;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
    top: 4px;
}



.bdyknje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    width: 890px;
    height: 15px;
    margin-left: 10px;
    margin-bottom: 1px;
    filter: brightness(93%);
}






.bdyknje  .entry-thumb {
    width: 120px;
    height: 68px !important;
}

.bdyknje .entry-thumb {
    min-height: 68px;
}






.bdyknje .entry-title {
	 
    font-weight: 800;
    
     margin: 0 -15px 7px 0;
    margin-left: 16px;
	  
	
    font-size: 16.8px;
    line-height: 23px;
    color: #122225;
	letter-spacing: -.045em;
	  margin-top: 0px;
	 font-family: Lato,sans-serif;
    
}


.bdyknje .entry-date {
    position: relative;
    display: none;
}



.bdyknje .td-block-span4:nth-last-child(3) {
    width: 340px;
    padding-left: 24px;
    padding-right: 20px;
}


.bdyknje .td-block-span4:nth-last-child(2) {
    width: 340px;
    padding-left: 12px;
    padding-right: 20px;
}

.bdyknje .td-block-span4:nth-last-child(1) {
    width: 340px;
    padding-left: 0px;
    padding-right: 20px;
}




.bdyknje.td_block_7 {
position: relative;
    padding-top: 16px;
	  margin-top: -30px;
}




/*mbarun trre fotot lart*/

/*headeri*/


.td-header-main-menu {
    background-color: #012e5d;
    position: relative;
    z-index: 3;
    height: 55px;
	  border-top: 3px solid #C20017;

}


.td-header-style-5 .td-top-menu-full {
    background-color: #C20017;
}



.td-main-menu-logo img {
    max-height: 60px;
    margin: 0 0px !important;
    vertical-align: middle;
    display: inline-block;
    padding-right: 18px;
    padding-bottom: 0px;
	  
}




/*lev txt*/

/* e hoqa pad  padding: 2px 20px 20px 20px; */

.sf-menu > li > a {
   
     line-height: 50px;
    font-size: 14.6px;
    color: #fff;
    font-weight: 600;
    font-family: Arial,sans-serif;
    text-transform: capitalize;
	  padding: 0 19px 0 19px;
    -webkit-backface-visibility: hidden;
}



.sf-menu .td-menu-item > a {
    display: block;
    position: relative;
    margin-top: 3px;
	margin-right: -6px;
}


    
.sf-menu .td-menu-item:nth-child(n+3) {
    margin-left: 3px;
}





/*ikona e search  */

.td-icon-search:before {

    content: "";
    display: inline-block;
    background: url(/img/searchperheader.png) no-repeat;
    width: 31px;
    height: 29px;
    margin-left: 9px;
    margin-right: 5px;
	  margin-top: -5px;
    background-size: 33px;

}















/*lev txt mbaroi headeri e levizja e teksti */


/*row i politkes*/

.kkolpol {
	width: 747px;
}

/*mbase plus dy*/
.kkolrek{
	width: 273px;
}


.kpolnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 608px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(93%);
}


.kpolnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    font-weight: 800;
    color: #b2b3b6;
   background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.kpolnje img {
	max-width: 228px;

}


.kpolnje .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kpolnje .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kpolnje .td-module-thumb .entry-thumb {
    display: block;
    width: 232px;
	  max-width: 232px;
    height: 130px;
}

.kpolnje a {
     
    color: #122225;
	  


}

.kpolnje .entry-title {
    
    
    width: 228px;
	  color: #122225;

	 
font-family: Lato,sans-serif;
	font-size: 16.8px;
    line-height: 23px;
    font-weight: 800;
    padding: 0;
    letter-spacing: -.045em;
	 height: 61px;
  margin-top: 6px !important;
	   
	 
}


/* politika tre fotot e dyta*/



.kpoldy img {
	max-width: 228px;

}


.kpoldy .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kpoldy .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kpoldy .td-module-thumb .entry-thumb {
    display: block;
    width: 232px;
	  max-width: 232px;
    height: 130px;
}

.kpoldy a {
     
    color: #122225;
	  
	


}

/* nga 60 ne 61 */

.kpoldy .entry-title {
    
    
    width: 228px;
	  color: #122225;
	   
	  font-family: Lato,sans-serif;
	    height: 61px;
	   font-size: 16.8px;
    line-height: 23px;
    font-weight: 800;
    padding: 0;
    letter-spacing: -.045em;
	   margin-top: 6px !important;
	 
}

/*i shtova 7px per te ritur distacen e re nga reshtat brenda pol */ 


.kpoldy.td_block_16  {
	
	 position: relative;
    padding-top: 12px;
	 
	
}


/* pjesa shtes e politikes me tre foto filloi */



.kpolshtnje img {
	max-width: 228px;

}


.kpolshtnje .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 25px;
}


.kpolshtnje .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 25px;
}


.kpolshtnje .td-module-thumb .entry-thumb {
    display: block;
    width: 228px;
    height: 130px;
}

.kpolshtnje a {
    
    font-family: Muli,sans-serif;
    
    
    color: #122225;
	  
	


}

.kpolshtnje .entry-title {
    
    
    
    width: 228px;
	  color: #122225;
	   /*  letter-spacing: -.040em; */
	  font-family: Muli,sans-serif;
	    height: 60px;
	font-size: 14.5px;
    line-height: 20px;
    font-weight: 800;
    padding: 0;
    letter-spacing: -.025em;

	   margin-top: 7px !important;
	 
}

/*i shtova 7px per te ritur distacen e re nga reshtat brenda pol */ 


.kpolshtnje.td_block_16  {
	
	 position: relative;
    padding-top: 12px;
	 
	
}
/*ula distancen mes te parave  */ 
.kpolnje .td-column-2 .td_module_mx4 {
    width: 200px;
    margin-bottom: 13px;
}


.kpoldy .td-column-2 .td_module_mx4 {
    width: 200px;
    margin-bottom: 13px;
}














/* pjesa shtes e politikes me tre foto mbaroi */



.kpolfoto.vc_align_center img {

    pointer-events: none;
    cursor: default;
    height: 12px;
    margin-left: 20px;
 
    padding-right: 15px;
    margin-top: 22px;
    filter: brightness(93%);
}



/* dy shiritat shtes */






/* dy shiritat shtes mbaroi */

.kpoltre {
	margin-top: -4px !important;
	
	
}

	

.kpoltre .item-details {
    margin-left: 116px;
    margin-bottom: 20px;
    min-height: 76px;
}



.kpoltre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kpoltre  .entry-thumb {
    width: 122px;
    height: 72px;
}

.kpoltre .entry-thumb {
    min-height: 72px;
}



.kpoltre .entry-title {
    
    
    
    margin: 0 0 7px 0;
    margin-left: 17px;
		
		color: #000000;
    font-family: Lato,sans-serif;
    width: 100%;
    font-size: 16.8px;
    line-height: 23px;
    font-weight: 800;

    letter-spacing: -.045em;
		width: 211px;
	

	  
}

.kpoltre .td-block-span6:nth-last-child(1) {
    width: 339px;
    padding-left: 20px;
    padding-right: 19px;
	  margin-left: 22px;
}

/* dy art me fot shtese 
.kpolshtdy {
	margin-top: 5px !important;

	
}

*/

.kpolshtdy.td_block_7 {
    position: relative;
    padding-top: 3px;
}




.kpolshtdy .td_module_6 .entry-date {
    position: relative;
    display: none;
}


.kpolshtdy .item-details {
    margin-left: 116px;
    margin-bottom: 20px;
    min-height: 76px;
}



.kpolshtdy  .entry-thumb {
    width: 122px;
    height: 72px;
}

.kpolshtdy .entry-thumb {
    min-height: 72px;
}

.kpolshtdy .entry-title {
    
    
    
    margin: 0 0 7px 0;
    margin-left: 17px;
	  
color: #000000;
    font-family: Muli,sans-serif;
    width: 100%;
    font-size: 0.875rem;
    line-height: 19.5px;
    font-weight: 800;

    letter-spacing: -.025em;
		width: 205px;
	
	  
}

.kpolshtdy .td-block-span6:nth-last-child(1) {
    width: 339px;
    padding-left: 20px;
    padding-right: 19px;
	  margin-left: 22px;
}

/* dy art me fot shtese mbaroi */

/*reklama*/

/*rek nje nga 27 e cova 8 margtop*/

.rekpolitiknje img {
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 27px;
}



.rekpolitikdy img {
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 5px;
}


.rekpolitiktre img {
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 5px;
}


/*gazeta print foto*/

.kgazprint.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 274px;
    width: 246px;
    margin-left: 9px;
    margin-top: 8px;
}







/*row i politkes mbaroi*/

/*row i kronikes filloi*/


.kkolkro {
	width: 747px;
}

/*mbase plus dy*/
.kkolmr{
	width: 273px;
}

.kkronje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 563px !important;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(93%);
}


.kkronje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
     font-weight: 800;
    color: #b2b3b6;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.kkronje img {
	max-width: 228px;

}


.kkronje .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kkronje .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kkronje .td-module-thumb .entry-thumb {
    display: block;
    width: 232px;
	max-width: 232px;
    height: 130px;
}

.kkronje a {
    
  
    
    color: #122225;
	  


}

.kkronje .entry-title {
    
   
    width: 228px;
	  color: #122225;
		font-family: Lato,sans-serif;
    height: 60px;
    
    font-size: 16.8px;
    line-height: 23px;
    font-weight: 800;
    padding: 0;
    letter-spacing: -.045em;
	  
	   
	  margin-top: 6px !important;
}


.kkrody img {
	max-width: 228px;

}


.kkrody .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kkrody .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 29px;
}


.kkrody .td-module-thumb .entry-thumb {
    display: block;
    width: 232px;
	  max-width: 232px;
    height: 130px;
}

.kkrody a {
    
    color: #122225;
	  


}

.kkrody .entry-title {
    
   
    
    width: 228px;
	  color: #122225;
	font-family: Lato,sans-serif;
    height: 60px;
	font-size: 16.8px;
    line-height: 23px;
    font-weight: 800;
    padding: 0;
    letter-spacing: -.045em;
	 
	 margin-top: 6px !important;
}

.kkrody.td_block_16  {
	
	 position: relative;
    padding-top: 6px;
	 
	
}


.kkrofoto.vc_align_center img {

    pointer-events: none;
    cursor: default;
    height: 13px;
    margin-left: 20px;
 
    padding-right: 15px;
    margin-top: 13px;
    filter: brightness(93%);
}

.rekkrodesktop img {
    pointer-events: none;
    cursor: default;
    height: 86px;
    width: 730px;
    margin-left: 20px;
    margin-top: 20px;
}



/*mostread part */

.kmrnje .block-title > span {
   
   
    font-weight: bold;
    
    background: none;
    
    position: relative;
    display: inline-table;
    vertical-align: middle;
    
    font-family: "FranklinITCProBold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.1rem;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
	  right: 27px;
   text-align: center;
	text-transform: uppercase;
}








.kmrnje .block-title > span:before {
    width: 16.813rem;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 0.25rem;
    margin-bottom: 4px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}
   /* pjesa posht mr title */
.kmrnje .td_module_8 .meta-info {
    margin-bottom: 0;
    line-height: 11px;
    display: none;
}



.kmrnje {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
	margin-left: 12px;
}

.kmrnje h3::before {
  /* Increment "my-sec-counter" by 1 */
	
	
	
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ;
	    font-size: 22px;
	 position: absolute;
    top: 3px;
    left: 1px;
	
	
	
	
    font-weight: bold;
    font-family: 'FranklinITCProBold','Franklin Gothic Medium','Franklin Gothic','ITC Franklin Gothic','Apple SD Gothic Neo','Myriad Set Pro','Helvetica Neue','Helvetica Neue Light',Helvetica,Arial,'Lucida Grande',sans-serif;
    

	
	
	
}




/*me e leviz tekstin djathtas*/
.kmrnje .td_module_8 .item-details {
  
    margin-left: 17px;
	  margin-bottom: 11px;
	  padding-right: 1px;
	  padding-bottom: 0px;
    height: 71px;
	  border-bottom: none;
	  
}




.kmrnje .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 15.875rem;
    height: 0.06rem;
	  margin-top: -20px;
	  margin-left: -4px;
}





.kmrnje:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 16.813rem;
    height: 0.19rem;
	  margin-top: -9px;
	  margin-left: 9px;
	  margin-right: 20px;
}



.kmrnje:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 16.813rem;
    height: 0.06rem;
	  margin-top: 40px;
	  margin-left: 9px;
	  margin-right: 20px;
}



.kmrnje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 35.938rem;
	  margin-top: -17.5px;
	  margin-left: 9px;
	  margin-right: 20px;
}


.kmrnje .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 35.938rem;
	  margin-top: -580.5px;
	  margin-left: 277px;
	  margin-right: 20px;
}


.kmrnje .entry-title {
    font-size: 14.8px;
    line-height: 19.6px;
    letter-spacing: -.042em;
	  font-family: Muli,sans-serif;
	  font-weight: 800;
	  width: 215px;
	  margin-left: 10px;
}












/*row i kronikes mbaroi*/



/*row i ekonomise e bota filloi*/

.kkolekonje {
	width: 348px;
}

.kkolekody {
	width: 399px;
}

/*mbase plus dy*/
.kkolekorek{
	width: 273px;
}



.kekonje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 602px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(93%);
}


.kekonje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #b2b3b6;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
	 font-weight: 800;
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



/*me e heq shiritin */
.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
    content: none;
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 0.063rem;
    height: 100%;
    display: block;
    right: -341px;
}

.kekonje .td_module_3 .meta-info {
	
	display: none;
	
}


.kekonje .td_module_3 .entry-thumb {
    
    width: 320px;
    height: 169px;
	  max-width: 320px;
	  min-height: 169px;
}


.kekonje .entry-title {
    
    font-size: 15.7px !important;
    line-height: 21px;
    
    
	  color: #122225;
	 letter-spacing: -.01em; 
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    bottom: 6px;
    position: absolute;
    width: 270px;
    padding-top: 7px;
    height: 40px;
	font-weight: 800;
	 	 
}

.kekody .td_module_8 .meta-info {

	display: none;

}

.kekody .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.kekody .entry-title {
    
    font-size: 15px !important;
    line-height: 20.5px;
    
    font-weight: 700;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;  
	width: 376px;
	padding-top: 13px;
	height: 66px;
}

.kekody h3:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 23.875rem;
    height: 0.06rem;
	  margin-top: -9px;
	  
}

/*filloi pjesa e botes poshte*/


.kbotnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 652px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	   filter: brightness(93%);
}


.kbotnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #b2b3b6;
   background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
     font-weight: 800;
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
	
}


.kbotnje .td_module_3 .meta-info {
	
	display: none;
	
}


.kbotnje .td_module_3 .entry-thumb {
    
    width: 320px;
    height: 169px;
	  max-width: 320px;
	  min-height: 169px;
}


.kbotnje .entry-title {
    
    font-size: 15.7px !important;
    line-height: 21px;
    font-weight: 800;
    
	  color: #122225;
	 letter-spacing: -.01em;
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    bottom: 6px;
    position: absolute;
    width: 270px;
    padding-top: 7px;
    height: 40px;
	 	 
}



.kbotdy .td_module_8 .meta-info {

	display: none;

}

.kbotdy .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.kbotdy .entry-title {
    
    font-size: 15px !important;
    line-height: 20.5px;
    
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 font-weight: 700;
font-family: Muli,sans-serif;  
	width: 376px;
	padding-top: 13px;
	height: 66px;
}

.kbotdy h3:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 23.875rem;
    height: 0.06rem;
	  margin-top: -9px;
	  
}









/*mbaroi pjesa e botes poshte*/

/*reklama*/

.kekoreknje.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 27px;
}

.kekorekdy.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 8px;
}


.kekorektre.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 269px;
    margin-left: 21px;
    margin-top: 6px;
}

/*me e heq shiritin djthts*/
.td-pb-row .td-pb-span4:nth-of-type(3):after {
    content: none;
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    left: -341px;
}


/*reklama horiz */

.rekbotadesk img {
    pointer-events: none;
    cursor: default;
    height: 86px;
    width: 730px !important;
	max-width: 730px !important;
    margin-left: 20px;
    margin-top: 38px;
}







/*row ekonomise mbaroi*/


/*row i showbiz filloi */

.kkolshnje {
	width: 347px;
}

.kkolshdy {
  width: 323px;
}

.kkolshtre {
	width: 350px;
}











.kshownje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 16px;
}


.kshownje .block-title > a:before {
    width: 63.625rem;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 0.188rem;
    margin-bottom: 8px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}



.kshownje .td_module_3 .entry-thumb {
    
    width: 320px;
    height: 230px;
	  max-width: 320px;
	  min-height: 230px;
}


.kshownje .td_module_3 .meta-info {
	
	display: none;
	
}



.kshownje .entry-title {
	
	 font-family: Muli,sans-serif;  
	  font-size: 15.9px;
    line-height: 23px;
	  color: #000000;
	
	margin-left: 15px;
	font-weight: 800;
	
	margin-top: -1px !important;
	letter-spacing: -.046em;
}


.kshowdy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kshowdy  .entry-thumb {
    width: 107px;
    height: 87px;
}


.kshowdy .td-block-span12 {
    padding-left: 20px;
    padding-right: 19px;
	  /*
    padding-bottom: 4px;
    padding-top: 11px;
	*/
	 
}


 /*
   me margin - 5 regullon 21px dist
	*/

.kshowdy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px !important;
	  
	  margin-left: 15px;
}



.kshowdy .td_module_wrap:before {
    content: '';
    position: absolute;
   background-color: #a6a4a4;
    width: 19rem;
    height: 0.065rem;
	  margin-top: -11px;
	  
}


.kshowdy .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 font-weight: 800;
font-family: Muli,sans-serif;
	letter-spacing: -.045em;
 margin-left: 2px;
	height: 30px;
	 width: 195px;

}




 /*  kol dy shb */



.kshowtre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kshowtre  .entry-thumb {
    width: 107px;
    height: 87px;
}



.kshowtre .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.046em;
 margin-left: 2px;
	height: 30px;
	 width: 195px;

}


.kshowtre .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.kshowtre .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.063rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 15px;
}




 /*  kol tre shb */





.kshowkat .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kshowkat  .entry-thumb {
    width: 107px;
    height: 87px;
}



.kshowkat .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.046em;
 margin-left: 3px;
	height: 30px;
	 width: 195px;

}


.kshowkat .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.kshowkat .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.063rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 15px;
}


 /*  kol borders */


.kshownje .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
	  margin-top: -308px;
	  margin-left: 20px;
	  margin-right: 20px;
}



.kshownje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 20.375rem;
	  margin-top: 1px;
	  margin-left: 20px;
	  
}




.kshowdy .td_block_inner:after {
    content: '';
    position: absolute;
   background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 20px;
	  margin-right: 20px;
}




.kshowkat .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 20.513rem;
	  margin-top: -338px;
	  margin-left: 369px;
	  
}

.kshowtre .td_block_inner:after {
    content: '';
    position: absolute;
   background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: -306px;
	  margin-right: 20px;
}







/*row i showbiz mbaroi */


/*reklama horiz midis sportit e shobizit  */

.rekhorizntalsport img {
    pointer-events: none;
    cursor: default;
    height: 86px;
    width: 718px;
    margin-left: 153px;
    margin-top: 4px;
}

.rekhorizntalshen img {
    
    height: 86px;
    width: 718px;
    margin-left: 153px;
    margin-top: 20px;
	  margin-bottom: 10px
}




/*row i sportit filloi */


.kkolspnje {
	width: 347px;
}

.kkolspdy {
  width: 323px;
}

.kkolsptre {
	width: 350px;
}



.ksponje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 16px;
}


.ksponje .block-title > a:before {
    width: 63.625rem;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 0.188rem;
    margin-bottom: 8px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}



.ksponje .td_module_3 .entry-thumb {
    
    width: 320px;
    height: 230px;
	  max-width: 320px;
	  min-height: 230px;
}


.ksponje .td_module_3 .meta-info {
	
	display: none;
	
}



.ksponje .entry-title {
	
	 	 font-family: Muli,sans-serif;       font-weight: 800;
	  font-size: 15.9px;
    line-height: 23px;
	  color: #000000;
	
	margin-left: 15px;
	letter-spacing: -.046em;
	
	margin-top: -1px !important;
	
}



.kspody .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kspody  .entry-thumb {
    width: 107px;
    height: 87px;
}


.kspody .td-block-span12 {
    padding-left: 20px;
    padding-right: 19px;
	  /*
    padding-bottom: 4px;
    padding-top: 11px;
	*/
	 
}


 /*
   me margin - 5 regullon 21px dist
	*/

.kspody .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px !important;
	  
	  margin-left: 15px;
}



.kspody .td_module_wrap:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 19rem;
    height: 0.065rem !important;
	  margin-top: -11px;
	  
}


.kspody .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.045em;
 margin-left: 2px;
	height: 30px;
	 width: 195px;

}




/*kol e mez */



.kspotre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kspotre  .entry-thumb {
    width: 107px;
    height: 87px;
}



.kspotre .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.046em;
 margin-left: 2px;
	height: 30px;
	 width: 195px;

}


.kspotre .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.kspotre .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.063rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 15px;
}







/*kol e tret */

.kspokat .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kspokat  .entry-thumb {
    width: 107px;
    height: 87px;
}



.kspokat .entry-title {
    
    font-size: 15.7px !important;
    line-height: 20.8px;
    font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.046em;
 margin-left: 2px;
	height: 30px;
	 width: 195px;

}


.kspokat .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.kspokat .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 20.063rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 15px;
}


 /*  kol borders */


.ksponje .td_block_inner:after {
    content: '' !important;
    position: absolute !important;
    background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
	  margin-top: -331px;
	  margin-left: 20px;
	  margin-right: 20px;
}



.ksponje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 20.375rem;
	  margin-top: 1px;
	  margin-left: 20px;
	  
}




.kspody .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
	  margin-top: -10px;
	  margin-left: 20px;
	  margin-right: 20px;
}




.kspokat .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 20.513rem;
	  margin-top: -338px;
	  margin-left: 369px;
	  
}

.kspotre .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
    margin-top: -10px;
    margin-left: -306px;
    margin-right: 20px;
}





/*row i sportit mbaroi */


/*row i teknologji filloi */

.kkoltek {
	width: 511px;
}


.kkolshen {
	width: 509px;
}



.kteknje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 1px;
	      
}


.kteknje .block-title > a:before {
    width: 31rem;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 0.188rem;
    margin-bottom: 8px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}

.kteknje .block-title > a:after {
    width: 31rem;
    background-color:  #a6a4a4;
    content: "";
    display: block;
    height: 0.063rem;
    margin-bottom: 0px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}


.kteknje .td_module_3 .entry-thumb {
    
    width: 496px;
    height: 213px;
	  max-width: 496px;
	  min-height: 213px;
	  margin-top: -10px;
}


.kteknje .td_module_3 .meta-info {
	
	display: none;
	
}

.kteknje .entry-title {
	
		font-family: Muli,sans-serif;
    line-height: 1.52;
    letter-spacing: -.01px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    
	  position: absolute;
	  bottom: 14px;
  
    
    
     background: rgba(1, 1, 1, 0.7); 
	    
	   z-index: 0;
    width: 496px;
    padding-top: 16px;
    padding-bottom: 16px;
	  
	font-size: 15.95px;
    font-weight: 800;
	 padding-right: 14px;
	
	
}


.kteknje .td-module-title a {
    color: #fff !important;
}



/* kater fotot posht */


.ktekdy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.ktekdy  .entry-thumb {
    width: 119px;
    height: 80px;
}



.ktekdy .entry-title {
    
    font-size: 15.9px !important;
    line-height: 23px;
    font-weight: 800;
    
	  color: #122225;
    
	 
font-family: Muli,sans-serif;
	letter-spacing: -.045em;
 margin-left: 15px;

	 width: 336px;
	letter-spacing: -.034em;

}


.ktekdy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 9px;
    margin-bottom: -8px;
	  
}


.ktekdy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 31rem;
    height: 0.06rem;
	  margin-top: 0px;
	  
}

.ktekdy:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 63.625rem;
    height: 0.06rem;
    margin-top: 2px;
	  margin-left: 19px;
}



/* shendeti filloi */

.kshennje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 1px;
	      
}


.kshennje .block-title > a:before {
    width: 31rem;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 0.188rem;
    margin-bottom: 8px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}

.kshennje .block-title > a:after {
    width: 31rem;
    background-color:  #a6a4a4;
    content: "";
    display: block;
    height: 0.06rem;
    margin-bottom: 0px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}


.kshennje .td_module_3 .entry-thumb {
    
    width: 496px;
    height: 213px;
	  max-width: 496px;
	  min-height: 213px;
	  margin-top: -10px;
}


.kshennje .td_module_3 .meta-info {
	
	display: none;
	
}

.kshennje .entry-title {
	
		font-family: Muli,sans-serif;
    line-height: 1.52;
    letter-spacing: -.01px;
    margin: 0 0 9px 0;
    padding-left: 14px;
 
	  position: absolute;
	  bottom: 14px;
  
    
    
     background: rgba(1, 1, 1, 0.7); 
	    
	   z-index: 0;
    width: 496px;
    padding-top: 16px;
    padding-bottom: 16px;
	   font-size: 15.95px;
    font-weight: 800;
	 padding-right: 14px;
	
	
}


.kshennje .td-module-title a {
    color: #fff !important;
}



/* kater fotot posht */


.kshendy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.kshendy  .entry-thumb {
    width: 119px;
    height: 80px;
}



.kshendy .entry-title {
    
    font-size: 15.9px !important;
    line-height: 23px;
    
    font-weight: 800;
	  color: #122225;
	 
	 
font-family: Muli,sans-serif;
	letter-spacing: -.045em;
 margin-left: 15px;

	 width: 336px;
   letter-spacing: -.034em;
}


.kshendy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 9px;
    margin-bottom: -8px;
	  
}


.kshendy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 31rem;
    height: 0.06rem;
	  margin-top: 0px;
	  
}










/*row i teknologji mbaroi */


/*reklama horiz midis tek e turizmit */

.rekhorizntalsport img {
    pointer-events: none;
    cursor: default;
    height: 86px;
    width: 718px;
    margin-left: 153px;
    margin-top: 10px;
}
/*row i turizmit filloi */

.kkolturnje {
	width: 330px;
}

.kkolturdy {
	width: 322px;
}

.kkolturtre {
	width: 368px;
}

.kturnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 897px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(93%);
}


.kturnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #b2b3b6;
   background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
     font-weight: 800;
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.kturnje .td_module_3 .meta-info {
	
	display: none;
	
}


.kturnje .td_module_3 .entry-thumb {
    
    width: 300px;
    height: 169px;
	  max-width: 300px;
	  min-height: 169px;
	  
}


.kturnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px;
    font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}

/* kol e mezit */


.kturdy .td_module_3 .meta-info {
	
	display: none;
	
}


.kturdy .td_module_3 .entry-thumb {
    
    width: 300px;
    height: 169px;
	  max-width: 300px;
	  min-height: 169px;
	  
}


.kturdy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px;
    
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}





/* pj kol tre */

.kturtre .td_module_8 .meta-info {

	display: none;

}

.kturtre .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.kturtre .entry-title {
    
    font-size: 14.5px !important;
    line-height: 19.5px;
    
    font-weight: 700;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;  
	width: 362px;
	padding-top: 13px;
	height: 66px;
}

.kturtre h3:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 23.313rem;
    height: 0.06rem;
	  margin-top: -9px;
	  
}



/*row i turizmit mbaroi */



/*row i kuriozitete filloi */

.kkolkurnje {
	width: 330px;
}

.kkolkurdy {
	width: 322px;
}

.kkolkurtre {
	width: 368px;
}

.kkurnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 842px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	 filter: brightness(93%);
}

.kvitekj .block-title > a:after {
    width: 768px;
}


.kkurnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
     font-weight: 800;
    color: #b2b3b6;
   background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.kkurnje .td_module_3 .meta-info {
	
	display: none;
	
}


.kkurnje .td_module_3 .entry-thumb {
    
    width: 300px;
    height: 169px;
	  max-width: 300px;
	  min-height: 169px;
	  
}


.kkurnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px;
    font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}

/* kol e mezit */


.kkurdy .td_module_3 .meta-info {
	
	display: none;
	
}


.kkurdy .td_module_3 .entry-thumb {
    
    width: 300px;
    height: 169px;
	  max-width: 300px;
	  min-height: 169px;
	  
}


.kkurdy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px;
    
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 font-weight: 800;
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}





/* pj kol tre */

.kkurtre .td_module_8 .meta-info {

	display: none;

}

.kkurtre .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.kkurtre .entry-title {
    
    font-size: 14.5px !important;
    line-height: 19.5px;
    
    font-weight: 700;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;  
	width: 362px;
	padding-top: 13px;
	height: 66px;
}

.kkurtre h3:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 23.313rem;
    height: 0.06rem;
	  margin-top: -9px;
	  
}


















/*row i kuriozitete mbaroi */








































 



/* filloi kodi i tabletit */


.tbkolep {
	width: 504px;
}

.tbkoled {
	width: 221px;
	
}

.tbklp .td-block-span12 {
  
    padding-right: 0px;
}

.tbklp img {
	   width: 472px;
    height: 330px;
	  max-width: 472px;


}

.tbklp .entry-thumb {
    display: block;
    width: 472px;
    
}

.tbklp .td-module-comments a {
   
    display: none;
}


.tbklp .meta-info {
	display: none;
}


.tbklp .entry-title {
      font-family: Muli, sans-serif;	   
	  font-size: 16px !important;
    line-height: 20px !important;
	font-weight: 800;
	  color: #000000;
	letter-spacing: -.025em;
	   width: 468px;
	
}


.tbkled .td-column-1 .td-block-span12 .entry-thumb {
    min-height: 123px !important;
    height: 123px;
    width: 228px;
	  max-width: 228px;

}


.tbkled .entry-title  {
    
    font-family: Muli, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000000;
	  font-weight: 800;
	   width: 228px;
	 

}



/*me ul titullin poshte */ 

.tbkled .td-column-1 {
    margin: 0 10px;
    margin-left: -4px;
}

.tbklet .td-column-1 .td-block-span12 .entry-thumb {
    min-height: 123px !important;
    height: 123px;
    width: 228px;
	  max-width: 228px;

}


.tbklet .entry-title {
    
    font-family: Muli, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #000000;
	  font-weight: 800;
	 width: 228px;
	margin-top: 9px; 

}



/*me ul titullin poshte */ 


.tbklet .td-column-1 {
    margin: 0 10px;
    margin-left: -4px;
}

.tbklet.td_block_16{

    padding-top: 4px;
	  
}
/*me i bo fotot ne te njeten linje poshte vec reg nxt time me klasat */

.tbkled.td_block_16 .td-column-1 .td_module_mx4 {
    padding-bottom: 12px;
}


/*pj poshte landing page foto */ 

.tbkshirit.vc_align_center img {
    height: 13px;
    margin-left: 17px;
    margin-right: 20px;
    margin-top: 11px;
    filter: brightness(97%);
    width: 720px;
}



.tbbdyknje .td_module_6 .entry-date {
    position: relative;
    display: none;
}


.tbbdyknje .entry-title {
      font-weight: 800;
    letter-spacing: -.025em;
    margin: 0 0 7px 0;
    margin-left: 16px;
    font-family: Muli,sans-serif;
    
    color: #000000;

}


.tbbdyknje .entry-thumb {
    width: 122px;
    height: 72px;
	  max-width: 122px;
}


 
/* politika filloi tavlet */ 

.tbkkolpol {
	width: 747px;
	margin-top: -4px;
}

.tbkpolnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 595px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(97%);

}


.tbkpolnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.tbkpolnje img {
	max-width: 228px;

}


.tbkpolnje .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkpolnje .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkpolnje .td-module-thumb .entry-thumb {
    display: block;
    width: 228px;
    height: 130px;
}




.tbkpolnje a {
    
    font-family: Muli,sans-serif;
    
    
    color: #122225;
	  


}

.tbkpolnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important;
    
    width: 228px;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	  letter-spacing: -.025em;
	font-weight: 800;
font-family: Muli,sans-serif;
	 height: 60px;
  margin-top: 7px !important
	   
	 
}


/* politika tre fotot e dyta*/



.tbkpoldy img {
	max-width: 228px;

}


.tbkpoldy .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkpoldy .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 25px;
}





.tbkpoldy .td-module-thumb .entry-thumb {
    display: block;
    width: 228px;
    height: 130px;
}

.tbkpoldy a {
    
    font-family: Muli,sans-serif;
    
    
    color: #122225;
	  
	


}

.tbkpoldy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important;
    letter-spacing: -.025em;
    width: 228px;
	  color: #122225;
	font-weight: 800;
	   /*  letter-spacing: -.040em; */
	  font-family: Muli,sans-serif;
	    height: 60px;
	   margin-top: 7px !important;
	 
}



.tbkpoldy.td_block_16  {
	
	 position: relative;
    padding-top: 5px;
	 
	
}


.tbkpolfoto.vc_align_center img {
     height: 13px;
     margin-left: 18px;
     margin-right: 11px;
     margin-top: 13px;
     filter: brightness(97%);
	width: 720px;
}



.tbkpoltre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbkpoltre  .entry-thumb {
    width: 122px;
    height: 72px;
}

.tbkpoltre .entry-title {
    
	
	
    font-weight: 800;
    letter-spacing: -.025em;
    margin: 0 0 7px 0;
    margin-left: 16px;
	  font-family: Muli,sans-serif;
    font-size: 0.875rem !important;
    line-height: 19.5px !important;
    color: #000000;
	  
}

.tbkpoltre .td-block-span6:nth-last-child(1) {
    width: 339px;
    padding-left: 20px;
    padding-right: 19px;
	  margin-left: 22px;
}



/* politika mbaroi tablet */ 


/* mr dhe tre rek filloi tablet */ 


.tbkkolmr {
	
	 width: 400px;
}


.tbkkolmrrek{
	width: 347px;
}

.tbkmrnje .block-title > span {
   
    text-align: center;
    font-weight: bold;
    
    background: none;
    
    position: relative;
    display: inline-table;
    vertical-align: middle;
    
    font-family: "FranklinITCProBold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 16.3px;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
	  right: 27px;

}








.tbkmrnje .block-title > span:before {
    width: 430px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
	  margin-left: 0px;
	  margin-top: 6px;
	 
}
   /* pjesa posht mr title */
.tbkmrnje .td_module_8 .meta-info {
    margin-bottom: 0;
    line-height: 11px;
    display: none;
}


.tbkmrnje {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
	margin-left: 12px;
	margin-top: 15px;
}

.tbkmrnje h3::before {
  /* Increment "my-sec-counter" by 1 */
	
	
	
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ;
	    font-size: 22px;
	 position: absolute;
    top: 3px;
    left: -1px;
	
	
	
	
    font-weight: bold;
    font-family: 'FranklinITCProBold','Franklin Gothic Medium','Franklin Gothic','ITC Franklin Gothic','Apple SD Gothic Neo','Myriad Set Pro','Helvetica Neue','Helvetica Neue Light',Helvetica,Arial,'Lucida Grande',sans-serif;
    

	
	
	
}



/*me e leviz tekstin djathtas*/
.tbkmrnje .td_module_8 .item-details {
  
    margin-left: 25px;
	  margin-bottom: 11px;
	  padding-right: 1px;
	  padding-bottom: 0px;
    height: 71px;
	  border-bottom: none;
	  
}




.tbkmrnje .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 412px;
    height: 1px;
	  margin-top: -20px;
	  margin-left: -4px;
}


.tbkmrnje:after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 430px;
    height: 3px;
	  margin-top: -8px;
	  margin-left: 5px;
	  margin-right: 20px;
}



.tbkmrnje:before {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 430px;
    height: 1px;
	  margin-top: 40px;
	  margin-left: 5px;
	  margin-right: 20px;
}



.tbkmrnje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 1px;
    height: 573px;
	  margin-top: -15px;
	  margin-left: 5px;
	  margin-right: 20px;
}


.tbkmrnje .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 1px;
    height: 571px;
	  margin-top: -577px;
	  margin-left: 434px;
	  margin-right: 20px;
}


.tbkmrnje .entry-title {
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -.040em;
	  font-family: Muli,sans-serif;

}
/*reklama*/

.tbkmrreknje img {
    
    height: 198px;
    width: 256px;
    margin-left: 79px;
    margin-top: 36px;
}



.tbkmrrekdy img {
    
    height: 198px;
    width: 256px;
    margin-left: 79px;
    margin-top: 7px;
}


.tbkmrrektre img {
    
     height: 198px;
    width: 256px;
    margin-left: 79px;
    margin-top: 7px;
}



/* mr dhe tre rek mbaroi tablet */

/*row i kronikes filloi*/


.tbkkolkro {
	width: 747px;
}

.tbkkronje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 551px !important;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(97%);
}


.tbkkronje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
 
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.tbkkronje img {
	max-width: 228px;

}

.tbkkronje .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkkronje .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkkronje .td-module-thumb .entry-thumb {
    display: block;
    width: 228px;
    height: 130px;
}

.tbkkronje a {
    
    font-family: Muli,sans-serif;
    
    
    color: #122225;
	  


}


.tbkkronje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important;
    font-weight: 800;
	    letter-spacing: -.025em;
    width: 228px;
	  color: #122225;
	   
	    font-family: Muli,sans-serif; 
	   height: 60px;
	  margin-top: 7px !important;
}


.tbkkrody img {
	max-width: 228px;

}


.tbkkrody .td-block-row .td-block-span4:last-child {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkkrody .td-block-row .td-block-span4:nth-last-child(2) {
    /* width: 339px; */
    
    margin-left: 25px;
}


.tbkkrody .td-module-thumb .entry-thumb {
    display: block;
    width: 228px;
    height: 130px;
}

.tbkkrody a {
    
    font-family: Muli,sans-serif;
    
    
    color: #122225;
	  


}



.tbkkrody .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important;
    font-weight: 800;
		letter-spacing: -.025em;
    width: 228px;
	  color: #122225;
	  /*  letter-spacing: -.040em; */
	   font-family: Muli,sans-serif;
	  height: 60px;
	 margin-top: 7px !important;
}

.tbkkrody.td_block_16  {
	
	 position: relative;
    padding-top: 4px;
	 
	
}


.tbkkrofoto.vc_align_center img {
    height: 13px;
    margin-left: 13px;
    margin-right: 11px;
    margin-top: 13px;
    filter: brightness(97%);
    width: 720px;
}

.tbkrorek img {
    
     height: 86px;
    width: 718px;
    margin-left: 20px;
    margin-top: 17px;
}


/*row i kronikes mbaroi*/


/*row i ekonomise e bota filloi*/

.tbkkolekonje {
	width: 348px;
	
}

.tbkkolekody {
	width: 399px;
	
}



.tbkekonje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 590px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(97%);
}


.tbkekonje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
 
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



/*me e heq shiritin */
.td-pb-row .td-pb-span4:nth-last-of-type(3):after {
    content: none;
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    right: -341px;
}

.tbkekonje .td_module_3 .meta-info {
	
	display: none;
	
}



.tbkekonje .td_module_3 .entry-thumb {
    
    width: 314px;
    height: 169px;
	  max-width: 314px;
	  min-height: 169px;
}


.tbkekonje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important;
    
    font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    bottom: 6px;
    position: absolute;
    width: 270px;
    padding-top: 7px;
    height: 40px;
	 	 
}


.tbkekody .td_module_8 .meta-info {

	display: none;

}

.tbkekody .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.tbkekody .entry-title {
    
    font-size: 14.4px !important;
    line-height: 20px !important;
    
    font-weight: 700;
	  color: #122225;
	
	 
font-family: Muli,sans-serif;  
	width: 376px;
	padding-top: 13px;
	height: 66px;
}

.tbkekody h3:before {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 376px;
    height: 1px;
	  margin-top: -9px;
	  
}


/*filloi pjesa e botes poshte*/


.tbkbotnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 640px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(97%);
}


.tbkbotnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
 
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}


.tbkbotnje .td_module_3 .meta-info {
	
	display: none;
	
}


.tbkbotnje .td_module_3 .entry-thumb {
    
    width: 314px;
    height: 169px;
	  max-width: 314px;
	  min-height: 169px;
}


.tbkbotnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 21px !important; 
    font-family: Muli,sans-serif;
    font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	  background: #fbfbfb;
    bottom: 6px;
    position: absolute;
    width: 270px;
    padding-top: 7px;
    height: 40px;
	 	 
}



.tbkbotdy .td_module_8 .meta-info {

	display: none;

}

.tbkbotdy .td_module_8 .item-details {
    border-bottom: none;
    padding-bottom: 0px; 
     margin-bottom: 0px; 
}


.tbkbotdy .entry-title {
    
    font-size: 14.6px !important;
    line-height: 20px !important;
    
    font-weight: 700;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;  
	width: 376px;
	padding-top: 13px;
	height: 66px;
}

.tbkbotdy h3:before {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 376px;
    height: 1px;
	  margin-top: -9px;
	  
}


/*reklama horiz */

.tbkrekhordy img {
    max-width: 718px;
    height: 86px;
    width: 718px;
    margin-left: 20px;
    margin-top: 40px;
}







/*mbaroi pjesa e botes poshte*/

/*row i ekonomise e bota mbaroi */


/*row i tre rek dj per tab filloi */

.tbkkolrdjnje {

	width: 348px;

	
}


.tbkkolrdjdy {

	width: 399px;

	
}

/*reklama*/

.tbkrdjnje.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 234px;
    margin-left: 17px;
    margin-top: 27px;
}


/*e dyta posht e internetit*/
.tbkrdjtre.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 234px;
    margin-left: 125px;
    margin-top: 27px;
}


.tbkrdjdy.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 205px;
    width: 234px;
    margin-left: 74px;
    margin-top: 27px;
}





/*row i tre rek dj per tab mbaroi */




/*row i showbiz filloi */

.tbkkolshnje {
	width: 347px;
}

.tbkkolshdy {
  width: 400px;
	
}




.tbkshownje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fff;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 16px;
}


.tbkshownje .block-title > a:before {
    width: 720px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}




.tbkshownje .td_module_3 .entry-thumb {
    
    width: 317px;
    height: 231px;
	  max-width: 317px;
	  min-height: 231px;
}


.tbkshownje .td_module_3 .meta-info {
	
	display: none;
	
}

/*pjesa posh kol nje show */

.tbkshownje .entry-title {
	
	  font-family: Muli,sans-serif;
    font-size: 15.37px !important;
    line-height: 21px !important;
    color: #000000;
    margin-left: 15px;
    font-weight: 800;
    margin-top: -1px !important;
	
}



.tbkshowdy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbkshowdy  .entry-thumb {
    width: 110px;
    height: 81px;
}


.tbkshowdy .td-block-span12 {
    padding-left: 20px;
    padding-right: 19px;
	  /*
    padding-bottom: 4px;
    padding-top: 11px;
	*/
	 
}


 /*
   me margin - 5 regullon 21px dist
	*/

.tbkshowdy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: -5px !important;
	  
	  margin-left: 15px;
}




.tbkshowdy .td_module_wrap:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 301px;
    height: 1px;
	  margin-top: -11px;
	  
}


.tbkshowdy .entry-title {
    
    font-size: 14px !important;
    line-height: 20.5px !important;
    font-family: Muli,sans-serif;
    font-weight: 800;
	  color: #122225;
	
	 

	letter-spacing: -.025em;
 margin-left: 5px;
	height: 30px;
	 width: 180px;

}



 /*  kol dy shb */



.tbkshowtre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbkshowtre  .entry-thumb {
    width: 110px;
    height: 87px;
}



.tbkshowtre .entry-title {
    
    font-size: 14px !important;
    line-height: 20.5px !important;
    font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	letter-spacing: -.025em;
 margin-left: 5px;
	height: 30px;
	 width: 180px;

}



.tbkshowtre .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.tbkshowtre .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 341px;
    height: 1px;
	  margin-top: -10px;
	  margin-left: 15px;
}



.tbkshownje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 720px;
    height: 1px;
    margin-top: 0px;
    margin-left: 17px;
    margin-right: 20px;
}




/*  mbaroi showb */

/*  filloi sporti */

.tbkkolspnje {
	width: 347px;
}

.tbkkolspdy {
  width: 400px;
	
}




.tbksponje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fff;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 16px;
}


.tbksponje .block-title > a:before {
    width: 720px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}



.tbksponje .td_module_3 .entry-thumb {
    
    width: 317px;
    height: 231px;
	  max-width: 317px;
	  min-height: 231px;
}


.tbksponje .td_module_3 .meta-info {
	
	display: none;
	
}

/*pjesa posh kol nje show */

.tbksponje .entry-title {
	font-family: Muli,sans-serif;
    font-size: 15.37px;
    line-height: 21px;
    color: #000000;
    margin-left: 15px;
    font-weight: 800;
    margin-top: -1px !important;
	
}



.tbkspody .td_module_6 .entry-date {
    position: relative;
    display: none;
}


.tbkspody  .entry-thumb {
    width: 110px;
    height: 81px;
}


.tbkspody .td-block-span12 {
    padding-left: 20px;
    padding-right: 19px;
	  /*
    padding-bottom: 4px;
    padding-top: 11px;
	*/
	 
}


 /*
   me margin - 5 regullon 21px dist
	*/

.tbkspody .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: -5px !important;
	  
	  margin-left: 15px;
}


.tbkspody .td_module_wrap:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 301px;
    height: 1px;
	  margin-top: -11px;
	  
}


.tbkspody .entry-title {
    
    font-size: 14px !important;
    line-height: 20.5px !important;
    font-family: Muli,sans-serif;
     font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 

	letter-spacing: -.025em;
 margin-left: 5px;
	height: 30px;
	 width: 180px;

}


 /*  kol dy sportiii */



.tbkspotre .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbkspotre  .entry-thumb {
    width: 110px;
    height: 87px;
}



.tbkspotre .entry-title {
    
     font-size: 14px !important;
    line-height: 20.5px !important;
    font-family: Muli,sans-serif;
     font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 

	letter-spacing: -.025em;
 margin-left: 5px;
	height: 30px;
	 width: 180px;

}



.tbkspotre .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 12px;
	  margin-left: 15px;
}


.tbkspotre .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 341px;
    height: 1px;
	  margin-top: -10px;
	  margin-left: 15px;
}




.tbksponje .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: 720px;
    height: 1px;
    margin-top: 0px;
    margin-left: 17px;
    margin-right: 20px;
}



/*  mbaroi sporti */

/*  filloi tek dhe shen */

.tbkkoltek {
	width: 380px;
}


.tbkkolshen {
	width: 369px;
}



.tbkteknje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 1px;
	      
}


.tbkteknje .block-title > a:before {
    width: 346px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}

.tbkteknje .block-title > a:after {
    width: 346px;
    background-color:  #dbdbdb;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}


.tbkteknje .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 235px;
	  max-width: 477px;
	  min-height: 235px;
	  margin-top: -10px;
}


.tbkteknje .td_module_3 .meta-info {
	
	display: none;
	
}



.tbkteknje .entry-title {
	
		font-family: Muli,sans-serif;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 13px;
    padding-right: 5px;
	  position: absolute;
	  bottom: 11px;
  
    
    
     background: rgba(1, 1, 1, 0.7); 
	    
	   z-index: 0;
    width: 346px;
    padding-top: 18px;
    padding-bottom: 15px;
	  
	
	
	
}


.tbkteknje .td-module-title a {
    color: #fff !important;
}


/* kater fotot posht */


.tbktekdy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbktekdy  .entry-thumb {
    width: 119px;
    height: 80px;
}



.tbktekdy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 20px !important;
    font-family: Muli,sans-serif;
       font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 

	letter-spacing: -.025em;
 margin-left: 14px;

	 width: 217px;

}


.tbktekdy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 9px;
    margin-bottom: -8px;
	  
}



.tbktekdy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 346px;
    height: 1px;
	  margin-top: 0px;
	  
}


/* filloi pjesa eshendetit */ 


.tbkshennje .block-title > a {
	   
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -16px;
	      top: 1px;
	      
}



.tbkshennje .block-title > a:before {
    width: 346px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}

.tbkshennje .block-title > a:after {
    width: 346px;
    background-color:  #dbdbdb;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
	  margin-left: 1px;
	  margin-top: 6px;
	 
}


.tbkshennje .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 235px;
	  max-width: 477px;
	  min-height: 235px;
	  margin-top: -10px;
}



.tbkshennje .td_module_3 .meta-info {
	
	display: none;
	
}



.tbkshennje .entry-title {
	
	font-family: Muli,sans-serif;
    line-height: 1.2;
		font-size: 18px;
    font-weight: 700;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    padding-right: 5px;
	  position: absolute;
	  bottom: 11px;
  
    
    
     background: rgba(1, 1, 1, 0.7); 
	    
	   z-index: 0;
    width: 346px;
    padding-top: 18px;
    padding-bottom: 15px;
	  
	
	
	
}


.tbkshennje .td-module-title a {
    color: #fff !important;
}


/* kater fotot posht */


.tbkshendy .td_module_6 .entry-date {
    position: relative;
    display: none;
}

.tbkshendy  .entry-thumb {
    width: 119px;
    height: 80px;
}



.tbkshendy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 20px !important;
    font-family: Muli,sans-serif;
       font-weight: 800;
	  color: #122225;
	 
	 

	letter-spacing: -.025em;
 margin-left: 14px;

	 width: 217px;

}



.tbkshendy .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 9px;
    margin-bottom: -8px;
	  
}



.tbkshendy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #dbdbdb;
    width: 346px;
    height: 1px;
	  margin-top: 0px;
	  
}


/* mbaroi shendeti */


/* filloi turizmi */

.tbkkolturnje {
	width: 379px;
}

.tbkkolturdy {
	width: 368px;
}

.tbkturnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 599px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
}


.tbkturnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
 
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}


.tbkturnje .td_module_3 .meta-info {
	
	display: none;
	
}


.tbkturnje .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 169px;
	  max-width: 346px;
	  min-height: 169px;
	  
}


.tbkturnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 19.5px;
    
      font-weight: 800;
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}

/* kol e mezit */


.tbkturdy .td_module_3 .meta-info {
	
	display: none;
	
}


.tbkturdy .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 169px;
	  max-width: 346px;
	  min-height: 169px;
	  
}


.tbkturdy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 19.5px;
      font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}





/* mbaroi turizmi */


/* filloi kuriozitete */

.tbkkolkurnje {
	width: 379px;
}

.tbkkolkurdy {
	width: 368px;
}

.tbkkurnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url("/img/shiriti-ndares.png") ;
    width: 544px;
    height: 24px;
	  margin-left: 10px;
	  margin-bottom: -2px;
	  filter: brightness(97%);
}


.tbkkurnje .block-title > a {
	   font-family: Muli,sans-serif;
    
	  font-size: 25px;
    
    color: #C3C4C9;
    background-color: #fbfbfb;
	  position: relative;
    display: inline-block;
    font-weight: 800;
 
    
    vertical-align: top;
     white-space: nowrap;
    line-height: 16px;
    margin-left: -16px;
	      top: 4px;
}



.tbkkurnje .td_module_3 .meta-info {
	
	display: none;
	
}


.tbkkurnje .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 169px;
	  max-width: 346px;
	  min-height: 169px;
	  
}



.tbkkurnje .entry-title {
    
    font-size: 15.37px !important;
    line-height: 19.5px;
      font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}

/* kol e mezit */


.tbkkurdy .td_module_3 .meta-info {
	
	display: none;
	
}


.tbkkurdy .td_module_3 .entry-thumb {
    
    width: 346px;
    height: 169px;
	  max-width: 346px;
	  min-height: 169px;
	  
}


.tbkkurdy .entry-title {
    
    font-size: 15.37px !important;
    line-height: 19.5px;
      font-weight: 800;
    
	  color: #122225;
	 /*  letter-spacing: -.040em; */
	 
font-family: Muli,sans-serif;
	 
  background: #fbfbfb;
    
    position: absolute;
    width: 270px;
    padding-top: 7px;
	  top: 137px;
    
	 	 
}





/* mbaroi kuriozitete */




/*regullimet per tablet resp */ 

@media (max-width: 1023px) and (min-width: 768px) {
	
	.krowwebtv {
display: none !important;
}
	
	/*me heq klasat e lap e mob */ 
	.krowep, .krowshirlap, .krowedy, .krowpol, .krowkro, .kroweko, .krowshow, .krowrekhornje, .krowspo, .krowtek, .krowrekhordy, .krowtur, .krowkur{
		display: none !important;
	}
	
.mokrowlp, .mokrowpol, .mokrowkro, .mokrowmr, .mokroweko, .mokrowshow, .mokrowspo, .mokrowtek, .mokrowtur{
		display: none !important;
	}
	
	.klasamrhiqetab {
		display: none !important;
	}
	
	.klogofutermobile {
		display: none !important;
	}
	
	
	.reksidemobile img {
	display: none !important;
}
	.td_category_template_1 .td-category-header .entry-title span {
    
    display: none !important;
}
	.category .td-big-grids {
    
    margin-left: 18px !important;
}
	
	.td_block_big_grid .td-big-thumb {
    width: 310px !important;
    min-width: 310px !important;
		height: 304px;
}
	.td_block_big_grid .td-tiny-thumb {
    width: 203px !important;
    height: 150px;
}
	.td-grid-style-1 .td-tiny-thumb .entry-title {
   line-height: 20.3px;
}
	
	.td-grid-style-1 .td-big-thumb .entry-title {
   width: 280px;
    }
	
	.kmrsidb .entry-title {
    font-size: 15.4px !important;
    line-height: 20px !important;
}
	
	.td-big-grid-post .entry-thumb {
   
    height: 100% !important;
}
	
	.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 14.5px !important;
    line-height: 18.9px !important;
}
	.ktopsnje .entry-title {
     font-size: 14.2px !important;
		line-height: 19px !important;
}
	
	.td-category-container .td-ss-main-content:before {
    width: 480px;
    margin-left: 17px;
		content: '';
    position: absolute;
    background-color: #cccccc;
    height: 1px;
    margin-top: 23px;
   margin-right: 20px;
	}
	
	.td_module_10:nth-last-of-type(n+1):after {
   content: '';
		width: 480px;
   margin-top: -12px;
		
    position: absolute;
    background-color: #cccccc;
  
    height: 0.06rem;
   
    margin-left: 0px;
}
	
	.td_module_10 .entry-title {
   line-height: 24px !important;
}
	
		/*sliderii tablet */ 
	
	.wp-spaios-slider-wrap.slidesjs.post-prodesign-18 .wp-spaios-slide-wrap .wp-spaios-content-wrp {

top: 58.7% !important;
}
	
	.wp-spaios-slider.slidesjs .responsive-slide img {
    width: 720px !important;
    max-width: 720px !important;
    height: 100% !important;
    object-fit: cover;
    overflow-y: hidden;
    position: absolute !important;
}

.kolslideri.td-pb-span8 {
    width: 753px;
	
}

	.wp-spaios-slider .slidesjs-pagination li a {
   width: 70px !important;
    }

.slidesjs-container {
width: 100% !important;
}
	
	/*sliderii tablet */
	
	
	.kollandpnje.wpb_column {
    
    display: none !important;
}
	
	.td-logo-in-menu .td-sticky-disable.td-header-logo {
    display: block;
    margin-left: 18px;
}
	
	
.kpostposhnje .td-column-1, .kpostposhdy .td-column-1, .ktefundnje .td-column-1, .ktefunddy .td-column-1 {
    width: 718px;
    max-width: 718px;
}
	
	
	/*me e heq dy te fundit headeri */ 
	
.sf-menu li:nth-last-child(2) {
   display:none;
}

	.sf-menu li:nth-last-child(1) {
   display:none;
}
		.sf-menu li:nth-last-child(3) {
   display:none;
}
	
	.sf-menu .td-menu-item > a {
    margin-left: -8px;
}
	
	
.td_module_10 .item-details {
  
    margin-left: 182px;
	  
}
	

.td_module_10 .item-details {
    margin-left: 182px;
    margin-bottom: 20px;
}



.td_module_10 .td-module-thumb {
    width: 168px;
    margin-bottom: -20px !important;
    /* padding-bottom: 20px !important; */
}




.td_module_10 .td-excerpt {
    display: none;
}

	

	
	
	/*mbaroi prove per te heq kl e desk */ 
.tbkled .td-column-1 {
    margin: 0 8px;
    margin-left: -6px;
}

	.tbklet .td-column-1 {
    margin: 0 8px;
    margin-left: -6px;
}
	
	.tbbdyknje .entry-title{

    margin-bottom: 5px;
    font-size: 15.7px !important;
    line-height: 20px !important;
     width: 190px;
    margin-left: 41px;

}
	
	.tbbyknje .td-module-thumb {
    width: 122px;
	}
	
	
.tbbdyknje .td-block-span4:last-child {
    /* width: 251px; */
    padding-right: 16px;
    margin-left: 130px;
}

	
	
	
	/*me e reg fotot resp */ 
	
	
	.tbkpolnje .td-column-2 .td_module_mx4 {
    width: 203px;
}
	
		.tbkpoldy .td-column-2 .td_module_mx4 {
    width: 203px;
}
	
	/*dy fotot posht politkes  */ 
	
.tbkpoltre .item-details {
    margin-left: 115px;
    margin-bottom: 10px;
}

.tbkpoltre .td-module-thumb {
    width: 122px;
}

	
	.tbkpoltre .td-block-span6:first-child {
    width: 340px;
    padding-right: 17px;
    margin-left: 5px;
}

	.tbkpoltre .entry-title {
font-size: 15.37px !important;
    line-height: 21px !important;
}

	
		/*dy fotot posht mbaruan  */ 
		/* modifikimi i mr  */ 
	
	.tbkmrnje .entry-title {
    margin-bottom: 7px;
    font-size: 15.7px !important;
    line-height: 21.1px !important;
    width: 355px;
		letter-spacing: -.040em;
    font-family: Muli,sans-serif;
    font-weight: 800;
}

	/* modifikim i kronikes ne tab */
	
	.tbkkronje .td-column-2 .td_module_mx4 {
    width: 203px;
}
	
		.tbkkrody .td-column-2 .td_module_mx4 {
    width: 203px;
}
	
	
	/* mbaroi mod i kronikes ne tab */
	
	
	
	/* modifikim i ekodhe botes tab */
	
	/* modifikim i showb  */
	
	
	.tbkshowdy .item-details {
    
    margin-left: 115px;
    margin-bottom: 20px;
}
	
	
	.tbkshowtre .item-details {
    
    margin-left: 115px;
    margin-bottom: 20px;
}
	
	


.tbkshowdy .td-module-thumb {
    /* width: 80px; */
    width: 111px;
}
	
		
	.tbkshowtre .td-module-thumb {
    /* width: 80px; */
    width: 111px;
}
	
	
		/* mbaroi  modifikim i showb  */
	
		/* modifikim i sportit  */
	
		.tbkspody .item-details {
    
    margin-left: 115px;
    margin-bottom: 20px;
}
	
	
	.tbkspotre .item-details {
    
    margin-left: 115px;
    margin-bottom: 20px;
}
	
	


.tbkspody .td-module-thumb {
    /* width: 80px; */
    width: 111px;
}
	
		
	.tbkspotre .td-module-thumb {
    /* width: 80px; */
    width: 111px;
}
	

	/* mbaroi mod i sportit  */
	
	
	
	/* filloi mod i tek  */
	
	.tbktekdy .item-details {
    /* margin-left: 92px; */
    /* margin-bottom: 10px; */
    margin-left: 115px;
    margin-bottom: 20px;
}

	
	.tbktekdy .td-module-thumb {
    
    width: 120px;
}
	
	.tbkteknje .td_module_3 .entry-title {

font-size: 16.5px !important;
    line-height: 1.3 !important;

}
	
	
	/* mbaroi mod i tek  */
	
	
	/* filloi mod i shendetit  */
	
	
	
	.tbkshendy .item-details {
    /* margin-left: 92px; */
    /* margin-bottom: 10px; */
    margin-left: 115px;
    margin-bottom: 20px;
}

	
	.tbkshendy .td-module-thumb {
    
    width: 120px;
}
	
	.tbkshennje .td_module_3 .entry-title {

font-size: 16.5px !important;
    line-height: 1.3 !important;

}
	
	
	
	
	
	
	
	
	
	/* mbaroi mod i shendetit  */
	
	
	
	
	
	/*kllapa e fundit per resopns media q mbaroi  */ 
}




/* mbaroi  kodi i tabletit */




/* filloi  kodi i mobile */

/* landing pagae filloi  */


.moklpnje .meta-info {
	display: none;
}



.moklpfotsh.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 13px;
    margin-left: 10px;
    margin-right: 10px;
	  filter: brightness(97%);
    
}

.moklpkat .entry-date {
    position: relative;
    display: none;
}



/*  prove per ato kater posht  */



.moklpdy .td-column-1 .td-block-span12:nth-child(1) {
    clear: both;
   
    padding-right: 7px !important;
}



.moklpdy .td-column-1 .td-block-span12:nth-child(2) {
 
   
    padding-left: 7px !important;
}



.moklptre .td-column-1 .td-block-span12:nth-child(1) {
    clear: both;
   
    padding-right: 7px !important;
}



.moklptre .td-column-1 .td-block-span12:nth-child(2) {
 
   
    padding-left: 7px !important;
}






/*  mbaroi landing pagae filloi  */


/*  filloi polmobile  */

.mokpolnje .meta-info, .mokpoltre .meta-info  {
    position: relative;
    display: none;
}




/*  filloi polmobile  
.mokpoldy .entry-date {
    position: relative;
    display: none;
}
*/

.mokpolfotsh.td_block_single_image.td-no-img-custom-url a {
    pointer-events: none;
    cursor: default;
    height: 13px;
    margin-left: 10px;
    margin-right: 10px;
	  filter: brightness(97%);
}


.mokpoltre .td-block-row:last-child .td_module_1 {
    padding-bottom: 11px;
    margin-top: -12px;
}


/*  mbaroi polmobile  */

/*  filloi kronika  */


.mokkronje .meta-info {
    position: relative;
    display: none;
}


.mokkrody .meta-info {
    
    display: none;
}


.mokkrody.td_block_7 {

       margin-top: -20px;
}













/*  mbaroi  kronika  */

/*  filloi mostread  */

.mokmr .td_module_8 .meta-info {
    margin-bottom: 0;
    line-height: 11px;
    display: none;
}


.mokmr .block-title > span {
    font-weight: bold;
    background: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    font-family: "FranklinITCProBold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 19px;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
    margin-left: -15px;
	text-align: center;
}


.mokmr {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
	
}

.mokmr h3::before {
  /* Increment "my-sec-counter" by 1 */
	
	
	
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ;
	    font-size: 22px;
	 position: absolute;
    top: 3px;
    left: 0px;
	
	
	
	
    font-weight: bold;
    font-family: 'FranklinITCProBold','Franklin Gothic Medium','Franklin Gothic','ITC Franklin Gothic','Apple SD Gothic Neo','Myriad Set Pro','Helvetica Neue','Helvetica Neue Light',Helvetica,Arial,'Lucida Grande',sans-serif;
    

	
	
	
}


/*me e leviz tekstin djathtas*/
.mokmr .td_module_8 .item-details {
  
    margin-left: 25px;
	  margin-bottom: 11px;
	  padding-right: 1px;
	  padding-bottom: 0px;
    height: 71px;
	  border-bottom: none;
	  
}


.mokmr .entry-title {
   
    letter-spacing: -.040em;
	  font-family: Muli,sans-serif;
    font-weight: 800;
}




/*  mbaroi most read  */





/*  filloi eko  */





.mokekonje .meta-info {
    position: relative;
    display: none;
}

.mokekody .meta-info {
    position: relative;
    display: none;
}

.mokekody .item-details {
     border-bottom: none; 
    padding-bottom: 13px;
    margin-bottom: 11px;
}

/*  bota  */



.mokbotnje .meta-info {
    position: relative;
    display: none;
}

.mokbotdy .meta-info {
    position: relative;
    display: none;
}

.mokbotdy .item-details {
     border-bottom: none; 
    padding-bottom: 13px;
    margin-bottom: 11px;
}



/*  mbaroi eko e bota  */

/*  filloi showbiiii  */

.mokshownje .meta-info {
    position: relative;
    display: none;
}



.mokshownje .block-title > a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -16px;
    top: 11px;
}




/* mbaroi showbiiii  */

/*  filloi sportiiii  */

.moksponje .meta-info {
    position: relative;
    display: none;
}

.mokspody .meta-info {
    position: relative;
    display: none;
}

.moksponje .block-title > a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -16px;
    top: 11px;
}




/* mbaroi sportiiii  */



/* filloi tek dhe shen */

.mokteknje .meta-info {
    position: relative;
    display: none;
}



.mokteknje .block-title > a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -16px;
    top: 1px;
}

.moktekdy .meta-info {
    
    display: none;
}

.moktekdy.td_block_7 {
    margin-top: -20px;

}




/* filloi shen */
.mokshennje .meta-info {
    position: relative;
    display: none;
}



.mokshennje .block-title > a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -16px;
    top: 1px;
}

.mokshendy .meta-info {
    
    display: none;
}


.mokshendy.td_block_7 {
    margin-top: -20px;
	  margin-bottom: 2px;
}




/* mbaroi tek dhe shen */

/*  filloi turizmi e kuriozitete  */




.mokturnje .meta-info {
    position: relative;
    display: none;
}

.mokturdy .meta-info {
    position: relative;
    display: none;
}

.mokturdy .item-details {
     border-bottom: none; 
    padding-bottom: 13px;
    margin-bottom: 11px;
}



/*   kuriozitete  */




.mokkurnje .meta-info {
    position: relative;
    display: none;
}

.mokkurdy .meta-info {
    position: relative;
    display: none;
}

.mokkurdy .item-details {
     border-bottom: none; 
    padding-bottom: 13px;
    margin-bottom: 11px;
}



.mokkurdy.td_block_9 {
 margin-bottom: 21px;
}











/*  mbaroi turizmi e kuriozitete  */



/*  filloi klasa resp e mobile  */

@media (max-width: 767px) {
	
	.td-header-main-menu {
    background-color: #003366 !important;
  }
	
	/*prove slideri i ri mobile */
.wp-spaios-responsive-slider-container .slidesjs-slide {
    text-align: center;
    height: 314px;
}


.wp-spaios-slider-wrap.slidesjs img.wp-spaios-slider-img {
width: 100% !important;
    object-fit: unset !important;

}
	
	.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination .slidesjs-pagination-item a {

   width: 49.5px !important;

}
	.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination {
    
    bottom: 58px !important;
}
	.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination {

display: block !important;
width: 100%;

}
	
	.td-sub-footer-container.td-container {
  background: #0D0D0D !important;
}
	
	/*prove slideri i ri mobile */
	
	
	.klwebtv {
	margin-left: 0px !important;
}
	
	.klwebtvtit.vc_separator {
    margin-left: 0px !important;

}
	
	
	
	
	
	
	/*  slideriii width  */
	.wp-spaios-slider.slidesjs .responsive-slide img {
    width: 100% !important;
    object-fit: unset !important;
}
	
	.category .td-big-grids {
    margin-left: 0px !important;
}
	.td_block_big_grid .td-big-thumb {
    width: 100% !important;
}
	.td_block_big_grid .td-tiny-thumb {
	max-height: 178px !important;
   }
	
	.td_block_big_grid .entry-thumb {
    height: 100% !important;
   }
	
	.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 16px !important;
    line-height: 20px !important;
}
	
	.td-subcategory-header {
    min-height: 8px !important;
    
}
	
.td-post-content p, .mce-content-body p, .wpb_text_column p, .comment-content p {
    
    font-size: 16.9px !important;
   line-height: 1.6 !important;
}

	
.td-container {
    width: 100%;
    overflow-x: hidden !important;
	  overflow-y: hidden !important;
    background-color: #fbfbfb !important;
}
	
.youtubefuteri {
  
    top: 39% !important;
    left: 75% !important;
}

.td_module_10:nth-last-of-type(n+1):after {
    height: 0px !important;
	  position: relative !important;
}
	
	.td_module_10 .td-module-thumb:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: 13px !important;
    margin-left: 1px;
}
	
	.td-category-container .td-ss-main-content:before {
   
    margin-top: 48px !important;
    margin-left: 11px !important;
    width: calc(100vw - 20px) !important;
}
	

.td-header-style-5 .td-main-menu-logo img {
    margin: auto !important;
	padding-left: 3px !important;
}

	/*  land p nje  */
	.kollandpnje.wpb_column {
    
    display: none !important;
}
	/*  sliderii mobile  */
.slidesjs-container {
height: 274px !important;

}
	
	.wp-spaios-slider-wrap .wp-spaios-title {
    
    font-size: 17.4px !important;
		margin-top: 0px !important;
		vertical-align: middle;
    text-align: center;
    height: 99px;
		line-height: 29px !important;
		letter-spacing: -.015em !important;
   padding-left: 0px !important;
    padding-right: 0px !important;
}
	
	.wp-spaios-slider.slidesjs .slidesjs-caption, .wp-spaios-slider.slidesjs .wp-spaios-content-wrp {
    background-color: rgba(1, 1, 1, 0.7) !important;
 top: 110.5% !important;
	padding: 2px 0px !important;
    height: fit-content !important;
	
}
	
	.wp-spaios-slider-wrap .wp-spaios-title a {
    color: #ffffff;
    display: grid;
   
    height: 100%;
    place-items: center center;
    vertical-align: middle;
    text-align: center;
}
	.wp-spaios-slider .slidesjs-pagination li a {
    height: 20px !important;
    width: 49.5px !important;
   overflow: visible !important;
}
	
	
	.rowlandpnje{
		display: none !important;
	}
	
	.krowwebtv {
display: none !important;
}
	
		
	/*me heq klasat e lap e tab */ 
	.krowep, .krowshirlap, .krowedy, .krowpol, .krowkro, .kroweko, .krowshow, .krowrekhornje, .krowspo, .krowtek, .krowrekhordy, .krowtur, .krowkur{
		display: none !important;
	}
	
	
	.tbrowep, .tbrowshirit, .tbrowed, .tbkrowpol, .tbkrowmr, .tbkrowkro, .tbkroweko, .tbkrowrek, .tbkrowshow, .tbkrowspo, .tbkrowtek, .tbkrowtur, .tbkrowkur{
		display: none !important;
	}
	
	.klogofuterdesk{
		display: none !important;
	}
	
	/*  filloi modifikimi i txt mobile kompete  
	
.td-module-title {
    font-family: Muli, sans-serif;
}
	*/
	
	.td-module-title {
    font-family: Muli, sans-serif;
}

	.td_module_1 .entry-title, .td_module_2 .entry-title, .td_module_3 .entry-title, .td_module_4 .entry-title, .td_module_5 .entry-title {
    font-size: 19px !important;
    line-height: 24px !important;
    /* font-size: 1rem !important; */
    font-weight: 800;
}
	
	
	/*  kater fotot poshte lp */
	.moklpdy .td-column-1 .entry-title {
    font-size: 1rem !important;
    line-height: 21px !important;
    font-weight: 800;
}
	.moklptre .td-column-1 .entry-title {
    font-size: 15px !important;
    line-height: 18px !important;
    font-weight: 800;
}
	
	
	
	
	.td_module_6 .entry-title, .td_module_7 .entry-title, .td_module_8 .entry-title {
    /*font-size: 1rem !important;*/
		font-size: 1rem !important;
    line-height: 21px !important;
    font-weight: 800;
    
}
	
	
	
	
	/*  me heq nje px me majtas 
	i shotova mb dhe min h 
	*/
	
.td_module_6 .item-details {
    margin-left: 113px;
    margin-bottom: 19px;
    min-height: 76px;
}
	
	.ktopsnjemob .block-title > span {
   
    margin-left: 80px !important;
   
}
	/*  dist header tiyull */

	.td-category {
    
    margin-bottom: -13px;
}

	
.td-modal-image img {
    margin-bottom: 11px;
	width: 100%;
}
	
	.ksidfbc .td_social_type .td-social-box {
    width: 190px !important;
    margin-right: -9px !important;
}
	
	.post header h1 {

line-height: 33.5px !important;
    font-size: 1.52rem !important;
 		letter-spacing: -.015em !important;
}

	
	
	
.td-main-menu-logo img {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 4px;
    right: 0;
    position: absolute;
    max-height: 35px !important;
	   padding-bottom: 2px;
	padding-left: 1px !important;
		
}
	
	.td-footer-container {
     padding: 7px 0 20px 0 !important;
    margin-top: 12px;
}
	
	.td-footer-container.td-container {
   
    background: #0D0D0D !important;
}
	
	/*  kat mobile */
	
	.td_module_10 .td-module-thumb {
    width: 38%;
    margin-bottom: 26px;
}

	
	.td_module_10 .item-details {
    margin-left: 41%;
    margin-bottom: 26px;
    min-height: 0;
}

	
	 /* 
	.header-search-wrap .td-icon-search {
  
    padding-top: 12px;
    font-size: 18px;
}




	
	
	.td-icon-search:before {
	 content: '\e80a';
    display: inline-block;
    
    
    margin-left: 0px;
    margin-right: 5px;
     margin-top: 0px;
   
    background: #003366;
}
	
	 */
	
	.td-icon-search:before {
    content: "";
    display: inline-block;
    background: url(/img/searchi-i-ri-per-header-mobile-new.png) no-repeat;
    width: 38px;
    height: 29px;
    margin-left: -9px ;
    margin-right: 5px;
    margin-top: -1px;
}
	
.td-icon-mobile:before {
    content: "";
    display: inline-block;
    background: url(/img/heatder-tre-viza-tre-mobile.png) no-repeat;
	width: 50px;
    height: 33px;
    margin-left: -13px;
	background-size: 46px;
}
	
	
	
	/*  mbaroi kodi i mobile komplet me te gjitha klasat  */
	

	
	
	
	
	
	/*  i shtova 18px cal 160 */
	
	
.mokpolnje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #bcbdc2;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    
      top: 2px;    
	  font-weight: 800;
	     padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
	 
}
	
.mokpolnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 144px);
    height: 24px;
    margin-bottom: -2px;
		margin-left: 10px;
	filter: brightness(94%);
}

	.rekpolkro img, .rekkromr img {

  margin-top: 0px !important;
		margin-bottom: -3px;
		margin-right: auto;
    margin-left: auto !important;

}

.rekpolkro img {
   padding-top: 10px !important;
}
	
	
	
	.rekmreko img {

  margin-top: 22px !important;
		   margin-bottom: -3px;

}
	
	.rekbotshow img {

  margin-top: 22px !important;
 margin-bottom: -13px !important;
}
	
	.rekshowspo img {
		 margin-top: 0px !important;
		margin-bottom: -17px !important;
	}
	
	.rekspotek img {
		 margin-top: 0px !important;
		margin-bottom: -4px !important;
	}
	
			/*  editorial mobile  */
	.keditormob .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    top: 2px;
    font-weight: 800;
    padding: 2px 10px 2px 0px;
    margin-right: 10px;
   
}
	
	
.keditormob.td_block_7 {
    margin-top: -5px;
	
}
	
	.keditormob .td-block-span12 {
		margin-top: -1px;
	}
	
	
	
	.keditormob .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    width: calc(100vw - 133px);
    height: 24px;
    margin-bottom: -2px;
    margin-left: 10px;
    filter: brightness(94%);
}
	
	.keditormob .meta-info{
display: none;
}
	
	.keditormob .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	
	
		/*  kronika */
	
	
.mokkronje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    top: 2px;
		font-weight: 800;
	  padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
   
	  margin-bottom: 10px;
}
	
	
	.mokkronje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 143px);
    height: 24px;
		margin-bottom: -2px;
    margin-left: 10px;
		filter: brightness(94%);
    
}

		.mokkronje .td_module_3 .entry-thumb {
    width: 100%;
    height: 235px;
    max-width: 100%;
    min-height: 235px;
    margin-top: -10px;
}


.mokkronje .entry-title {
    font-size: 18px;
    line-height: 20.5px !important;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    bottom: 12px;
    background: rgba(1, 1, 1, 0.7);
    z-index: 0;
    
    padding-top: 18px;
    padding-bottom: 15px;
}
	
	.mokkronje .td-module-title a {
    color: #fff !important;
}
	
	
	
	
	.mokmr .block-title > span:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokmr .block-title > span:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 4px;
    margin-left: 1px;
    margin-top: 6px;
}

	

.mokmr .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
	  margin-top: -20px;
	  margin-left: 1px;
}


	.mokmr .td_module_8 .entry-title {
	
	font-size: 16.5px !important;
    line-height: 22px !important;
	
	}

	/*  prove per shiritin  */
	
	
	
	.mokmr:after {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top: -10px;
}
	
		/*  vija art page mobile  */
	
  .mokmrartp:after {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top: -10px;
}
	
	




.mokkrody:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}

	
	
	
	
	
	/*  filloi  eko per mobile  */
	
	.mokekonje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    top: 2px;
		font-weight: 800;
	  padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
}
	
	.mokekonje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 149px);
    height: 24px;
		margin-bottom: -2px;
    margin-left: 10px;
    filter: brightness(94%);
}

	.mokekody h3:before {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -9px;
}

	
.mokekody:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -2px;
		margin-left: 10px;
}

	
.rekpolkro:before {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}


	
	
	/*  filloi  bota per mobile  */
	
.mokbotnje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    top: 2px;
		font-weight: 800;
	  padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
    
}

	
	
	
	.mokbotnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 100px);
    height: 24px;
		margin-bottom: -2px;
    margin-left: 10px;
    filter: brightness(94%);
}

	.mokbotdy h3:before {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -9px;
}
	
	.mokbotdy:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -2px;
		margin-left: 10px;
}
	
	
	/*  mbaroi bota e  eko per mobile  */
	
	
	/*  show per mobile  */
	
	
	.mokshownje .block-title > a:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	.mokshownje .block-title > a:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: 6px;
}

.mokshownje:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: 5px;
		margin-left: 10px;
}
	
		/*  show per mobile mbaroi */
	
	
	
	/*  spo per mobile  */
	
	
	.moksponje .block-title > a:before {
    width: calc(100vw - 20px);
		
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	.moksponje .block-title > a:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: 6px;
}

	.moksponje:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: 5px;
		margin-left: 10px;
}

	
	
	
		/*  spo per mobile mbaroi */
	
	
	/* tek dhe shen filloi */
	
	.mokteknje .block-title > a:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokteknje .block-title > a:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokteknje .td_module_3 .entry-thumb {
    width: 100%;
    height: 235px;
    max-width: 100%;
    min-height: 235px;
    margin-top: -10px;
}


.mokteknje .entry-title {
    font-size: 18px;
    line-height: 20.5px !important;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    bottom: 12px;
    background: rgba(1, 1, 1, 0.7);
    z-index: 0;
   
    padding-top: 18px;
    padding-bottom: 15px;
}
	
	.mokteknje .td-module-title a {
    color: #fff !important;
}
	/* shen  */
	
		.mokshennje .block-title > a:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokshennje .block-title > a:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokshennje .td_module_3 .entry-thumb {
    width: 100%;
    height: 235px;
    max-width: 100%;
    min-height: 235px;
    margin-top: -10px;
}


.mokshennje .entry-title {
    font-size: 18px;
    line-height: 20.5px !important;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    bottom: 12px;
    background: rgba(1, 1, 1, 0.7);
    z-index: 0;
    
    padding-top: 18px;
    padding-bottom: 15px;
}
	
	.mokshennje .td-module-title a {
    color: #fff !important;
}
	
	
	
	
		/* tek dhe shen mbaroi */
	
	/*  filloi  turizmi per mobile  */
	
	
.mokturnje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
     top: 2px;
		font-weight: 800;
	  padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
    
	
}
	
	
	
	.mokturnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 141px);
    height: 24px;
		margin-bottom: -2px;
    margin-left: 10px;
    filter: brightness(94%);
}

	.mokturdy h3:before {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -9px;
}
	
	
	/* kur */
	
	

.mokkurnje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #b6b6ba;
    background-color: #fbfbfb;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    
    top: 2px;
		font-weight: 800;
	  padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
}

	
		
	.mokkurnje .block-title > a:after {
    content: "";
    display: inline-block;
	
    background: url(/img/shiriti-ndares.png);
  
    width: calc(100vw - 195px);
    height: 24px;
    margin-bottom: -2px;
		margin-left: 10px;
		filter: brightness(94%);

}

	.mokkurdy h3:before {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -9px;
}
	
	
	
	
	/*  mbaroi kur dhe turizmi per mobile  */
	

	
	
	
	
	
	
	
/*  kjo eshte kllapa e fundit e klases resp per mobile  */
}

























































/* mbaroi  kodi i mobile */










































 /* filloi koi i  art page */

.td-ss-main-sidebar{

    margin-top: 23px;


}

 /* paragrafi */


.td-post-content p, .mce-content-body p, .wpb_text_column p, .comment-content p {
    
    margin-bottom: 18px;
    font-size: 1.04rem;
    line-height: 1.56;
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    color: #000000;
	  letter-spacing: -0.004em;
}



/* filloi pjesa djathtas tops */

.ktopsnje {
	width: 301px;
	background-color: #ededed;
	margin-left: 54px;
	margin-top: 20px;
}


.td-main-sidebar:before {
    content: none;
    position: absolute;
    background-color: #e6e6e6;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    right: -1px;
}


.ktopsnje .block-title > span {
	
	
	color: #404040;
font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
font-size: 21.6px;
font-weight: 400;
 letter-spacing: normal;
  line-height: 28px;
vertical-align: baseline;
	background-color: #ededed;
	 position: relative;
    display: inline-table;
	padding-left: 0px;
	margin-left: -5px;
}



.ktopsnje .td-post-author-name {
    
    margin-right: 3px;
    display: none;
}


.ktopsnje .td_module_8 .entry-title {
    
    
    color: #222;
   
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-size: 14.8px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -.018em;
    vertical-align: baseline;
    margin-left: -5px;
	  margin-right: 5px;
    margin-bottom: 0px !important;
}

.ktopsnje .td-block-span12 {
    padding-left: 20px;
    padding-right: 10px;
}


/* fme e fut foton e ores */
.ktopsnje .td_module_8 .td-post-date:before {
content: "";

    display: inline-block;

    background: url("/img/orady.png") no-repeat  ;

    width: 15px;
 
    height: 15px;
	margin-left: -5px;
    margin-right: 5px;
    margin-bottom: -3px;
 


   
}

.ktopsnje .td_module_8 .td-post-date {
    margin-top: 3px;
    margin-bottom: 3px;
    
    font-size: 13px;
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    color: #5a5a5a;
    vertical-align: baseline;
}

  .ktopsnje .item-details {
 
    padding-bottom: 10px;
   
}


/* prove per tops mob levizje   */


.ktopsnjemob {
	width: 301px;
	background-color: #ededed;
	margin-left: 10px;
	margin-top: 20px;
}


.ktopsnjemob .block-title > span {
	
	
	color: #404040;
font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: 400;
 letter-spacing: normal;
  line-height: 28px;
vertical-align: baseline;
	background-color: #ededed;
	 position: relative;
    display: inline-table;
	padding-left: 0px;
	margin-left: -5px;
}



.ktopsnjemob .td-post-author-name {
    
    margin-right: 3px;
    display: none;
}


.ktopsnjemob .entry-title {
    
    
    color: #222;
   
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-size: 16.5px !important;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: normal;
    vertical-align: baseline;
    margin-left: -5px;
	  
}

.ktopsnjemob .td-block-span12 {
    padding-left: 20px;
    padding-right: 10px;
}


/* fme e fut foton e ores */
.ktopsnjemob .td_module_8 .td-post-date:before {
content: "";

    display: inline-block;

    background: url("img/orady.png") no-repeat  ;

    width: 15px;
 
    height: 15px;
	margin-left: -5px;
    margin-right: 5px;
    margin-bottom: -3px;
 


   
}

.ktopsnjemob .td_module_8 .td-post-date {
    margin-top: 3px;
    margin-bottom: 3px;
    
    font-size: 13px;
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    color: #5a5a5a;
    vertical-align: baseline;
}


















/*  mbaroi prove per tops mob levizje   */

/* filloi pjesa e most read  */

.kmrsidb {
	width: 301px;
  	
	margin-left: 54px;
	margin-top: -30px;
}





.kmrsidb .block-title > span {
   
    text-align: center;
	  text-transform: uppercase;
    font-weight: bold;
    
    background: none;
    
    position: relative;
    display: inline-table;
    vertical-align: middle;
    
    font-family: "FranklinITCProBold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
	  right: 27px;
	  margin-left: -8px;

}








.kmrsidb .block-title > span:before {
    width: 301px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
	  margin-left: 0px;
	  margin-top: 6px;
	 
}


   /* pjesa posht mr title */
.kmrsidb .td_module_8 .meta-info {
    margin-bottom: 0;
    line-height: 11px;
    display: none;
}


/* pjesa e nr */

.kmrsidb {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

.kmrsidb h3::before {
  /* Increment "my-sec-counter" by 1 */
	
	
	
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ;
	    font-size: 22px;
	 position: absolute;
    top: 3px;
    left: -6px;
	
	
	
	
    font-weight: bold;
    font-family: 'FranklinITCProBold','Franklin Gothic Medium','Franklin Gothic','ITC Franklin Gothic','Apple SD Gothic Neo','Myriad Set Pro','Helvetica Neue','Helvetica Neue Light',Helvetica,Arial,'Lucida Grande',sans-serif;
    

	
	
	
}


/*me e leviz tekstin djathtas*/
.kmrsidb .td_module_8 .item-details {
  
    margin-left: 17px;
	  margin-bottom: 11px;
	  padding-right: 1px;
	  padding-bottom: 0px;
    height: 71px;
	  border-bottom: none;
	  width: 250px;
	  
}


.kmrsidb .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 285px;
    height: 0.06rem;
	  margin-top: -20px;
	  margin-left: -12px;
}




.kmrsidb:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 301px;
    height: 0.19rem;
	  margin-top: -9px;
	  margin-left: 0px;
	  margin-right: 20px;
}





/* shiriti posht mr*/

.kmrsidb:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 301px;
    height: 0.06rem;
	  margin-top: 40px;
	  margin-left: 0px;
	  margin-right: 20px;
}

/* shiriti majtas */

.kmrsidb .td_block_inner:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 35.938rem;
	  margin-top: -17.5px;
	  margin-left: 0px;
	  margin-right: 20px;
}


/* shiriti djathtas */



.kmrsidb .td_block_inner:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 0.06rem;
    height: 35.938rem;
	  margin-top: -580.5px;
	  margin-left: 301px;
	  margin-right: 20px;
}

/* teksti */

.kmrsidb .entry-title {
    font-size: 15.5px;
    line-height: 19.2px;
    letter-spacing: -.043em;
	  font-family: Muli,sans-serif;
	font-weight: 800;
	margin-left: 3px;

}

/* filloi mostr vtm per mobile*/

.mokmrartp .td_module_8 .meta-info {
    margin-bottom: 0;
    line-height: 11px;
    display: none;
}


.mokmrartp .block-title > span {
    font-weight: bold;
    background: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    font-family: "FranklinITCProBold","Helvetica Neue Bold","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 19px;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
    margin-left: -15px;
	  text-align: center;
}


.mokmrartp {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
	
}



.mokmrartp h3::before {
  /* Increment "my-sec-counter" by 1 */
	
	
	
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ;
	    font-size: 22px;
	 position: absolute;
    top: 3px;
    left: 0px;
	
	
	
	
    font-weight: bold;
    font-family: 'FranklinITCProBold','Franklin Gothic Medium','Franklin Gothic','ITC Franklin Gothic','Apple SD Gothic Neo','Myriad Set Pro','Helvetica Neue','Helvetica Neue Light',Helvetica,Arial,'Lucida Grande',sans-serif;
    

	
	
	
}


/*me e leviz tekstin djathtas*/
.mokmrartp .td_module_8 .item-details {
  
    margin-left: 25px;
	  margin-bottom: 11px;
	  padding-right: 1px;
	  padding-bottom: 0px;
    height: 71px;
	  border-bottom: none;
	  
}



.mokmrartp .entry-title {
   
    letter-spacing: -.040em;
	  font-family: Muli,sans-serif;
    font-weight: 800;
}




/* mbaroi  mostr vtm per mobile*/



/* liket fb te share posht */





/* mbaroi kodi i most read */

/* filloi kodi i reklamave*/



.reksidnje img {
    max-width: 100%;
    
    height: auto;
    margin-left: 35px;
	  margin-top: 12px;
}



.reksiddy img {
    max-width: 100%;
    
    height: auto;
    
	  margin-top: -6px;
    margin-left: 35px;
	  
}

.reksidtre img {
    max-width: 100%;
    
    height: auto;
    margin-left: 35px;
    
	  margin-top: 4px;
	  
}


.reksidkat img {
    max-width: 100%;
    margin-left: 35px;
    
    height: auto;
    
	  margin-top: -10px;
	  
}


.reksidpes img {
    max-width: 100%;
    
    height: auto;
    margin-left: 35px;
  
	  margin-top: -10px;
	  
}

.reksidgjasht img {
    max-width: 100%;
    
    height: auto;
    margin-left: 35px;
 
	  margin-top: -10px;
	  
}





/* mbaroi kodi i reklamave*/




/* filloi pjesa poshte e art page*/


/* filloi brenda art pagae titulli lart dhe texti posth e ikonat pjesa majtas pa ato posht ne fund*/

.post header h1 {
	font-family: Arial, sans-serif;
font-size: 27px;
font-weight: 700;
letter-spacing: -.012em !important;
line-height: 34.5px;
 color: #1e1e1e;
 margin: 5px 0 6px 0;
	
}

.td-post-content {
    padding-top: 18px;
}

.entry-crumbs {
	display: none;
}

.td-category a {

   display: none;
}
/* me e leviz tekstin kryesor*/
.td-post-header {
    padding-top: 0px;
    margin-top: 2px;
}

.td-post-author-name {
	display: none;
}

.td-post-views {
    
    display: none;
}

.td-post-comments a {
    
    display: none;
}

.td-post-sharing-top{
		padding-top: 10px;
    padding-bottom: 3px;
    border-top: none;
	  float: right;
    margin-top: -45px;

}

.meta-info {
margin-bottom: 5px;
    font-size: 13px;
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 16px;
    color: #5a5a5a;
}





/* ndrtshimete e share story*/

.klsharestory  {
 
    margin-top: 40px;
    margin-bottom: 10px;
  
	  margin-left: 20px;
    
	  font-size: 18px;
    line-height: 24px;
    letter-spacing: -.0425em;
    font-weight: 700;
    font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;

}

.klsharestory:before {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 689px;
    height: 1px;
    margin-top: -25px;
}




.td-post-sharing-bottom {
    padding-top: 0px;
    padding-bottom: 3px;
    border-top: none;
}


/* mbaruan ndyshimet e e share story*/











/* mbaroi brenda art pagae titulli lart dhe texti posth e ikonat*/

/* pjesa interaktive qe ndryshon sipas kategorise */

.rekshiritnje img {
      max-width: 689px;
    width: 689px;
    
    height: auto;
    margin-left: 20px;
	  margin-top: 14px;
	   margin-bottom: -3px;
}


.kpostposhnje .td-column-1 .td-block-span12 {
    width: 220px !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left !important;
}


.kpostposhnje .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}


.kpostposhnje .td-module-image {
    position: relative;
    width: 205px;
	  
}

.kpostposhnje .block-title > span { 

font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  text-align: center;
    
    
    background-color: #F3F1F0;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -10px;
	      top: 1px;
		padding-left: 7px;
    padding-right: 12px;

}

.kpostposhnje .block-title > span:before {
    content: "";
    display: block;
    height: 0.14rem !important;
    margin-bottom: 0.6rem;
    margin-left: 0.06rem;
    margin-top: 6px;
		width: 43.063rem;
    background-color: #2a2a2a;
}

.kpostposhnje .block-title > span:after {
    width: 43.063rem;
    background-color: #a6a4a4;
    content: "";
    display: block;
    height: 0.06rem;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-top: 6px;
}






.kpostposhnje .td-column-1 {
    margin: 0 10px;
    margin-top: -22px;
		width: 709px;
    max-width: 709px;
	padding-top: 8px;
    background: #F3F1F0;
}


.kpostposhnje .entry-title {
    margin: 0 0 3px 0;

		color: #222;
    font-size: 16px;
 
    line-height: 23.2px !important;
    padding: 0;
    text-align: left;
    font-family:  Lato, sans-serif;
    font-weight: 800;
    letter-spacing: -0.029em;
	  padding-top: 1px;
	width: 219px;
}


.kpostposhnje .td-column-1 .td-block-span12 .entry-thumb {
    /* min-height: 0; */
    height: 116px;
    width: 219px;
    max-width: 219px;
}


/* prove me i leviz */

.kpostposhnje .td-column-1 .td-block-span12:nth-child(3) {
    padding-left: 27px;
}

.kpostposhnje .td-column-1 .td-block-span12:nth-child(2) {
    padding-left: 13px;
	margin-left: 13px;
}






/* tre fotot e dyta*/

.kpostposhdy .td-column-1 .td-block-span12 {
    width: 220px !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left !important;
}


.kpostposhdy .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}


.kpostposhdy .td-module-image {
    position: relative;
    width: 205px;
}




.kpostposhdy .td-column-1 {
    margin: 0 10px;
    margin-top: -25px;
		width: 709px;
    max-width: 709px;
	background: #F3F1F0;
}

.kpostposhdy .entry-title {
    margin: 0 0 3px 0;

		color: #222;
    font-size: 16px;
   
    line-height: 23.2px !important;
    padding: 0;
    text-align: left;
    font-family: Lato, sans-serif;
   font-weight: 800;
    letter-spacing: -0.029em;
	  padding-top: 1px;
	width: 219px;
}

.kpostposhdy .td-column-1 .td-block-span12 .entry-thumb {
    /* min-height: 0; */
    height: 116px;
     width: 219px;
     max-width: 219px;
}



.kpostposhdy .td-column-1 .td-block-span12:nth-child(3) {
    padding-left: 27px;
}

.kpostposhdy .td-column-1 .td-block-span12:nth-child(2) {
    padding-left: 13px;
	  margin-left: 13px;
}








.datalart .meta-info:before {
    content: "";
    display: inline-block;
    background: url(/img/oranje.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-right: 5px;
    margin-bottom: -3px;
}


.datalart {
	margin-top: 15px;
}

.datalart:after {
    content: '';
    position: absolute;
    background-color: #a6a4a4;
    width: 689px;
    height: 1px;
    margin-top: 5px;
}








/* pjesa e fb*/

.td-social-handler {
    color: #444;
    border: none;
   
}


.td-ps-border .td-social-network .td-social-but-icon {

border: none;



}

.td-social-facebook i {
    font-size: 19px;
}

.td-ps-icon-color .td-social-facebook .td-social-but-icon {
    color: #254382;
}

.author-box-wrap {
	display: none;
}


/* me e reg foton e post*/

@media (min-width: 1024px) {

body.td-animation-stack-type0 .post img {
    
    max-width: 689px !important;
    width: 689px !important;
	  height: 345px !important;
}
	
	.td-modal-image img {
    margin-bottom: 15px;
		 max-width: 689px !important;
    width: 689px !important;
	  height: 345px !important;
}
	
	.post p {
    width: 682px;
}
	.td-ss-main-content {
    position: relative;
    width: 709px;
}
	.td_category_template_1 .td-category-header .entry-title span {
    
    display: none;
}
	
	/* me e heq mobile most read */
	.mokmrartp {
		display: none;
	}
	
	.kapkatposhnje, .kapkatposhdy {
		display: none;
	}
	
	.ktopsnjemob {
	  display: none;
	
	}
	
	.rektopmr {
	  display: none;
	
	}
	
	
	
	
	
	
	
	

/* ndryshimet share this story */
	

.td-post-sharing-top .td-icon-mail:before {
    content: '\e810';
    margin-left: 12px;
} 
	
	.td-post-sharing-top .td-icon-twitter:before {
    content: '\e831';
    margin-left: 12px;
}

.td-post-sharing-top .td-icon-facebook:before {
    content: '\e818';
    margin-left: 13px;
}

	.td-post-sharing-top {
    padding-top: 10px;
    padding-bottom: 3px;
    border-top: none;
    float: right;
    margin-right: -5px;
    margin-top: -45px;
    padding-left: 35px !important;
  
}
	
	
	
	
	/* ndryshimet share this story */
	
	.td-post-sharing-bottom .td-post-sharing-visible{
    display: inline-block;
    margin-left: 110px;
}
	
	.klsharestory {

    margin-bottom: -30px !important;
    
}
	
	/* ndryshimet shperndaje poshte */
	
	
.td-ps-bg .td-social-facebook .td-social-but-icon, .td-ps-bg .td-social-twitter .td-social-but-icon, .td-ps-bg .td-social-mail .td-social-but-icon{
    background-color: #ffffff;
}
	
.td-ps-bg .td-social-facebook.td-social-facebook i {
    font-size: 19px;
    color: #254382;
}
	
	.td-ps-bg .td-social-twitter.td-social-twitter .td-icon-twitter {
    font-size: 16px;
    color: #29C5F6;
}
	
	
.td-ps-bg .td-social-mail.td-social-mail i {
    font-size: 17px;
    color: black;
}
	
	/* end of shprendaje poshte*/
	
	
	
/* kllapa e fundit 1024 repons */
}

/* me e reg fb counter*/

.ksidfbc .td_social_type .td-social-box {
    height: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    width: 200px;
    float: right;
    top: -50px;
	  margin-right: -25px;
	  margin-bottom: -250px;
	  left: 12px;
}

/* me e ngirt lart */

.ksidfbc.td_block_social_counter {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    margin-bottom: -20px !important;
    padding-top: 23px;
	padding-right: 20px;
}













/* mbaroi pjesa interaktive qe ndryshon sipas kategorise */


/* pjese e rek me lajme te fundit*/





.rekshiritdy img {
     max-width: 689px;
    width: 689px;
    
    height: auto;
    margin-left: 20px;
	  margin-top: 18px;
	  margin-bottom: -3px;
	  
}





.ktefundnje .td-column-1 .td-block-span12 {
    width: 220px !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left !important;
}


.ktefundnje .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}


.ktefundnje .td-module-image {
    position: relative;
    width: 205px;
}

.ktefundnje .block-title > span { 

font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
	  
    
    text-align: center;
    background-color: #F3F1F0;
	  position: relative;
    display: inline-block;
    
    
    vertical-align: top;
     white-space: nowrap;
    
    margin-left: -10px;
	      top: 1px;
    padding-left: 7px;
    padding-right: 12px;

}

.ktefundnje .block-title > span:before {
   
    content: "";
    display: block;
    height: 0.14rem !important;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
	 width: 43.063rem;
    background-color: #2a2a2a;
}

.ktefundnje .block-title > span:after {
    width: 43.063rem;
    background-color: #a6a4a4;
    content: "";
    display: block;
    height: 0.06rem;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-top: 6px;
}


.ktefundnje .td-column-1 {
    margin: 0 10px;
    margin-top: -22px;
	  width: 709px;
    max-width: 709px;
	padding-top: 8px;
    background: #F3F1F0;
}


.ktefundnje .entry-title {
    margin: 0 0 3px 0;

		color: #222;
    font-size: 16px;

    line-height: 23.2px !important;
    padding: 0;
    text-align: left;
    font-family: Lato, sans-serif;
    font-weight: 800;
    letter-spacing: -0.029em;
	  padding-top: 1px;
	width: 219px;
}


.ktefundnje .td-column-1 .td-block-span12 .entry-thumb {
    /* min-height: 0; */
    height: 116px;
    width: 219px;
		max-width: 219px;
}


.ktefundnje .td-column-1 .td-block-span12:nth-child(3) {
    padding-left: 27px;
	
}

.ktefundnje .td-column-1 .td-block-span12:nth-child(2) {
    padding-left: 13px;
	margin-left: 13px;
}





/* tre fotot e dyta*/

.ktefunddy .td-column-1 .td-block-span12 {
    width: 220px !important;
    padding-right: 10px;
    padding-left: 10px;
    float: left !important;
}


.ktefunddy .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}


.ktefunddy .td-module-image {
    position: relative;
    width: 205px;
}




.ktefunddy .td-column-1 {
    margin: 0 10px;
    margin-top: -25px;
	  width: 709px;
    max-width: 709px;
	  background: #F3F1F0;
}

.ktefunddy .entry-title {
    margin: 0 0 3px 0;

		color: #222;
    font-size: 16px;
    font-weight: 800;
    line-height: 23.2px !important;
    padding: 0;
    text-align: left;
    font-family: Lato, sans-serif;
    
    letter-spacing: -0.029em;
	  padding-top: 1px;
	  width: 219px;
}


.ktefunddy .td-column-1 .td-block-span12 .entry-thumb {
    /* min-height: 0; */
    height: 116px;
    width: 219px;
	  max-width: 219px;
}



.ktefunddy .td-column-1 .td-block-span12:nth-child(3) {
    padding-left: 27px;
	
}

.ktefunddy .td-column-1 .td-block-span12:nth-child(2) {
    padding-left: 13px;
	margin-left: 13px;
}





.rekshirittre img {
    max-width: 689px;
    width: 689px;
    height: auto;
    margin-left: 20px;
	  margin-top: 18px;
	   margin-bottom: 20px;
	  
}


/* pjese e rek me lajme te fundit mbaroi*/




/* mbaroi pjesa poshte e art page*/


/* filloi kodi art pg per tabletin*/

@media (max-width: 1023px) and (min-width: 768px) {
	
	/* me e heq mobile most read */
	
	.mokmrartp {
		display: none;
	}
	
	
	.ktopsnjemob {
	  display: none;
	
	}
	
	.rektopmr {
	  display: none;
	
	}
	
	.td-container {
   background-color: #fbfbfb;
    padding-left: 2px;
}
	
	
#td-outer-wrap {
    background-color: #fbfbfb;
}
	
	.td-category-container {
    padding-left: 0px !important;
		overflow-x: hidden !important;
	  overflow-y: hidden !important;
}
	
	.td-header-main-menu {
   height: 54px !important;
}
	
	.td-post-template-default {
padding-left: 0px !important;
		overflow-x: hidden !important;
	  overflow-y: hidden !important;
} 
	
	.ksidfbc .td_social_type .td-social-box {
    margin-right: -15px;
    }
	
	.td-md-is-chrome .td-header-style-5 .td-main-menu-logo a img {
    top: 0px !important;
		margin-bottom: -1px !important;
}
	
	
	
	.kapkatposhnje, .kapkatposhdy {
		display: none;
	}
	
	
	body.td-animation-stack-type0 .post img {
    
    max-width: 476px !important;
    width: 476px;
}
	
	

.datalart:after {
	 width: 476px;
	background-color: #d2d2d2;
	}
	

.klsharestory:before {
	width: 476px;
	background-color: #d2d2d2;
}

	.kpostposhnje .block-title > span:before {
    width: 476px;
  
}


.kpostposhnje .block-title > span:after {
    width: 476px;
	 margin-bottom: 7px;
}

.ktefundnje .block-title > span:before {
    width: 476px;
}

.ktefundnje .block-title > span:after {
    width: 476px;
	margin-bottom: 7px;
}
	.kpostposhnje .block-title > span, .ktefundnje .block-title > span {
    
    text-align: center;
		margin-left: -7px;
}
	.kpostposhnje .block-title > span:before, .ktefundnje .block-title > span:before {
   margin-bottom: 9px;
   
}
	.kpostposhnje .td-column-1 {
    width: 496px;
    }

.kpostposhdy .td-column-1 {
   width: 496px;
    }

.ktefundnje .td-column-1 {
    width: 496px;
    }

.ktefunddy .td-column-1 {
    width: 496px;   
}
	
	
	
	/* pj djtadhtas sidebari*/

	.ktopsnje {
    width: 228px;
    background-color: #ededed;
   
    padding-left: 1px;
    margin-top: 20px;
		 margin-left: 9px;
}
	
	
	.reksidnje img {
   
    height: auto;
    width: 228px;
    max-width: 228px;
    margin-top: 12px;
    margin-left: -8px;
}

	.reksiddy img {
    
    height: auto;
    max-width: 228px;
    margin-top: 12px;
    margin-top: -14px;
    margin-left: -8px;
}
	
	/* pj most read sidebari*/
	
	
.kmrsidb {
    
    margin-left: 0px !important;
    
}

	.kmrsidb .block-title > span {
		 margin-left: 4px;
}

	.kmrsidb .block-title > span:before {
	 width: 228px;
	
	}
	
	.kmrsidb:before {
    
    width: 228px;
    
    margin-left: 9px;
    margin-right: 0px;
}

	.kmrsidb h3::before {
		margin-left: 2px;
		font-size: 15px;
		left: -4px;
	}
	
	
.kmrsidb .td_module_8 .item-details {
    margin-left: 10px;
    margin-bottom: 11px;
    padding-right: 1px;
    padding-bottom: 0px;
    height: 71px;
    border-bottom: none;
    width: 200px;
}

	.kmrsidb .td-block-span12:nth-last-of-type(n+2):after {
		 width: 228px;
    margin-left: -8px;
		
		
	}
	
	.kmrsidb .td_block_inner:before {
    width: 1px;
    height: 570px;
    margin-left: 9px;
    margin-top: -15px;
}


.kmrsidb .td_block_inner:after {
    height: 571px;
	   width: 1px;
	 margin-top: -578px;
    margin-left: 237px;
}

	
	.kmrsidb:after {
		
    width: 228px;
    margin-left: 9px;
   }

 
.reksidtre img {
   	width: 228px;
    max-width: 228px;
    height: auto;
    margin-left: -8px;
    margin-top: 4px;
}


.reksidkat img {
    width: 228px;
    max-width: 228px;
    height: auto;
    margin-left: -8px;
    margin-top: -10px;
}


.reksidgjasht img {
    max-width: 100%;
    height: auto;
    margin-left: 2px;
    margin-top: -10px;
}


.reksidpes img {
    max-width: 100%;
    height: auto;
    margin-left: 2px;
    margin-top: -10px;
}
	
	/* filloi kodi i gjasht fotove posht me tre reshta per tablet*/
	
	.rekshiritnje img {
    max-width: 476px;
    height: auto;
    margin-left: 20px;
		margin-bottom: 4px;
}
	
	
	.kpostposhnje .entry-thumb {
    display: block;
    
    width: 230px !important;
		max-width: 230px !important;
}

	.kpostposhnje .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}
	
	/* mos e leviz kete */
	.kpostposhnje .td-column-1 .td-block-span12 {
    width: 146px !important;
   
    float: left !important;
}

/* prove per margin*/


	
		.kpostposhnje .td-column-1 .td-block-span12:nth-child(2) {
    margin-left: 97px;
    clear: none;
    
}
		.kpostposhnje .td-column-1 .td-block-span12:nth-child(3) {
    
    display: none;
}
	
	
.kpostposhnje .entry-title {
  
    letter-spacing: -.043em;
    font-family: Muli,sans-serif;
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 15.5px !important;
    line-height: 21px !important;
	width: 229px;

}

/* filluan tre fotot e dyta*/
	
	.kpostposhdy .entry-thumb {
    display: block;
    width: 230px !important;
		max-width: 230px !important;
   
		 
}

	.kpostposhdy .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}
	
	
	.kpostposhdy .td-column-1 .td-block-span12 {
    width: 146px !important;
   
    float: left !important;
}

/* prove per margin*/


	
		.kpostposhdy .td-column-1 .td-block-span12:nth-child(2) {
    margin-left: 97px;
    clear: none;
    
}
		.kpostposhdy .td-column-1 .td-block-span12:nth-child(3) {
    
 
   display: none;
}
	
	
.kpostposhdy .entry-title {
  
    letter-spacing: -.043em;
    font-family: Muli,sans-serif;
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 15.5px !important;
    line-height: 21px !important;
	width: 229px;
}
	
	/* filloi pjesa e te fundit art ne fund gjasht fotot */	
	
		.rekshiritdy img {
    max-width: 476px;
    height: auto;
    margin-left: 20px;
}
	
	.ktefundnje .entry-thumb {
    display: block;
    width: 230px !important;
		max-width: 230px !important;
   	 
}

	.ktefundnje .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}
	
	
	.ktefundnje .td-column-1 .td-block-span12 {
    width: 146px !important;
   
    float: left !important;
}

/* prove per margin*/


	
		.ktefundnje .td-column-1 .td-block-span12:nth-child(2) {
    margin-left: 97px;
    clear: none;
    
}
		.ktefundnje .td-column-1 .td-block-span12:nth-child(3) {
    
    
    display: none;
}
	
	
.ktefundnje .entry-title {

    letter-spacing: -.043em;
    font-family: Muli,sans-serif;
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 15.5px !important;
    line-height: 21px !important;
	width: 229px;
}
	
		
/* te fundit ter tre fotot posht */
	
	.ktefunddy .entry-thumb {
    display: block;
     width: 230px !important;
		max-width: 230px !important;
    
}

	.ktefunddy .td-column-1 .td-block-span12:nth-child(odd) {
    /* clear: both; */
    clear: none;
    /* padding-left: 20px; */
}
	
	
	.ktefunddy .td-column-1 .td-block-span12 {
    width: 146px !important;
   
    float: left !important;
}

/* prove per margin*/


	
		.ktefunddy .td-column-1 .td-block-span12:nth-child(2) {
    margin-left: 97px;
    clear: none;
    
}
		.ktefunddy .td-column-1 .td-block-span12:nth-child(3) {
    
    display: none;
}
	
	
.ktefunddy .entry-title {

 
    letter-spacing: -.043em;
    font-family: Muli,sans-serif;
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 15.5px !important;
    line-height: 21px !important;
	width: 229px;
}
	
		.rekshirittre img {
    max-width: 476px;
    height: auto;
    margin-left: 20px;
}
	
	
	
	
/* kllapa e fundit pper respon art page tabletit */	
}


@media (max-width: 767px) {
	
	
.datalart:after {
	  width: calc(100vw - 20px);
	
	}
	
	.td-ss-main-sidebar {
    margin-top: 0px !important;
}

.klsharestory:before {

width: calc(100vw - 20px);

}


.klsharestory {
    margin-left: 10px;
    font-size: 17px;
    
}
	/* futeri ndryshim dist */	
	.td-pb-margin-side {
    
    margin-bottom: 10px !important;
}
	
		
	.mokmrartp .block-title > span:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 5px;
    margin-left: 1px;
    margin-top: 6px;
}
	
	
	.mokmrartp .block-title > span:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 4px;
    margin-left: 1px;
    margin-top: 6px;
}

	

.mokmrartp .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
	  margin-top: -20px;
	  margin-left: 1px;
}
	
	
	.mokmrartp .td_module_8 .entry-title {
	
	font-size: 16.5px !important;
    line-height: 22.5px !important;
	
	}

	
	.kmrsidb {
		display:none;
	}
	
	.kpostposhnje, .kpostposhdy, .ktefundnje, .ktefunddy {
		display: none;
	}
	
	
	.ktopsnje {
	  display: none;
	
	}
	
	
	/* me reg shiritin horizontal */	
	
	.rekshiritnje img, .rekshiritdy img, .rekshirittre img {
    max-width: 100%;
    height: 85px;
    margin-left: 10px;
    margin-top: 14px;
    width: calc(100vw - 20px);
}

	.rekshiritdy img {
		margin-bottom: -1px !important;
		
	}
	.rekshirittre img {
    margin-bottom: -1px;
}
	
	.rekshiritnje img {
    margin-top: 27px !important;
}
	
	
	/* me e reg mobile top s mbi mr */
	
	.ktopsnjemob {
	  width: calc(100vw - 20px);
		margin-top: 16px;
	}
	
	
	
	
	
	
	
	
	
	
	/* gjasht art posht */
	 .kapkatposhnje .block-title > a:before {
    width: calc(100vw - 20px);
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-left: 1px;
    margin-top: 6px;
}
    
    
    .kapkatposhnje .block-title > a:after {
    width: calc(100vw - 20px);
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-top: 6px;
}
    
    
    .kapkatposhnje .td_module_3 .entry-thumb {
    width: 100%;
    height: 235px;
    max-width: 100%;
    min-height: 235px;
    margin-top: -10px;
}


.kapkatposhnje .entry-title {
    font-size: 18px;
    line-height: 20px !important;
    letter-spacing: .22px;
    margin: 0 0 9px 0;
    padding-left: 14px;
    padding-right: 14px;
    position: absolute;
    bottom: 12px;
    background: rgba(1, 1, 1, 0.7);
    z-index: 0;
   
    padding-top: 18px;
    padding-bottom: 15px;
}
    
    .kapkatposhnje .td-module-title a {
    color: #fff !important;
}
	
	/* gjasht art posht */
	 	
.reksidtre img, .reksidkat img, .reksidpes img, .reksidgjasht img  {
    max-width: 100%;
    height: auto;

    margin-top: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
	.reksidemobile img {
	margin-bottom: -11px !important;
}
	.reksidemobile img {
		max-width: 100%;
    height: auto;

    margin-top: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
			
	}
	
	.reksnjehiqe img {
		display: none;
	}

	.rektopmr img {
    max-width: 100%;
    height: auto;
    margin-top: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
		margin-bottom: -9px;
}
	
	.reksiddy img {
		display: none;
	}
	
	
	
	
	
	
	/* kllapa e fundit pper respon art page te mobile */	
	
}


/* gjasht art posht */

.kapkatposhnje .meta-info {
    position: relative;
    display: none;
}



.kapkatposhnje .block-title > a {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 20px;
    line-height: normal;
    font-family: "Independent Sans", sans-serif;
    letter-spacing: normal;
    color: #281e1e;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -16px;
    top: 1px;
	text-align: center;
}

.kapkatposhdy .meta-info {
    
    display: none;
}




.kapkatposhdy.td_block_7 {
    margin-top: -20px;
}












/* mbaroi kodi i  art page */

































/* futeri */

@media (min-width: 1024px) { 
	

.td-social-style10 .td_social_type .td_social_info {
    font-size: 0px;
    top: 5px;
}

.td-social-style10 .td-social-list {
    padding: 0 115px;
    margin-left: -100px;
    margin-top: -25px;
}

.td-footer-container { 
	    padding-top: 10px !important; 
	}



	
.kltxtposhtl {
   
    

   width: 1000px;
    max-width: 1000px
}

	
	
.td-sub-footer-copy.td-pb-padding-side {
    padding: 0 19px 0 20px;

    margin-left: 195px;
}




	.td-footer-container .widget {
    padding-bottom: 0px !important;
    margin-left: 85px;
	
}
	
	



.td-sub-footer-container .td-pb-span4 {


    margin-left: 46px !important;


}



.td-sub-footer-copy {
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-family: Muli, sans-serif;
    font-weight: bold;


}


	
	
	
	/* me e bo qender kopir */
	
.klasaekopir {
	margin-left: -230px;
}

	
	
.td-sub-footer-container.td-container {
     margin-left: auto !important;
    padding-left: 95px;
}

	
	
	
	
/* kllapa e fundit 1024 */
}

/* futeri tablet */


@media (max-width: 1023px) and (min-width: 768px) {

.td-footer-container {
   padding: 15px 0 20px 0 !important;
    }

.kllogofutkj img {
    
   
    margin-left: auto !important;
    margin-right: auto;
}

.youtubefuteri {
  
    top: 30% !important;
    left: 72% !important;
}

.kltxtposhtl {
    text-align: center;
   
}
	/* heq counter t */
	
	.td-social-style10 .td_social_type .td_social_info {
    font-size: 0px;
    top: 5px;
}

	.td-sub-footer-container .td-pb-span4 {
    margin-left: -292px !important;
		width: 320px;
		padding-left: 20px;
		
}
	.td-sub-footer-container.td-container {
		text-align: center !important;
	}
	
	
	
/* kllapa e fundit*/
}






/* ndryshimet e fundit*/

.td-sub-footer-container.td-container {
    border-bottom: none;
    background-color: #333;
    width: 100%;
}




.td-sub-footer-copy {
    line-height: 24px;
    color: #fff;

}








.td-footer-container .td-pb-span4 {

margin-bottom: -65px;
}




/* ndryshimet e fundit*/







.td-footer-container.td-container {
    border-bottom-width: 0;
    width: 100%;
    padding-left: calc(50% - 508px);
}


.kllogofutkj img {
	margin-left: 337px;
	 margin-bottom: -8px;
	width: 325px;
	padding-bottom: 1px;

}


.td-footer-container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #333 !important;
    padding: 42px 0 20px 0;
    color: #fff;
    z-index: 0;
}



.kltxtposhtl  {
	
	color: #fff;
	  line-height: 30px;
    font-size: 14px;
	 font-family: Muli, sans-serif;
	 font-weight: 300;
	 margin-top: -2px;
	margin-bottom: 30px;
	text-align: center;
}


.td-footer-container .block-title > span {
    background-color: #333;
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 13px;
}


.td-social-style10 .td_social_type .td_social_info_name {
    font-size: 11px;
    display: none;
}


.td-social-colored .td_social_facebook .td-sp {
    background-color: #333;
}



.td-social-colored .td_social_instagram .td-sp {
    background-color: #333;
}

.td-social-colored .td_social_twitter .td-sp {
    background-color: #333;
}


.td-social-colored .td_social_youtube .td-sp {
    background-color: #333;
}


.klkoldyfut {
	font-size: 13px;
	color: #fff;
    font-family: Muli, sans-serif;
    line-height: 8px;
	font-weight: bold;
	padding-left: 8px;
	
}

.klkoltrefut {
	font-size: 13px;
	color: #fff;
    font-family: Muli, sans-serif;
    line-height: 8px;
	font-weight: bold;
	padding-left: 31px;
}



@media (max-width: 767px) {


.kllogofutkj img {
    margin-left: auto;
    margin-right: auto;
		 margin-bottom: 5px;
}

	

	.kltxtposhtl {
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    font-family: Muli, sans-serif;
    margin-top: -2px;
    margin-bottom: 35px;
    padding-left: 10px;
		text-align: center;
}
	
	
	
.td-footer-container .block-title > span {
    
	    width: 100vw;
    text-align: center;
  background-color: #0D0D0D;
}

	.td-social-colored .td_social_facebook .td-sp {
    background-color: #0D0D0D;
}

.td-social-colored .td_social_instagram .td-sp {
    background-color: #0D0D0D;
}


.td-social-colored .td_social_twitter .td-sp {
    background-color: #0D0D0D;
}
	
	
.klkoldyfut {
    text-align: center;
    padding-left: 0px !important;
}
	
	.klkoltrefut {
    text-align: center;
    padding-left: 0px;
}
	/* futeri ne mob */
	
	.td-footer-container .widget {
    padding-bottom: 0px;
}

	
	.td-social-style10 .td_social_type .td_social_info {
    font-size: 0px;
    top: 5px;
}

	
	

.klfuterbut .block-title {
    margin-left: -10px;
    margin-right: 10px;
}


.td-footer-container .td_block_wrap {
    border-top: 0;
    margin-bottom: -30px !important;
}


.td-social-style10 .td-social-list {
    padding: 0 13px;
    margin-top: -25px;
}

	
	
	
	/* kllapa e fundit mobile */
}


/* kategoria */

.td-module-comments {
   
    display: none;
}



.td_module_10 .entry-title {
    margin: 0 0 8px 0;
    font-weight: 800;
    font-size: 17px;
    line-height: 25px;
    font-family: Muli, sans-serif;
}





.td-subcategory-header .td-category-siblings {
  
    display: none;
}




.td_category_template_1 .entry-crumbs {
 
    display: none;
}

@media (min-width: 1024px) { 

.td_module_10 .item-details {
    
    margin-left: 196px;
    margin-bottom: 30px;
   
}
	
	.td_module_10 .td-module-thumb {
    float: left;
    width: 180px;
    margin-bottom: 12px;
}

	

.td_category_template_1.td_category_top_posts_style_disable .td-subcategory-header {
   border-bottom: none; 
    margin-top: -50px;
}
	
	.td-category-pulldown-filter.td-wrapper-pulldown-filter {
    position: absolute;
    top: 72px;
    
    right: 780px;
}

	

	
	
	
	
	
	
}






/* slideriiii*/

.recent-post-slider.design-1 .post-content-left {
    position: absolute !important;
    left: 0;
    bottom: 0px;
  
    background: rgba(1, 1, 1, 0.7);
    z-index: 999;
    color: #fff;
	  height: 144px !important;
}




.recent-post-slider h2.wp-post-title {
    margin: 5px 0 !important;
    line-height: 22px;
    font-size: 18px;
    line-height: 20px !important;
    letter-spacing: .22px;
    font-family: Muli,sans-serif;
    font-weight: 700;
	   padding-bottom: 27px;
}



.recent-post-slider .recentpost-categories ul.post-categories {
    margin: 0px 0px 10px 0 !important;
    padding: 0px !important;
    list-style: none !important;
    font-size: 0;
    display: none;
}


/* prove per slider  */

.recent-post-slider.design-1 .post-content-left {
    padding: 11px 20px 35px 20px;
}

.recent-post-slider h2.wp-post-title a {
    font-size: 20px;
    line-height: 23px;
}

/* prove per slider  */





    /* kolona sl  */

.kolonaslide .wpb_text_column {
    padding-top: 10px;
  
}



.td-post-content a:hover, .mce-content-body a:hover, .wpb_text_column a:hover, .comment-content a:hover {
    text-decoration: none !important;
}





.mokfnjepolnje .meta-info {
    
    display: none;
}


@media (max-width: 767px) {
	
	  /* vijat ndares */
 
	.moklpkat .meta-info {
    display: none;
}
	
	.mokpoldy .meta-info {
    
    display: none;
}

	
.moklpkat .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	.keditormob:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}
	.moklpkat:after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}
	

.mokpoldy .td-block-span12:nth-last-of-type(3):after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: calc(100vw - 20px);
    height: 1px !important;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	  /* vijat ndares 
	
.td_module_6 .entry-title:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 1px;
}
  
	*/
	.mokkrody .meta-info {
    display: none;
}
	
	
	.mokkrody .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	.kapkatposhdy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	.kapkatposhdy:after {
    content: '';
    position: absolute;
    background-color: #e6e6e6;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}
	
	
	
	
	/* vijat show sportiii */
	
		.mokshowdy .meta-info {
    display: none;
}
	
	
	.mokshowdy .td-block-span4:nth-last-of-type(n):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
			.mokspody .meta-info {
    display: none;
}
	

	
.mokspody .td-block-span4:nth-last-of-type(n):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	
	.moktekdy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	.mokshendy .td-block-span12:nth-last-of-type(n+2):after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px !important;
    margin-left: 1px;
}
	
	.moktekdy:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}
	
	.mokshendy:after {
    content: '';
    position: absolute;
    background-color: #d2d2d2;
    width: calc(100vw - 20px);
    height: 1px;
    margin-top: -10px;
    margin-left: 10px;
}
	
	
	
	
	/* end vijat ndares */
	
	
	
.mokfnjepolnje .block-title > a {
    font-family: Muli,sans-serif;
    font-size: 25px;
    color: #C3C4C9;
    background-color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 16px;
    
      top: 2px;    
	  font-weight: 800;
	     padding: 2px 10px 2px 0px ;
	  margin-right: 10px;
	 
}
	
.mokfnjepolnje .block-title > a:after {
    content: "";
    display: inline-block;
    background: url(/img/shiriti-ndares.png);
    
    width: calc(100vw - 144px);
    height: 24px;
    margin-bottom: -2px;
		margin-left: 10px;
}

}




.moklpnje .entry-title {
    font-size: 18px !important;
    line-height: 23px !important;
    /* font-size: 1rem !important; */
    font-weight: 800;

	
}


.mokpolnje .entry-title {
    font-size: 18px !important;
    line-height: 23px !important;
    /* font-size: 1rem !important; */
    font-weight: 800;
	  margin-top: -1px;
	  
}



.moklpnje .td-block-span12:last-child .td_module_3 {
    padding-bottom: 11px;

    margin-top: -7px;
}

 /* prova e backg gri prove 


@media (min-width: 1440px) { 

.td-container {
    width: 1440px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    position: relative;
    clear: both;
    z-index: 1;
    padding-left: 210px;
}

#td-outer-wrap {
    background: #F1F1F1;
    
}




}


*/








 /* prova e backg gri prove mbaroir 


@media (min-width: 1366px) { 

.td-container {
    width: 1366px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    position: relative;
    clear: both;
    z-index: 1;
    padding-left: 172px;
}

#td-outer-wrap {
    background: #F1F1F1;
    
}




}
 
*/

/*

@media (min-width: 1024px) { 

.td-container {
    width: 1021px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    position: relative;
    clear: both;
    z-index: 1;
  
}

#td-outer-wrap {
    background: #F1F1F1;
    
}



}


*/

/*

@media (min-width: 1280px) { 

.td-container {
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    position: relative;
    clear: both;
    z-index: 1;
	padding-left: 129px;
  
}

#td-outer-wrap {
    background: #F1F1F1;
    
}



}


*/


/* backgroundit ndryshimi i fundit 

@media (min-width: 1150px) { 

.td-container {
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: white;
    position: relative;
    clear: both;
    z-index: 1;
	padding-left: 64px;
  
}

#td-outer-wrap {
    background: #F1F1F1;
    
}

}


*/

@media (min-width: 1071px) { 

.td-container {
    width: 1071px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    position: relative;
    clear: both;
    z-index: 1;
	padding-left: 7px;
    overflow-y: hidden !important;
	overflow-x: hidden !important;
}

#td-outer-wrap {
    background: #E8E3E3;
     overflow-x: hidden;
}
	

}





.moklpkat.td_block_7 {

       margin-top: -6px;
}





// sldieri

.recent-post-slider .slick-dots li {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 10px !important;
    padding: 0px !important;
	content: counter(slider-dots);
    /* content: attr(data-num); */
}


.slick-dots li:after {
   
	
	 font-size: 28px;
    line-height: 32px;
    font-family: FinancierDisplayWeb, serif;
    content: counter(slider-dots);
    position: absolute;
    top: 10px;
    left: 0;
}


.recent-post-slider .slick-dots li button {
    background: #fff !important;
    margin: 0px !important;
    padding: 15px !important;
    border: 1px solid #000;
    /* border-radius: 50% !important; */
    width: 13px !important;
    height: 13px !important;
    content: counter(recent-post-slider); 
}

.recent-post-slider .slick-dots li :after {
   
	
	 font-size: 28px;
    line-height: 32px;
    font-family: FinancierDisplayWeb, serif;
    content: counter(recent-post-slider);
    position: absolute;
    top: 10px;
    left: 0;
}

.youtubefuteri{
	position: absolute;
	width: 50px;
	height: auto;
	top: 23%;
	left: 52%;
}


.gazatatitulli {
	
	font-weight: bold;
    background: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    font-family: Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2a2a2a;
    /* top: -2px; */
    right: 0px;
	 margin-top: 22px;
	margin-bottom: 15px;
	margin-left: 21px;
	 text-align: center;
}


.gazatatitulli:before {
    width: 269px;
    background-color: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 4px;
   
    margin-top: 6px;
}


.gazetapdfnje img {
	margin-left: 21px;
	margin-top: -6px;
  width: 269px;
}



@media (max-width: 1070px) and (min-width: 1024px) {
	
	
	
	.td-container {
    width: 1021px;
    margin-right: auto;
    
    border-bottom: 1px solid #e6e6e6;
    background-color: #fbfbfb;
    position: relative;
    clear: both;
    z-index: 1;
    margin-left: -16px !important;
		
}
	#td-outer-wrap {
    overflow: hidden;
		background-color: #fbfbfb;
}
	.landpnje .entry-title {
    font-size: 16.1px !important;
}
	
	.landpnje .item-details {
    margin-right: 115px;
    margin-bottom: 0px !important;
    min-height: 68px !important;
}
	
	.kollandpnje.wpb_column {
    position: relative;
    width: 320px !important;
   
    margin-left: -3px !important;
}
	
	.landpnje .td-block-span12 {
    padding-left: 20px !important;
    padding-right: 0px !important;
    margin-right: -17px !important;
		height: 78px !important;
		
}
	.td-footer-container.td-container {
    
    width: 1024px !important;
    padding-left: 0px !important;
}
	.td-header-main-menu {
   height: 54px !important;
}
	.td-md-is-chrome .td-header-style-5 .td-main-menu-logo a img {
    top: -1px !important;
}
	
	.kmrnje .entry-title {
    font-size: 14.5px !important;
    width: 218px;
    line-height: 19.7px;
}
	.td-footer-container .widget {
   
    margin-left: 85px !important;
}
	
	.td-footer-container {
		margin-left: auto !important;
	}
	
	.landpnje:after {
    
    margin-top: 0px !important;
    
}
	.kolslideri.td-pb-span8 {
    margin-top: 2px !important;
}
	
	.landpnje .entry-thumb {
    width: 112px;
    height: 68px !important;
    min-height: 68px !important;
    margin-top: 1px;
}

.landpnje .td_module_wrap {
    position: relative;
    z-index: 0;
    margin-top: 11px;
    margin-bottom: 18px;
}
	
	.td-icon-search:before {
    margin-left: 4px !important;
}

.titullilp {
   margin-top: 24px !important;
}

	.rowlandpnje{
		margin-top: -3px !important;
	}
	
	.ktefundnje .entry-title, .ktefunddy .entry-title, .kpostposhnje .entry-title, .kpostposhdy .entry-title  {
   font-size: 15.75px !important;
		line-height: 22px !important;
		
    }
	
	.kpolnje .entry-title, .kpoldy .entry-title, .kkronje .entry-title, .kkrody .entry-title {
		line-height: 22px !important;
		font-size: 16.2px;
		font-family: Lato,sans-serif;
    font-weight: 800;
}
	.kpoltre .entry-title{
		line-height: 22px !important;
		font-size: 16.2px;
		font-family: Lato,sans-serif;
    font-weight: 800;
}
	.bdyknje .entry-title {
   font-size: 16.2px;  
}
	
	
	
	
	.kekody .entry-title, .kbotdy .entry-title { 
  	line-height: 20px;
}
	
	.kshowdy .entry-title, .kshowtre .entry-title, .kshowkat .entry-title, .kspody .entry-title, .kspotre .entry-title, .kspokat .entry-title { 
		line-height: 20.5px;
		font-size: 15.5px !important;
}
	
	.ktekdy .entry-title, .kshendy .entry-title {
		line-height: 22.1px;
		font-size: 15.5px !important;
}
	
	.kekonje .entry-title, .kbotnje .entry-title {
    font-size: 15.5px !important;
}
	
.ksponje .entry-title, .kshownje .entry-title {
font-size: 15.5px !important;
}
	
	.kteknje .entry-title, .kshennje .entry-title {
	line-height: 1.45;
  font-size: 16.3px;
 	}
	
	.kturnje .entry-title, .kturdy .entry-title, .kkurnje .entry-title, .kkurdy .entry-title {
font-size: 15.5px !important;
}
	
.kteknje .td_module_3 .entry-thumb, .kshennje .td_module_3 .entry-thumb {
  
    height: 223px;
		min-height: 223px;
 
}
	
.kturtre .entry-title, .kkurtre .entry-title { 
   line-height: 19.9px;
}
	
.td_block_big_grid .td-big-thumb {
    width: 511px;
}

	.td_block_big_grid .td-tiny-thumb {
   width: 248px;
  }
	
	.td-grid-style-1 .td-tiny-thumb .entry-title {
    font-size: 15.5px;
}
	.kpostposhnje .block-title > span, .ktefundnje .block-title > span {
    
    text-align: center;
}
	.kpostposhnje .block-title > span:before, .ktefundnje .block-title > span:before {
   margin-bottom: 9px;
		 width: 698px;

}
	.datalart:after {
     width: 698px;
}

body.td-animation-stack-type0 .post img {

    max-width: 698px !important;
    width: 698px;
}

.klsharestory:before {
width: 698px;
}

.rekshiritnje img, .rekshiritdy img, .rekshirittre img {
    max-width: 698px;
    width: 698px;
}

	.kpostposhnje .block-title > span:after, .ktefundnje .block-title > span:after {
width: 698px;
}

.kpostposhnje .td-column-1 .td-block-span12 .entry-thumb, .kpostposhdy .td-column-1 .td-block-span12 .entry-thumb, .ktefundnje .td-column-1 .td-block-span12 .entry-thumb, .ktefunddy .td-column-1 .td-block-span12 .entry-thumb  {
   
    width: 221px;
    max-width: 221px;
}

.kpostposhdy .td-column-1 .td-block-span12:nth-child(3), .kpostposhnje .td-column-1 .td-block-span12:nth-child(3), .ktefundnje .td-column-1 .td-block-span12:nth-child(3), .ktefunddy .td-column-1 .td-block-span12:nth-child(3) {
    padding-left: 32px;
}


.kpostposhdy .td-column-1 .td-block-span12:nth-child(2), .kpostposhnje .td-column-1 .td-block-span12:nth-child(2), .ktefundnje .td-column-1 .td-block-span12:nth-child(2), .ktefunddy .td-column-1 .td-block-span12:nth-child(2) {
    padding-left: 13px;
    margin-left: 15px;
}
	
	
	
.ksidfbc .td_social_type .td-social-box {
    
    margin-right: -36px;
    
}	
	
	.sf-menu > li > a {

padding: 0 17px 0 17px;
}
	
	.kmrsidb .entry-title {
  line-height: 20.4px !important;
    letter-spacing: -.035em;
}
	
	.ktopsnje .td_module_8 .entry-title {
 
    font-size: 15.45px;
    line-height: 22.2px;
   
}
	
	.td-post-content p, .mce-content-body p, .wpb_text_column p, .comment-content p {
   
    font-size: 1.02rem;
    line-height: 1.58;
		 letter-spacing: 0em !important;
    
}
	
	
	
	
	
}


.klwebtv{
	margin-left: 20px;
	margin-bottom: 0px;
}

.klwebtv .td-big-thumb {

    width: 511px;
  
}

.klwebtv .td-tiny-thumb {

    width: 250px;
   
}

.klwebtv .td-tiny-thumb .entry-title {
    font-size: 15.65px;
    line-height: 23px;
    letter-spacing: -.01em;
}

.klwebtv .td-big-thumb .entry-title {
    font-size: 19.3px;
    line-height: 31px;
    width: 440px;
}


.klwebtvtit.wpb_content_element {
    border-style: none !important;
}

.klwebtvtit.vc_separator .vc_sep_holder .vc_sep_line {

    top: -3px;
    border-top: 10px solid #dbdbdb !important
}

.klwebtvtit.vc_separator h4 {
   
    font-size: 21px;
    
    font-weight: bold;
}

.klwebtvtit.vc_separator {
     margin-left: 19px;
	   margin-bottom: 8px;
}

.krowwebtv .wpb_column {
   margin-top: 15px;
}












.sondazhi.wpb_text_column p  {
  width: 16.813rem;
  padding-top: 0.125rem;
    font-size: 0.926rem;
	letter-spacing: -.013em;
}




.sondazhi.wpb_text_column ul {
margin-bottom: -0.08rem;
}


.titson {
    font-weight: bold;
    background: none;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    font-family: Arial,sans-serif;
    font-size: 0.96rem;
    line-height: 1.25rem;
    color: #2a2a2a;
    top: -0.5rem;
    right: 0rem;
    margin-left: 6.313rem;
	margin-bottom: 0.578rem;
	 padding-top: 5px;
}


.sondazhi .wp-polls-form {
 
    margin-top: -1.875rem;
}

.sondazhi .wp-polls-ans {
  margin-top: -0.875rem;
	padding-top: 0.25rem;
}

.sondazhi {
	width: 271px;
	height: 205px;
	border: 1px solid #a6a4a4;
	padding-top: 5px;
	margin-top: 6px;
	background-color: #E8E3E3;
}
	
.sondazhi a {
    color: #1d76a8;
}

	



@media (min-width: 768px) {
	.mobilekategoriapg {
		display: none;
	}
		.trepikshatslmobile {
		display: none !important;
	}
}

@media (max-width: 767px) {
	
	.desktopkategoriapg {
		display: none;
	}
	
	.trepishatsldesktop {
		display: none !important;
	}
	
}


/*prove slideri i ri  */




.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination .slidesjs-pagination-item a {
	
	padding-top: 3px !important;
    background-color: #343434 !important;
    float: left;
    overflow: hidden;
    border-radius: 1% !important;
    width: 66px !important;
    height: 40px !important;
    color: #FFF !important;
    display: block;
    font-size: 18px;
    line-height: 39px;
    text-indent: 1px;
    font-family: "Gilroy Black",sans-serif;
	
}


.slidesjs-pagination li {
    display: inline-block ;
    margin: 0 0px !important;
    margin-left: -11px !important;
}


.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination {
    
    list-style: none;
    text-align: center;
    margin-top: 0px !important;
    background-color: #343434;
    height: 40px;
	bottom: 0px;
}


.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination .slidesjs-pagination-item a.active{
    background-color: #dc0024 !important;
}

.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination .slidesjs-pagination-item a:hover {
    cursor: pointer;
    color: #FFF;
    background-color: #dc0024 !important;
}

/*mbase duhet vec height e display */

.slidesjs-container {
    position: absolute;
    overflow: vislible !important;
    height: 412px !important;
    display: block !important;
}


.wp-spaios-slider-wrap.slidesjs.post-prodesign-18 .wp-spaios-slide-wrap .wp-spaios-content-wrp {
background-color: rgba(1, 1, 1, 0.67) !important;
    top: 82.3% !important;
    padding: 0px 0px !important;
    height: fit-content;
    position: absolute !important;
    text-align: center;
    vertical-align: middle;


}



.wp-spaios-slider-wrap.slidesjs.post-prodesign-18 .wp-spaios-slide-wrap .wp-spaios-content-title {
margin-top: 0px !important;
    font-size: 18.8px !important;
    font-weight: 700;
    line-height: 35.5px;
    vertical-align: middle;
    text-align: center;
    height: 122px;
    padding-left: 30px !important;
    padding-right: 30px !important;

}




.wp-spaios-slider-wrap.post-prodesign-18 .wp-spaios-slide-wrap a {

color: #ffffff;
    display: grid;
    height: 100%;
    place-items: center center;
    vertical-align: middle;
    text-align: center;
	line-height: 34.5px !important;
}


.wp-spaios-slider-wrap.post-prodesign-18 .wp-spaios-slide-wrap .wp-spaios-slide-title {
color: #fff;
    margin-top: 0px !important;
    font-size: 19.8px !important;
    font-weight: 700;
    line-height: 35.5px;
    vertical-align: middle;
    text-align: center;
    height: 122px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    letter-spacing: normal;
    font-family: Verdana, Geneva, sans-serif;


}

.wp-spaios-slider-wrap.slidesjs .slidesjs-pagination {

display: block !important;
width: 100%;
visibility: visible;
	z-index: 99;
}


.slidesjs-pagination {
	display: block !important;

}


.wp-spaios-pagination-true {
	display: block !imporatnt;
	position: absolute;
}




.wp-spaios-slider .slidesjs-pagination li a{
	width: 13px; 
	height: 20px !important;
	padding-top: 13px;
	background-color: #969696; 
	float: left; 
	overflow: visible;
	border-radius: 100%;
}

.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet{

counter-increment: section;
}

.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet::before {
padding-top: 3px !important;
     
    float: left;
    overflow: hidden;
    border-radius: 1% !important;
    width: 60px !important;
    height: 40px !important;
    color: #FFF !important;
    display: block;
    font-size: 18px;
    line-height: 39px;
    text-indent: 1px;
    font-family: "Gilroy Black",sans-serif;
content: counter(section);
	padding-right: 9px;
}



.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap h2.wp-spaios-slide-title {
    color: #fff;
 transition: none;
}

.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap h2.wp-spaios-slide-title, .wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap .wp-spaios-content {
    
    transform: none;
}

.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap .wp-spaios-content-wrp {
background: none;
}



.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap:hover .wp-spaios-content-wrp {
background: none;
}

.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet {

background-color: #343434;
height: 40px;
width: 50px;
	 margin: 0 0px!important;
	border-radius: 0 !important;
}


.wp-spaios-slider-wrap.swiperslider .swiper-pagination {
bottom: -2px;
background-color: #343434;
width: 100%;

}

.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap h2.wp-spaios-slide-title a {
color: #ffffff !important;
    display: grid;
    height: 100%;
    place-items: center center;
    vertical-align: middle;
    text-align: center;
    line-height: 28.5px !important;
}


.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap h2.wp-spaios-slide-title {
 
    transition: none;
    margin-top: 0px !important;
    font-size: 18.8px !important;
    font-weight: 700;
    line-height: 28.5px !important;
    vertical-align: middle;
    text-align: center;
    height: 140px;
    padding-left: 30px !important;
    padding-right: 30px !important;
	font-family: Verdana, Geneva, sans-serif;
}

.wp-spaios-slider-wrap.post-prodesign-1 .wp-spaios-slide-wrap .wp-spaios-content-wrp > div.wp-spaios-content-inner {
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(1, 1, 1, 0.7) !important;
    top: 72.7% !important;
    padding: 0px 0px !important;
    height: fit-content;
    position: absolute !important;
    text-align: center;
    vertical-align: middle;

}

/*
.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet {
    background-color: #dc0024 !important;
}
*/

.swiper-pagination-bullet-active span:active {
  background-color: #34D399 !important;
}



.wp-spaios-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: #dc0024 !important;
}

.wpb_content_element {
    padding: 0 0px 0px 0px !important;
}


@media (min-width: 1299px) and (max-width: 1400px) {

.ktopsnje .td_module_8 .entry-title {

    font-size: 15.4px !important;
    letter-spacing: -.043em !important;

}

.kmrsidb .entry-title {
    font-size: 15.6px !important;
    letter-spacing: -0.0475em !important;
   }
}




.wp-spaios-responsive-slider-container .slidesjs-slide {
   
    height: 372px;
}



@media (max-width: 369px) {
	.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet {

    width: 14.2% !important;

}

.wp-spaios-slider-wrap.swiperslider .swiper-pagination .swiper-pagination-bullet::before {
    width: 49px !important;
   
}
}

.slidesjs-pagination li.slidesjs-pagination-item{
	margin: 0 0px 0 -11px !important;
}

@media (max-width: 767px) {
	.td_module_6 .entry-thumb {

		height: 75px !important;
	}
	.td-post-content {

		margin-right: 2px;
	}
}

