/*
 * ==========================================================================
 * Variables
 * ==========================================================================
 */
/*
 * ==========================================================================
 * Import
 * ==========================================================================
 */
/*
 * ! normalize.css v2.1.0 | MIT License | git.io/normalize
 */
/*
 * ==========================================================================
 * HTML5 display definitions
 * ==========================================================================
 */
/*
 * *
 * * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * *
 * * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * *
 * * Prevent modern browsers from displaying `audio` without controls.
 * * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * *
 * * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/*
 * ==========================================================================
 * Base
 * ==========================================================================
 */
/*
 * *
 * * 1. Set default font family to sans-serif.
 * * 2. Prevent iOS text size adjust after orientation change, without disabling
 * *    user zoom.
 */
html {
  font-family: sans-serif;
    /*
   * 1
   */
  -webkit-text-size-adjust: 100%;
    /*
   * 2
   */
  -ms-text-size-adjust: 100%;
    /*
   * 2
   */ }

/*
 * *
 * * Remove default margin.
 */
body {
  margin: 0; }

/*
 * ==========================================================================
 * Links
 * ==========================================================================
 */
/*
 * *
 * * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * *
 * * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/*
 * ==========================================================================
 * Typography
 * ==========================================================================
 */
/*
 * *
 * * Address variable `h1` font-size and margin within `section` and `article`
 * * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * *
 * * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * *
 * * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * *
 * * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * *
 * * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * *
 * * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/*
 * *
 * * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * *
 * * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * *
 * * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * *
 * * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * *
 * * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
 * ==========================================================================
 * Embedded content
 * ==========================================================================
 */
/*
 * *
 * * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * *
 * * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * ==========================================================================
 * Figures
 * ==========================================================================
 */
/*
 * *
 * * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/*
 * ==========================================================================
 * Forms
 * ==========================================================================
 */
/*
 * *
 * * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * *
 * * 1. Correct `color` not being inherited in IE 8/9.
 * * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
    /*
   * 1
   */
  padding: 0;
    /*
   * 2
   */ }

/*
 * *
 * * 1. Correct font family not being inherited in all browsers.
 * * 2. Correct font size not being inherited in all browsers.
 * * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
    /*
   * 1
   */
  font-size: 100%;
    /*
   * 2
   */
  margin: 0;
    /*
   * 3
   */ }

/*
 * *
 * * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * *
 * * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * * All other form control elements do not inherit `text-transform` values.
 * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * *
 * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 * *    and `video` controls.
 * * 2. Correct inability to style clickable `input` types in iOS.
 * * 3. Improve usability and consistency of cursor style between image-type
 * *    `input` and others.
 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
    /*
   * 2
   */
  cursor: pointer;
    /*
   * 3
   */ }

/*
 * *
 * * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * *
 * * 1. Address box sizing set to `content-box` in IE 8/9.
 * * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
    /*
   * 1
   */
  padding: 0;
    /*
   * 2
   */ }

/*
 * *
 * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 * *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
    /*
   * 1
   */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
    /*
   * 2
   */
  box-sizing: content-box; }

/*
 * *
 * * Remove inner padding and search cancel button in Safari 5 and Chrome
 * * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * *
 * * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * *
 * * 1. Remove default vertical scrollbar in IE 8/9.
 * * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
    /*
   * 1
   */
  vertical-align: top;
    /*
   * 2
   */ }

/*
 * ==========================================================================
 * Tables
 * ==========================================================================
 */
/*
 * *
 * * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * ==========================================================================
 * Base
 * ==========================================================================
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


body {
  background: white;
  color: #111111; }
  body.custom-background-no-repeat {
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      body.custom-background {
          /*
       * background-image: none !important;
       */ } }

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

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

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

iframe {
  width: 100%;
  max-width: 100%;
  border: none;
  display: block; }

textarea {
  resize: vertical; }

  form label {
    display: block;
    font-size: 12px;
    margin-bottom: 0.5em;
    padding-left: 1px;
    font-weight: 400; }
  form input,
  form textarea {
    font: 300 13px "Arial", "Helvetica", sans-serif;
    width: 100%;
    margin-bottom: 25px;
    background: #efefef;
    border: none; }
  form input {
    height: 35px;
    padding: 0 10px; }
    form input[type="submit"] {
      padding: 0 15px;
      width: auto;
      background: #4d92cb;
      color: white;
      font-weight: 500;
      text-transform: uppercase; }
  form textarea {
    padding: 10px;
    height: 100px;
    line-height: 1.6em; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 50px 0;
  *zoom: 1; }
  hr:before,
  hr:after {
    content: " ";
    display: table; }
  hr:after {
    clear: both; }

  figure figcaption {
    margin-top: 15px;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
    color: #999999; }
  figure img {
    max-width: 100%; }

.flex {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  margin-bottom: 40px; }
  .flex iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

address {
  font-size: 0.9em;
  color: #cccccc;
  font-style: normal;
  line-height: 2.3em; }
  address span {
    color: white; }

form.password {
  margin: 20px 0 5px;
  *zoom: 1; }
  form.password:before,
  form.password:after {
    content: " ";
    display: table; }
  form.password:after {
    clear: both; }
  form.password input {
    margin: 0;
    width: 65%;
    float: left; }
    form.password input[type="submit"] {
      width: 30%;
      margin-left: 5%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
 * ==========================================================================
 * Grid
 * ==========================================================================
 */
.eqfw-layout_row {
  margin: 0 -10px;
  *zoom: 1; }
  .eqfw-layout_row:before,
  .eqfw-layout_row:after {
    content: " ";
    display: table; }
  .eqfw-layout_row:after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .eqfw-layout_row {
  margin: 0 -5px; } }

.eqfw-layout_cell {
  float: left;
  padding: 0 10px; }
  .is-1-column .eqfw-layout_cell {
    width: 100%; }
  .is-2-columns .eqfw-layout_cell {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .is-2-columns .eqfw-layout_cell {
    width: 100%;
    margin-bottom: 20px; } }
  .is-3-columns .eqfw-layout_cell {
    width: 33.33%; }
    @media screen and (max-width: 480px) {
      .is-3-columns .eqfw-layout_cell {
    width: 50%;
    margin-bottom: 20px; } }
  .is-right-sidebar .eqfw-layout_cell.is-main {
    width: 71%; }
    @media screen and (max-width: 640px) {
      .is-right-sidebar .eqfw-layout_cell.is-main {
    width: 100%; } }
  .is-right-sidebar .eqfw-layout_cell.is-sidebar {
    width: 29%; }
    @media screen and (max-width: 640px) {
      .is-right-sidebar .eqfw-layout_cell.is-sidebar {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); } }
  @media screen and (max-width: 640px) {
    .eqfw-layout_cell {
  padding: 0 5px; } }

/*
 * ==========================================================================
 * Typography
 * ==========================================================================
 */
body {
  color: #111111;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #07508d; }

p {
  font-size: 16px;
  margin: 0 0 1em; }
  @media screen and (max-width: 640px) {
    p {
  font-size: 15px; } }
  @media screen and (max-width: 480px) {
    p {
  font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Georgia", sans-serif;
  font-weight: 400;
  margin: 0.8em 0 0.4em; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      text-decoration: none; }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin-top: 1.6em; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 30px; }
  @media screen and (max-width: 480px) {
    h1 {
  font-size: 25px; } }

h2 {
  font-size: 23px;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 480px) {
    h2 {
  font-size: 20px; } }

h3 {
  font-size: 18px;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 480px) {
    h3 {
  font-size: 16px; } }

h4 {
  font-size: 14px;
  margin-bottom: 0.6em;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h4 {
  font-size: 14px; } }

h5 {
  font-size: 12px;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h5 {
  font-size: 12px; } }

h6 {
  font-size: 11px;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    h6 {
  font-size: 10px; } }

.highlight {
  background: #fffbce;
  padding: 0.1em 0.3em; }

  .article_content ul,
  .article_content ol {
    font-size: 20px;
    list-style-position: outside;
    list-style-type: square;
    margin: 20px;
    /*margin-left: -20px;*/
    padding: 0; }
  .article_content li {
   color: #007f42;
    font-size: 16px;
    /*list-style: outside none square;*/
    margin-bottom: 0.7em;
    padding-left: 8px;
    position: relative;
    line-height: 20px; }
    .article_content li:before {
      /*content: "";*/
      position: absolute;
      left: 0;
      top: 0.7em;
      width: 4px;
      height: 4px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
  .article_content ol {
    margin-left: 0;
    padding-left: 0;
    counter-reset: numbered-list; }
    .article_content ol li {
      list-style: none;
      padding-left: 35px;
      position: relative; }
      .article_content ol li:before {
        counter-increment: numbered-list;
        content: counter(numbered-list);
        position: absolute;
        left: 0;
        top: 0.5em;
        font-weight: 700;
        color: #444444;
        font-size: 11px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px; }
  .article_content p a {
    font-weight: 500;
    color: #07508d;
    background: rgba(7, 80, 141, 0.05);
    padding: 0.1em 0.3em;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .article_content p a:hover,
    .article_content p a:focus {
      color: #111111;
      background: rgba(7, 80, 141, 0.1); }

blockquote {
  font-size: 18px;
  line-height: 1.8;
  font-style: italic;
  padding: 0 0 0 50px;
  margin: 0;
  color: #666666; }
  blockquote:before {
    content: "\f10e";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: 7px 0 0 -50px;
    color: #e5e5e5; }
  blockquote p {
    font-size: inherit; }
  blockquote cite {
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-weight: 700; }

.dropcap:first-letter {
  float: left;
  font-size: 37px;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 8px 0 0; }

.article_content .button {
  display: inline-block;
  color: white;
  font-size: 12px;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .article_content .button:hover,
  .article_content .button:focus {
    color: white; }
  .article_content .button.is-blue1 {
    background: #5b6fbd; }
    .article_content .button.is-blue1:hover {
      background: #4559ab; }
  .article_content .button.is-blue2 {
    background: #499ad2; }
    .article_content .button.is-blue2:hover {
      background: #3086c2; }
  .article_content .button.is-grey {
    background: #9393af; }
    .article_content .button.is-grey:hover {
      background: #7c7c9e; }
  .article_content .button.is-green1 {
    background: #3fac91; }
    .article_content .button.is-green1:hover {
      background: #348e78; }
  .article_content .button.is-green2 {
    background: #79c442; }
    .article_content .button.is-green2:hover {
      background: #66a935; }
  .article_content .button.is-yellow {
    background: #dad045; }
    .article_content .button.is-yellow:hover {
      background: #cdc229; }
  .article_content .button.is-red {
    background: #e06558; }
    .article_content .button.is-red:hover {
      background: #da4536; }

pre {
  background: #f7f7f7;
  font-size: 12px;
  padding: 15px;
  border-radius: 3px; }

/*
 * ==========================================================================
 * Wrapper
 * ==========================================================================
 */
/*
 * body{
 * background:url(http://www.panorama-sport.com/new/wp-content/uploads/2015/09/hije.png) center repeat-y;
 * }
 */
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
    }
  .container.is-main {
    background: white;
    padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .container {
  padding: 0 10px; } }

body.custom-background {
    /*
   * background: #f5f5f5;
   */
    /*
   * background-color: #efefef;
   */
  background: #e5e5e5;
    }

body.custom-background .container.is-main {
  padding: 11px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 .4rem #b3b3b3;
  box-shadow: 0 0 .4rem #b3b3b3;
    /*
   * min-height:2480px;
   */
    /*
   * box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   */ }

  .main-content.with-sidebar {
    float: left;
    width: 69%;
    padding-right: 20px; }
    @media screen and (max-width: 960px) {
      .main-content.with-sidebar {
    float: none;
    width: 100%;
    padding-right: 0; } }

.page-header {
  *zoom: 1; }
  .page-header:before,
  .page-header:after {
    content: " ";
    display: table; }
  .page-header:after {
    clear: both; }

/*
 * ==========================================================================
 * General styles
 * ==========================================================================
 */
  .featured-image a {
    display: block; }
  .featured-image img {
    width: 100%;
    height: auto;
    display: block; }

.search-form {
  position: relative; }
  .search-form input {
    margin: 0; }

  .search-form input[type="submit"] {
    content: "";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: white;
    font-size: 18px;
    height: auto;
    padding: 8px 10px;
    width: auto; }

.advertising {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  display: table;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%; }
  .advertising span {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

/*
 * ==========================================================================
 * Header
 * ==========================================================================
 */
.header {
  *zoom: 1;
  position: relative;
  /*z-index: 1000;*/
  background-color: white;
  max-width: 1000px;
  margin: 0 auto;
 -webkit-box-shadow: 0 0 .4rem #b3b3b3;
  box-shadow: 0 0 .4rem #b3b3b3;  }
  .header:before,
  .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header ul {
    margin: 0 auto;
    padding: 0;
    max-width: 970px; }
  .header .container {
    *zoom: 1; }
  .header .container:before,
  .header .container:after {
    content: " ";
    display: table; }
  .header .container:after {
    clear: both; }
      .custom-background .header.is-black .container,
      .custom-background .header.is-centered .container,
      .custom-background .header.is-advertising .container,
      .custom-background .header.is-full .container {
        padding: 0; }
  .header.is-simple .hide-on-simple {
    display: none; }

.header_top-row {
  *zoom: 1;
  padding: 5px 0 10px;
  line-height: 32px; }
  .header_top-row:before,
  .header_top-row:after {
    content: " ";
    display: table; }
  .header_top-row:after {
    clear: both; }
  .header.is-full .header_top-row {
    padding-bottom: 5px; }
  .header_top-row .header_social {
    float: right;
    line-height: 30px; }

.header_date {
  font-size: 11px;
  color: #666666;
  margin-right: 20px;
  float: left; }
  @media screen and (max-width: 960px) {
    .header_date {
  display: none; }
    .header.is-centered .header_date {
      display: block; } }

.header_small-nav {
  float: left;
  font-size: 11px; }
  @media screen and (max-width: 640px) {
    .header_small-nav {
  display: none; } }
  .header_small-nav li {
    display: inline-block;
    margin-right: 15px; }
    .header_small-nav li a {
      color: #666666;
      font-weight: 400; }
      .header_small-nav li a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header_social {
  margin: 0;
  line-height: 35px;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .header_social {
  display: none; } }
  .header_social li {
    display: inline-block;
    margin-left: 15px; }
  .header_social a {
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    margin-left: 5px; }
  .header_social a.is-icon {
    display: inline-block;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
    @media screen and (max-width: 640px) {
      .header_social a.is-icon {
    margin-left: 0; } }
    @media screen and (max-width: 640px) {
      .header_social a.is-label {
    display: none; } }
  .header_social a.is-label:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header_social i {
    font-size: 15px; }
  .header_social + .header_search {
    margin-left: 15px; }
    .header_social + .header_search:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 26px;
      left: 0;
      top: 50%;
      margin-top: -13px;
      border-left: 1px solid #ebebeb; }

.header_bottom-row {
  position: relative;
  *zoom: 1; }
  .header_bottom-row:before,
  .header_bottom-row:after {
    content: " ";
    display: table; }
  .header_bottom-row:after {
    clear: both; }

.header_logo {
  float: left;
  line-height: 35px;
  margin: 0px 20px 0 15px;
  font-size: 20px;
  position: relative;
  z-index: 10; }
  .header_logo img {
    max-width: 9999px; }

.header_tagline {
  font-size: 12px;
  font-weight: 400;
  font-family: "Arial", "Helvetica", sans-serif;
  display: block; }

.header .sidebar {
  float: right;
  width: 728px;
  max-width: 100%;
  margin-right: 15px; }
  @media screen and (max-width: 960px) {
    .header .sidebar {
  display: none; } }
  .header .sidebar .widget {
    width: 100%;
    padding: 0;
    margin: 0; }
  .header .sidebar .advertising {
    height: 90px; }

.header.is-full .header_bottom-row {
  padding: 5px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .custom-background .header.is-full .header_bottom-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px; }

.header_nav ul li {
  background-color: #1d507b;
  -moz-box-shadow: 1px 2px 3px #cccccc;
  -webkit-box-shadow: 1px 2px 3px #cccccc;
  box-shadow: 1px 2px 3px #cccccc; }

  .header_nav li {
    position: relative;
    display: block;
    float: left;
    line-height: 35px; }
      .header_nav li:hover > .sub-menu,
      .header_nav li:focus > .sub-menu {
        display: block; }
      .header_nav li:hover .header_nav_articles,
      .header_nav li:focus .header_nav_articles {
        display: block; }
    .header_nav li .sub-menu li .header_nav_articles {
      display: none; }
  .header_nav a {
    display: block;
    padding: 0 20px;
    text-transform: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .header_nav a i {
      margin-right: 5px; }

.header_nav .menu > ul > li {
  text-align: left; }
  .header_nav .menu > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 36px;
    top: 36%;
    margin-top: -13px;
    border-left: 2px solid white; }
  .header_nav .menu > ul > li > a {
    font-size: 15px;
    color: white;
    font-weight: 600;
        /*
     * font-family:Helvetica , sans-serif;
     */
    letter-spacing: -0.03em; }
    .header_nav .menu > ul > li.menu-parent-item > a:after,
    .header_nav .menu > ul > li.menu-articles-full > a:after,
    .header_nav .menu > ul > li.menu-articles-list > a:after {
      content: "\f0d7";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 12px;
      margin-left: 10px;
      margin-right: -7px;
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      -o-transform: translateY(-1px);
      transform: translateY(-1px); }
  .header_nav .menu > ul > li:hover {
    background: #67aad0; }
    .header_nav .menu > ul > li:hover:before {
      content: none; }
    .header_nav .menu > ul > li:hover > a {
      color: white; }
  .header_nav .menu > ul > li.is-logo {
    text-align: left; }
    .header_nav .menu > ul > li.is-logo a {
      padding: 0; }
    .header_nav .menu > ul > li.is-logo .header_logo {
      float: none; }
    .header_nav .menu > ul > li.is-logo:before {
      content: none; }
    .header_nav .menu > ul > li.is-logo:hover {
      background: transparent; }
  .header_nav .menu > ul > li.is-search {
    text-align: right; }
    .header_nav .menu > ul > li.is-search:hover {
      background: transparent; }
      .header_nav .menu > ul > li.is-search:hover:before {
        content: ""; }
    .header_nav .menu > ul > li.is-overflow.is-empty {
      display: none !important; }
    .header_nav .menu > ul > li.is-overflow > a {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }
    .header_nav .menu > ul > li.is-overflow > a:before {
      content: "\f039";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 19px; }

.menu-articles-full-wrapper {
  position: relative; }

.header_nav .menu .sub-menu,
.header .header_nav-right .header_nav-mobile_dropdown .menu {
  position: absolute;
  display: block; }
  .header_nav .menu .sub-menu li,
  .header .header_nav-right .header_nav-mobile_dropdown .menu li {
    background: #267dca;
    min-width: 200px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-align: left; }
    .header_nav .menu .sub-menu li:hover,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li:hover {
      background: #1d507b; }
      .header_nav .menu .sub-menu li:hover a,
      .header .header_nav-right .header_nav-mobile_dropdown .menu li:hover a {
        border-bottom-color: transparent; }
    .header_nav .menu .sub-menu li.menu-parent-item > a,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li.menu-parent-item > a {
      padding-right: 45px; }
      .header_nav .menu .sub-menu li.menu-parent-item > a:after,
      .header .header_nav-right .header_nav-mobile_dropdown .menu li.menu-parent-item > a:after {
        content: "\f0da";
        font-size: 28px;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none !important;
        speak: none;
        display: inline-block;
        text-decoration: none;
        width: 1em;
        height: 1em;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0;
        line-height: inherit;
        font-size: 10px;
        margin: 0 10px; }
    .header_nav .menu .sub-menu li ul,
    .header_nav .menu .sub-menu li div,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li ul,
    .header .header_nav-right .header_nav-mobile_dropdown .menu li div {
      display: none; }
  .header_nav .menu .sub-menu a,
  .header .header_nav-right .header_nav-mobile_dropdown .menu a {
    color: white;
    font-size: 12px;
    font-weight: 300;
    padding-right: 45px; }
    .header_nav .menu .sub-menu a:before,
    .header .header_nav-right .header_nav-mobile_dropdown .menu a:before {
      content: "\f105";
      font-size: 28px;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none !important;
      speak: none;
      display: inline-block;
      text-decoration: none;
      width: 1em;
      height: 1em;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      font-size: 11px;
      margin-right: 8px; }

.header_nav .menu .sub-menu {
  display: none;
  z-index:1000;	  }

.header_nav .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  background: #333333; }
  .header_nav .sub-menu .sub-menu li:hover {
    background: #555555; }
  .header_nav .sub-menu .sub-menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.1); }

.header .header_bottom-row .header_nav_overflow {
  right: 0; }
    .header .header_bottom-row .header_nav_overflow li:before {
      content: none; }
      .header .header_bottom-row .header_nav_overflow li.menu-parent-item > a:after,
      .header .header_bottom-row .header_nav_overflow li.menu-articles-list > a:after,
      .header .header_bottom-row .header_nav_overflow li.menu-articles-full > a:after {
        content: none; }
    .header .header_bottom-row .header_nav_overflow li ul {
      display: none; }

.header_nav_articles {
  position: absolute;
  background: #222222;
  display: none;
  padding: 7px;
  width: 290px; }
  .header_nav_articles .widgettitle {
    display: none; }
  .header_nav_articles .widget_report_recent_category {
    padding: 8px 8px 0;
    background: #111111;
    *zoom: 1; }
  .header_nav_articles .widget_report_recent_category:before,
  .header_nav_articles .widget_report_recent_category:after {
    content: " ";
    display: table; }
  .header_nav_articles .widget_report_recent_category:after {
    clear: both; }
    .header_nav_articles .widget_report_recent_category ul li {
      border-bottom-color: rgba(255, 255, 255, 0.1); }
    .header_nav_articles .widget_report_recent_category li a {
      text-transform: none;
      color: white;
      text-align: left; }
    .header_nav_articles .widget_report_post_list .report_post_list {
      padding: 2px;
      background-color: #111111;
      *zoom: 1; }
  .header_nav_articles .widget_report_post_list .report_post_list:before,
  .header_nav_articles .widget_report_post_list .report_post_list:after {
    content: " ";
    display: table; }
  .header_nav_articles .widget_report_post_list .report_post_list:after {
    clear: both; }
    .header_nav_articles .widget_report_post_list .article {
      width: 20%;
      float: left;
      padding: 10px;
      margin-bottom: 0; }
      .header_nav_articles .widget_report_post_list .article a {
        text-transform: none;
        color: white;
        text-align: left;
        padding: 0;
        white-space: normal; }
  @media screen and (max-width: 640px) {
    .header_nav_articles .report_post_list.is-small .article {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .header_nav_articles .report_post_list.is-small .article .article_thumbnail {
        display: none; }
      .header_nav_articles .report_post_list.is-small .article .article_title a {
        padding: 5px; }
    .header_nav_articles .widget_report_recent_category {
      padding-top: 0; }
      .header_nav_articles .widget_report_recent_category .featured-image {
        display: none; } }

.hide-title {
  display: none; }

.header_nav-right {
  position: relative;
  float: right;
  height: 35px; }
    .header_nav-right .header_social i {
      font-size: 18px; }
  .header_nav-right.with-search {
    padding-right: 70px; }

.header_search {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }
  .header_search form {
    min-width: 45px;
    position: relative; }
  .header_search input {
    background: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .header_search input[type="text"] {
    width: 0; }
  .header_search input[type="submit"] {
    text-align: center;
    padding-left: 20px; }
    .header_search.is-active input[type="text"],
    .header_search:hover input[type="text"] {
      background: #efefef;
      width: 180px; }

  .header.is-full .header_nav,
  .header.is-centered .header_nav,
  .header.is-advertising .header_nav {
    float: left;
    min-width: 100%; }
  .header.is-full .header_nav .menu > ul,
  .header.is-centered .header_nav .menu > ul,
  .header.is-advertising .header_nav .menu > ul {
    position: relative;
    display: table;
    width: 100%; }
    .header.is-full .header_nav .menu > ul > li,
    .header.is-centered .header_nav .menu > ul > li,
    .header.is-advertising .header_nav .menu > ul > li {
      display: table-cell;
      float: none; }
      .header.is-full .header_nav .menu > ul > li > a,
      .header.is-centered .header_nav .menu > ul > li > a,
      .header.is-advertising .header_nav .menu > ul > li > a {
        padding: 0 15px; }
  .header.is-full .header_search,
  .header.is-centered .header_search,
  .header.is-advertising .header_search {
    position: static; }
  .header.is-full .header_nav-right,
  .header.is-centered .header_nav-right,
  .header.is-advertising .header_nav-right {
    display: none; }

  .header.is-centered .container {
    position: relative; }
  .header.is-centered .header_top-row {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 40px;
    padding: 0 30px; }
    @media screen and (max-width: 640px) {
      .header.is-centered .header_top-row {
    display: none; } }
    .header.is-centered .header_top-row:before,
    .header.is-centered .header_top-row:after {
      content: none; }
  .header.is-centered .header_small-nav {
    display: none; }
  .header.is-centered .header_logo {
    text-align: center;
    float: none;
    margin: 20px 0; }
    @media screen and (max-width: 640px) {
      .header.is-centered .header_logo {
    margin: 10px 0; } }
  .header.is-centered .header_nav {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
    padding: 7px 0; }
  .header.is-centered .header_nav .menu > ul > li:first-child:before {
    content: none; }

  .header.is-advertising .container {
    margin-top: 25px; }
  .header.is-advertising .header_top-row {
    display: none; }
    @media screen and (max-width: 960px) {
      .header.is-advertising .header_logo {
    text-align: center;
    margin-right: 0;
    float: none; } }
    @media screen and (max-width: 480px) {
      .header.is-advertising .header_logo {
    margin: -10px 0; } }
  .header.is-advertising .header_tagline {
    line-height: 30px; }
  .header.is-advertising .header_social {
    display: block;
    clear: left;
    line-height: 20px; }
    .header.is-advertising .header_social li {
      margin: 0 15px 0 0; }
    @media screen and (max-width: 960px) {
      .header.is-advertising .header_social {
    text-align: center; } }
    @media screen and (max-width: 480px) {
      .header.is-advertising .header_social {
    display: none; } }
  .header.is-advertising .header_nav {
    margin-top: 25px;
    padding: 7px 0; }
  .header.is-advertising .header_nav .menu > ul > li:first-child:before {
    content: none; }

  .header.is-black-menu .header_bottom-row,
  .header.is-black .header_bottom-row {
    background: #007f41;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    *zoom: 1; }
  .header.is-black-menu .header_bottom-row:before,
  .header.is-black .header_bottom-row:before,
  .header.is-black-menu .header_bottom-row:after,
  .header.is-black .header_bottom-row:after {
    content: " ";
    display: table; }
  .header.is-black-menu .header_bottom-row:after,
  .header.is-black .header_bottom-row:after {
    clear: both; }
  .header.is-black-menu .header_logo,
  .header.is-black .header_logo {
    line-height: 45px;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    color: white; }
    .header.is-black-menu .header_logo a,
    .header.is-black .header_logo a {
      text-transform: none;
      padding: 0 10px; }
  .header.is-black-menu .header_nav .menu > ul > li,
  .header.is-black .header_nav .menu > ul > li {
    line-height: 45px; }
    .header.is-black-menu .header_nav .menu > ul > li.menu-item:hover,
    .header.is-black .header_nav .menu > ul > li.menu-item:hover {
      background: rgba(255, 255, 255, 0.2); }
    .header.is-black-menu .header_nav .menu > ul > li:before,
    .header.is-black .header_nav .menu > ul > li:before {
      content: none; }
    .header.is-black-menu .header_nav .menu > ul > li > a,
    .header.is-black .header_nav .menu > ul > li > a {
      color: white;
      padding: 0 15px;
      font-size: 14px; }
    .header.is-black-menu .header_nav .menu > ul > li.is-logo a,
    .header.is-black .header_nav .menu > ul > li.is-logo a {
      padding: 0 10px; }
  .header.is-black-menu .header_nav-right,
  .header.is-black .header_nav-right {
    height: 36px;
    margin-top: 6px; }
    .header.is-black-menu .header_search input,
    .header.is-black .header_search input {
      color: white; }
      .header.is-black-menu .header_search.is-active input,
      .header.is-black .header_search.is-active input,
      .header.is-black-menu .header_search:hover input,
      .header.is-black .header_search:hover input {
        color: #111111; }
      .header.is-black-menu .header_search.is-active input[type="text"],
      .header.is-black .header_search.is-active input[type="text"],
      .header.is-black-menu .header_search:hover input[type="text"],
      .header.is-black .header_search:hover input[type="text"] {
        background: white; }

  .custom-background .header.is-black-menu .container {
    padding: 0; }
  .custom-background .header.is-black-menu .header_search {
    margin-right: 5px; }

.header.is-black {
  background: #222222; }
  .header.is-black .container {
    background: transparent; }
  .header.is-black .header_date {
    color: #cccccc; }
    .header.is-black .header_small-nav li a,
    .header.is-black .header_social li a {
      color: #cccccc; }
      .header.is-black .header_small-nav li a:hover,
      .header.is-black .header_social li a:hover {
        color: white; }

/*
 * seconday menu
 */
#secondary-menu ul {
  text-align: center;
  list-style-type: none; }

#secondary-menu ul li {
  display: inline-block;
  padding: 0 5px; }

/*
 * ================================================== header submenu  ekipet e futbollit==============================================
 */
.main-section {
  background-color: transparent; }

.football-categories {
    /*
   * max-width: 1000px;
   */
  margin: 0 auto;
  position: relative;
  background-color: white;
  min-height: 84px;
  /*min-height: 185px;*/
  margin-bottom: -20px;
  border-bottom: 1px dotted #dcd2d2; }

.titulli-ekp {
  position: absolute;
  margin-top: -30px;
  margin-left: -60px;
  display: none;
  padding: 0 3px 0 3px;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.7); }

.logo :hover .titulli-ekp {
  display: table-cell;
  position: absolute; }

/*
 * .football-categories ul .logo .titulli{
 * color:black;
 * font-weight:500;
 * font-size:1.3em;
 * text-align:center;
 * padding-left:10px;
 * 
 * }
 */
.main-section > .football-categories > ul {
  display: table;
  float: left;
  list-style-type: none;
  margin: 0 auto;
  padding: 24px 32px 0;
  position: relative; }

.main-section  .football-categories  ul  .logo {
  display: inline;
  max-width: 50px; }

.football-categories ul .logo img {
  max-width: 40px;
  margin-left: 25px;
  max-height: 40px; }

@media screen and (max-width:700px) {
  .main-section  .football-categories  ul  .logo {
    display: inline;
    max-width: 30px; }

  .football-categories ul .logo img {
    max-width: 30px;
    height: 30px;
    margin-left: 15px; } }

@media screen and (max-width:480px) {
  football-categories {
    width: 480px !important; }

  .main-section  .football-categories  ul  .logo {
    display: inline;
    max-width: 30px; }

  .football-categories ul .logo img {
    max-width: 20px;
    height: 20px;
    margin-left: 15px; }

  .main-section > .football-categories > ul {
    width: 95%; }

  .main-section > .football-categories > ul >li {
    display: inline; } }

/*
 * ==========================================================================
 * Footer
 * ==========================================================================
 */
.footer {
  padding: 15px 0;
    /*
   * background-color: #007F42;
   * border-top: 1px solid rgba(0,0,0,0.1);
   */
  background-color: #d8d8d8;
  min-height: 100px;
  color: white;
  margin-top: 30px;
  *zoom: 1; }
  .footer:before,
  .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  body.custom-background .footer {
    margin-bottom: 0;
    padding-bottom: 0; }
  .footer ul {
    margin: 0;
    padding: 0;
    margin-left: 13px; }
  .footer .sidebar {
    border: none;
    width: 100%;
    margin: 10px -10px 0; }
    .footer .sidebar .widget {
      float: left;
      width: 25%;
      font-size: 12px;
      padding: 0 10px;
      margin-bottom: 10px; }
      .footer .sidebar .widget p {
        font-size: inherit; }
      @media screen and (max-width: 640px) {
        .footer .sidebar .widget {
      width: 50%; } }
      @media screen and (max-width: 480px) {
        .footer .sidebar .widget {
      width: 100%; } }
  .footer .widget_title h2 {
    font-size: 12px;
    line-height: 20px; }
    .footer .widget_categories li,
    .footer .widget_meta li,
    .footer .widget_archive li,
    .footer .widget_nav_menu li {
      padding-left: 0;
      margin-bottom: 12px; }
    .footer .widget_categories a,
    .footer .widget_meta a,
    .footer .widget_archive a,
    .footer .widget_nav_menu a {
      font-size: inherit; }
    .footer .widget_categories li:before,
    .footer .widget_meta li:before,
    .footer .widget_archive li:before,
    .footer .widget_nav_menu li:before {
      content: none; }
    .footer .widget_text h1,
    .footer .widget_text h2,
    .footer .widget_text h3 {
      font-family: "Open Sans", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 10px; }
    .footer .widget_text a {
      color: inherit;
      font-weight: 400; }
  .custom-background .footer {
    margin-bottom: 20px; }

.footer .logo-copy .elite {
  font-weight: 500;
  float: right; }

.logo-copy {
  width: 100%;
  padding-top: 10px;
  float: left; }

.footer_logo {
  width: 27%;
  float: left;
  line-height: 30px;
  font-size: 20px;
  margin: 0;
  margin-left: 10px;
  color: #5d5d5d;
  padding-top: 13px; }
  @media screen and (max-width: 960px) {
    .footer_logo {
  float: none;
  text-align: center; } }

.footer_nav {
    /*
   * float: left;
   * margin:0 auto;
   */
  border-bottom: 1px dotted #f1f1f1;
    /*
   * font-size: 11px;
   */
  line-height: 30px;
    /*
   * margin-left: 30px;
   */
  background-color: #091940;
  height: 100px;
  background-image: url('http://www.panorama.com.al/sport/wp-content/static/logo-euro-2016.png');
  background-position: 2% 50%;
  background-repeat: no-repeat;
  width: 660px; }
  @media screen and (max-width: 960px) {
    .footer_nav {
  float: none;
  margin-left: 0;
  text-align: center; } }
  .footer_nav li {
    display: inline-block;
    float: right;
    margin-right: 40px;
    margin-top: 34px;
        /*
     * padding-left:18px;
     */ }
  .footer_nav a {
        /*
     * color:#fff;
     */
    color: #5d5d5d;
    font-weight: 700;
    text-transform: uppercase;
        /*
     * padding-left:12px;
     */
    font-size: 14px;
    color: white; }
    .footer_nav a:hover {
            /*
       * border-bottom: 1px solid rgba(0,0,0,0.1);
       */
      border-bottom: 3px solid #0072d8;
      color: #0072d8; }
    .footer_nav a i {
      margin-right: 5px; }

.footer_copyright {
  width: 70%;
  float: right;
  line-height: 20px;
  margin-right: 10px;
    /*
   * margin-top:-25px;
   */
  font-size: 11px;
  color: #5d5d5d; }
  .footer_copyright p {
    font-size: 11px; }
  @media screen and (max-width: 960px) {
    .footer_copyright {
  display: none; } }
  .footer_copyright a {
    font-weight: 400;
    color: inherit; }
  .footer_copyright a:hover {
    color: #a3a3a3; }

/*
 * ==========================================================================
 * Articles
 * ==========================================================================
 */
.main-content .article_title,
.main-content .category-title {
  font-size: 46px;
  font-family: Rockwell, serif;
    /*
   * color: #469BFF;
   */
    /*
   * color:#3784A6;
   */
  color: #063d6c;
  line-height: 1.4;
  margin: 10px 0 30px; }
  .custom-background .main-content .article_title.is-main,
  .custom-background .main-content .category-title.is-main {
    padding: 0 10px; }
  @media screen and (max-width: 640px) {
    .main-content .article_title,
.main-content .category-title {
  font-size: 36px; } }
  @media screen and (max-width: 480px) {
    .main-content .article_title,
.main-content .category-title {
  font-size: 26px; } }

.category-title {
  float: left; }

.category-nav {
  float: right;
  margin: 10px 0;
  padding: 14px 0; }
  .category-nav li {
    position: relative;
    display: block;
    float: left;
    line-height: 35px; }
    .category-nav li:hover > .sub-menu {
      display: block; }
  .category-nav a {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .category-nav a i {
      margin-right: 5px; }

.category-nav > li {
  text-align: center; }
  .category-nav > li:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    border-left: 1px solid #ebebeb; }
  .category-nav > li:first-child:before {
    content: none; }
  .category-nav > li > a {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    border-bottom: 1px solid transparent; }
  .category-nav > li:hover {
    background: #222222; }
    .category-nav > li:hover:before {
      content: none; }
    .category-nav > li:hover > a {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.article_summary,
.category-description,
.no-results {
  background: transparent;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 30px; }
  .article_summary .article_meta,
  .category-description .article_meta,
  .no-results .article_meta {
    margin: 0; }

  .category-description p {
    font-family: "Lato", "Georgia", sans-serif;
    font-weight: 300;
    font-size: 16px; }
  .category-description p:last-child {
    margin-bottom: 0; }

.article_featured-image img {
  width: 100%; }

.article_excerpt {
  font-family: "Lato", "Georgia", sans-serif;
  font-size: 16px;
  display: none; }

.article_meta {
  margin: 0 0 20px;
  padding: 0;
  font-size: 13px;
  display: none; }
  .article_meta li {
    display: inline-block; }
    .article_meta li:after {
      content: "/";
      display: inline-block;
      color: #cccccc;
      font-weight: 700;
      margin: 0 0.7em; }
    .article_meta li:last-child:after {
      content: none; }
  .article_meta a {
    color: inherit;
    font-weight: 400; }
    .article_meta a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.article_meta_categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111; }

.articles-preview {
  margin: 0 -10px;
  *zoom: 1; }
  .articles-preview:before,
  .articles-preview:after {
    content: " ";
    display: table; }
  .articles-preview:after {
    clear: both; }
  .articles-preview .article {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    .articles-preview .article > :first-child {
      border-top: 2px solid #69afd7;
      padding-top: 20px; }
  .articles-preview .article.is-first {
    width: 100%; }
    .articles-preview .article.is-first > :first-child {
      border-top: none;
      padding-top: 0; }
    .articles-preview .article.is-first .article_title {
      font-size: 24px; }
    .articles-preview .article.is-first .article_meta {
      font-size: 13px;
      margin-bottom: 15px; }
    .articles-preview .article.is-first .article_content p {
      font-size: 13px; }
  .articles-preview .article_thumbnail {
    margin-bottom: 15px;
    position: relative; }
    .articles-preview .article_thumbnail i {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 60px;
      width: 60px;
      height: 60px;
      margin: -15px 0 0 -25px;
      color: rgba(255, 255, 255, 0.5);
      text-align: center; }
    .articles-preview .article_thumbnail img {
      display: block;
      width: 100%; }
  .articles-preview .article_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px; }
    .custom-background .articles-preview .article_title {
      padding: 0; }
  .articles-preview .article_content p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #858180; }
  .articles-preview .article_meta {
    font-size: 11px;
    margin-bottom: 10px; }

  .main-content.is-single .article_content.with-sidebar {
    float: left;
    width: 69%;
        /*
     * padding-right: 20px;
     */ }
    @media screen and (max-width: 480px) {
      .main-content.is-single .article_content.with-sidebar {
    width: 100%;
    padding-right: 0; } }

  .main-content.is-single.with-sidebar .article_content.with-sidebar {
    width: 95%; }
    @media screen and (max-width: 480px) {
      .main-content.is-single.with-sidebar .article_content.with-sidebar {
    width: 100%; } }

.main-content.is-single .article_sidebar {
  float: right;
  width: 26%;
  margin: 0; }
  .main-content.is-single .article_sidebar .widget {
    margin-bottom: 0;
    width: 100%;
    padding: 0; }
  @media screen and (max-width: 480px) {
    .main-content.is-single .article_sidebar {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.main-content.is-single.with-sidebar .article_sidebar {
  width: 30%; }
  @media screen and (max-width: 480px) {
    .main-content.is-single.with-sidebar .article_sidebar {
  width: 100%; } }

.article_sidebar_item {
  margin-bottom: 30px; }
  .article_sidebar_item:last-child {
    margin-bottom: 10px; }

.article_sidebar_title {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  margin: 0 0 15px; }

.article_sidebar_author p {
  font-size: 14px; }

.article_rating {
  margin: 0;
  padding: 0; }
  .article_rating li {
    display: block;
    margin-bottom: 12px; }
  .article_rating h3 {
    font-size: 13px;
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-weight: 400;
    margin: 0 0 5px; }
    .article_rating h3 a {
      font-weight: inherit; }
  .article_rating p {
    font-size: 13px;
    margin-bottom: 8px; }
  .article_rating .article_rating_visualization {
    height: 2px;
    background: rgba(45, 125, 220, 0.3);
    margin-top: 8px; }
    .article_rating .article_rating_visualization div {
      height: inherit;
      background: #2d7ddc; }
  .article_rating .article_rating_value {
    font-size: 20px;
    font-weight: 300; }
    .article_rating li:first-child h3 {
      font-size: 15px; }
    .article_rating li:first-child .article_rating_visualization {
      height: 5px;
      background: rgba(50, 220, 181, 0.3); }
      .article_rating li:first-child .article_rating_visualization div {
        background: #32dcb5; }
    .article_rating li:first-child .article_rating_value {
      font-size: 25px;
      font-weight: 400; }

.article_rating_value {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  float: right;
  margin-left: 5px;
  line-height: 23px;
  min-width: 50px;
  text-align: right; }
  .article_rating_value .out-of {
    font-size: 0.7em; }

.similar-posts {
  margin-top: 50px; }
  .similar-posts + .similar-posts {
    margin-top: 20px; }

.similar-posts_title {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-weight: 300;
  margin: 0 0 25px; }

.not-found {
  text-align: center;
  margin: 100px 0; }

.load-more,
.show-comments {
  display: block;
  background: #f7f7f7;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .load-more:hover,
  .show-comments:hover {
    background: #efefef; }
  .load-more.is-disabled,
  .show-comments.is-disabled {
    display: none; }
  .load-more i,
  .show-comments i {
    margin-left: 10px;
    font-size: 15px; }

.show-comments {
  padding: 15px 20px;
  border: 1px solid transparent;
  *zoom: 1; }
  .show-comments:before,
  .show-comments:after {
    content: " ";
    display: table; }
  .show-comments:after {
    clear: both; }
  .show-comments .show-comments_count {
    font-size: 14px;
    line-height: 20px;
    float: left;
    font-weight: 300; }
  .show-comments .show-comments_show {
    float: right; }
  .show-comments .show-comments_hide {
    float: right;
    display: none; }
  .show-comments.is-active {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white; }
    .show-comments.is-active .show-comments_hide {
      display: block; }
    .show-comments.is-active .show-comments_show {
      display: none; }

.link-pages {
  display: block;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  padding: 15px 0;
  margin-top: 30px;
  color: #999999;
  letter-spacing: 3px; }
  .link-pages a:hover {
    color: #111111; }

/*
 * ==========================================================================
 * Comments
 * ==========================================================================
 */
.comments {
  display: none; }
  .comments.is-active {
    display: block; }
  .comments h3 {
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase; }
  .comments ul {
    margin: 0;
    padding: 0; }

.comments_add {
  margin-top: 30px; }

.comments .comment {
  display: block;
  padding-left: 80px;
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .comments .comment {
  padding-left: 50px; }
    .comments .comment p {
      font-size: 12px; } }
  .comments .comment:before {
    content: none; }

.comment_avatar {
  float: left;
  margin-left: -80px; }
  @media screen and (max-width: 480px) {
    .comment_avatar {
  margin-left: -50px; }
    .comment_avatar img {
      width: 40px; } }

.comment_meta {
  font-size: 12px;
  margin-bottom: 8px; }
  .comment_meta h4 {
    display: inline-block;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0 15px 0 0; }
    .comment_meta h4 a {
      color: inherit; }
  .comment_meta .comment_date {
    display: inline-block;
    font-weight: 300;
    margin-right: 15px;
    color: inherit; }
  .comment_meta .comment-reply-link,
  .comment_meta .comment-edit-link {
    font-weight: 400;
    color: inherit;
    margin-right: 10px; }

.comment_content p {
  font-size: 14px; }

.comment-respond input {
  width: 280px; }

.comment-respond .form-submit input {
  margin-bottom: 0; }

ul .comment-respond {
  padding: 10px 0 10px 80px; }

.comment-respond_author {
  float: left;
  margin-right: 20px; }

.comment-respond_email {
  float: left; }

#cancel-comment-reply-link {
  text-transform: none;
  font-weight: 700;
  margin-left: 10px; }

/*
 * ==========================================================================
 * Sidebars
 * ==========================================================================
 */
.sidebar-wrapper {
  float: left;
  width: 31%;
    /*
   * width: 28%;
   * padding-left: 20px;
   */
  margin: 0;
  padding-left: 5px;
    /*
   * border-left: 1px solid rgba(0,0,0,0.06);
   */ }
  @media screen and (max-width: 960px) {
    .sidebar-wrapper {
  width: 100%;
  float: none;
  padding-left: 0;
  margin-top: 40px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1); } }

.sidebar {
  margin: 0;
  padding: 0; }
  .sidebar .widget {
    /*margin-bottom: 40px;*/ }
  @media screen and (max-width: 960px) {
    .sidebar {
  margin: 30px -10px 0;
  padding-left: 0;
  border-left: none; }
    .sidebar .widget {
      float: left;
      width: 50%;
      padding: 10px; } }
  @media screen and (max-width: 480px) {
    .sidebar .widget {
      float: none;
      width: 100%;
      padding: 10px;
      margin-bottom: 20px; } }

.widget {
  display: block; }

.widget_title {
  /*margin-bottom: 15px;*/ }
  .widget_title h2 {
    font-size: 15px;
line-height: 1;
text-transform: uppercase;
font-family: Roboto;
font-weight: 600;
margin: 0 0 15px;
    margin-bottom: 15px;
display: inline-block;
background: #0070b7;
line-height: 30px;
padding: 0 10px;
color: #fff;
margin-bottom: 0;
margin-top:15px;
width: 100%;
height:30px;
font-family:Georgia, Times, "Times New Roman", serif}


.recent-comment {
  font-size: 13px;
  margin-bottom: 25px; }
  .recent-comment:last-child {
    margin-bottom: 0; }

  .recent-comment_author img {
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 2px; }

.recent-comment_on {
  color: #999999;
  font-style: italic;
  display: inline-block;
  margin: 0 3px; }

a.recent-comment_post {
  color: #111111;
  font-weight: 500; }

.recent-comment_content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  border-radius: 3px;
  padding: 10px 12px;
  color: #666666;
  margin-top: 10px;
  position: relative; }
  .recent-comment_content:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 6px;
    height: 6px;
    background: false;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 1px 0 0;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -moz-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    -o-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }

  .widget_archive ul,
  .widget_pages ul,
  .widget_categories ul,
  .widget_meta ul,
  .widget_nav_menu ul,
  .widget_report_languages ul {
    margin: 0;
    padding: 0;
    -webkit-columns: 2 20px;
    -moz-columns: 2 20px;
    columns: 2 20px; }
  .widget_archive li,
  .widget_pages li,
  .widget_categories li,
  .widget_meta li,
  .widget_nav_menu li,
  .widget_report_languages li {
    display: block;
    padding-left: 15px;
    line-height: 1em;
    margin-bottom: 10px; }
  .widget_archive li:before,
  .widget_pages li:before,
  .widget_categories li:before,
  .widget_meta li:before,
  .widget_nav_menu li:before,
  .widget_report_languages li:before {
    content: "\f105";
    font-size: 28px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    height: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    margin-left: -15px;
    margin-right: 6px;
    color: #cccccc;
    position: static;
    border: none; }
  .widget_archive a,
  .widget_pages a,
  .widget_categories a,
  .widget_meta a,
  .widget_nav_menu a,
  .widget_report_languages a {
    color: #666666;
    font-size: 13px;
    font-weight: 400; }
    .widget_archive a:hover,
    .widget_pages a:hover,
    .widget_categories a:hover,
    .widget_meta a:hover,
    .widget_nav_menu a:hover,
    .widget_report_languages a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .widget_report_languages ul {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto; }
  .widget_report_languages li {
    white-space: nowrap; }
  .widget_report_languages a img {
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }

  .widget_report_recent_posts ul,
  .widget_report_recent_category ul,
  .widget_recent_comments ul,
  .header_nav_articles .widget_report_recent_category ul,
  .widget_report_ratings ul {
    margin: 0;
    padding: 0; }
  .widget_report_recent_posts li,
  .widget_report_recent_category li,
  .widget_recent_comments li,
  .header_nav_articles .widget_report_recent_category li,
  .widget_report_ratings li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 35px;
    font-size: 13px;
    padding-left: 0;
    margin-bottom: 0; }
    .widget_report_recent_posts li:before,
    .widget_report_recent_category li:before,
    .widget_recent_comments li:before,
    .header_nav_articles .widget_report_recent_category li:before,
    .widget_report_ratings li:before {
      content: none; }
    .widget_report_recent_posts li:last-child,
    .widget_report_recent_category li:last-child,
    .widget_recent_comments li:last-child,
    .header_nav_articles .widget_report_recent_category li:last-child,
    .widget_report_ratings li:last-child {
      border-bottom: none; }
    .widget_report_recent_posts li.has-image a,
    .widget_report_recent_category li.has-image a,
    .widget_recent_comments li.has-image a,
    .header_nav_articles .widget_report_recent_category li.has-image a,
    .widget_report_ratings li.has-image a {
      font-weight: 400; }
  .widget_report_recent_posts a,
  .widget_report_recent_category a,
  .widget_recent_comments a,
  .header_nav_articles .widget_report_recent_category a,
  .widget_report_ratings a {
    display: block;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px; }
    .widget_report_recent_posts a:hover,
    .widget_report_recent_category a:hover,
    .widget_recent_comments a:hover,
    .header_nav_articles .widget_report_recent_category a:hover,
    .widget_report_ratings a:hover {
      font-weight: 400; }
    .widget_report_recent_posts a i,
    .widget_report_recent_category a i,
    .widget_recent_comments a i,
    .header_nav_articles .widget_report_recent_category a i,
    .widget_report_ratings a i {
      margin-right: 5px; }
  .widget_report_recent_posts .featured-image a,
  .widget_report_recent_category .featured-image a,
  .widget_recent_comments .featured-image a,
  .header_nav_articles .widget_report_recent_category .featured-image a,
  .widget_report_ratings .featured-image a {
    padding: 0; }

  .widget_recent_comments li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .widget_recent_comments li:first-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .widget_recent_comments a {
    font-weight: 500; }

  .widget_report_ratings li {
    padding: 8px 0 7px;
    *zoom: 1; }
  .widget_report_ratings li:before,
  .widget_report_ratings li:after {
    content: " ";
    display: table; }
  .widget_report_ratings li:after {
    clear: both; }
  .widget_report_ratings a {
    font-family: "Open Sans", "Georgia", sans-serif;
    font-size: 12px;
    white-space: normal;
    line-height: 18px; }
  .widget_report_ratings .article_rating_thumb {
    float: left;
    width: 46px;
    height: 40px;
    display: block;
    margin-right: 10px;
    padding: 0; }
    .widget_report_ratings .article_rating_thumb img {
      z-index: 1;
      position: absolute;
      width: 46px;
      height: 40px;
      opacity: 0.8; }
    .widget_report_ratings .article_rating_thumb.with-thumbnail {
      background: black; }
      .widget_report_ratings .article_rating_thumb.with-thumbnail .article_rating_value {
        color: white;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .widget_report_ratings .article_rating_value {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    margin-left: 0;
    float: none;
    width: 100%;
    min-width: 0;
    text-align: center;
    color: #111111;
    display: block; }

  .widget_report_ratings .article_rating_title {
    display: block;
    line-height: 20px;
    height: 40px; }

  .widget_report_recent_category .widgettitle {
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px; }

/*
 * ========================== Page Title ===============================
 */
/*
 * .page .article_title{
 * background-color:#063d6c;
 * color:white;
 * padding: 5px 5px;
 * font-family:Arial,sans-serif;
 * }
 * .page .article_title a:hover{color:#E0DAED;}
 */
.is-sidebar .is-small {
  background-color: #d4d7db; }

.is-sidebar .is-small .article {
  border-bottom: 1px solid white;
  width: 90%;
  margin-left: 15px;
  padding-top: 5px; }

.is-sidebar .is-small .article .dg-related-posts {
  display: none; }

.is-sidebar .is-small .article h3 span a {
  font-size: 13px; }

.is-sidebar .is-small .article h3 span a:hover {
  color: #acafb1; }

.is-sidebar .is-small .article h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.1;
    /*
   * color:#1d507b;
   */
  color: #1d507b;
  letter-spacing: -0.05em;
  padding-bottom: 6px;
  margin-bottom: 5px; }

.is-sidebar .is-small .article h3 a:hover {
  color: #022644; }

.is-sidebar .is-small .article .article_categories {
  background-color: #07b761;
  color: white;
  display: none; }

  .report_post_list .article {
    margin-bottom: 10px;
    *zoom: 1; }
  .report_post_list .article:before,
  .report_post_list .article:after {
    content: " ";
    display: table; }
  .report_post_list .article:after {
    clear: both; }
  .report_post_list .article_thumbnail {
    position: relative;
    margin-bottom: 10px; }
      .report_post_list .article_thumbnail img:hover {
        /*-webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);*/ }
    .report_post_list .article_thumbnail a {
      display: block;
      opacity: 1;
      padding: 0;
      overflow: hidden; }
  .report_post_list .article_title {
    font-size: 13px;
    font-weight: 300;
    margin: 0; }
  .report_post_list .article_description p {
    font-size: 13px;
    margin-bottom: 0; }
    .report_post_list.is-small .article_categories,
    .report_post_list.is-tile .article_categories,
    .report_post_list.is-medium .article_categories {
      position: absolute;
      background: white; }
      .report_post_list.is-small .article_categories a,
      .report_post_list.is-tile .article_categories a,
      .report_post_list.is-medium .article_categories a {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        color: inherit;
        font-weight: 700;
        line-height: 1.6; }
    .report_post_list.is-small .article_title,
    .report_post_list.is-tile .article_title {
      line-height: 1.6;
      font-weight: 400;
      color: #444444;
      overflow: hidden; }
    .report_post_list.is-small .article_categories,
    .report_post_list.is-tile .article_categories {
      left: 0;
      bottom: 0; }
      .report_post_list.is-small .article_categories a,
      .report_post_list.is-tile .article_categories a {
        padding: 6px 11px 5px 7px; }
        .report_post_list.is-small .article_categories a.is-colored,
        .report_post_list.is-tile .article_categories a.is-colored {
          color: white;
          padding: 6px 11px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s; }
          .report_post_list.is-small .article_categories a.is-colored:hover,
          .report_post_list.is-tile .article_categories a.is-colored:hover {
            background: white !important;
            color: #111111; }
    @media screen and (max-width: 640px) {
      .report_post_list.is-small,
  .report_post_list.is-tile {
    margin: 0 -5px; }
      .report_post_list.is-small .article,
      .report_post_list.is-tile .article {
        padding: 0 5px;
        float: left;
        width: 50%; } }
    .similar-posts .report_post_list.is-small {
      margin: 0 -10px;
      *zoom: 1; }
  .similar-posts .report_post_list.is-small:before,
  .similar-posts .report_post_list.is-small:after {
    content: " ";
    display: table; }
  .similar-posts .report_post_list.is-small:after {
    clear: both; }
      .similar-posts .report_post_list.is-small .article {
        float: left;
        width: 20%;
        padding: 0 10px; }
        @media screen and (max-width: 480px) {
          .similar-posts .report_post_list.is-small .article {
        width: 50%; } }
    .is-1-column .report_post_list.is-tile {
      margin: 0 -10px;
      *zoom: 1; }
  .is-1-column .report_post_list.is-tile:before,
  .is-1-column .report_post_list.is-tile:after {
    content: " ";
    display: table; }
  .is-1-column .report_post_list.is-tile:after {
    clear: both; }
      .is-1-column .report_post_list.is-tile .article {
        float: left;
        width: 33.33%;
        padding: 0 10px; }
        .without-sidebar .is-1-column .report_post_list.is-tile .article {
          width: 25%; }
      .is-1-column .report_post_list.is-tile .article_title {
        height: 40px; }
        @media screen and (max-width: 480px) {
          .is-1-column .report_post_list.is-tile .article_title {
        height: 57px; } }
    .report_post_list.is-tile .article_title {
      font-size: 13px; }
      @media screen and (max-width: 640px) {
        .report_post_list.is-tile .article_title {
      font-size: 12px; } }
      @media screen and (max-width: 480px) {
        .report_post_list.is-tile .article_title {
      font-size: 11px; } }
    .is-1-column .report_post_list.is-medium {
            /*
       * margin: 0 -10px;
       */
      *zoom: 1; }
  .is-1-column .report_post_list.is-medium:before,
  .is-1-column .report_post_list.is-medium:after {
    content: " ";
    display: table; }
  .is-1-column .report_post_list.is-medium:after {
    clear: both; }
      .is-1-column .report_post_list.is-medium .article {
        max-height: 150px;
        float: left;
        width: 50%;
        padding: 0 10px;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          .is-1-column .report_post_list.is-medium .article {
        float: none;
        width: 100%; } }
    .report_post_list.is-medium .article_thumbnail {
      float: left;
      margin-right: 20px; }
      .report_post_list.is-medium .article_thumbnail a {
        max-height: 100px; }
      @media screen and (max-width: 960px) {
        .report_post_list.is-medium .article_thumbnail {
      margin-right: 10px; } }
    .report_post_list.is-medium .article_title {
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 140px; }
    .report_post_list.is-medium .article_categories {
      left: auto;
      right: 0;
      bottom: 0;
      display: none; }
      .report_post_list.is-medium .article_categories a {
        padding: 6px 7px 5px 11px;
        display: none; }
        .report_post_list.is-medium .article_categories a.is-colored {
          color: white;
          padding: 6px 11px; }
  
    

/*
 * .article_content .dg-related-posts li:before{
 * content: "";
 * border-color: transparent #063d6c;;
 * border-style: solid;
 * border-width: 0.38em 0 0.38em 0.49em;
 * display: block;
 * height: 0;
 * width: 0;
 * left: -0.7em;
 * top: 1.1em;
 * position:relative;
 * }
 */
  .widget_report_most_popular ul {
    margin: 0;
    padding: 0; }
  .widget_report_most_popular li {
    display: block;
        /*
     * per te shtyre lajmet ne mes
     */
    margin-bottom: 25px;
    padding-left: 0;
    *zoom: 1; }
  .widget_report_most_popular li:before,
  .widget_report_most_popular li:after {
    content: " ";
    display: table; }
  .widget_report_most_popular li:after {
    clear: both; }
    .widget_report_most_popular li:before {
      content: none; }
  .widget_report_most_popular .article_thumbnail {
    float: left;
    margin-right: 11px; }
  .widget_report_most_popular .article_title {
    font-family: "Open Sans", "Georgia", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: -3px 0 3px; }
    .widget_report_most_popular .article_title a {
      line-height: 19px;
      height: 39px;
      overflow: hidden; }
  .widget_report_most_popular .article_categories {
    display: inline-block;
    float: left;
    margin-right: 1px; }
    .widget_report_most_popular .article_categories a {
      display: block;
      font-size: 10px;
      color: white;
      font-weight: 700;
      line-height: 16px;
      background: #666666;
      padding: 0 5px;
      text-transform: uppercase; }
  .widget_report_most_popular .article_time {
    float: left;
    display: none;
    font-size: 10px;
    line-height: 17px;
    background: #ebebeb;
    padding: 0 5px;
    color: #444444;
    font-weight: 700; }

  .widget_report_social_links ul {
    margin: 0;
    padding: 0; }
  .widget_report_social_links li {
    display: block;
    background: white;
    padding-left: 0;
    margin-bottom: 0; }
    .widget_report_social_links li:before {
      content: none; }
  .widget_report_social_links a {
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 700;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .widget_report_social_links a:hover {
      background: white !important;
      color: #111111; }
  .widget_report_social_links a i {
    display: inline-block;
    width: 1.3em;
    text-align: center;
    font-size: 15px;
    margin: 0 5px 0 -2px; }

.widget_report_separator {
  margin: 0; }
  .widget_report_separator hr {
    border: none;
    border-bottom: 2px solid rgba(86, 120, 146, 0.4); }
  .widget_report_separator hr.has-small-margin {
    margin: 5px 0 15px; }
  .widget_report_separator hr.has-big-margin {
    margin: 50px 0; }

  .widget_report_featured_post .article,
  .widget_report_slider .article {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    margin-bottom: 50px;
    width: 655px;
    height: 500px; }
  .widget_report_featured_post .article_video,
  .widget_report_slider .article_video {
    position: relative;
    padding-bottom: 38.18%;
    height: 0;
    z-index: 10;
    overflow: hidden; }
    .widget_report_featured_post .article_video video,
    .widget_report_slider .article_video video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      background: #111111; }
    .widget_report_featured_post .article_video .mejs-controls,
    .widget_report_slider .article_video .mejs-controls {
      display: none; }
    .widget_report_featured_post .article_video iframe,
    .widget_report_slider .article_video iframe {
      border: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .widget_report_featured_post .article_thumbnail img,
  .widget_report_slider .article_thumbnail img {
    width: 100%;
    height: 400px;
        /*
     * height:120px;
     */ }
  .widget_report_featured_post .article_link,
  .widget_report_slider .article_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .widget_report_featured_post .article_overlay,
  .widget_report_slider .article_overlay {
    z-index: 20;
    position: relative;
    width: 100%;
        /*
     * margin-top:-40px;
     */
    min-height: 140px;
    bottom: 0;
    background-color: #fef0f0;
    color: black;
    padding: 10px 10px 10px;
        /*
     * background-image: unquote("-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)");
     * background-image: unquote("linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%)");
     */ }
    .widget_report_featured_post .article_overlay .article_description,
    .widget_report_slider .article_overlay .article_description {
      max-height: 85px; }
  .widget_report_featured_post .article_title,
  .widget_report_slider .article_title {
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-size: 23px;
    font-weight: 700;
        /*
     * text-shadow: 0 1px 1px rgba(0,0,0,0.5);
     */
    margin: 0 0 3px 0;
    overflow: hidden;
    line-height: 1.4em;
        /*
     * padding-bottom:10px;
     */
        /*
     * white-space: nowrap;
     * text-overflow: ellipsis;
     */ }
    .widget_report_featured_post .article_title span a,
    .widget_report_slider .article_title span a {
      font-size: 16px !important; }
    .widget_report_featured_post .article_title span a:hover,
    .widget_report_slider .article_title span a:hover {
      color: #acafb1; }
    .widget_report_featured_post .article_title a,
    .widget_report_slider .article_title a {
      color: inherit;
      font-size: 29px;
      letter-spacing: -0.05em; }
    .widget_report_featured_post .article_title a:hover,
    .widget_report_slider .article_title a:hover {
      color: #07508d; }
  .widget_report_featured_post .article_description p,
  .widget_report_slider .article_description p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    line-height: 20px; }
  .widget_report_featured_post .article_inline-categories,
  .widget_report_slider .article_inline-categories {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
        /*
     * display: inline-block;
     */
    float: left;
    line-height: 18px; }
    .widget_report_featured_post .article_inline-categories a,
    .widget_report_slider .article_inline-categories a {
      color: inherit; }
      .widget_report_featured_post .article_inline-categories a:hover,
      .widget_report_slider .article_inline-categories a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .widget_report_featured_post .article_inline-categories:after,
    .widget_report_slider .article_inline-categories:after {
      content: "/";
      display: inline-block;
      color: rgba(255, 255, 255, 0.7);
      margin: 0 5px; }
    .widget_report_featured_post .article.is-centered .article_overlay,
    .widget_report_slider .article.is-centered .article_overlay {
      height: 50%;
      position: absolute;
      text-align: center;
      padding: 0 50px; }
    .widget_report_featured_post .article.is-centered .article_title,
    .widget_report_slider .article.is-centered .article_title {
      font-size: 34px;
      margin-top: -25px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .widget_report_featured_post .article.is-centered .article_description,
    .widget_report_slider .article.is-centered .article_description {
      margin-top: 10px; }
    .widget_report_featured_post .article.is-centered .article_description p,
    .widget_report_slider .article.is-centered .article_description p {
      display: none; }
    .widget_report_featured_post .article.is-centered .article_inline-categories,
    .widget_report_slider .article.is-centered .article_inline-categories {
      float: none; }
      .widget_report_featured_post .article.is-centered .article_inline-categories:after,
      .widget_report_slider .article.is-centered .article_inline-categories:after {
        content: none; }
      .widget_report_featured_post .article.is-centered .article_inline-categories a,
      .widget_report_slider .article.is-centered .article_inline-categories a {
        display: inline-block;
        font-size: 13px;
        background: white;
        line-height: 30px;
        color: #111111;
        padding: 0 10px; }
        .widget_report_featured_post .article.is-centered .article_inline-categories a:hover,
        .widget_report_slider .article.is-centered .article_inline-categories a:hover {
          border: none;
          margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .widget_report_featured_post .article,
    .widget_report_slider .article {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .widget_report_featured_post .article.is-centered .article_title,
      .widget_report_slider .article.is-centered .article_title {
        font-size: 16px;
        color: white;
        margin-top: -10px; }
      .widget_report_featured_post .article.is-centered .article_inline-categories,
      .widget_report_slider .article.is-centered .article_inline-categories {
        display: none; }
    .widget_report_featured_post .article_title,
    .widget_report_slider .article_title {
      font-size: 16px;
      margin: 10px 0 5px;
      white-space: normal; }
    .widget_report_featured_post .article_overlay,
    .widget_report_slider .article_overlay {
            /*
       * position: static;
       */
      background: white;
      padding: 0;
      margin-top: -30px;
      color: inherit; }
    .widget_report_featured_post .article_title,
    .widget_report_slider .article_title {
      text-shadow: none; }
    .widget_report_featured_post .article_inline-categories:after,
    .widget_report_slider .article_inline-categories:after {
      color: rgba(0, 0, 0, 0.5); } }

.widget_report_slider {
  position: relative;
  overflow: hidden;
  width: 655px; }
  body.custom-background .without-sidebar .is-1-column .widget_report_slider {
    margin: -15px -15px -5px; }
  .widget_report_slider .slider_slides {
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 655px;
    position: relative;
    overflow: hidden;
    *zoom: 1; }
  .widget_report_slider .slider_slides:before,
  .widget_report_slider .slider_slides:after {
    content: " ";
    display: table; }
  .widget_report_slider .slider_slides:after {
    clear: both; }
    .widget_report_slider .slider_slides li {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      margin: 0 0 20px;
      padding: 0;
      width: 100%;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .widget_report_slider .slider_slides li:before {
        content: none; }
      .widget_report_slider .slider_slides li.is-animated {
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s; }
      .widget_report_slider .slider_slides li.is-active {
        display: block;
        z-index: 10;
        position: relative; }
      .widget_report_slider .slider_slides li.is-ready-right {
        z-index: 20;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .widget_report_slider .slider_slides li.is-ready-left {
        z-index: 20;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); }
  .widget_report_slider .slider_pagination {
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -25px;
    width: 60px;
    height: 60px;
    display: block;
    color: white;
    font-size: 28px;
    line-height: 60px;
    text-shadow: 0 1px 1px black;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0px transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
    .widget_report_slider .slider_pagination.is-previous {
      left: -30px; }
      .widget_report_slider .slider_pagination.is-previous i {
        padding-left: 22px; }
    .widget_report_slider .slider_pagination.is-next {
      right: -30px; }
      .widget_report_slider .slider_pagination.is-next i {
        padding-right: 22px; }
    .widget_report_slider .slider_pagination i {
      display: block;
      width: 100%;
      line-height: inherit;
      text-align: center; }
    .widget_report_slider .slider_pagination:hover {
      background: white;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
      .widget_report_slider .slider_pagination:hover i {
        color: #111111; }
    @media screen and (max-width: 480px) {
      .widget_report_slider .slider_pagination {
    top: 20px;
    font-size: 25px;
    width: 30px;
    padding: 0;
    background: none;
    box-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-right: 20px; }
      .widget_report_slider .slider_pagination.is-previous {
        left: auto;
        right: 30px; }
        .widget_report_slider .slider_pagination.is-previous i {
          left: auto;
          padding: 0 3px 0 0; }
      .widget_report_slider .slider_pagination.is-next {
        right: 0; }
        .widget_report_slider .slider_pagination.is-next i {
          padding: 0 0 0 3px;
          right: auto; } }

.otw-sixteen .otw-columns .otw-sidebar-2 {
  width: 655px; }

.otw-sixteen .otw-columns .otw-sidebar-2 .widget_report_slider {
  width: 655px; }

.otw-sidebar-2 {
  width: 655px; }

.otw-sidebar-2 .widget_report_slider {
  width: 655px; }

.otw-sixteen  .otw-sidebar-2 {
  width: 655px; }

.widget_report_breaking {
  margin-bottom: 20px;
  *zoom: 1; }
  .widget_report_breaking:before,
  .widget_report_breaking:after {
    content: " ";
    display: table; }
  .widget_report_breaking:after {
    clear: both; }
  .widget_report_breaking .breaking_label {
    float: left;
    line-height: 35px;
    height: 35px;
    background: #cb0011;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 0 15px; }
  .widget_report_breaking .breaking_link {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .widget_report_breaking .breaking_link a {
      display: block;
      font-family: "Open Sans", "Georgia", sans-serif;
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 15px;
      line-height: 35px;
      height: 33px;
      color: inherit;
      font-weight: 400;
      position: relative;
      background: white; }
      .widget_report_breaking .breaking_link a:hover {
        background: #f7f7f7; }
    .widget_report_breaking .breaking_link i {
      position: absolute;
      right: 0;
      padding: 0 13px;
      display: inline-block;
      float: right;
      font-size: 18px;
      line-height: 35px;
      background: inherit; }
  .widget_report_breaking .breaking_ticker {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-animation: breakingTicker 5s linear;
    -moz-animation: breakingTicker 5s linear;
    animation: breakingTicker 5s linear; }
  @media screen and (max-width: 480px) {
    .widget_report_breaking .breaking_label {
      font-size: 13px;
      padding: 0 10px; }
    .widget_report_breaking .breaking_link a {
      font-size: 12px; } }

    @-webkit-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @-moz-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @-o-keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
    @keyframes breakingTicker {
        from {
    width: 0%; }


        to {
    width: 100%; }
 }
.is-sidebar .widget_report_ad_placeholder {
  display: none; }

.widget_report_ad_placeholder {
  margin-bottom: 20px; }

  .widget_calendar table {
    width: 100%; }
  .widget_calendar th,
  .widget_calendar td {
    font-size: 14px;
    text-align: center; }
  .widget_calendar th {
    border-bottom: 1px solid #f7f7f7; }
  .widget_calendar a {
    font-weight: 700; }
  .widget_calendar caption {
    background: #f7f7f7;
    font-size: 13px;
    font-weight: 400; }
  .widget_calendar #today {
    background: #f7f7f7; }

/*
 * ==========================================================================
 * Shortcodes
 * ==========================================================================
 */
.gallery {
  margin: 30px 0; }

.gallery_full {
  position: relative; }
  .gallery_full:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.7) 100%); }
    .gallery_full.is-loading img,
    .gallery_full.is-loading .gallery_description {
      opacity: 0.5; }
  .gallery_full img {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.gallery_description {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .articles-preview .article:not(.is-first) .gallery_description {
    padding: 15px; }
    .articles-preview .article:not(.is-first) .gallery_description p {
      font-size: 13px; }
  .gallery_description h3 {
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .gallery_description p {
    font-size: 14px;
    margin: 5px 0 0; }

.gallery_thumbs {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .gallery_thumbs:before,
  .gallery_thumbs:after {
    content: " ";
    display: table; }
  .gallery_thumbs:after {
    clear: both; }
  .gallery_thumbs li {
    display: block;
    padding: 0;
    float: left;
    margin: 10px 10px 0 0;
    max-width: 20%; }
    .gallery_thumbs li:before {
      display: none; }
    .gallery_thumbs li h3,
    .gallery_thumbs li p {
      display: none; }

#cntctfrm_contact_form {
  margin-bottom: 30px; }
  #cntctfrm_contact_form label {
    color: #666666;
    font-weight: 400;
    margin-top: 20px; }
    #cntctfrm_contact_form label .required {
      font-size: 10px;
      color: #999999; }
  #cntctfrm_contact_form input {
    line-height: 35px;
    height: 35px;
    max-width: 100%; }
    #cntctfrm_contact_form input[type="submit"] {
      width: auto;
      margin-top: -8px !important; }
  #cntctfrm_contact_form textarea {
    width: 100% !important;
    max-width: 100%; }

.accordion {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px; }
  .accordion .accordion_title {
    font-family: "Open Sans", "Helvetica", sans-serif;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    margin: 0; }
    .accordion .accordion_title a {
      display: block;
      line-height: 40px;
      color: #111111;
      font-size: 15px;
      font-weight: 700;
      padding-left: 30px;
      position: relative; }
      .accordion .accordion_title a:before {
        content: "";
        position: absolute;
        left: 13px;
        top: 16px;
        border: 5px solid transparent;
        border-left-color: #666666; }
  .accordion .accordion_content {
    border: solid #e6e6e6;
    border-width: 0 1px;
    padding: 0 12px 15px;
    font-size: 14px;
    display: none; }
    .accordion.is-open .accordion_content {
      display: block; }
    .accordion.is-open .accordion_title a:before {
      left: 11px;
      top: 18px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .accordion + br {
    display: none; }
    .accordion + br + .accordion .accordion_title {
      border-top: 0; }
  .accordion:first-child .accordion_title {
    border-top-width: 1px; }

.block-highlight {
  line-height: 1.8;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
  font-family: "Lato", "Georgia", sans-serif;
  font-size: 16px; }
  .block-highlight p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .block-highlight {
  font-size: 13px;
  padding: 15px; } }

  .wpcf7 p {
    font-size: 13px; }
  .wpcf7 input,
  .wpcf7 textarea {
    margin: 5px 0; }
  .wpcf7 input {
    max-width: 300px; }

  .google-maps iframe {
    width: 100%;
    overflow: hidden; }

/*
 * ==========================================================================
 * WordPress editor
 * ==========================================================================
 */
.mceContentBody {
  background: white;
  padding: 10px; }
  .mceContentBody img.mcewpmore {
    width: 100%; }
  .mceContentBody blockquote:before {
    content: ""; }
  .mceContentBody div[data-mce-describe] {
    position: relative;
    border: 1px solid #eeeeee;
    margin: 30px 0;
    padding: 5px;
        /*
     * .mceContentBody div + div {
     * margin-top: 30px;
     * }
     */ }
    .mceContentBody div[data-mce-describe]:after {
      content: "." attr(class);
      position: absolute;
      left: 0;
      bottom: 100%;
      background: #eeeeee;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 5px; }
  .mceContentBody p a {
    font-weight: bold;
    text-decoration: underline; }

/*
 * ==========================================================================
 * Customizer
 * ==========================================================================
 */
.eqfw-customizer {
  position: fixed;
  background: #222222;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 1px 1px 1px 0;
  color: #666666;
  width: 210px;
  height: 90%;
  top: 5%;
  border-radius: 0 3px 3px 0;
  z-index: 2000;
  overflow-x: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .eqfw-customizer.is-hidden {
    left: -160px;
    height: 40px;
    overflow: hidden; }
  @media screen and (max-width: 640px) {
    .eqfw-customizer {
  display: none; } }

.eqfw-customizer_items {
  display: block;
  margin: 0;
  padding: 0;
  counter-reset: customizer;
  *zoom: 1; }
  .eqfw-customizer_items:before,
  .eqfw-customizer_items:after {
    content: " ";
    display: table; }
  .eqfw-customizer_items:after {
    clear: both; }

.eqfw-customizer_item {
  counter-increment: customizer;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .eqfw-customizer_item:last-child {
    border-bottom: none; }
  .eqfw-customizer_item label {
    color: rgba(255, 255, 255, 0.6);
    margin: 0 7px 0 0; }
  .eqfw-customizer_item select {
    font-size: 12px; }
  .eqfw-customizer_item input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-bottom: 0; }
  .eqfw-customizer_item hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 5px 0; }

.eqfw-customizer_heading,
.eqfw-customizer_title {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin: 5px 0 10px; }
  .eqfw-customizer_heading:before,
  .eqfw-customizer_title:before {
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.4); }

.eqfw-customizer_heading {
  color: white;
  font-size: 12px;
  margin: 0;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s; }
  .eqfw-customizer_heading:hover {
    background: rgba(255, 255, 255, 0.05); }
  .eqfw-customizer_heading i {
    display: inline-block;
    float: right;
    line-height: 20px; }

.eqfw-customizer_buy {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  background: #4d92cb;
  background-image: -webkit-linear-gradient(top, #4D92CB 0%, #2C5170 100%);
  background-image: linear-gradient(to bottom, #4D92CB 0%, #2C5170 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  margin-bottom: 10px; }
  .eqfw-customizer_buy:hover {
    background: #56a5e6;
    background-image: -webkit-linear-gradient(top, #56A5E6 0%, #345F84 100%);
    background-image: linear-gradient(to bottom, #56A5E6 0%, #345F84 100%); }
  .eqfw-customizer_buy i {
    margin: 0 8px 0 -2px; }

.eqfw-customizer_option {
  background: url("http://www.gazetapanorama.net/sporti/wp-content/themes/report/css/customizer_sprite.png") top left no-repeat;
  display: inline-block;
  width: 80px;
  height: 20px;
  margin: 0 5px 3px 0;
  border-radius: 3px; }
  .eqfw-customizer_option:hover,
  .eqfw-customizer_option.is-selected {
    box-shadow: 0 1px 1px #539fde, 0 -1px 1px #539fde, 1px 0 1px #539fde, -1px 0 1px #539fde; }
  .eqfw-customizer_option.is-header-full {
    background-position: 0 0px; }
  .eqfw-customizer_option.is-header-simple {
    background-position: 0 -20px; }
  .eqfw-customizer_option.is-header-centered {
    background-position: 0 -40px; }
  .eqfw-customizer_option.is-header-advertising {
    background-position: 0 -60px; }
  .eqfw-customizer_option.is-header-black-menu {
    background-position: 0 -80px; }
  .eqfw-customizer_option.is-header-black {
    background-position: 0 -100px; }
  .eqfw-customizer_option.is-footer-widgets {
    background-position: 0 -120px; }
  .eqfw-customizer_option.is-footer-simple {
    background-position: 0 -140px; }
  .eqfw-customizer_option.is-blank {
    background-position: 0 -160px; }
  .eqfw-customizer_option.is-full,
  .eqfw-customizer_option.is-without-sidebar {
    background-position: 0 -180px; }
  .eqfw-customizer_option.is-image {
    background-position: 0 -200px; }
  .eqfw-customizer_option.is-with-sidebar {
    background-position: 0 -220px; }
  .eqfw-customizer_option.is-color {
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); }

/*
 * show bizz
 */
.is-main  .is-large .showbizz {
  display: none; }

.is-sidebar .is-small .showbizz {
  display: none; }

/*
 * per lajmin e pare qe e nxjerr nen titullinblu
 */
.is-sidebar .is-small .article .secondary-title-link {
  color: orange;
  font-size: 13px; }

.is-sidebar .is-small .article .secondary-title-link:hover {
  color: #acafb1; }

/*
 * fundi
 */
.is-1-column .is-medium .article .article_title a {
  color: #f1f1f1 !important; }

.is-1-column .is-medium .article .article_title a:hover {
  color: white !important; }

.is-1-column .is-medium .article_description p {
  font-size: 11px;
  line-height: 1.58em;
  color: white; }

.is-1-column .is-medium {
  background-color: #567892; }

.is-1-column .is-medium .showbizz {
  color: white;
  background-color: #426a88;
  font-size: 20px;
  font-family: Arial, sans-serif;
  padding: 1px 0 1px 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em; }

/*
 * mini titull
 */
.article_title .entry-subtitle {
  color: orange;
  font-size: 19px; }

/*
 * three post nga doni
 */
.three_post {
  background-color: #959aa2;
  max-width: 150px;
  padding-left: 5px;
  padding-right: 5px;
  height: 190px;
  display: block;
  float: left;
  margin-top: -10px; }

.three_post .article_overlay_three {
  background-color: transparent;
  padding: 10px 10px 10px; }

.three_post  .article_thumbnail {
  width: 100%;
  margin-bottom: 30px; }

.three_post  .article_thumbnail img {
  height: 80px; }

.article_overlay_three {
  margin-left: -8px; }

.article_overlay_three .article_title_three {
  line-height: 0.7em;
  margin-top: 10px;
  padding-bottom: 15px; }

.article_overlay_three .article_title_three a {
  font-size: 14px;
  color: white;
  line-height: 0; }

.article_overlay_three .article_title_three a:hover {
  color: #dedede; }

.three_post .second-title-thpost {
  line-height: 0;
  min-height: 30px;
  margin-top: 7px; }

.three_post .second-title-thpost span {
  line-height: 0.7em; }

.three_post .second-title-thpost a {
  font-size: 12px;
  font-family: 'AdelleBold';
  text-transform: uppercase;
  color: #dedede; }

.three_post .second-title-thpost a:hover {
  color: white; }

/*
 * menu - page article
 */
.main-content  .menu-page-title {
    /*
   * color:#69afd7 !important;
   * font-size:40px !important;
   * font-weight:600;
   * padding:0 !important;
   */
    /*
   * background-color: #69afd7 !important;
   * font-size: 34px !important;
   * font-weight: 500;
   * padding: 0px 10px 0px 10px !important;
   * color: #fff;
   * border-bottom-right-radius: 20px;
   */
  color: #2b465c;
  font-family: Arial, helvetica nue, sans-serif;
  font-size: 32px;
  font-weight: bold;
  left: 0;
  line-height: 32px;
    /*
   * padding: 0 10px 5px;
   */
  text-transform: uppercase;
  top: 0;
  z-index: 10; }

.grey-color {
  width: 93%;
  margin: 0 auto;
  background-color: white; }

.menu-page-wrapper {
  width: 90%;
  margin: 0 auto; }

/*
 * ============= ndryshimi i faqeve ===============
 */
.page-ndryshe .article {
  width: 75%;
  float: left;
    /*
   * margin:0 auto;
   */ }

  .page-ndryshe .dg-related-posts {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    padding-left:80px;
    list-style: none;	}
  .page-ndryshe .dg-related-posts ul {
    list-style: none;
    color: #063d6c;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-top: -9px;
    margin-left: -34px; }
  .page-ndryshe .dg-related-posts li {
    margin-bottom: -6px; }
    .page-ndryshe .dg-related-posts li a {
      color: #2b465c;
      font-size: 13px; }
  .page-ndryshe .dg-related-posts li:before {
    content: "";
    border-color: transparent #b1b4b7;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.5em;
    display: block;
    height: 0;
    width: 0;
    left: -0.7em;
    top: 1.17em;
    position: relative; }

/*
 * sidebar me poste
 */
.page-ndryshe  .sidebar-ndryshe {
  width: 23% !important;
  margin-top: 20px !important;
  background-color: #f6f6f6; }

.content-wrapper1 {
  width: 93%;
  margin: 0 auto; }

.content-wrapper1 .article {
  width: 100%; }

.content-wrapper1 .showbizz {
  display: none; }

.content-wrapper1 .article_title {
  line-height: 1.2 !important;
  margin-bottom: 8px; }

.content-wrapper1 .article_title a {
  font-size: 13px;
  font-family: Arial, sans-serif;
  font-weight: 400; }

.content-wrapper1 .article_title .secondary-title {
  color: orange;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 400; }

.content-wrapper1 .dg-related-posts {
  display: none; }

/*
 * share button
 */
.content-wrapper1 .article_sidebar_title b {
  font-weight: 400; }

.page-ndryshe .ndryshim {
  font-size: 35px !important;
    /*
   * font-family: Rockwell, serif;
   */
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px !important;
  letter-spacing: -0.07em;
  line-height: 1.15em !important;
  font-weight: 600 !important;
    /*
   * background-color:#07508d;
   * background-color:#0C5884;
   * color:#fff !important;
   */
  background-color: white;
  color: #2b465c !important;
  width: 94%; }

.page-ndryshe .ndryshim a {
  padding: 0px !important; }

.page-ndryshe .article_featured-image {
  max-width: 98%;
    /*
   * float:left;
   */
  padding-right: 20px;
  padding-bottom: 10px;
    /*
   * margin:0 auto;
   * padding-bottom:10px;
   */ }

.page-ndryshe .article_featured-image a img {
  max-height: 250px; }

.page-ndryshe .article_summary {
  display: none; }

.page-ndryshe .article_content p {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif; }

@media screen and (max-width: 500px) {
  .page-ndryshe .article {
    width: 73%; }

  .sidebar-ndryshe .content-wrapper1 .article {
    width: 100% !important; }

  .content-wrapper1 .article_sidebar_title {
    font-size: 11px; }

  .content-wrapper1 .article .article_title {
    line-height: 1 !important; }

  .content-wrapper1 .article .article_title a .secondary-title {
    font-size: 11px !important; }

  .content-wrapper1 .article .article_title a {
    font-size: 10px; }

  /*
   * social links
   */  .content-wrapper1 .widget_report_social_links a {
    padding: 0;
    font-size: 10px; } }

/*
 * .page-ndryshe .article_content{
 * width: 78%;
 * margin: 0 auto;
 * }
 */
/*
 * .page-ndryshe .article_content p:first-child{
 * margin-left: 360px;
 * padding-bottom: 40px;
 * }
 */
/*
 * ====  fundi i page ====
 */
/*
 * home 2 redesign ne widget
 */
.otw-widget-1 .report_post_list .is-medium .showbizz {
  display: none; }

/*
 * faqet
 */
.grey-color .articles-preview .article .article_title a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.secondary-title a {
  color: #dedede; }

/*
 * nen menuja e nen menus
 */
.header_nav .menu .sub-menu li:hover ul {
  display: block; }

/*
 * .menu-page-wrapper .article .article_content{
 * font-size:13px;
 * }
 */
/*
 * .menu-page-wrapper .articles-preview .article{
 * padding:10px !important;
 * }
 */
/*
 * ==========================================================================
 * Print styles
 * ==========================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
        /*
     * Black prints faster: h5bp.com/s
     */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * 
   * * Don't show links for images, or javascript/internal links
   */  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
        /*
     * h5bp.com/t
     */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
	
	
	/* stilet per ndryshim */
.report_post_list .article_thumbnail img {
      width: 320px;
	 /* height:170px;*/
	  margin-left:-14px;
	  margin-top:10px;
     /* -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;*/ }
	  
.report_post_list.is-large {
    width: 100%;
    padding-left: 10px;
	float:left;
	column-count:2;
	border-left: 1px solid #0070b7;
border-right: 1px solid #0070b7;
border-bottom: 1px solid #0070b7;
        /*
     * margin:0 auto;
     */ }
    .report_post_list.is-large .article .secondary-title-link {
      color: #909090;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: bold; }
    .report_post_list.is-large .article .secondary-title-link:hover {
      color: #acafb1; }
    .report_post_list.is-large .article {
      /*border-bottom: 2px solid #9e9a9a;*/
      padding-bottom: 10px;
      width: 310px;
      /*column-count:2;*/	  }
      .report_post_list.is-large .article:last-child {
        border: none;
        margin-bottom: 0; }
   
   
	  
	  .report_post_list.is-large .article_categories {
      font-size: 11px;
      line-height: 1;
      margin-bottom: 8px;
      display: none; }
      .report_post_list.is-large .article_categories a {
        display: inline-block;
        color: #f47300;
        font-weight: 700;
        text-transform: uppercase; }
    .report_post_list.is-large .article_description {
      max-height: 130px;
      overflow: hidden;
      letter-spacing: 0.01em;
      font-weight: 400 !important; }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_description {
      clear: both; } }
    .report_post_list.is-large .article_description p {
      font-size: 15px;
/*padding-top: 2rem;*/
font-family:roboto;
font-weight: 400;
line-height: 1.3rem;
color: #7A7A7A; }
    .report_post_list.is-large .dg-related-posts {
      margin-top: 10px;
      margin-bottom: 5px; }
    .report_post_list.is-large .dg-related-posts ul {
      list-style: none;
      color: #063d6c;
      font-family: Arial, sans-serif;
      font-weight: 600;
      margin-top: -9px; }
    .report_post_list.is-large .dg-related-posts li {
      margin-bottom: -6px; }
      .report_post_list.is-large .dg-related-posts li a {
        color: #2b465c; }
    .report_post_list.is-large .dg-related-posts li:before {
      content: "";
      border-color: transparent #b1b4b7;
      border-style: solid;
      border-width: 0.35em 0 0.35em 0.5em;
      display: block;
      height: 0;
      width: 0;
      left: -0.7em;
      top: 1.11em;
      position: relative; }
 .report_post_list.is-large .article_thumbnail {
      /*float: left;*/
      margin-right: 20px;
      width: 320px;
     /* max-height: 170px !important; */}
      @media screen and (max-width: 960px) {
        .report_post_list.is-large .article_thumbnail {
      margin-right: 10px;
      width: 120px; } }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_thumbnail {
      width: 80px; } }
    .report_post_list.is-large .article_thumbnail a {
      /*max-height: 125px;*/ }
	  
	  .report_post_list.is-large .article_title {
      font-size: 20px !important;
      font-weight: 600;
      margin-bottom: 8px;
      letter-spacing: -0.05em;
      line-height: 1.5rem;
	  color:#2B2B2B;
      font-family: Roboto, sans-serif; }
      @media screen and (max-width: 480px) {
        .report_post_list.is-large .article_title {
      font-size: 13px; } }
    .report_post_list.is-large .article_title span a:hover {
      color: #6B6B6B; }
    .report_post_list.is-large .article_title > a:hover {
      color: #6B6B6B; }
	  .gotoAll {
	  text-align: center;
line-height: 1.6rem;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 700;
color: #2B2B2B;
	  }
