/*
Theme Name: Energetski Portal
Theme URI: http://wordpress.org/themes/twentythirteen
Author: .symbolic
Author URI: http://symbolic.rs/
Description: The 2015 theme for news portal.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: news, portal, green, white, black, tan, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: energetski-portal

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==========================================================================
   Reset
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0; }

:focus {
  outline: none; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

.clear {
  font-size: 1px;
  line-height: 0;
  display: block;
  float: none;
  clear: both;
  height: 1px; }

.clearfix:before,
.clearfix:after {
  font-size: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  content: '.'; }

.clearfix:after {
  clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * BUG: Fixing rounded corners and glare for iOS 8 Safari for text input and submit
 */
input[type='text'],
input[type='submit'] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

/* ==========================================================================
   Print Styles
   ========================================================================== */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    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) ")"; }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

/* ==========================================================================
   Bootstrap Grid
   ========================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: ' '; }

.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.no-left {
  padding-left: 0; }

.no-right {
  padding-right: 0; }

.center-block {
  display: block;
  float: none;
  margin: 0 auto; }

.row-no-padding[class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* ==========================================================================
   Fonts
   ========================================================================== */
html,
html a {
  -webkit-font-smoothing: antialiased !important; }

@font-face {
  font-family: 'museo_slab900';
  font-weight: normal;
  font-style: normal;
  src: url("fonts/museo-slab-900-webfont.eot");
  src: url("fonts/museo-slab-900-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museo-slab-900-webfont.woff2") format("woff2"), url("fonts/museo-slab-900-webfont.woff") format("woff"), url("fonts/museo-slab-900-webfont.ttf") format("truetype"), url("fonts/museo-slab-900-webfont.svgcontainermuseo_slab900") format("svg"); }
/* ==========================================================================
   Global
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #565656;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700; }

h2 {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px; }

h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px; }

a,
a:link,
a:visited {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  color: #5a6367;
  color: #3d4047; }

a:focus,
a:hover {
  text-decoration: none;
  color: #85c232;
  background-color: transparent; }

.ep-post a,
.ep-post a:link,
.ep-post a:visited {
  /*ChosLee edited*/
  /*text-decoration: underline;*/
  color: #3d4047; }

.ep-post a:focus,
.ep-post a:hover {
  text-decoration: none;
  color: #85c232; }

.ep-post .article-footer a,
.ep-post .article-footer a:link,
.ep-post .article-footer a:visited,
.ep-post header a,
.ep-post header a:link,
.ep-post header a:visited {
  text-decoration: none;
  color: #85c232; }

.ep-post .article-footer a:hover,
.ep-post .article-footer a:focus,
.ep-post header a:hover,
.ep-post header a:focus {
  text-decoration: underline; }

.ep-page a,
.ep-page a:link,
.ep-page a:visited {
  text-decoration: underline;
  color: #3d4047; }

.ep-page a:focus,
.ep-page a:hover {
  text-decoration: underline;
  color: #85c232; }

.ep-post ul,
.post-7 ul,
.post-14322 ul {
  font-size: 14px;
  margin: 10px 25px;
  list-style: disc; }

.ep-post ul li,
.post-7 ul li,
.post-14322 ul li {
  line-height: 25px; }

.bulletin-link {
  margin-bottom: 20px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0; }

.hover-animation {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

::selection {
  color: #fff;
  background: #39cbdc; }

/* Placeholder
   ========================================================================== */
::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #828383; }

/* firefox 19+ */
::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #828383; }

/* ie */
:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #828383; }

input:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #828383; }

/* ==========================================================================
   Contact Form 7
   ========================================================================== */
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'] {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  color: #828383;
  border: 1px solid #d9d9d9;
  outline: none;
  background: #fff; }

textarea {
  height: 200px; }

.wpcf7-submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 25px;
  background-color: #00bbe8; }

/* ==========================================================================
   Header
   ========================================================================== */
.logo {
  text-align: center; }

.logo img {
  width: 195px;
  height: 65px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0; }

.navbar {
  position: fixed;
  position: relative;
  background-color: #fff; }

.main-header {
  display: none;
  height: 85px; }

.top-header {
  line-height: 85px;
  height: 85px;
  margin-top: 85px;
  border-bottom: 1px solid #d9d9d9;
  border-bottom: none; }

.top-header .row {
  background-image: none; }

.is-sticky .bottom-header {
  border-bottom: 1px solid #d9d9d9; }

.sticky-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 85px; }

.bottom-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 85px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid white;
  background-color: rgba(255, 255, 255, 0.9); }

.bottom-header .logo img {
  position: fixed;
  top: 0;
  left: 0;
  margin: 10px 0 0 15px; }

/* Navigation
   ========================================================================== */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block;
  float: left; }

/*ChosLee modify*/
.nav > li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  color: #5a6367; }
  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .nav > li a {
      padding: 0 5px; } }

.nav > li a:hover,
.nav > li a:focus {
  text-decoration: none;
  color: #85c232;
  background-color: transparent; }

.nav > li.disabled a {
  color: #777; }

.nav > li.disabled a:hover,
.nav > li.disabled a:focus {
  cursor: not-allowed;
  text-decoration: none;
  color: #777;
  background-color: transparent; }

.nav li:first-child a {
  margin-left: 0; }

.nav .open a,
.nav .open a:hover,
.nav .open a:focus {
  border-color: #337ab7;
  background-color: #eee; }

.nav .dropdown {
  text-align: center; }

.nav .dropdown li:last-child a {
  margin-right: 0; }

.nav .dropdown ul {
  display: none; }

/* Main Navigation
   ========================================================================== */
#navigation {
  margin-bottom: 40px;
  background-color: transparent; }

.main-nav {
  position: relative;
  left: 0;
  width: 100%;
  height: 30px;
  margin-left: 0;
  border: 0 solid #dbdbdb; }

.main-nav li {
  position: static !important; }

.main-nav li .sub-menu {
  height: auto;
  background-color: transparent;
  postion: relative; }

.main-nav li .sub-menu > li {
  float: left !important; }

.main-nav .sub-menu li a,
.main-nav .sub-menu li a:link,
.main-nav .sub-menu li a:visited {
  color: #fafafa; }

.main-nav .sub-menu li a:focus,
.main-nav .sub-menu li a:hover {
  color: #fafafa; }

.main-nav li.current-menu-item > a,
.main-nav li.current-menu-ancestor > a,
.main-nav li.current-post-ancestor > a,
.main-nav li.current-event-ancestor > a,
.main-nav li.current-bulletin-ancestor > a,
.main-nav .sub-menu li.current-menu-item > a,
.main-nav .sub-menu li.current-menu-ancestor > a,
.main-nav .sub-menu li.current-post-ancestor > a,
.main-nav .sub-menu li.current-event-ancestor > a,
.main-nav .sub-menu li.current-bulletin-ancestor > a {
  color: #fafafa; }

.main-nav li.current-menu-item.menu-item-has-children > a,
.main-nav li.current-menu-ancestor.menu-item-has-children > a,
.main-nav li.current-post-ancestor.menu-item-has-children > a,
.main-nav li.current-event-ancestor.menu-item-has-children > a,
.main-nav li.current-bulletin-ancestor.menu-item-has-children > a {
  background-color: transparent; }

.main-nav li.current-menu-item > .sub-menu,
.main-nav li.current-menu-parent > .sub-menu,
.main-nav li.current-menu-ancestor > .sub-menu,
.main-nav li.current-post-ancestor > .sub-menu,
.main-nav li.current-event-ancestor > .sub-menu,
.main-nav li.current-bulletin-ancestor > .sub-menu {
  display: inline-block !important; }

/* show lighter text for second submenu */
.main-nav .sub-menu li.current-post-ancestor > .sub-menu > li > a,
.main-nav .sub-menu li.current-menu-parent.menu-item-has-children > .sub-menu > li > a,
.main-nav .sub-menu li.current-post-parent.menu-item-has-children > .sub-menu > li > a,
.main-nav .sub-menu li.current-menu-item > .sub-menu > li > a {
  font-weight: normal; }

/* Navigation Tabs
   ========================================================================== */
.nav-tabs {
  display: inline-block;
  border-top: 2px solid #ddd; }

.nav-tabs > li {
  line-height: 30px;
  float: left;
  margin-bottom: -1px;
  padding: 4px 0; }

.nav-tabs > li a,
.nav-tabs > li a:link,
.nav-tabs > li a:visited {
  line-height: 1.42857143;
  display: inline-block;
  height: 30px;
  margin-right: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-decoration: none;
  border: 1px solid transparent;
  border: 0;
  border-radius: 4px 4px 0 0;
  background: url("images/sprite-piktogrami.png") no-repeat; }

.nav-tabs > li a:focus,
.nav-tabs > li a:hover {
  color: #85c232; }

.nav-tabs > li.solar > a {
  background-position: 0 -30px; }

.nav-tabs > li.wind > a {
  background-position: 0 -90px; }

.nav-tabs > li.geothermal > a {
  background-position: 0 -150px; }

.nav-tabs > li.hydro > a {
  background-position: 0 -210px; }

.nav-tabs > li.biomass > a {
  background-position: 0 -270px; }

.nav-tabs > li.cogeneration > a {
  background-position: 0 -270px; }

.nav-tabs > li.solar.active > a {
  background-position: 0 0; }

.nav-tabs > li.wind.active > a {
  background-position: 0 -60px; }

.nav-tabs > li.geothermal.active > a {
  background-position: 0 -120px; }

.nav-tabs > li.hydro.active > a {
  background-position: 0 -180px; }

.nav-tabs > li.biomass.active > a {
  background-position: 0 -240px; }

.nav-tabs > li.cogeneration.active > a {
  background-position: 0 -240px; }

.nav-tabs li:first-child a {
  padding-left: 40px; }

.nav-tabs > li {
  margin: 0 4px; }

.nav-tabs > li:hover {
  border-bottom: 2px solid #ddd; }

.nav-tabs > li.active {
  border-bottom: 2px solid #85c232; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: default;
  color: #555;
  border: 1px solid #ddd;
  border: 0;
  border-bottom-color: transparent;
  background-color: #fff; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }
.navbar-header {
  display: none; }

@media all and (min-width: 300px) {
  .nav .dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    display: none;
    overflow: hidden;
    width: 200px;
    background-color: #3d4047;
    box-shadow: 3px 3px 10px #777; }

  .nav > li > .dropdown {
    background-color: #fff; }

  .nav .dropdown li {
    display: block; }

  .nav span {
    font-size: 15px;
    position: relative;
    display: inline; }

  /* TODO: remove ep-category navigation styles */
  .ep-category .nav .dropdown {
    background: #3d4047; }

  .ep-category .dropdown > li > a {
    font-size: 11px;
    color: #eeeff0; } }
/* show overlay only for mobile devices */
@media (max-width: 992px) {
  .navbar-header {
    display: block; }

  .no-scroll {
    position: fixed;
    overflow: hidden; }

  /* Overlay style */
  .overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s, visibility 0s .5s;
    transition: opacity .5s, visibility 0s .5s;
    opacity: 0;
    background: rgba(153, 204, 51, 0.9);
    background: rgba(0, 187, 232, 0.9); }

  .overlay.open {
    visibility: visible;
    overflow-y: auto;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1; }

  /* Overlay closing cross */
  .overlay .overlay-close {
    position: absolute;
    z-index: 100;
    top: 10px;
    top: 32px;
    right: 10px;
    right: 22px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-indent: 200%;
    color: transparent;
    border: none;
    outline: none;
    background: url(images/cross.png) no-repeat center center; }

  /* Menu style */
  .overlay nav {
    font-size: 18px;
    font-size: 22px;
    position: relative;
    height: 60%;
    height: 70%;
    text-align: center;
    -webkit-perspective: 1200px;
    perspective: 1200px; }

  .overlay ul {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    padding-top: 3em;
    list-style: none;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    opacity: .4; }

  .overlay ul.sub-menu {
    padding-top: 0;
    background-color: #19c1ea; }

  .overlay ul.sub-menu li a {
    font-size: 15px;
    padding: 0; }

  .main-nav > li > a {
    font-size: 22px; }

  .main-nav > li.menu-item-has-children > a {
    border-bottom: 2px solid #fafafa; }

  .main-nav > li.menu-item-has-children .menu-item-has-children > a {
    border-bottom: 1px solid #fafafa; }

  .overlay ul.sub-menu ul.sub-menu li a {
    font-size: 12px;
    font-weight: 500; }

  .overlay.open ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }

  .overlay.close ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg); }

  .overlay ul li {
    display: block;
    width: 100%;
    min-height: 34px; }

  .overlay ul li a {
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #fff; }

  .overlay ul li a:hover,
  .overlay ul li a:focus {
    color: #fff; } }
.navbar-toggle {
  display: block; }

.navbar-header > nav {
  font: 60px 'Galaxie';
  position: fixed;
  z-index: 1000;
  z-index: 99999;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding-top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  color: #fff;
  background: none;
  backface-visibility: hidden; }

.navbar-header > nav .bar {
  z-index: 2000;
  width: 100%;
  height: 100px;
  margin-top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  background: none; }

.navbar-header > nav .nav-background {
  position: absolute;
  z-index: 1500;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  background: none; }

.navbar-header > nav #toggle {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 45px 40px;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.navbar-header > nav #toggle .patty {
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #5a6367; }

.navbar-header > nav #toggle .patty:after,
.navbar-header > nav #toggle .patty:before {
  position: absolute;
  z-index: -1;
  display: block;
  width: 24px;
  height: 4px;
  content: '';
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #5a6367; }

.navbar-header > nav #toggle .patty:before {
  top: -8px; }

.navbar-header > nav #toggle .patty:after {
  top: 8px; }

.navbar-header > nav #toggle:hover {
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s; }

.navbar-header > nav #toggle:hover .patty:before {
  top: -9px; }

.navbar-header > nav #toggle:hover .patty:after {
  top: 9px; }

.navbar-header > nav.open {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.navbar-header > nav.open .bar {
  margin-top: 0;
  background: none; }

.navbar-header > nav.open #logo {
  background-image: url("/content/images/util/logo_white.png") !important; }

.navbar-header > nav.open .patty {
  background: none !important; }

.navbar-header > nav.open .patty:after {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff !important; }

.navbar-header > nav.open .patty:before {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff !important; }

.navbar-header > nav.open .nav-background {
  background-color: #ec008c !important;
  background-color: rgba(217, 40, 130, 0.9) !important; }

.navbar-header > nav.open ul {
  top: 0;
  visibility: visible;
  margin-top: 0;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
  opacity: 1; }

.navbar-header > nav.closing {
  height: 100%; }

.navbar-header > nav.closing ul {
  top: 10%;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  -webkit-transform: perspective(600px) rotateX(-10deg);
  -moz-transform: perspective(600px) rotateX(-10deg);
  transform: perspective(600px) rotateX(-10deg);
  opacity: 0; }

.navbar-header > nav.hide-it {
  margin-top: -80px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.ios-fixed-fix > nav {
  position: absolute; }

/* Search box
   ========================================================================== */
.ep-search {
  position: relative;
  float: right;
  overflow: hidden;
  width: 100%;
  min-width: 60px;
  height: 60px;
  margin-top: 22px;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
  -webkit-backface-visibility: hidden; }

.ep-search-input {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
  color: #828383;
  border: 1px solid #d9d9d9;
  outline: none;
  background: #fff;
  background: transparent; }

.ep-search .ep-search-submit {
  z-index: 90; }

.ep-search-submit {
  z-index: -1;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0); }

.icon-search,
.ep-search-submit {
  line-height: 41px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center; }

.ep-search .icon-search {
  z-index: 11;
  color: #85c232;
  background: transparent; }

.icon-search {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  z-index: 90;
  text-transform: none;
  color: #85c232;
  background: transparent;
  speak: none;
  -webkit-font-smoothing: antialiased; }

/* Language Menu
   ========================================================================== */
.lang-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #5a6367; }

.lang-menu span {
  padding: 0 5px; }

.lang-menu .active {
  color: #c7c7c7; }

a.logo {
  display: block;
  float: left;
  width: 195px;
  height: 28px;
  height: auto;
  margin: 22px 10px 0 10px;
  text-indent: -99999px;
  background: url(images/logo.png) 0 0 no-repeat; }

.submit-project {
  position: relative;
  width: 165px;
  height: 40px;
  margin: 45px auto;
  margin-top: 45px;
  text-align: center; }

.submit-project a {
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  width: 165px;
  height: 40px;
  text-align: center;
  color: #fff !important;
  border-radius: 25px;
  background-color: #00bbe8; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  font-size: 14px;
  display: block;
  clear: both;
  padding: 20px 0; }

/* ==========================================================================
   Content
   ========================================================================== */
/* Main Content
   ========================================================================== */
.wrapper {
  margin-top: 60px;
  margin-top: 50px;
  margin-bottom: 30px; }

.home .wrapper {
  margin-top: 30px;
  margin-top: 20px; }

.search .wrapper,
.tag .wrapper {
  margin-top: 0; }

.top {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 4px solid #eeeff0; }
  @media screen and (max-width: 992px) {
    .top {
      display: block; } }

.breaking {
  margin-bottom: 30px; }

.breaking h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px; }

.breaking img,
.headline img {
  width: 100%;
  margin-bottom: 15px; }

.breaking time,
.headline time {
  font-size: 12px; }

.breaking article {
  position: relative; }

.breaking p {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0; }

.headline article {
  position: relative;
  margin-bottom: 30px; }

.category-title-menu {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: -40px;
  left: 30px;
  display: block;
  padding: 3px 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #85c232; }

.breaking .category-title a,
.headline .category-title a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  padding: 3px 5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #85c232; }

.headline .category-title a {
  top: 10px;
  left: 10px; }

.ads {
  margin: 12px 0;
  text-align: center; }

.ads img {
  border: 1px solid #ccc; }

.listbox {
  margin-bottom: 12px;
  border-top: 4px solid #85c232; }

/* Do not show the top border if the block is shown through dynamic_sidebar text widget shortcode */
.widget-area .listbox {
  border-top: 0; }

.listbox h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #313337; }

.listbox li {
  display: block;
  margin: 10px 0;
  margin-top: 25px; }

.listbox li:first-child {
  margin-top: 10px; }

.listbox li a.article {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px; }

.listbox li span {
  font-size: 12px; }

.listbox li span a {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  color: #85c232; }

.listbox li span a:hover {
  text-decoration: underline; }

.listbox ul.tabs {
  margin-top: 12px; }

.listbox ul.tabs h4 {
  margin-bottom: 0;
  padding: 0; }

.listbox ul.tabs li {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  float: left;
  width: 50%;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-bottom: medium none;
  background: none repeat scroll 0 0 transparent; }

.listbox ul.tabs li a {
  line-height: 37px;
  display: block;
  float: left;
  width: 100%;
  height: 37px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #ccc;
  background-color: #eee; }

.listbox ul.tabs li a.selected {
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #444;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #fff;
  background-color: #fff; }

.listbox .inside {
  clear: both;
  padding: 15px 10px 0 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: none repeat scroll 0 0 #fff; }

.popular {
  counter-reset: list-counter; }

.popular li {
  position: relative;
  padding-left: 50px; }

.popular li:before {
  font-family: 'museo_slab900', serif;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: counter(list-counter);
  counter-increment: list-counter;
  text-align: center;
  color: #313337;
  border: 1px solid #d9d9d9;
  border-radius: 50%; }

/* Main Page Categories
   ========================================================================== */
.newsbox article {
  min-height: 78px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeff0; }

.newsbox h2 {
  font-size: 18px; }

.newsbox h3 {
  min-height: 72px; }
  @media screen and (max-width: 992px) {
    .newsbox h3 {
      min-height: inherit; } }

.newsbox h3.title,
.newsbox h3.ep-category {
  height: auto;
  min-height: inherit;
  background: none; }

.newsbox h3.title a,
.newsbox h3.ep-category a {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #85c232;
  border-left: 4px solid #85c232;
  min-height: 57px;
  display: flex;
  align-items: center; }

.newsbox h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 15px; }

.newsbox img {
  width: 100%;
  margin-bottom: 15px; }

/* chos add */
.newsbox .thumb-wrap {
  width: auto; }

.newsbox time {
  font-size: 12px; }

.newsbox p {
  font-size: 14px;
  line-height: 18px;
  min-height: 87px;
  padding-top: 5px;
  padding-bottom: 15px; }

/* Chos added for bulletin img fix */
.newsbox article.bulletin.type-bulletin .thumb-wrap a img.entry-thumb {
  width: auto; }

#breaking .bulletin.type-bulletin .thumb-wrap a img.entry-thumb {
  width: auto; }

.category-newsbox .bulletin.type-bulletin a img.entry-thumb {
  width: auto;
  height: 368px; }

/* Category Page Summary
   ========================================================================== */
.category-newsbox > section > article {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeff0; }

.category-newsbox time {
  font-size: 12px; }

.entry-summary article {
  min-height: 56px;
  border-bottom: 0; }

.entry-summary article p {
  font-size: 14px;
  line-height: 18px;
  min-height: 87px;
  padding-top: 5px;
  padding-bottom: 15px; }

/* Category Page Summary
   ========================================================================== */
.category-newsbox > section > article {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeff0; }

.entry-summary article {
  min-height: 56px;
  border-bottom: 0; }

.entry-summary article p {
  font-size: 14px;
  line-height: 18px;
  min-height: 87px;
  padding-bottom: 15px; }

/* ==========================================================================
   Main Page Articles
   ========================================================================== */
.ep-post,
.ep-page {
  position: relative;
  padding-bottom: 46px;
  word-wrap: break-word; }

.ep-post header,
.ep-page header {
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 4px solid #d9d9d9;
  border-bottom: 1px solid #eeeff0; }

.ep-post header h1,
.ep-page header h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  color: #3d4047; }

.ep-post p,
.ep-page p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px; }

.alignleft {
  float: left;
  margin-top: 4px;
  margin-right: 20px;
  margin-bottom: 5px; }

.alignright {
  float: right;
  margin-top: 4px;
  margin-left: 20px;
  margin-bottom: 5px; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ep-post .social h3,
.ep-page .social h3 {
  font-family: 'Open Sans', serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3d4047; }

.ep-post .social img,
.ep-page .social img {
  margin-right: 5px; }

.ep-tender {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeff0; }

a[rel='category tag'] {
  color: #85c232; }

.article-footer {
  padding: 20px 0;
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0; }

.article-footer ul {
  list-style: none; }

.article-footer li {
  line-height: 17px !important;
  float: left;
  padding: 0 10px 10px 0; }

.article-footer li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #85c232; }

.article-footer li a:hover,
.article-footer li a:focus {
  text-decoration: underline; }

/* Related Articles
   ========================================================================== */
.single-post h3.related-news,
.single-event h3.related-news {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #313337; }

.single-post .related,
.single-event .related {
  border-bottom: 1px solid #eeeff0; }

.single-post .related-item h3,
.single-event .related-item h3 {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 700;
  color: #3d4047; }

.single-post .related-item,
.single-event .related-item {
  display: inline-block;
  clear: both;
  min-height: 155px;
  padding: 20px 0 10px 0; }

.related-clear {
  clear: both;
  margin-bottom: 20px; }

/* ==========================================================================
   Categories
   ========================================================================== */
.ep-category {
  width: 100%;
  height: 110px;
  height: 100px;
  margin-bottom: 30px;
  background-color: #3d4047; }

.ep-category h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  border-bottom: 1px solid #4f535b; }

.ep-category .nav {
  float: left;
  margin: 0;
  color: #fff; }

.ep-category .nav > li {
  line-height: normal;
  display: inline;
  float: left;
  padding: 0 5px;
  list-style-type: none; }

.ep-category .nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  line-height: 40px;
  line-height: 35px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  color: #eeeff0; }

.ep-category .nav > li:first-child {
  padding-left: 0; }

.ep-category .nav > li > a:focus,
.ep-category .nav > li > a:hover {
  text-decoration: none;
  color: #85c232;
  background-color: transparent; }

/* ==========================================================================
   Breadcrumb navigation
   ========================================================================== */
.breadcrumbs {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  display: none;
  margin-right: 20px;
  padding: 0;
  text-transform: uppercase;
  color: #eeeff0;
  color: #3d4047; }

.breadcrumbs > span {
  font-size: 11px;
  line-height: normal;
  display: inline;
  padding: 0 5px;
  padding: 0;
  list-style-type: none;
  color: #eeeff0;
  color: #3d4047; }

.breadcrumbs span {
  font-size: 13px; }

.breadcrumbs > span > a {
  display: inline;
  color: #85c232; }

.breadcrumbs > span > a:focus,
.breadcrumbs > span > a:hover {
  text-decoration: none;
  color: #85c232;
  background-color: transparent; }

.nav > li .breadcrumbs a {
  font-size: 13px;
  line-height: 35px;
  display: inline;
  padding: 0; }

/* ==========================================================================
   Block Quote
   ========================================================================== */
blockquote {
  position: relative;
  margin: 42px 0 42px 0;
  padding: 0;
  border-left: none; }

blockquote p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px !important;
  font-weight: normal !important;
  font-style: italic;
  line-height: 40px !important;
  text-align: center;
  color: #4db2ec; }

blockquote p:first-child {
  padding-top: 0; }

blockquote small,
blockquote cite {
  font-size: 15px !important;
  font-weight: normal;
  /* override bootstrap */
  font-style: italic;
  display: block;
  margin-top: 5px;
  color: #444; }

cite {
  font-size: 14px !important;
  font-weight: normal;
  /* override bootstrap */
  font-style: italic;
  color: #444; }

cite a {
  color: #444; }

cite a:hover {
  color: #444 !important; }

blockquote.pull-right {
  padding-left: 20px;
  border-right: none; }

blockquote.pull-right:after {
  right: -40px;
  width: 40px;
  border-right: 2px solid #fb5502; }

/* quotes */
.ep_quote_right {
  float: right;
  width: 50%;
  margin-top: 0;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-left: 20px; }

.ep_quote_left {
  float: left;
  width: 50%;
  margin-top: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 0; }

.ep_quote_left p {
  text-align: left; }

.ep_quote_box {
  position: relative;
  top: 6px;
  margin: 0;
  padding: 15px 23px 0 32px;
  border-left: 2px solid #85c232;
  background-color: #fcfcfc; }

.ep_quote_box p {
  font-family: 'PT Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 21px !important;
  margin: 0;
  padding-bottom: 16px;
  text-align: left;
  color: #808080; }

.ep_box_left {
  float: left;
  width: 40%;
  margin: 0 34px 20px 0;
  /* responsive phone */ }

@media (max-width: 767px) {
  .ep_box_left {
    float: none;
    width: auto;
    margin-right: 0; } }
.ep_box_right {
  float: right;
  width: 30%;
  margin: 0 0 20px 34px; }

.ep_box_center {
  margin: 0 0 29px 0; }

.ep_pull_quote {
  position: relative;
  top: 6px;
  margin: 0; }

.ep_pull_quote p {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 16px !important;
  line-height: 26px !important;
  margin: 0;
  text-align: center;
  color: #85c232; }

.ep_pull_quote p:before {
  position: absolute;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  content: '';
  background: url("images/icons/pull-quote-left.png") no-repeat; }

.ep_pull_quote p:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  content: '';
  background: url("images/icons/pull-quote-right.png") no-repeat; }

.ep_pull_left {
  float: left;
  width: 40%;
  margin: 0 34px 5px 0;
  padding: 17px 25px 18px 25px;
  /* responsive phone */ }

@media (max-width: 767px) {
  .ep_pull_left {
    float: none;
    width: auto;
    margin-right: 0; } }
.ep_pull_right {
  float: right;
  width: 30%;
  margin: 0 0 10px 34px;
  padding: 17px 25px 18px 25px; }

.ep_pull_center {
  margin: 17px 0;
  padding: 0 50px 15px 50px;
  /* responsive phone */ }

@media (max-width: 767px) {
  .ep_pull_center {
    padding: 0 30px 15px 50px; } }
/* ==========================================================================
   Search
   ========================================================================== */
.ep-search-result {
  width: 100%;
  height: 100px;
  background-color: #d9d9d9; }

.ep-search-result h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  width: 100%;
  padding: 5px 0;
  color: #4f535b;
  border-bottom: 1px solid #b0b0b0; }

.ep-search-result .result {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  color: #4f535b; }

/* ==========================================================================
   Paging
   ========================================================================== */
.page-nav {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 31px 0 68px;
  text-align: center;
  color: #7b7e87; }

.page-nav i {
  font-size: 10px; }

.page-nav .current,
.page-nav-post span {
  border-color: #8cc63f;
  background-color: #8cc63f; }

.page-nav .current {
  color: #fff;
  border: 1px solid #8cc63f;
  background-color: #8cc63f; }

.page-nav a,
.page-nav span {
  display: inline-block;
  min-width: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #f5f5f5;
  background-color: #fff; }

.page-nav .pages {
  float: right;
  margin: 0;
  padding: 4px 0 6px;
  border: medium none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  position: relative;
  clear: both;
  padding-bottom: 20px;
  text-align: center;
  color: #7b7e87;
  background-color: #28292d; }

.footer h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #85c232; }

.footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  color: #9699a1; }

.footer a,
.footer a:link,
.footer a:visited {
  color: #eeeff0; }

.footer a:hover,
.footer a:focus {
  color: #85c232; }

/* Allow the centering to work */
.footer .bottom-menu {
  display: table;
  margin: 0 auto; }

.footer .nav {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  float: left;
  margin: 0;
  margin-top: 10px;
  color: #eeeff0; }

.footer .nav > li {
  line-height: normal;
  display: inline;
  float: left;
  padding: 0 5px;
  list-style-type: none; }

.footer .nav > li + li {
  border-left: 1px solid #9699a1; }

.footer .nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 0;
  text-transform: none;
  color: #eeeff0; }

.footer .nav > li:first-child {
  padding-left: 0; }

.footer .nav > li > a:focus,
.footer .nav > li > a:hover {
  text-decoration: none;
  color: #85c232;
  background-color: transparent; }

.footer .nav > li span {
  padding: 0 5px;
  color: #9699a1; }

.footer .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  clear: both;
  color: #9699a1; }

.footer .useful-links {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #eeeff0; }

.footer-right {
  border-right: 1px solid #eeeff0; }

.footer .social {
  margin-top: 10px; }

@media (min-width: 768px) {
  .footer .social {
    text-align: left; } }
.footer .social a,
.footer .social a:link,
.footer .social a:visited {
  color: #9699a1; }

.footer .social a:focus,
.footer .social a:hover {
  color: #85c232;
  color: #eeeff0; }

.footer .social .fa-inverse {
  color: #28292d; }

.subscribe {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 60px;
  height: 60px;
  margin-top: 0;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
  -webkit-backface-visibility: hidden; }

.subscribe-input {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 55px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px !important;
  margin: 0;
  padding: 5px;
  color: #828383;
  border: 0;
  outline: none;
  background: #eeeff0; }

.subscribe .subscribe-submit {
  z-index: 90; }

.subscribe-submit {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 55px !important;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 120px !important;
  height: 55px !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background: #85c232; }

.useful-links > li {
  position: relative;
  display: inline;
  float: left;
  width: 100%; }

.useful-links > li > a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  margin-left: 10px;
  padding: 5px 0;
  text-transform: none;
  color: #eeeff0; }

.useful-links > li::before {
  line-height: 20px;
  display: block;
  float: left;
  width: 8px;
  content: '- '; }

/* To Top Button
   ========================================================================== */
.to-top-wrapper {
  float: right;
  width: 50px; }

.to-top {
  -webkit-transition: height .8s, opacity .6s;
  -moz-transition: height .8s, opacity .6s;
  -ms-transition: height .8s, opacity .6s;
  -o-transition: height .8s, opacity .6s;
  transition: height .8s, opacity .6s; }

.to-top {
  font-size: 45px;
  line-height: 45px;
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 20px;
  display: block;
  width: 50px;
  height: 0;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  color: #fff !important;
  background-color: #85c232; }

.to-top.show {
  height: 50px;
  opacity: .8; }

.ep-category-tag {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #85c232; }

@media (max-width: 767px) and (orientation: portrait) {
  .lang {
    padding-left: 0; } }
@media (min-width: 768px) {
  .ep-category h1,
  .ep-search-result h1 {
    font-size: 48px; }

  .ep-category .nav > li > a,
  .ep-search-result .result {
    font-size: 13px; }

  .breaking h2 {
    font-size: 36px;
    line-height: 38px; }

  .breaking p {
    font-size: 18px; }

  .single-post .related {
    max-height: 155px;
    margin-right: 30px; }

  .ep-post header h1,
  .ep-page header h1 {
    font-size: 36px; }

  .footer .bottom-menu {
    display: table;
    margin: inherit; }

  .footer {
    text-align: left; }

  .submit-project {
    margin: 45px 0; }

  .newsbox img {
    min-height: 159px;
    max-height: 159px; } }
@media (min-width: 992px) {
  .logo img {
    width: 100%;
    max-width: 300px;
    height: auto; }

  .breaking {
    border-right: 1px solid #eee; }

  .ep-search {
    margin-top: 40px; }

  .top-header {
    line-height: 120px;
    height: 120px;
    margin-top: auto;
    border-bottom: 1px solid #d9d9d9; }

  .search-header {
    height: 120px; }

  .top-header .row {
    height: 120px;
    background-image: none;
    background-image: url("images/banner.png");
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: contain; }

  .main-header {
    display: inline; }

  .logo {
    text-align: left; }

  .sticky-wrapper {
    position: relative;
    height: auto; }

  .bottom-header {
    position: relative;
    height: 80px;
    border-bottom: none;
    background-color: transparent;
    left: -10px;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1140px; }

  .bottom-header.active-1 {
    padding-bottom: 40px;
    border-bottom: 40px solid #3d4047; }

  .bottom-header.active-2 {
    padding-bottom: 40px;
    border-bottom: 80px solid #3d4047; }

  .bottom-header .logo {
    display: none; }

  .newsbox p {
    min-height: 128px; }

  .newsbox h3 {
    min-height: 72px; }

  .newsbox h3.ep-category {
    min-height: 58px; }

  .newsbox h4 {
    min-height: 97px; }

  /*ChosLee modify*/
  .nav > li a {
    margin: 0; }

  .main-nav li .sub-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    display: none !important;
    width: 100%;
    /*ChosLee modify*/
    height: auto;
    background-color: #3d4047; }

  .main-nav .sub-menu li a:focus,
  .main-nav .sub-menu li a:hover {
    color: #85c232; }

  .main-nav li.current-menu-item > a,
  .main-nav li.current-menu-ancestor > a,
  .main-nav li.current-post-ancestor > a,
  .main-nav li.current-event-ancestor > a,
  .main-nav li.current-bulletin-ancestor > a,
  .main-nav .sub-menu li.current-menu-item > a,
  .main-nav .sub-menu li.current-menu-ancestor > a,
  .main-nav .sub-menu li.current-post-ancestor > a,
  .main-nav .sub-menu li.current-event-ancestor > a,
  .main-nav .sub-menu li.current-bulletin-ancestor > a {
    color: #85c232; }

  .main-nav li.current-menu-item.menu-item-has-children > a,
  .main-nav li.current-menu-ancestor.menu-item-has-children > a,
  .main-nav li.current-post-ancestor.menu-item-has-children > a,
  .main-nav li.current-event-ancestor.menu-item-has-children > a,
  .main-nav li.current-bulletin-ancestor.menu-item-has-children > a {
    background-color: #3d4047; }

  .overlay .overlay-close {
    display: none; }

  .navbar-toggle {
    display: none; }

  #bottom-header-sticky-wrapper {
    display: block; }

  .to-top {
    right: inherit; } }
@media (min-width: 1200px) {
  /* TODO: remove breadcrumb styles */
  .breadcrumbs {
    display: inline; } }
/* ==========================================================================
   Sidebar Widget Styles
   ========================================================================== */
.widget {
  border-top: 4px solid #85c232; }

.widget li {
  display: block;
  margin-top: 25px; }

.widget li:first-child {
  margin-top: 10px; }

.widget li a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px; }

.widget .tabs li a {
  font-weight: 400; }

.widget li span {
  font-size: 12px; }

.widget_text h3.widget-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  background-color: #3d4047; }

/* ==========================================================================
   Admin Edit
   ========================================================================== */
.post-edit-link {
  padding: 3px 0;
  text-transform: lowercase;
  color: #fff; }

.post-edit-link:hover {
  text-decoration: underline;
  color: #00bbe8; }

.ep-admin-edit {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  padding: 3px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 187, 232, 0.9); }

.ep-admin-edit:hover {
  text-decoration: underline;
  color: #fff;
  background-color: rgba(0, 187, 232, 0.9); }

.thumb-wrap {
  position: relative;
  padding-bottom: 15px; }

.thumb-wrap:hover .ep-admin-edit {
  display: block;
  color: #fff; }

.td_mod4 .ep-admin-edit {
  right: 0;
  left: auto; }

#ch-prezentacija-widget {
  font-size: 15px;
  color: #85c232;
  text-align: left;
  line-height: 1.3;
  padding-left: 15px; }
  @media screen and (min-width: 992px) {
    #ch-prezentacija-widget {
      display: none; } }
  @media screen and (max-width: 380px) {
    #ch-prezentacija-widget {
      font-size: 3.5vw; } }
  #ch-prezentacija-widget .ch-small-logo {
    max-height: 50px; }

#ch-eu-poglavlje27 {
  font-size: 15px;
  color: #85c232;
  line-height: 1.3;
  position: relative;
  bottom: 14px;
  display: block;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 992px) and (max-width: 1205px) {
    #ch-eu-poglavlje27 {
      font-size: 13px; } }
  @media screen and (max-width: 991px) {
    #ch-eu-poglavlje27 {
      display: none; } }
  #ch-eu-poglavlje27 .ch-small-logo {
    max-height: 25px;
    margin-left: 10px; }

#ch-prezentacija {
  color: #85c232; }
  #ch-prezentacija .ch-small-logo {
    max-height: 20px;
    position: absolute;
    bottom: 0px; }

.ch-tender-time {
  font-size: 12px;
  color: #3d4047;
  padding-right: 10px; }

@media screen and (min-width: 992px) {
  .ch-hide-widget-desktop {
    display: none; } }

/*RESPONSIVE EMBEDED VIDEO*/
.ep-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .ep-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*ChosLee green link*/
.ep-post a, .ep-post a:link, .ep-post a:visited {
  color: #85c232; }

/*Chos styling google object for ads*/
.object-ads-link {
  display: block;
  margin: 12px auto;
  text-align: center;
  position: relative; }

/*Chos styling Branding section*/
#branding-section {
  /* display: none;
   @media screen and (min-width: 1570px)  {
     width: 100%;
     display: block;
   }*/ }
  #branding-section .branding-width {
    width: 1580px;
    margin: 0 auto; }
    #branding-section .branding-width > div {
      display: inline-block; }
    #branding-section .branding-width .left-brending-section {
      position: absolute;
      top: 170px;
      left: -10px; }
      #branding-section .branding-width .left-brending-section a {
        display: inline-block;
        float: right; }
        #branding-section .branding-width .left-brending-section a img {
          margin-left: 20px;
          float: right;
          left: 10px;
          position: fixed;
          top: 50px; }
    #branding-section .branding-width .central-transparent-brending {
      width: 1170px;
      z-index: -1;
      display: none; }
    #branding-section .branding-width .right-brending-section {
      margin-top: 2px;
      position: absolute;
      top: 170px;
      right: -10px; }
      #branding-section .branding-width .right-brending-section a {
        display: inline-block;
        float: left; }
        #branding-section .branding-width .right-brending-section a img {
          margin-right: 20px;
          float: left;
          right: 10px;
          position: fixed;
          top: 50px; }
    #branding-section .branding-width .brending {
      width: calc(50vw - 585px);
      z-index: 105; }
      #branding-section .branding-width .brending .branding-content {
        width: inherit; }
        #branding-section .branding-width .brending .branding-content a .width-max {
          display: none; }
          @media screen and (min-width: 1970px) {
            #branding-section .branding-width .brending .branding-content a .width-max {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .witdh-tristo {
          display: none; }
          @media screen and (min-width: 1830px) and (max-width: 1970px) {
            #branding-section .branding-width .brending .branding-content a .witdh-tristo {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .witdh-dvesto {
          display: none; }
          @media screen and (min-width: 1620px) and (max-width: 1830px) {
            #branding-section .branding-width .brending .branding-content a .witdh-dvesto {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .width-stopedeset {
          display: none; }
          @media screen and (min-width: 1570px) and (max-width: 1620px) {
            #branding-section .branding-width .brending .branding-content a .width-stopedeset {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .width-sto {
          display: none; }
          @media screen and (min-width: 1400px) and (max-width: 1570px) {
            #branding-section .branding-width .brending .branding-content a .width-sto {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .width-sedamdeset {
          display: none; }
          @media screen and (min-width: 1340px) and (max-width: 1400px) {
            #branding-section .branding-width .brending .branding-content a .width-sedamdeset {
              display: block; } }
        #branding-section .branding-width .brending .branding-content a .width-pedeset {
          display: none; }
          @media screen and (min-width: 1300px) and (max-width: 1340px) {
            #branding-section .branding-width .brending .branding-content a .width-pedeset {
              display: block; } }

/*Zagadjenje vidget*/
#naslov_zagadjenost {
  margin: 1rem auto 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  background: #85c232;
  padding: 0.5rem 1rem;
  color: #fff;
  font-family: "Open Sans", sans-serif; }

/* Styling widget za anketu */
.widget-anketa .textwidget .yop-poll-container .yop-poll-container-success {
  font-size: 2rem !important;
  color: #85c232 !important;
  font-style: normal !important;
  margin: 1rem auto; }
.widget-anketa .textwidget .yop-poll-container .yop-poll-container-error {
  font-size: 2rem; }
.widget-anketa .textwidget .yop-poll-container .yop-poll-forms > div > div div:first-child {
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #85c232 !important;
  font-weight: 600; }
.widget-anketa .textwidget .yop-poll-container .yop-poll-forms > div > div div:nth-child(2) {
  margin-left: 1rem;
  margin-bottom: 1rem; }
.widget-anketa .textwidget .yop-poll-container .yop-poll-forms > div > div div:nth-child(3) {
  text-align: center; }
  .widget-anketa .textwidget .yop-poll-container .yop-poll-forms > div > div div:nth-child(3) label {
    margin-bottom: 0.5rem; }
  .widget-anketa .textwidget .yop-poll-container .yop-poll-forms > div > div div:nth-child(3) input {
    font-size: 0.8rem !important; }
.widget-anketa .textwidget .yop-poll-container .yop-poll-footer > div .yop_poll_vote_button {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background: #85c232;
  padding: 0.5rem 1rem;
  margin: 1rem auto !important; }
  .widget-anketa .textwidget .yop-poll-container .yop-poll-footer > div .yop_poll_vote_button:hover {
    background: #77ad2b; }

p#napomena_anketa {
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 1.5rem; }

div.naslovi-box {
  padding: 1rem;
  background-color: #f6f6f6;
  width: 100%;
  margin: 1rem 0; }
  div.naslovi-box ul {
    color: #85c232;
    margin: 0;
    padding: 1rem; }
    div.naslovi-box ul li {
      list-style: none;
      padding: 0.2rem 0; }
    div.naslovi-box ul a {
      color: #85c232;
      font-size: 16px;
      font-weight: 600; }

/* Redesign blog */
.single-blog .wrapper {
  margin-top: 0; }

/* Redesign Blog sidebar */
.widget-area {
  border-top: 4px solid #85c232; }
  .widget-area .sidebar-section-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #313337; }
  .widget-area .sidebar-section-heading-front {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: uppercase;
    color: #313337; }

/* Redesign blog sidebar listing */
.sidebar-blog-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .sidebar-blog-listing:nth-child(2) .sidebar-blog-thumb {
    margin-top: 0 !important; }
  .sidebar-blog-listing:last-child .blog-excerpt-content {
    border-bottom: none; }
  @media screen and (min-width: 1200px) {
    .sidebar-blog-listing {
      width: 300px; } }
  .sidebar-blog-listing .sidebar-blog-thumb {
    width: 100%;
    margin-top: 1rem; }
    .sidebar-blog-listing .sidebar-blog-thumb img {
      width: 100%;
      border: 1px solid #cdcdcd; }
  .sidebar-blog-listing .blog-excerpt-content {
    border-bottom: 1px solid #cecece;
    padding-bottom: 1rem; }

/* Redesign Front page blog section */
.heading-section {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
  color: #85c232;
  border-left: 4px solid #85c232; }
  .heading-section a {
    color: #85c232; }

@media screen and (min-width: 1200px) {
  .front-blog-section .sidebar-blog-listing {
    width: 100%; } }

/* Redesign Front page popular section */
.popular-section .post-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .popular-section .post-listing {
      border-bottom: 1px solid lightgrey; }
      .popular-section .post-listing a {
        display: block;
        text-align: left;
        width: 100%; } }
  .popular-section .post-listing .post-thumb-popular-main {
    width: 100%; }
    .popular-section .post-listing .post-thumb-popular-main img {
      width: 100%; }
  .popular-section .post-listing .overlay-post-heading-main-popular {
    position: absolute;
    bottom: 7rem;
    padding: 1rem;
    color: #fff;
    display: block;
    width: 100%; }
    .popular-section .post-listing .overlay-post-heading-main-popular:hover {
      color: #85c232; }
    @media screen and (min-width: 736px) and (max-width: 992px) {
      .popular-section .post-listing .overlay-post-heading-main-popular {
        bottom: 6rem; } }
    @media screen and (min-width: 548px) and (max-width: 736px) {
      .popular-section .post-listing .overlay-post-heading-main-popular {
        bottom: 6rem; } }
    @media screen and (max-width: 548px) {
      .popular-section .post-listing .overlay-post-heading-main-popular {
        bottom: 9rem; }
        .popular-section .post-listing .overlay-post-heading-main-popular h3 {
          font-size: 18px; } }
    .popular-section .post-listing .overlay-post-heading-main-popular h3 {
      margin-bottom: 5px;
      font-size: 21px;
      text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
      .popular-section .post-listing .overlay-post-heading-main-popular h3:hover {
        color: #85c232; }
      .popular-section .post-listing .overlay-post-heading-main-popular h3.small-thumb {
        margin-bottom: 0;
        line-height: 1.1;
        font-size: 18px; }
        .popular-section .post-listing .overlay-post-heading-main-popular h3.small-thumb:hover {
          color: #85c232; }
        @media screen and (min-width: 992px) and (max-width: 1200px) {
          .popular-section .post-listing .overlay-post-heading-main-popular h3.small-thumb {
            font-size: 15px; } }
    .popular-section .post-listing .overlay-post-heading-main-popular p {
      padding-bottom: 0; }
  .popular-section .post-listing:last-child .post-excerpt-content {
    border-bottom: none; }
  .popular-section .post-listing .post-thumb {
    width: 100%;
    margin-top: 1rem; }
    .popular-section .post-listing .post-thumb img {
      width: 100%;
      border: 1px solid #cdcdcd; }
  .popular-section .post-listing .post-excerpt-content {
    border-bottom: 1px solid #cecece;
    padding-bottom: 1rem; }
  .popular-section .post-listing .post-excerpt-content-popular {
    padding-bottom: 0;
    margin-bottom: 1rem;
    max-height: 80px;
    overflow: hidden;
    display: block;
    text-align: justify;
    width: 100%; }
    .popular-section .post-listing .post-excerpt-content-popular p {
      line-height: 1.2; }
      @media screen and (max-width: 992px) {
        .popular-section .post-listing .post-excerpt-content-popular p {
          font-size: 14px; } }
      .popular-section .post-listing .post-excerpt-content-popular p:hover {
        color: #565656; }

/* Redisegn new top menu */
#top-social-menu {
  background-color: #28292d;
  color: white; }
  @media screen and (max-width: 992px) {
    #top-social-menu {
      display: none; } }
  #top-social-menu a {
    display: flex;
    margin-right: 1.2rem;
    align-items: center;
    color: #9699a1; }
    #top-social-menu a:link, #top-social-menu a:visited {
      color: #9699a1; }
    #top-social-menu a:focus, #top-social-menu a:hover {
      color: #85c232; }
    #top-social-menu a i {
      font-size: 0.9rem;
      color: #9699a1; }
      #top-social-menu a i:hover {
        color: #85c232; }
  #top-social-menu .height {
    height: 1.5rem; }
    #top-social-menu .height .top-second-menu {
      height: inherit; }
      #top-social-menu .height .top-second-menu .top-menu {
        height: inherit; }
        #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container {
          height: inherit; }
          #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni-eng0, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni-eng0 {
            display: flex;
            justify-content: flex-start;
            height: inherit; }
            #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni li, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni-eng0 li, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni li, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni-eng0 li {
              height: inherit;
              align-items: center;
              display: flex; }
              #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni li a, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni-eng0 li a, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni li a, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni-eng0 li a {
                align-items: center;
                font-size: 0.7rem;
                line-height: inherit;
                font-family: 'Open Sans', sans-serif;
                font-weight: 300;
                color: #9699a1; }
                #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni li a:hover, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-container #menu-top-meni-eng0 li a:hover, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni li a:hover, #top-social-menu .height .top-second-menu .top-menu .menu-top-meni-eng0-container #menu-top-meni-eng0 li a:hover {
                  color: #85c232; }
    #top-social-menu .height .social-top {
      display: flex;
      justify-content: flex-end;
      height: inherit; }
      #top-social-menu .height .social-top a {
        display: flex;
        margin-right: 1.2rem;
        align-items: center;
        color: #9699a1; }
        #top-social-menu .height .social-top a:link, #top-social-menu .height .social-top a:visited {
          color: #9699a1; }
        #top-social-menu .height .social-top a:focus, #top-social-menu .height .social-top a:hover {
          color: #85c232; }
        #top-social-menu .height .social-top a i {
          font-size: 0.9rem;
          color: #9699a1; }
          #top-social-menu .height .social-top a i:hover {
            color: #85c232; }
      #top-social-menu .height .social-top .fa-stack {
        width: 1em;
        height: 1em;
        line-height: 1em; }

/* Front page redisign special news section */
#news-latest-special .breaking {
  margin-bottom: 8px; }
#news-latest-special .big-important-news {
  position: relative; }
  #news-latest-special .big-important-news .thumb-wrap {
    padding-bottom: 0; }
  #news-latest-special .big-important-news .overlay-big-thumb {
    position: absolute;
    color: white;
    bottom: 1rem;
    padding: 1rem; }
    #news-latest-special .big-important-news .overlay-big-thumb:hover header h3 a {
      color: #85c232; }
    #news-latest-special .big-important-news .overlay-big-thumb h3 {
      color: white;
      font-size: 21px;
      line-height: 1.1;
      margin-bottom: 5px; }
      #news-latest-special .big-important-news .overlay-big-thumb h3 a {
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }
    #news-latest-special .big-important-news .overlay-big-thumb p {
      margin-bottom: 0;
      font-size: 14px;
      margin-top: 5px; }
#news-latest-special .important-news .heading-section-special {
  background-color: #85c232;
  color: #fff;
  padding: 5px 5px 5px 10px;
  font-size: 1rem;
  line-height: initial;
  margin-bottom: 4px; }
  #news-latest-special .important-news .heading-section-special a {
    color: white; }
#news-latest-special .important-news .most-important-post-listing:last-child {
  border-bottom: 2px solid #85c232;
  margin-bottom: 1.5rem; }
#news-latest-special .important-news .most-important-post-listing .news-link-part {
  border-bottom: 1px solid #dfdfdf; }
  #news-latest-special .important-news .most-important-post-listing .news-link-part h3 {
    padding-left: 10px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
    @media screen and (min-width: 1200px) {
      #news-latest-special .important-news .most-important-post-listing .news-link-part h3 {
        margin-bottom: 6px;
        margin-top: 6px;
        overflow: hidden;
        height: 51px; }
        #news-latest-special .important-news .most-important-post-listing .news-link-part h3:after {
          content: "";
          text-align: right;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 25%;
          height: 30px;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      #news-latest-special .important-news .most-important-post-listing .news-link-part h3 {
        font-size: 13px;
        overflow: hidden;
        margin-bottom: 5px;
        margin-top: 5px;
        line-height: 1.5;
        height: 40px; }
        #news-latest-special .important-news .most-important-post-listing .news-link-part h3:after {
          content: "";
          text-align: right;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 25%;
          height: 20px;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); } }
    @media screen and (max-width: 992px) {
      #news-latest-special .important-news .most-important-post-listing .news-link-part h3 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 1.5; } }
#news-latest-special .three-lastnews-in-row .headline section article {
  position: relative;
  margin-bottom: 0; }
  #news-latest-special .three-lastnews-in-row .headline section article:hover header a {
    color: #85c232; }
  #news-latest-special .three-lastnews-in-row .headline section article header {
    position: absolute;
    bottom: 10px;
    color: white;
    padding: 0 10px; }
    #news-latest-special .three-lastnews-in-row .headline section article header h3 {
      line-height: 1.1; }
      @media screen and (min-width: 992px) and (max-width: 1300px) {
        #news-latest-special .three-lastnews-in-row .headline section article header h3 {
          font-size: 14px; } }
      #news-latest-special .three-lastnews-in-row .headline section article header h3 a {
        color: white;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

/*# sourceMappingURL=style.css.map */
