/*
Theme Name: 	Ekonomski
Theme URI: 		http://ekonomski.mk
Description: 	Responsive WordPress Theme based on Bootstrap and Font Awesome.
Version:     	1.0.0
Author:     	Ferentz
Author URI:     http://creativa5.com
Site:           http://creativa5.com
Text Domain: 	ekonomski
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

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.
*/


/* Style Tree

    1. Base
    2. Layout
      2.1 Menu
      2.2 Home
      2.3 Index
      2.4 Sections
      2.5 Sidebar
      2.6 Footer
    3. Modules
      3.1 Slider
    4. WordPress Default Element
    5. Responsive

*/

@font-face {
    font-family: "bodoni_italic";
    src: url("css/fonts/BodoniBE-Italic.woff") format("woff"), url("css/fonts/BodoniBE-Italic.woff2") format("woff2");
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body.admin-bar .navbar-fixed-top {
    position: fixed;
    top: 32px;
    z-index: 1000;
}


/* ------------------------------------------------------------------------- *
/* 1 Base */


/* ------------------------------------------------------------------------- */


/* Typography */

body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #000;
}


/* Title color */

.gigantic,
.huge,
.large,
.bigger,
.big,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 900;
}

.gigantic {
    font-size: 70px;
    line-height: 1.09;
    font-weight: 700;
}

.huge,
h1 {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 700;
}

.large,
h2 {
    font-size: 32px;
    line-height: 1.0;
}

.bigger,
h3 {
    font-size: 26px;
    line-height: 1.0;
}

.big,
h4 {
    font-size: 22px;
    line-height: 1.0;
}

.normal,
h5 {
    font-size: 18px;
    line-height: 1.0;
}

.small,
h6,
small {
    font-size: 14px;
    line-height: 1.0;
}

.light {
    font-weight: 300;
}

p {
    font-weight: 300;
    font-size: 16px;
}


/* Link color */

a,
.link-color {
    color: #1e1e1e;
}

a:focus,
a:hover {
    color: #575757;
    text-decoration: none;
}

*::-moz-selection {
    background-color: rgba(17, 74, 95, 0.5);
    color: #000;
    text-shadow: none;
}

*::selection {
    background-color: rgba(17, 74, 95, 0.5);
    color: #000;
    text-shadow: none;
}

/* Padding & margin */
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}


/* ------------------------------------------------------------------------- *
/* 2 Layout */


/* ------------------------------------------------------------------------- */


/* height of the containers */

.side-collapse-container,
.side-collapse-content {
    height: 100%;
}


/* Functional class */

.img-res {
    width: 100%;
    height: auto;
}

.img-round {
    border-radius: 100%;
    width: 180px;
    height: 180px;
}

.video-res {
    position: relative;
    z-index: 0;
    overflow: inherit;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 56.25%;
    /* 16: 9 */
    height: 0;
}

.video-res iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

hr {
    clear: both;
    margin-top: 0;
    padding-top: 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button {
    border: 1px solid #ff3b60;
    background: #ff3b60;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.button:hover,
.button:focus {
    background: #3b89ff;
    color: #fff;
    border: 1px solid #3b89ff;
}

.button--dark {
    color: #222;
    border-color: #222;
}

.button--small {
    padding: 10px 25px;
    margin-top: 30px;
    font-size: 12px;
}

.dash {
    width: 60px;
    height: 2px;
    background: #000;
    margin-top: 20px;
    margin-bottom: 30px;
}

.dash--light {
    background: #fff;
}


/* ------------------------------------------------------------------------- *
/* 2.1 Menu */


/* ------------------------------------------------------------------------- */

.spacer {
    height: 64px;
}
.home .spacer {
	height: 0;
}


/* Header */

.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}


/* Brand Dimension */

.navbar-brand {
    background-image: url(img/logo.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
	background-size: contain;
    display: block;
    width: 235px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    text-indent: 1000%;
    white-space: nowrap;
    float: left;
    font-size: 20px;
    font-weight: 400;
}

.navbar-brand>img {
    height: 100%;
    width: auto;
    padding: 15px 0;
}

.navbar-scroll-down .navbar-brand>img {
    height: 100%;
    width: auto;
    padding: 15px 0;
}


/* Top Bar */

.top-bar {
    height: 24px;
    overflow: hidden;
}

.top-bar ul {
    float: right;
    padding: 0;
    margin: 0;
    text-align: right;
}

.top-bar ul li {
    display: inline-block;
    height: 24px;
    line-height: 24px;
}

.top-bar ul li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #9cb0c4;
    line-height: 24px;
}

.top-bar ul li a:hover {
    color: #114a5f;
}

.top-bar ul li a i {
    font-size: 14px;
}

.navbar {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	height: 64px;
	display: -webkit-flex;
    display: flex;
    width: 100%;
}

.home .navbar-fixed-top {
	position: absolute;
}
.home.admin-bar .navbar-fixed-top {
	position: absolute;
}
.home .navbar {
	background: rgba(255, 255, 255, 0);
	box-shadow: none;
}
.home .navbar:after {
	content: "";
    position: absolute;
    display: block;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,1)),color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    z-index: -1;
    pointer-events: none;
}

.navbar .container {
    position: relative;
}

.navbar-header {
}

.navbar-header h1 {
    margin: 0;
}

.navbar-header .navbar-brand {
    padding: 0;
    font-weight: bold;
    letter-spacing: -1px;
    color: #222;
	margin: 0 20px 0 60px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}


/* Color of menu button */

.navbar-nav>li>a {
    font-family: 'Roboto', sans-serif;
    color: #242424;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}


/* Color of menu button:hover */

.navbar-nav>li>a:hover,

/* Color of menu active button */

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.navbar-nav>li.active>a,
.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    background: transparent;
    color: #87b6e4;
}


/* Color of dropdown active button */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus
/* Color of dropdown button:hover */

.dropdown-menu li a:hover,

/* Color of button that open the dropdown */

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #fff;
    color: #000;
}

.dropdown-menu {
    padding: 0;
    border: none;
    border: none;
    border-radius: 0px;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    font-size: 13px;
}


/* drop down size */

.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:hover {
    color: #3b89ff;
}


/* drop down size */


/* Progress reading bar */

.scroll-line {
    background: #114a5f;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    z-index: 1;
}

.home .scroll-line {
    display: none;
    opacity: 0;
}


/* ------------------------------------------------------------------------- *
/* 2.2 Home */


/* ------------------------------------------------------------------------- */

.home-title {
    position: absolute;
    top: -9999px;
    color: #fff;
    font-size: 12px;
}


/* Home anchor */

.anchor {
    display: block;
    height: 50px;
    /*same height as header*/
    margin-top: -50px;
    /*same height as header*/
}


/* Arrow Button */

.container-arrow {
    margin-top: -20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-bottom: 15px;
    cursor: pointer;
    font-size: 12px;
}

.container-arrow:hover,
.container-arrow:focus {
    text-decoration: none;
}


/* Arrow Bouncing */

.container-arrow span {
    display: inline-block;
    font-size: 60px;
    animation: .7s down infinite alternate;
    -webkit-animation: .7s down infinite alternate;
}


/***Animation Arrow down***/

@keyframes down {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(20px);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(20px);
    }
}


/* ------------------------------------------------------------------------- *
/* 2.3 Index */


/* ------------------------------------------------------------------------- */


/* Single, Post & Page */

.content-article {
    padding: 30px 0 50px 0;
    margin: 0;
    float: left;
    width: 100%;
}

.link-article {
    position: relative;
}

.cont-tag {
    clear: both;
    padding-top: 20px;
}

.meta {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
}


/* ------------------------------------------------------------------------- *
/* 2.4 Sections */


/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
/* 2.5 Sidebar */


/* ------------------------------------------------------------------------- */

.content-sidebar {
    margin-top: 40px;
    width: 100%;
}

.widget {
    margin-bottom: 40px;
    width: 100%;
    font-size: 14px;
}

.widget h3 {
    margin: 0 0 10px 0;
}

.widget a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.widget ul {
    padding: 0;
}

.widget ul li {
    list-style-type: none;
}


/* Calendar Widget */

#wp-calendar {
    width: 100%;
}

#wp-calendar a {
    padding: 0;
    border: none;
}

#wp-calendar caption,
.screen-reader-text {
    padding-bottom: 10px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    padding: 8px;
    border: 1px solid #fff;
    background: #f5f5f5;
    text-align: center;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
}

#wp-calendar tfoot #prev {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 10px;
}


/* ------------------------------------------------------------------------- *
/* 2.6 Footer */


/* ------------------------------------------------------------------------- */

.footer {
    float: left;
    margin: 0;
    width: 100%;
    background: #fff;
    color: #000;
    border-top: 5px solid #eaeaea;
}

.footer p {
    margin: 0;
}

.footer .container {
    padding: 0;
}


/* ------------------------------------------------------------------------- *
/* 3 Modules */


/* ------------------------------------------------------------------------- */


/* Focus
--------------------------------------- */

.focus {
    position: relative;
}

.focus p {
    font-size: 16px;
}

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

.focus__item__title {
    margin-bottom: 20px;
}

.focus__item__title,
.focus__item__title a {
    color: #222;
    font-size: 36px;
}


/* Cards
--------------------------------------- */

.cards {
    margin: 0;
    padding: 40px 0;
    text-align: center;
    background: #eee;
}

.cards__intro-title {
    font-size: 44px;
}

.cards__intro-subtitle {
    font-size: 18px;
    margin-bottom: 60px;
    font-style: italic;
    font-weight: 400;
}

.card__title a {
    color: #222;
    font-size: 32px;
}

.card__meta {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
}


/* Panel Side
--------------------------------------- */

.panel-side {
    margin: 120px 0;
    position: relative;
}

.panel-side__fill {
    height: 600px;
    position: relative;
}

.panel-side__content {
    min-height: 600px;
    display: table;
    margin-left: 30px;
    margin-right: 30px;
}

.panel-side__content__copy {
    display: table-cell;
    vertical-align: middle;
}

.panel-side__content__copy__title {
    margin-bottom: 40px;
}

.panel-side__content__copy__title,
.panel-side__content__copy__title a {
    color: #222;
    font-size: 44px;
}


/* Parallax
--------------------------------------- */

.parallax {
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    position: relative;
}

.parallax__caption {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    padding: 30px 10px;
}

.parallax__caption__intro {
    color: #fff;
}


/* Icons */

.parallax__caption__intro .fa {
    margin-right: 18px;
    font-size: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.parallax__caption__intro .fa:hover {
    -webkit-transform: scale(1.3);
    /* Safari and Chrome */
    -moz-transform: scale(1.4);
    /* Firefox */
    -ms-transform: scale(1.4);
    /* IE 9 */
    -o-transform: scale(1.4);
    /* Opera */
    transform: scale(1.4);
}

.parallax__caption__title.huge {
    color: #fff;
    font-size: 60px;
    max-width: 850px;
}

.parallax__caption__title a {
    color: #fff;
}

.parallax__caption__subtitle {
    margin-bottom: 30px;
    color: #fff;
}

.parallax__caption__copy {
    color: #fff;
    max-width: 700px;
    margin-bottom: 30px;
}

.parallax__filter {
    width: 100%;
    height: 100%;
    margin: 0%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}


/* ------------------------------------------------------------------------- *
/* 4 WordPress Default Element */


/* ------------------------------------------------------------------------- */


/* Pagination */

.pagination {
    float: left;
    margin: 40px 0 40px 0;
    padding: 0;
    width: 100%;
}

.pagination span,
.pagination a {
    float: left;
    margin: 0 10px 10px 0;
    padding: 14px 19px;
    border: 1px solid #eee;
}


/* Gallery */

.gallery {
    float: left;
    margin: 20px 0 20px 0;
    width: 103.55%;
}

.gallery-item {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.gallery img {
    margin: 0 10% 0 0;
    width: 90%;
    height: auto;
    border: none !important;
}

.gallery-caption {
    width: 90%;
    margin: 10px 0 0 0;
}


/* Image */

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 97%;
    height: auto;
}

.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    max-width: 97%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.alignnone {
    max-width: 100%;
    height: auto;
}


/* Image Caption */

.wp-caption {
    margin-bottom: 20px;
    padding: 10px;
    max-width: 100%;
    border: 1px solid #eee;
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 8px;
    font-size: 1em;
    line-height: 17px;
}


/* Search */

#srch-term {
    border: none;
    background: none;
    box-shadow: none;
    color: #fff;
    opacity: 0;
}

.btn-default {
    border: none;
    background: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    border: none;
    background: none;
    outline: none;
}

.form-control::-moz-placeholder {
    color: #eee;
}

.search-light {
    background: #eee;
}

.search-light input[type=text] {
    width: 80%;
    color: #333;
}

.search-light button {
    float: right;
    padding: 12px 15px 0 0;
}


/* Contact Form 7 */

.wpcf7 p input[type=text],
.wpcf7 p input[type=email] {
    display: block;
    width: 98%;
}

.wpcf7 p.input-half {
    width: 48%;
    margin-right: 2%;
    float: left;
    min-height: 70px;
}

.wpcf7 p.input-half input[type=text],
.wpcf7 p.input-half input[type=email] {
    width: 100%;
}

.wpcf7-select {
    margin-right: 10px;
    padding: 10px;
    border: none;
    background: #eee;
    width: 98%;
    height: 40px;
}

.wpcf7 p.input-half .wpcf7-select {
    width: 100%;
}

div.wpcf7-response-output {
    float: left;
    width: 97%;
    margin: 0;
}


/* Comments */

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    width: 30.3333333%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

ol.commentlist {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    text-indent: 0;
}

ol.commentlist li.comment {
    padding: 1em;
    border-top: 1px solid #eee;
}

ol.commentlist li.comment div.vcard cite.fn {
    text-transform: uppercase;
    font-size: 14px;
}

ol.commentlist li.comment div.vcard img.avatar {
    float: left;
    margin: 6px 1em 1em 0;
    border-radius: 50px;
}

ol.commentlist li.comment div.comment-meta {
    font-size: 12px;
}

ol.commentlist li.comment ul {
    margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
    margin-left: 80px;
    font-size: 11px;
}

ol.commentlist li.comment div.reply a {
    font-weight: bold;
}

ol.commentlist li.comment ul.children {
    margin: 1em 0 0;
    list-style: none;
    text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
    margin: 0 0 .25em .25em;
    border-left: 1px solid #eee;
}

ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 .25em .25em;
    border-left: 1px solid #eee;
}

ol.commentlist li.comment ul.children li.depth-4 {
    margin: 0 0 .25em .25em;
    border-left: 1px solid #eee;
}

ol.commentlist li.even {
    background: #fff;
}

ol.commentlist li.odd {
    /* background: #f9f9f9; */
}

ol.commentlist li.parent {
    border-left: 1px solid #eee;
}

ol.commentlist li.bypostauthor .fn {
    font-weight: bold;
}

ol.commentlist li img {
    max-width: 97%;
}

input[type=text],
input[type=email] {
    width: 98%;
    margin-right: 10px;
    padding: 10px;
    border: none;
    background: #eee;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    padding: 10px;
    width: 98%;
    border: none;
    background: #eee;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=submit] {
    margin-top: 10px;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    background: #333;
    border: none;
}

#comments {
    width: 100%;
}


/* Crop images */

.image-block {
    position: relative;
    margin: 0;
    display: block;
    overflow: hidden;
}

.www-img-full {
    width: 100%;
    max-width: none;
    height: auto;
}

.www-img-16by9,
.www-img-4by3,
.www-img-3by2,
.www-img-2by1,
.www-img-1by1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.www-img-16by9:before,
.www-img-4by3:before,
.www-img-3by2:before,
.www-img-2by1:before,
.www-img-1by1:before {
    content: "";
    display: block;
}

.www-img-16by9 img,
.www-img-4by3 img,
.www-img-3by2 img,
.www-img-2by1 img,
.www-img-1by1 img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    min-width: 100%;
    min-height: 100%;
    display: block;
    margin: auto;
}

.www-img-16by9:before {
    padding-top: 56.25%;
}

.www-img-4by3:before {
    padding-top: 75%;
}

.www-img-3by2:before {
    padding-top: 66.66%;
}

.www-img-2by1:before {
    padding-top: 50%;
}

.www-img-1by1:before {
    padding-top: 100%;
}


/* Navbar Search */

.navbar-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: 300;
}

.navbar-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: 300;
}

.navbar-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: 300;
}

.navbar-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 300;
}


/* ----------------------------- */


/* Home Section */


/* ----------------------------- */


/* Articles */

.articles:before,
.articles:after {
    display: table;
    content: " ";
}
.articles:after {
    clear: both
}
.article {
    position: relative;
    display: block;
}
.article:before,
.article:after {
    content: " ";
    display: table;
}
.article:after {
    clear: both;
}
.article-link {
    display: block;
    width: 100%;
    height: auto;
    color: #1e1e1e;
    position: relative;
}
.article .image-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.article .image-block:before,
.article .image-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.article .image-block:after {
    /*background: rgba(36, 36, 36, .1) radial-gradient( 47% 50%, transparent 100%, transparent 105%, rgba(0, 0, 0, .2) 140%);*/
    border: 1px solid rgba(0, 0, 0, .1);
}
.article .article-link:hover .image-block:after {
    /*background: rgba(36, 36, 36, .4) radial-gradient( 47% 50%, transparent 100%, transparent 105%, rgba(0, 0, 0, .2) 140%);*/
}
.article .content-block {
    position: relative;
    display: block;
	width: 100%;
}
.article-overtitle {
    position: absolute;
    top: -24px;
    bottom: auto;
    left: 0;
    padding: 0;
    height: 24px;
    line-height: 1;
    z-index: 10;
    background: #114a5f;
}
/*.article-overtitle:after {
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #114a5f;
    position: absolute;
    top: 100%;
    left: 11px;
}*/
.article-overtitle span {
    color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.article .article-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #121212;
    margin: 10px 0;
	-webkit-transition: 0.12s ease-in-out;
    -moz-transition: 0.12s ease-in-out;
    -o-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out;
	position: relative;
	overflow: hidden;
	-o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
article .article-link:hover .article-title {
    color: #114a5f;
}
.article .article-excerpt {
    margin: 0 0 12px;
    color: #686868;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.article .article-meta {
    margin: 0;
    color: #9c9c9c;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.article .article-meta i {
    font-size: 21px;
    position: relative;
    top: 5px;
}


/* svg video icon */

.svg-video {
    width: 84px;
    height: 84px;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.svg-video svg {
    width: 100%;
    height: 100%;
}


/* www-clear-both */

.www-clear-both {
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}


/* Section - Default Element */
.section {
    margin: 0 0 30px;
	padding: 0;
}
.section-header {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.section-header .section-title {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 28px;
    font-weight: 900;
	text-transform: uppercase;
}
.section-header .section-title a {
    color: #000;
    position: relative;
}
.section-header .section-title a:hover {
    color: #114a5f;
}
.section-header .section-title span {
}
.section-header .section-title:after {
    content: ' ';
    display: block;
    background: #114a5f;
    height: 5px;
    width: 50px;
}

/* Section - Top Vesti */
.section-top-vesti .top-vesti .col-md-9 {
	padding-right: 0;
}
.section-top-vesti .top-vesti .col-md-3 {
	padding-left: 0;
}
.article-top-vesti {
    margin: 0;
}

.section-top-vesti .article-top-vesti .article-link {
	height: 520px;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.section-top-vesti .article-top-vesti .image-block {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0;
	padding: 0;
}
.section-top-vesti .article-top-vesti .image-block .img-crop {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: top center;
}
.section-top-vesti .article-top-vesti .content-block {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 200px 0 0;
	margin: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: -moz-linear-gradient(top,transparent,#000);
    background: -ms-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='black');
}
.section-top-vesti .article-top-vesti .article-title {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
    line-height: 30px;
	font-weight: 900;
	display: block;
	width: 100%;
	margin: 0 0 10px;
    padding: 20px 20px 0;
	color: #fff;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
	max-height: 122px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.section-top-vesti .article-top-vesti .article-excerpt {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px 20px 20px;
    margin: 0;
}
.article-top-vesti .article-overtitle {
	position: absolute;
	top: auto;
	bottom: auto;
	left: 20px;
	background: rgba(0,0,0,0);
}
.article-top-vesti .article-overtitle .cat-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	background-color: #114a5f;
	color: #fff;
	top: -20px;
	margin: 0;
	display: inline-block;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	position: relative;
}
.article-top-vesti .article-link:hover .article-title {
    color: #114a5f;
}
.section-top-vesti .slider-nav ul {
	height: 520px;
}
.section-top-vesti .slider-nav li {
	height: 20%;
    height: calc(100% / 5);
}
.section-top-vesti .slider-nav li:before {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dedede;
	bottom: 0;
	left: 0;
	content: ' ';
}
.section-top-vesti .slider-nav li:last-child:before {
	content: none;
}
.section-top-vesti .slider-nav li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.section-top-vesti .slider-nav li.active {
	background: #114a5f;
}
.section-top-vesti .slider-nav li.active a {
	color: #fff;
}
.section-top-vesti .slider-nav li a span {
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
	height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}


/* Section - Top Vesti 2 */

.section-top-vesti-2 .article .article-title {
    font-size: 24px;
    line-height: 28px;
}

.section-top-vesti-2 .article-2 {
    padding: 20px 16px;
}

.section-top-vesti-2 .article-2:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #eaeaea;
    width: 100%;
    height: 460px;
    border-bottom: none;
}

.section-top-vesti-2 .article-2 .article-overtitle {
    position: static;
    display: inline-block;
}

.section-top-vesti-2 .article-2 .article-title {
    font-size: 32px;
    line-height: 36px;
}

.section-top-vesti-2 .article-3 {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #eaeaea;
}

.section-top-vesti-2 .article-3 .image-block,
.section-top-vesti-2 .article-4 .image-block {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 110px;
    height: 110px;
}

.section-top-vesti-2 .article-3 .article-title,
.section-top-vesti-2 .article-4 .article-title {
    height: 80px;
    max-height: 80px;
    padding: 0 115px 0 0;
    margin: 6px 0 10px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.section-top-vesti-2 .article-3 .article-overtitle,
.section-top-vesti-2 .article-4 .article-overtitle {
    position: static;
    display: inline-block;
}


/* Section - Najnovi vesti */

.najnovi-vesti {
    position: relative;
}

.najnovi-vesti .najnovi-vesti-header {
    padding: 15px 0 15px 60px;
    margin: 10px 0 0 0;
    display: block;
}

.najnovi-vesti .najnovi-vesti-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #1e1e1e;
}

.najnovi-vesti .najnovi-vesti-header h3 span {
    font-weight: 700;
}

.najnovi-vesti span.date {
    font-size: 16px;
    font-weight: 400;
    color: #777c8e;
}

.najnovi-vesti span.clock_bg {
    background: #cecece;
    border-radius: 50em;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 15px;
    color: #777c8e;
}

.najnovi-vesti span.clock_bg:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50em;
    position: absolute;
    left: 23px;
    top: 23px;
    z-index: 3;
    background: #fff;
}

.najnovi-vesti span.clock_h {
    background: #000;
    height: 15px;
    width: 2px;
    position: absolute;
    left: 24px;
    top: 25px;
    z-index: 1;
    transform-origin: 50% 100%;
    animation: clock_hr_anim linear 120s;
    animation-iteration-count: infinite;
}

.najnovi-vesti span.clock_m {
    background: #114a5f;
    height: 21px;
    width: 2px;
    position: absolute;
    left: 24px;
    top: 19px;
    z-index: 0;
    transform: rotate(0);
    transform-origin: 50% 100%;
    animation: clock_min_anim linear 10s;
    animation-iteration-count: infinite;
}

@keyframes clock_min_anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes clock_hr_anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Timeline */

.timeline {
    line-height: 1.1em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-info {
    font-family: 'Lora', serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #777c8e;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
}

.timeline-marker:before {
    background: #114a5f;
    border: 2px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 2px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 5px;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 2px solid #114a5f;
}

.timeline-content {
    padding-bottom: 15px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.najnovi-vesti .timeline {
    display: table;
}

.najnovi-vesti .timeline-item {
    display: table-row;
    padding: 0;
}

.najnovi-vesti .timeline-info,
.najnovi-vesti .timeline-marker,
.najnovi-vesti .timeline-content,
.najnovi-vesti .period .timeline-info {
    display: table-cell;
    vertical-align: top;
}

.najnovi-vesti .timeline-marker {
    position: relative;
}

.najnovi-vesti .timeline-content {
    padding-left: 10px;
}

.najnovi-vesti .timeline-info {
    padding-right: 10px;
    min-width: 60px;
    text-align: right;
}

.najnovi-vesti .article-title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.najnovi-vesti .timeline-item a:hover .article-title {
    color: #114a5f;
}


/* Section - Najcitani vesti */

#popular-posts {}

#popular-posts .article {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 0 20px;
}

#popular-posts .article-number {
    position: absolute;
    top: -4px;
    left: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #bbbdc0;
    font-weight: 300;
}

#popular-posts .article-number:after {
    content: '.';
    color: #114a5f;
}

#popular-posts .content-block {
    padding-left: 50px;
    float: none;
}

#popular-posts .article-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
	-webkit-line-clamp: 3;
    height: 60px;
}

#popular-posts .article-meta {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #114a5f;
}

#popular-posts .article-meta>span:after {
    top: 1px;
    height: 12px;
}

#popular-posts .article-meta>span i {
    font-size: 20px;
    margin-right: 2px;
    top: 5px;
    color: #bbbdc0;
}

#popular-posts .article-views strong {
    font-size: 14px;
    color: #bbbdc0;
}

#popular-posts .article-views small {
    display: none;
    color: #bbbdc0;
}

/* Section - Otvorena */
.section-otvorena {
}
.section-otvorena .article {
	background: #ececec;
	border-bottom: 4px solid #000;
}
.section-otvorena .article .content-block {
	height: 256px;
	position: relative;
	display: block;
}
.section-otvorena .article-meta {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.section-otvorena .article-meta .author-name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	padding: 8px 11px;
	display: inline-block;
	background: #114a5f;
	color: #fff;
}
.section-otvorena .article-title:before {
    font-family: 'b1info';
    font-size: 30px;
    font-weight: 400;
    color: #114a5f;
    content: '\e805';
    float: left;
    height: 15px;
    line-height: 1;
    position: relative;
    left: 0;
	top: -15px;
    width: 100%;
	text-shadow: -1px 0 #fff;
}
.section-otvorena .article-title {
	float: left;
	width: 100%;
	padding: 20px 15px 0;
	margin: 0 0 15px;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 107px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.section-otvorena .image-block {
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
	float: left;
	display: inline-block;
}
.section-otvorena .image-block img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	-webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}
.section-otvorena .article-link:hover .image-block img {
	filter: none !important;
}
.image-block.no_shadow:before, .image-block.no_shadow:after {
	display: none;
}

/* Section - Magazin (Omnibus, Scena) */
.section-magazin {
}
.section-magazin .column {
	margin: 0 0 30px;
}
.section-magazin .article-1 .article-link {
	height: 539px;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.section-magazin .article-1 .image-block {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0;
	padding: 0;
}
.section-magazin .article-1 .image-block .img-crop {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: top center;
}
.section-magazin .article-1 .content-block {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 200px 0 0;
	margin: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background: -moz-linear-gradient(top,transparent,#000);
    background: -ms-linear-gradient(top,transparent 0,#000 100%);
    background: linear-gradient(to bottom,transparent 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='black');
}
.section-magazin .article-1 .article-title {
	font-size: 26px;
	line-height: 28px;
	font-weight: 800;
	margin: 0 0 10px;
	padding: 20px 20px 0;
	color: #fff;
}
.section-magazin .article-1 .article-excerpt {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px 20px 20px;
    margin: 0;
}
.section-magazin .article-list.article-2 .article-link {
	height: inherit;
}
.section-magazin .article-list.article-2 .image-block {
	width: 100%;
	margin: 0 0 10px;
}
.section-magazin .article-list.article-2 .image-block .img-crop:before {
	padding-top: 56.25%;
}
.section-magazin .article-list.article-2 .content-block {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.section-magazin .article-list.article-2 .article-title {
	font-size: 20px;
    line-height: 24px;
	font-weight: 900;
	margin: 0;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.section-magazin .article-list {
	margin: 0 0 20px;
	position: relative;
	display: block;
}
.section-magazin .article-list .article-link {
	display: block;
	height: 84px;
}
.section-magazin .article-list .image-block {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}
.section-magazin .article-list .image-block .img-crop:before {
	padding-top: 70%;
}
.section-magazin .article-list .content-block {
	padding: 0 0 0 130px;
}
.section-magazin .article-title {
	letter-spacing: -0.01em;
}
.section-magazin .article-list .article-title {
	font-size: 16px;
    line-height: 20px;
	font-weight: 900;
	margin: 0;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.section-magazin .article-5 {
	margin-bottom: 0;
}

/* Section - Sport (Sport, Zdravje) */
.section-sport .article-1 {
	margin: 0 0 29px;
	position: relative;
	display: block;
}
.section-sport .article-1 .article-link {
	height: inherit;
}
.section-sport .article-1 .image-block {
	width: 100%;
	margin: 0 0 10px;
}
.section-sport .article-1 .image-block .img-crop:before {
	padding-top: 75%;
}
.section-sport .article-1 .content-block {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
.section-sport .article-1 .article-title {
	font-size: 20px;
    line-height: 24px;
	font-weight: 900;
	margin: 0;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
	letter-spacing: -0.01em;
}
.section-sport .article-list {
	margin: 0 0 20px;
	position: relative;
	display: block;
}
.section-sport .article-list .article-link {
	display: block;
	height: 84px;
}
.section-sport .article-list .image-block {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}
.section-sport .article-list .image-block .img-crop:before {
	padding-top: 70%;
}
.section-sport .article-list .content-block {
	padding: 0 0 0 130px;
}
.section-sport .article-list .article-title {
	font-size: 16px;
    line-height: 20px;
	font-weight: 900;
	margin: 0;
	font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 84px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
	letter-spacing: -0.01em;
}
.section-sport .article-8 {
	margin-bottom: 0;
}


/* Articles Layout 02 */

.articles-02 .content-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
    z-index: 20;
}

.articles-02 .article-overtitle {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
}

.articles-02 .article-overtitle .cat-title {
    display: inline-block;
    padding: 0 10px;
    background: #114a5f;
}

.articles-02 .article-title {
    float: left;
    clear: both;
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    color: #1e1e1e;
    letter-spacing: -0.01em;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    /*max-height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;*/
}

.articles-02 .article-link:hover .article-title {
    color: #575757;
}

.articles-02 .article-title-highlight {
    background: #fff;
    padding: 0 10px 2px 10px;
    position: relative;
    left: 0;
    top: -1px;
    line-height: 1;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.articles-02 .article-meta {
    float: left;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 10px;
    height: 24px;
    background: #1e1e1e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}

.articles-02 .article-meta i {
    position: relative;
    margin-right: 5px;
    color: #fff;
}


/* Section - Vesti */
.section-vesti .column {
	margin: 0 0 30px;
}
.section-vesti .article {
	border-top: 1px solid #d9d9d9;
}
.section-vesti .article-1 {
	border-top: none;
}
.section-vesti .article .article-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.section-vesti .article-1 .article-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
}


/* Section - Promoter */

.section-promoter {
    background: #0e0f10;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.coverflow {
    position: relative;
    overflow: hidden;
    height: 500px;
    z-index: 1;
}

.coverflow:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    content: '';
    display: block;
    height: 500px;
    background: -webkit-gradient( linear, 0% 50%, 100% 50%, color-stop(0%, #0e0f10), color-stop(50%, #0e0f10), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient( left, #0e0f10 0%, #0e0f10 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient( left, #0e0f10 0%, #0e0f10 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient( to right, #0e0f10 0%, #0e0f10 50%, rgba(0, 0, 0, 0) 100%);
    width: 50%;
}

.coverflow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
    opacity: 0;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}

.coverflow .image-block {
    position: relative;
    display: block;
    height: 100%;
}

.coverflow .wrapper-interchange {
    width: 75%;
    height: auto;
    padding-bottom: 500px;
    float: right;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.coverflow .wrapper-interchange img {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.coverflow .wrap-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 150, 136, 0.6);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 3px solid #fff;
    width: 84px;
    height: 84px;
    z-index: 10;
}

.coverflow .wrap-icon span {
    color: #fff;
    font-size: 36px;
    margin: 0 auto;
}

.coverflow .wrap-icon span:before {
    margin-right: 0;
}

.coverflow .content-block {
    position: absolute;
    background: inherit;
    display: block;
    height: 100%;
    top: 0;
}

.coverflow .article-info {
    z-index: 10;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    max-width: 43.32%;
    background: none;
    position: relative;
    color: #fff;
    padding: 0 10px 50px;
}

.coverflow .article-info .cat-title {
    position: relative;
    display: block;
    white-space: nowrap;
    margin: 0 0 40px;
}

.coverflow .article-info .article-title {
    margin: 15px 0 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.coverflow .article-info .article-meta {
    color: #a9a9a9;
    margin: 0;
}

.coverflow .coverflow-link {}

.www-faux-link.www-faux-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1000;
}

.section-promoter .featured-image {
    background-size: 100%;
    background-position: 50% 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.165;
}


/* Section - Seks */

.section-seks .article .content-block {}

.section-seks .article-overtitle {
    top: -23px;
}

.section-seks .article .article-title {
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}


/* Articles Layout 04 */

.articles-04 {}

.articles-04 .article-overtitle {
    position: static;
    background: none;
}

.articles-04 .article-overtitle span {
    color: #9a12b3;
    padding: 0;
}

.articles-04 .article-overtitle .cat-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.articles-04 .article-overtitle .cat-icon i {
    font-size: 24px;
    margin: 0 auto;
}

.articles-04 .article-overtitle .cat-icon i:before {
    margin: 0;
}

.articles-04 .article-overtitle .cat-title {
    margin: 24px 0 0 0;
    padding: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.articles-04 .article-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    margin: 8px 0 0 0;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

/* ----------------------------- */
/* Emmbeded Video Fix */
/* ----------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ----------------------------- */
/* Ads */
/* ----------------------------- */
.section-top-vesti .ad_300x250 {
    display: block;
    width: 300px;
    height: 250px;
    background: #ededed;
	margin: 0 0 20px;
}
.ad {
    text-align: center;
}
.home .leaderboard {
    background: #fff;
	margin: 0 0 30px;
}
.single .leaderboard-2 {
    padding-top: 16px;
    padding-bottom: 16px;
	background: #ededed;
}
#sidebar .ad {
    margin: 0 0 20px;
}
.section-vesti .ad {
    margin: 0 0 20px;
}
.home .ad-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single .leaderboard-footer {
	background: #ededed;
	padding: 16px 0;
}
.article-footer-banner {
	display: block;
	padding: 0;
	margin: 0 0 40px;
}
.article-footer-banner .ad {
	text-align: center;
}
.easyads:before,
.easyads:after {
    display: table;
    content: " ";
}
.easyads:after {
    clear: both
}
.easyads {
	margin: 0 0 30px;
}
.easyads .ad {
	text-align: left;
}
.easyads .ad-left {
	float: left;
	display: block;
	width: 300px;
	margin: 0 50px 0 0;
}
.easyads .ad-right {
	float: left;
	display: block;
	width: 300px;
	margin: 0 50px 0 0;
}


/* ----------------------------- */
/* Navbar Search */
/* ----------------------------- */
#search-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    width: 100%;
    color: #fff;
    background-color: rgba(27, 28, 32, 0.94);
    box-shadow: 0 5px 0 0 #114a5f;
}
#search-area form {
    width: 100%;
    max-width: 880px;
    margin: 116px auto 200px;
    text-align: center;
    padding: 0 14px;
    position: relative;
}
#search-area form input {
    width: 100%;
    height: 50px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #e5e5e5;
    border: none;
    outline: 0;
    padding: 0 10px 0 16px;
    position: relative;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #44464f;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
}
#search-area form input::-webkit-input-placeholder {
    color: #e5e5e5;
}
#search-area form input:-moz-placeholder {
    color: #e5e5e5;
}
#search-area form input::-moz-placeholder {
    color: #e5e5e5;
}
#search-area form input:-ms-input-placeholder {
    color: #e5e5e5;
}


@media (min-width: 1024px) {
    #search-area form input {
        height: 64px;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.26667em;
        padding: 0 10px 0 21px;
    }
}

#search-area form input:focus {
    background-color: #f1f1f1;
    color: #4f8ecc;
}

#search-area form button {
    position: absolute;
    top: 0;
    right: 14px;
    width: 92px;
    height: 50px;
    border: none;
    outline: 0;
    -moz-transition: background-color 0.2s ease, color 0.2s ease;
    -o-transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #114a5f;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 0;
}

@media (min-width: 1024px) {
    #search-area form button {
        height: 64px;
        width: 155px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.25em;
        text-align: left;
        padding: 1px 6px 1px 34px;
    }
}

#search-area form button:hover {
    background-color: #000;
    cursor: pointer;
    color: #fff;
}

#search-area form button:hover:after {
    -webkit-transform: translate(6px, -50%);
    -ms-transform: translate(6px, -50%);
    -o-transform: translate(6px, -50%);
    transform: translate(6px, -50%);
}

@media (min-width: 1024px) {
    #search-area form button:after {
        position: absolute;
        top: 50%;
        right: 32px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        pointer-events: none;
        font-size: 24px;
        -moz-transition: transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        -webkit-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        content: "\e856";
        font-family: 'b1info';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}


/* ----------------------------- */


/* Column */


/* ----------------------------- */

.column-content:before,
.column-content:after,
.column-content-inner:before,
.column-content-inner:after {
    display: table;
    content: " ";
}

.column-content:after,
.column-content-inner:after {
    clear: both
}

@media (min-width: 1024px) {
    .column-content {
        float: left;
        margin: 0 -320px 0 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    .column-content-inner {
        margin: 0 320px 0 0;
        position: relative;
        padding: 0;
        display: block;
    }
    .column-sidebar {
        float: right;
        width: 320px;
        position: relative;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1000px;
    }
}

@media (min-width: 1366px) {
    .container {
        width: 1280px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

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

.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-left: 10px;
    padding-right: 10px;
}


/* ------------------------------------------------------------------------- *
/* 5 Responsive Mobile First */


/* ------------------------------------------------------------------------- */


/* ----------------------------- */


/* Tablet and Desktop */


/* ----------------------------- */

@media (min-width: 768px) {
    /* transparent navbar */
    .page-template-home .top-bar ul li a {
        color: #fff;
    }
    .page-template-home .top-bar ul li a:hover {
        color: #ff3b60;
    }
    .page-template-home .navbar-header .navbar-brand {
        color: #fff;
    }
    .page-template-home .navbar {
        background-color: transparent;
        border: none;
    }
    .page-template-home .navbar li.active a,
    .page-template-home .navbar li.active a:focus,
    .page-template-home .navbar li a:focus,
    .page-template-home .navbar li a:hover {
        background-color: transparent;
    }
    .page-template-home .navbar {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    }
    .page-template-home .navbar-nav>li>a {
        color: #fff;
    }
    .page-template-home .navbar-nav>li>a:hover {
        color: #ff3b60;
    }
    /* Scroll Down */
    .page-template-home.navbar-scroll-down .navbar {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    }
    .page-template-home.navbar-scroll-down .navbar {
        background-color: #fff;
    }
    .page-template-home.navbar-scroll-down .navbar li a {
        color: #333;
    }
    .page-template-home.navbar-scroll-down .navbar-brand {
        color: #000;
    }
    /* Color of button that open the dropdown in home */
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus,
    .page-template-home .nav .open>a,
    .page-template-home .nav .open>a:hover,
    .page-template-home .nav .open>a:focus {
        background-color: #fff;
        color: #ff3b60;
    }
    /* Scroll Down margin */
    .page-template-home .navbar {
        margin-top: 20px;
    }
    .page-template-home.navbar-scroll-down .navbar {
        margin-top: 0px;
    }
    /* Brand Dimension */
    .navbar-brand {
        height: 64px;
        line-height: 64px;
    }
    .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 15px 0;
    }
    .navbar-scroll-down .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 15px 0;
    }
    /* Top Bar */
    .top-bar {
        width: 100%;
        display: block;
        background: #f1f1f1;
    }
    /* Navbar */
    .navbar-fixed-top .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* ----------------------------- */


/* Desktop */


/* ----------------------------- */

@media (min-width: 1024px) {
    .navbar-toggle {
        display: none;
    }
    /* Brand Dimension */
    .navbar-brand {
        height: 64px;
        line-height: 64px;
    }
    .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 16px 0;
    }
    .navbar-scroll-down .navbar-brand>img {
        height: 100%;
        width: auto;
        padding: 16px 0;
    }
    /* Main Menu */
    #mainmenu {
		padding: 0;
		margin: 0;
    }
    /* Navbar */
    .navbar-collapse {
        padding-top: 0px !important;
    }
    /* Main Menu Bar */
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li:first-child {
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
        display: -webkit-flex;
    	display: flex;
		-webkit-align-items: center;
    	align-items: center;
        margin: 0;
		padding: 0 15px;
    }
    .navbar-nav>li>a {
        padding: 0;
        height: 64px;
        line-height: 64px;
        font-size: 16px;
        position: relative;
		z-index: 5000001;
    }
    .navbar-nav>li>a:after {
        background: #114a5f;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        -webkit-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out;
        width: 0;
    }
    .navbar-nav>li>a:hover:after {
        width: 100%;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li.current-menu-item>a:hover,
    .navbar-nav>li.current-post-ancestor>a:hover {
        background-color: transparent;
        color: #114a5f;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li.current-post-ancestor>a {
        color: #114a5f;
    }
    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li.current-post-ancestor>a:after {
        width: 100%;
    }
    .navbar-scroll-down .navbar-nav>li>a {
        height: 64px;
        line-height: 64px;
    }
	.primary {
		-webkit-flex-grow: 2;
    	flex-grow: 2;
	}
	.secondary {
		margin: 0 40px 0 0;
		-webkit-justify-content: flex-end;
    	justify-content: flex-end;
	}
	.home .navbar-nav>li>a {
		color: #ccc;
	}
	.home .navbar-nav>li>a:after {
        background: #fff;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        -webkit-transition: width .2s ease-in-out;
        transition: width .2s ease-in-out;
        width: 0;
    }
    .home .navbar-nav>li>a:hover:after {
        width: 100%;
    }
    .home .navbar-nav>li>a:hover,
    .home .navbar-nav>li.current-menu-item>a:hover,
    .home .navbar-nav>li.current-post-ancestor>a:hover {
        background-color: transparent;
        color: #fff;
    }
    .home .navbar-nav>li.current-menu-item>a,
    .home .navbar-nav>li.current-post-ancestor>a {
        color: #fff;
    }
    .home .navbar-nav>li.current-menu-item>a:after,
    .home .navbar-nav>li.current-post-ancestor>a:after {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    /* Main Menu Bar */
    .navbar-nav>li>a {
        font-size: 16px;
        padding: 0;
    }
}


/* ------------------------------------------------------------------------- *
/* 6 Responsive Desktop First */
/* ------------------------------------------------------------------------- */

/* ----------------------------- */
/* Desktop */
/* ----------------------------- */

/* Header */
.primary {
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.secondary {
	margin: 0 30px 0 0;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.secondary a {
	float: left;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 12px;
	color: #1e1e1e;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
}
.home .secondary a {
	color: #ccc;
}

/* Header Icons */
.header-search {
}
.header-search.collapsed {
	background: transparent;
	color: #242424;
}
.header-search {
	color: #fff;
}
.header-search.collapsed:focus {
	color: #114a5f;
}
.header-search:focus {
	color: #114a5f;
}
.header-search:hover {
	color: #114a5f;
}
.header-search i {
}
.header-search.collapsed i:before {
	content: "\e91c";
}
.header-search i:before {
	content: "\e91e";
}

/* Single Post */

@media (min-width: 1024px) {
    .single-article .column-content {
        float: left;
        margin: 0 -400px 0 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    .single-article .column-content-inner {
        margin: 0 400px 0 0;
        position: relative;
        padding: 0;
        display: block;
    }
    .single-article .column-sidebar {
        float: left;
        width: 320px;
        position: relative;
    }
}

.single-article .article-header {
    position: relative;
    padding: 30px 0 20px;
    color: #1e1e1e;
    overflow: hidden;
}

.single-article .article-header-breadcrumbs {
    font-size: 16px;
    display: block;
}

.single-article .article-header-breadcrumbs .home {
    padding: 0;
    line-height: 23px;
    color: #1e1e1e !important;
}

.single-article .article-header-breadcrumbs .home:before {
    display: none;
}

.single-article .article-header-breadcrumbs .home .icon {
    font-size: 25px;
    vertical-align: middle;
}

.single-article .article-header-breadcrumbs a {
    position: relative;
    display: inline-block;
    height: 28px;
    padding: 0 15px 0 0;
	margin: 0 4px 0 0;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #114a5f;
}

.single-article .article-header-breadcrumbs a:before {
    content: "\f142";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    width: auto;
    font-size: 20px;
    line-height: 28px;
    color: #bbbdc0;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-article .article-header-breadcrumbs .meta-date {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
	color: #bbbdc0;
}

.single-article .article-header-breadcrumbs .meta-date strong {
	font-weight: 400;
}

.single-article .article-header-breadcrumbs .fb-like {
    float: right;
    position: relative;
    top: 1px;
}

.single-article .article-header .article-title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 auto;
	padding: 8px 0 0;
    letter-spacing: -0.02em;
	color: #242424;
	width: 75%;
}

.single-article .article-lead {
    display: block;
	margin: 16px auto 0;
	padding: 0;
	width: 66.66667%
}

.single-article .article-lead p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #686868;
	letter-spacing: -0.025em;
}

.single-article .article-meta {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 0;
}

.single-article .article-meta a {
    color: #1e1e1e;
    font-weight: 400;
}

.single-article .article-meta a:hover {
    color: #1e1e1e;
}

.single-article .article-meta>span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 9px;
}

.single-article .article-meta .reading-time i {
    top: 5px;
}

.single-article .article-meta>span:first-of-type {
    padding-left: 0;
}

.single-article .article-meta>span::last-of-type {
    padding-right: 0;
}

.single-article .article-meta>span i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    font-size: 21px;
    color: #1e1e1e;
}

.single-article .article-meta>span>strong {
    font-weight: 400;
}

.single-article .article-meta>span:after {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #eaeaea;
}

.single-article .article-meta>span:last-of-type:after {
    display: none;
}

.single-article .article-meta .article-views strong {
    font-weight: 600;
    font-size: 17px;
    color: #1e1e1e;
}

.single-article .article-image {
    margin-bottom: 32px;
}

.single-article .article-image .article-figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.single-article .share-bar {
	font-size: 0;
	margin: 20px 0;
}

.single-article .share-bar .fb-save {
	margin-left: 5px;
}

/*.single-article .article-image .article-figure:before {
    content: '';
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.18);
    z-index: 1;
}*/

/*.single-article .article-image .article-figure:after {
    background: rgba(36, 36, 36, .1) radial-gradient( 47% 50%, transparent 100%, transparent 105%, rgba(0, 0, 0, .2) 140%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}*/

.single-article .article-image .article-figure-caption {
    width: 100%;
    display: block;
    height: 20px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    color: #231f20;
    font-size: 20px;
    line-height: 20px;
}

.single-article .article-image .article-figure-caption i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 21px;
    color: #1e1e1e;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.single-article .article-image .article-figure-caption i:before {
    line-height: inherit;
}

.single-article .article-image .article-figure-caption .caption-text {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1e1e1e;
}

.single-article .article-content {
    position: relative;
}

.single-article .article-text {
    color: #231f20;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.single-article .article-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.666;
    color: #231f20;
    margin: 0 0 1.11em;
}

.single-article .article-text h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin: 64px 0 32px;
    letter-spacing: -0.04em;
}

.single-article blockquote {
	position: relative;
	border: none;
	margin: 24px 0;
}
.single-article .article-text blockquote:before {
	border-color: #114a5f;
    border-style: solid none none solid;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-width: 4px;
}
.single-article .article-text blockquote:after {
	border-color: #114a5f;
    border-style: none solid solid none;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-width: 4px;
}

.single-article .article-text blockquote p {
    font-style: italic;
	margin: 0;
}

.single-article .article-tags {
    margin: 30px 0;
}

.single-article .article-tags span {
    background-image: url(img/icon-meta-tags.svg);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: 0;
    padding: 0 1.5em;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
    display: block;
}

.single-article .article-tags .tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.single-article .article-tags li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.single-article .article-tags li a {
    position: relative;
    margin: 0 0 10px 0;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
    color: #114a5f;
}

.single-article .article-tags li a:before {
    font-family: 'FontAwesome';
    content: "\f153";
    color: #114a5f;
    font-size: 20px;
    margin-right: 3px;
    position: relative;
	top: 2px;
}

.single-article .article-tags li a:hover {
    background: #114a5f;
    border-color: #114a5f;
    color: #fff;
}

.single-article .article-tags li a:hover:before {
    color: #fff;
}


/* Article Share */

.article-share {
    text-align: center;
}

.article-share p {
    margin: 4px 0 12px;
    text-transform: uppercase;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #8c8b8b;
}

.article-share span {
    display: block;
}

.article-share .share-count {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
}

.article-share .structural {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-share li {
    display: block;
    margin: 12px 0;
    padding: 0;
}

.article-share a {
    background: #1e1e1e;
    display: block;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.article-share a:hover {
    background: #114a5f;
}

.article-share a .icon {
    display: block;
    color: #fff;
}

.article-share a:hover .icon {
    color: #fff;
}

.article-share.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 110px;
}

@media (min-width: 1366px) {
    .col-sticky {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}


/* Archive Page (archive.php) */

.SectionMoreArticles .article {
    margin: 0 0 40px;
}

.SectionMoreArticles .article .image-block {
    float: left;
    width: 300px;
    height: 200px;
}

.SectionMoreArticles .article .content-block {
    float: none;
    padding: 0 0 0 320px;
}

.SectionMoreArticles .article .article-overtitle {
    position: relative;
    top: 0;
    background: none;
    height: 20px;
}

.SectionMoreArticles .article .article-overtitle .cat-title {
    color: #114a5f;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0;
    display: block;
}

.SectionMoreArticles .article .content-block .article-title {
    margin: 10px 0;
    font-size: 22px;
    line-height: 27px;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    /* vendor-prefixes */
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    max-height: 81px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

.SectionMoreArticles .article .article-meta {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8c8b8b;
    margin: 0;
}

.SectionMoreArticles .article .article-meta i {
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 21px;
    color: #114a5f;
}

.SectionMoreArticles .article .article-excerpt {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
    margin: 0 0 10px;
}


/* Archive Header (archive, categoty, tag, search) */

.archive-header {
    position: relative;
    display: block;
    overflow: hidden;
	background: none !important;
    margin: 0 0 40px;
    padding: 40px 0;
}
.archive-header .archive-title {
	font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.0125em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.archive-header .archive-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: url(http://ekonomski.mk/wp-content/themes/ekonomski/img/digital_economy_bg.jpg) !important;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.archive-header .archive-header-bg .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-29deg, #114a5f 0, #2c5e74 100%);
    background-image: -webkit-linear-gradient(-29deg, #114a5f 0, #2c5e74 100%);
    background-image: -ms-linear-gradient(-29deg, #114a5f 0, #2c5e74 100%);
    opacity: .85;
}
.tag .archive-header .archive-title {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tag .archive-header .tag-count {
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.tag .archive-header .tag-count span {
    font-weight: 500;
    color: #ff8b00;
}

.search .archive-header .archive-title {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.search .archive-header .tag-count {
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.search .archive-header .tag-count span {
    font-weight: 400;
    color: #87b6e4;
}


/* Trending Topics */

.trending-topics {
    position: relative;
    padding: 30px 0 0 0;
}

.trending-topics .trending-tags-title {
    color: #a4a4a4;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 4px 0 0;
    position: relative;
}

.trending-topics .trending-tags-title i {
    color: #f44336;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.trending-topics .wp-tag-cloud {
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    list-style: none;
    height: 37px;
}

.trending-topics .wp-tag-cloud li {
    float: left;
    margin: 0 15px 5px 0;
    padding: 0;
    border-bottom: none;
    display: block;
    line-height: 1;
}

.trending-topics .wp-tag-cloud li a {
    display: inline-block;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.0125em;
    padding: 4px 15px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
    border-radius: 0;
    transition: all 0.15s ease-in-out 0s;
    text-transform: uppercase;
}

.trending-topics .wp-tag-cloud li a:before {
    transition: all 0.15s ease-in-out 0s;
    font-family: 'FontAwesome';
    content: "\f292";
    color: #fff;
    font-size: 16px;
    margin-right: 3px;
    position: relative;
}

.trending-topics .wp-tag-cloud li a:hover {
    background: rgba(234, 234, 234, 1);
    box-shadow: 0 0 0 1px #eaeaea inset;
    color: #114a5f;
}

.trending-topics .wp-tag-cloud li a:hover:before {
    color: #114a5f;
}

.trending-topics .tag-link-9 {
    display: none !important;
}


/* Single Previos - Next Links*/

.article-previous-next-links {
    clear: both;
    position: relative;
    margin: 30px 0;
}

.article-previous-next-links-left,
.article-previous-next-links-right {
    float: left;
    position: relative;
    display: block;
    color: #1e1e1e;
}

.article-previous-next-links-left {
    text-align: right;
    padding-left: 0;
}

.article-previous-next-links-right {
    text-align: left;
    padding-right: 0;
}

.article-previous-next-links-left a,
.article-previous-next-links-right a {
    position: relative;
    display: block;
    padding: 15px;
    background: #efefef;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.article-previous-next-links-left a {
    padding-left: 35px;
}

.article-previous-next-links-right a {
    padding-right: 35px;
}

.article-previous-next-links-left a:hover,
.article-previous-next-links-right a:hover {
    color: #114a5f;
}

.article-previous-next-links-left a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-image: -webkit-linear-gradient(135deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-image: linear-gradient(-45deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-size: 6px 6px;
    content: '';
    position: absolute;
    left: -10px;
    display: block;
    height: 100%;
    top: 10px;
    width: 100%;
    z-index: -1;
}

.article-previous-next-links-left a:hover:after {
    background-image: -moz-linear-gradient(135deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
    background-image: -webkit-linear-gradient(135deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
    background-image: linear-gradient(-45deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
}

.article-previous-next-links-right a:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-image: -webkit-linear-gradient(135deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-image: linear-gradient(-45deg, #87b6e4 46%, rgba(135, 182, 228, 0.2) 49%, rgba(135, 182, 228, 0.2) 51%, #87b6e4 55%);
    background-size: 6px 6px;
    content: '';
    position: absolute;
    right: -10px;
    display: block;
    height: 100%;
    top: 10px;
    width: 100%;
    z-index: -1;
}

.article-previous-next-links-right a:hover:after {
    background-image: -moz-linear-gradient(135deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
    background-image: -webkit-linear-gradient(135deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
    background-image: linear-gradient(-45deg, #114a5f 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #114a5f 55%);
}

.article-previous-next-links-left i,
.article-previous-next-links-right i {
    position: absolute;
    font-size: 24px;
    color: #1e1e1e;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.article-previous-next-links-left:hover i,
.article-previous-next-links-right:hover i {
    color: #114a5f;
}

.article-previous-next-links-left i {
    left: 8px;
}

.article-previous-next-links-right i {
    right: 8px;
}


/* Single - Related News*/

.section-related-news {
    padding: 0;
}

.section-related-news .article {
    margin: 0 0 30px;
}

.section-related-news .article .image-block {
    float: left;
    width: 150px;
    height: 100px;
    margin: 0 20px 0 0;
}

.section-related-news .article .content-block {
    float: none;
}

.section-related-news .article .article-overtitle {
    position: relative;
    top: 0;
    background: none;
    height: 20px;
}

.section-related-news .article .article-overtitle .cat-title {
    color: #114a5f;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0;
}

.section-related-news .article .article-title {
    margin: 10px 0 0 0;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}


/* Single - Latest News - Top News*/

.section-latest-news .article .article-title {
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}

/* Single - Sections*/
.single-sections {
	margin: 0;
	padding: 30px 0;
}
.single-sections .section-header .section-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
}
.single-sections .column {
	margin: 0 0 30px;
}
.single-sections .article-title {
	-webkit-line-clamp: 3;
    height: 60px;
}
.single-sections .image-block .img-crop {
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}
.single-sections .section-top-vesti .article-0 {
	margin: 0 0 20px;
}
.single-sections .section-top-vesti .article-0 .article-title {
	font-size: 28px;
    line-height: 1.1em;
    font-weight: 500;
    margin: 0 0 12px;
	-webkit-line-clamp: 8;
	height: inherit;
    max-height: 246px;
}
.single-sections .section-najnovi-vesti .article {
	padding-bottom: 10px;
    margin-bottom: 15px;
}
.single-sections .section-najnovi-vesti .article:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
}
.single-sections .section-najnovi-vesti .article:last-child:after {
	display: none;
}
.single-sections .section-najnovi-vesti .article-title {
	margin: 0 0 12px;
	-webkit-line-clamp: 3;
    height: inherit;
	max-height: 60px;
}
.single-sections .section-najnovi-vesti .meta-time {
	float: right;
	color: #e3120b;
}


/* Footer */

.footer-nav {
    padding: 10px 0;
}

.footer-nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-nav .menu-item {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    line-height: 40px;
    text-transform: uppercase;
}

.footer-nav .menu-item:first-child {
    padding-left: 0;
}

.footer-nav .menu-item:before {
    content: " ";
    position: absolute;
    top: 1px;
    left: -3px;
    bottom: 0;
    width: 4px;
    height: 4px;
    margin: auto;
    border-radius: 50%;
    background-color: #114a5f;
}

.footer-nav .menu-item:first-child:before {
    display: none;
}

.footer-nav .menu-item a {
    color: #000;
	font-weight: 900;
	font-size: 14px;
}

.footer-nav .menu-item a:hover {
    color: #114a5f;
}

.footer-info {
    padding: 15px 0;
}

@media (min-width: 1024px) {
    .footer-info {
        padding-right: 30%;
    }
}

.footer-info p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #9c9c9c;
    margin: 0 0 1em;
}

.footer-separator {
    height: 1px;
    background: #303030;
}

.footer-copy {
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
}


/* Social Share */

.social__wrap {
    display: inline-block;
    height: 36px;
    margin: 0 0 20px;
}

.social__checkbox {
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
}

.social__btn {
    display: inline-block;
    width: 96px;
    height: 36px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    transition: 0.2s ease-in-out;
}

.social__btn:hover {
    background-color: #575757;
}

.social__btn--fb {
    position: relative;
    background-color: #3b5998;
}

.social__btn--fb:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
}

.social__icon {
    display: inline-block;
    width: 36px;
    text-align: center;
    transition: 0.2s ease-in-out;
    float: left;
}

.social__icon:before {
    font-size: 23px;
    line-height: 36px;
    color: #fff;
}

.social__btn--tw {
    position: relative;
    background-color: #39a9e0;
}

.social__btn--tw:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;
}

.social__group {
    display: inline-block;
    width: 100px;
    height: 36px;
    float: left;
    background-color: #1e1e1e;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}

.social__group_label {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    overflow: hidden;
}

.social__group_label .social__icon {
    display: block;
    float: left;
    transition: 0.2s ease-in-out;
}

.social__btn--viber {
    width: 36px;
    padding: 0;
    color: #fff;
}

.social__btn--viber:hover {
    background-color: #7b519d;
}

.social__btn--whatsapp {
    width: 36px;
    padding: 0;
    color: #fff;
}

.social__btn--whatsapp:hover {
    background-color: #20b038;
}

.social__btn--email {
    width: 36px;
    padding: 0;
    color: #fff;
}

.social__btn--email:hover {
    background-color: #ffbc00;
}

.social__checkbox:checked~.social__group {
    width: 144px;
}

.social__checkbox:checked~* .social__group_label {
    padding: 0;
    width: 36px;
}

/* Top Stories */
#topStories .articles {
	height: 570px;
}
#topStories .articles .col {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}
#topStories .article {
	width: 100%;
	height: 100%;
}
#topStories .article-link {
	width: 100%;
	height: 100%;
}
#topStories .article-link .image-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
#topStories .article-link .image-block .img-crop {
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#topStories .article .article-link .image-block:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.03) -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0,0,0,0)),color-stop(30%, rgba(0,0,0,0)),color-stop(80%, rgba(0,0,0,0.75)));
    background: rgba(0,0,0,0.03) -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 80%);
    background: rgba(0,0,0,0.03) linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 30%,rgba(0,0,0,0.75) 80%);
    -webkit-box-shadow: 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow: 1px 0 rgba(255,255,255,0.5) inset;
    bottom: 0;
}
#topStories .article .article-link:hover .image-block:before {
	background-color: rgba(17,74,95,0.6);
}
#topStories .article .article-link .image-block:after {
	display: none;
}
#topStories .article .content-block {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding: 0 30px;
}
#topStories .article-1 .content-block {
	padding: 0 60px;
}
#topStories .article .content-block .article-title {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px #000;
	margin: 0;
}
#topStories .article-1 .content-block .article-title {
	font-size: 42px;
}
#topStories .article .article-link:hover .content-block .article-title {
	color: #ff8b00;
}
#topStories .article .article-excerpt {
	color: #b1b1b1;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.25;
	text-shadow: 0 1px 0 #000;
	font-weight: 400;
	margin: 12px 0;
}
#topStories .article .article-link:hover .content-block .article-excerpt {
	color: #fff;
}
#topStories .article .article-meta {
	color: #fff;
}
#topStories .article .article-meta .icon {
	color: #b1b1b1;
}

/* ----------------------------- */
/* Small Desktop (Notebook) */
/* ----------------------------- */

@media (max-width: 1365px) {
    /* Section - feel good */
    .section-feel-good .title-box {
        padding: 10px;
    }
    .section-feel-good .title-box h2 {
        font-size: 44px;
    }
    .section-feel-good .heading {
        background-size: 85%;
        height: 250px;
    }
    .section-feel-good .article .content-block {
        padding: 10px 10px 0 10px;
    }
    .section-feel-good .article .number {
        font-size: 64px;
        margin: 0 0 10px;
    }
    .section-feel-good .article .article-title {
        font-size: 19px;
        line-height: 24px;
        margin: 12px 0 0 0;
        max-height: 120px;
        overflow: hidden;
    }
    /* Single Post */
    .single .post .article-header {
        padding: 25px 0;
    }
	/* Top Stories */
	#topStories .article .article-excerpt {
		display: none;
	}
	#topStories .articles {
		height: 420px;
	}
	#topStories .article-1 .content-block .article-title {
		font-size: 28px;
	}
}


/* ----------------------------- */
/* Tablet */
/* ----------------------------- */

@media (max-width: 1023px) {
    /* Header */
    .navbar-header {
        float: none;
    }
	/* Header Icons */
	.header-search {
		right: 60px;
	}
    /* Side Menu */
    .side-collapse-content {
        left: 0;
        width: 100%;
        /* position:relative; */
    }
    /* Content */
    .side-collapse-container.out .side-collapse-content {
        left: 250px;
    }
    /* Slide effect */
    .side-collapse {
        background-color: #eee;
        top: 64px;
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
    }
    .side-collapse.in {
        width: 0;
    }
    /* Menu */
    .navbar {
        background-color: #fff !important;
        border: none;
    }
    .navbar-toggle {
        display: inline-block;
        border: none !important;
        margin-top: 22px;
        margin-right: 0;
    }
    .navbar-toggle .icon-bar {
        background: #333 !important;
        width: 26px;
        height: 3px;
        border-radius: 4px;
        margin-bottom: 5px;
    }
    /* Menu */
    .navbar .logo-img img {
        width: auto;
        height: 50px;
    }
    .navbar-nav {
        float: none !important;
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-nav>li {
        float: none;
        text-align: center;
    }
    .navbar-nav>li>a {
        font-size: 20px;
        padding: 0;
        height: 50px;
        line-height: 50px;
        letter-spacing: 0.05em;
    }
    .panel-side {
        margin: 50px 0;
    }
    .content-article {
        padding: 40px 20px;
    }
    /* Hanburger menu animation */
    .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }
    .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(2) {
        opacity: 0;
        width: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    .navbar-toggle.navbar-toggle--active .icon-bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-nav a {
        display: block;
        min-width: 200px;
    }
    /* Fixed the nav dimensions on smatrphone */
    .navbar-brand {
        height: 64px !important;
        line-height: 64px !important;
    }
    /* Typography */
    .gigantic {
        font-size: 55px;
        line-height: 1;
    }
    /* Ads */
    .leaderboard .ad img {
        max-width: 100% !important;
        height: auto !important;
    }
}


/* ----------------------------- */


/* Smarthphone */


/* ----------------------------- */

@media (max-width: 767px) {
    /* Menu */
    .navbar-toggle {
        display: inline-block;
        border: none !important;
        margin-top: 14px;
    }
    /* Side Menu */
    .side-collapse {
        top: 64px;
    }
    /* Dropdown */
    .navbar-nav .open .dropdown-menu>li>a,
    .nav>li>a:hover,
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        /*color:#333; background: #eee*/
    }
    /* dropdown color */
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 10px 10px 25px;
    }
    /* dropdown size */
    .navbar-nav .open .dropdown-menu>li.active>a {
        color: #26c6da;
    }
    /* dropdown active color */
    /* Fixed the nav dimensions on smatrphone */
    .navbar-brand {
        height: 64px !important;
        line-height: 64px !important;
    }
    .top-bar {
        margin-top: 5px !important;
        margin-left: 5px;
        height: auto;
        min-width: 200px;
    }
    /* Top bar */
    .top-bar ul {
        text-align: left;
        float: left;
    }
    /* Parallax
	--------------------------------------- */
    .parallax-cover .parallax__caption {
        padding-bottom: 80px;
    }
    .parallax__caption__title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    /* Block parallax animation */
    .parallax-image {
        top: 0 !important;
    }
    .parallax-background {
        background-attachment: scroll !important;
        background-position: center top !important;
    }
    /* Footer */
    .footer .alignright {
        float: left;
        margin-top: 5px;
    }
    /* Comment */
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        margin-top: 0;
        width: 97%;
    }
    /* Contact Form 7 */
    .wpcf7 p.input-half {
        width: 98%;
        margin-right: 2%;
    }
    /* panel Side */
    .panel-side__fill {
        height: 270px;
    }
    .panel-side__content {
        min-height: 300px;
    }
    /* Module Form Style */
    .module .wpcf7 p {
        width: 100%;
    }
	/* Top Stories */
	#topStories .articles {
		height: 360px;
	}
}

















/* ----------------------------- */
/* New Style (Ekonomski.mk) */
/* ----------------------------- */

/* Articles Layout */

.article-main .article-title {
	font-size: 28px;
    line-height: 1.1em;
    font-weight: 500;
	margin: 0 0 12px;
}
.article-grid {
	margin-top: 20px;
}

@media (max-width: 1365px) {
	.article-main .article-title {
		font-size: 22px;
	}
}

@media (max-width: 1023px) {
	.article-main .article-title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.article-main .article-title {
		font-size: 18px;
		margin: 10px 0;
	}
}

/* Section - Aktuelno */
.section-aktuelno .column-sidebar {
	top: 53px;
}
.section-aktuelno .column-sidebar .ad {
	margin: 0 0 20px;
}

/* Section - Ekonomski vesti */
.section-ekonomski .article .article-title {
	font-size: 15px;
	line-height: 18px;
	-webkit-line-clamp: 4;
	max-height: 72px;
}
.section-ekonomski .article-0 .article-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	-webkit-line-clamp: 3;
	max-height: 84px;
}
.section-ekonomski .section-bankarstvo .article-0 .article-title {
	margin-top: 0;
}
.section-ekonomski .section-bankarstvo .article .article-title {
	font-size: 16px;
	line-height: 20px;
	-webkit-line-clamp: 3;
	max-height: 60px;
}
.section-ekonomski .section-bankarstvo .article-0 .article-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	-webkit-line-clamp: 5;
	max-height: 140px;
}
.section-ekonomski .image-block .img-crop {
	padding-top: 56.25%;
	background-size: cover;
    background-position: center;
}
.section-bankarstvo .article-0 .image-block .img-crop {
	padding-top: 66.66%;
}

/* Section - Zivot */
.section-zivot .image-block .img-crop {
	padding-top: 66.66%;
	background-size: cover;
    background-position: center;
}
.section-zivot .article-0 .image-block .img-crop {
	padding-top: 60%;
}
.section-zivot .article-5 .image-block .img-crop {
	padding-top: 92%;
}
.section-zivot .article .article-title {
	font-size: 15px;
	line-height: 18px;
	-webkit-line-clamp: 3;
	height: 54px;
}
.section-zivot .article-0 .article-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	max-height: 56px;
	height: inherit;
}
.section-zivot .article-5 .article-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	-webkit-line-clamp: 3;
	max-height: 78px;
	height: inherit;
}

/* Section - Mozaik */
.section-mozaik .image-block .img-crop {
	padding-top: 66.66%;
	background-size: cover;
    background-position: center;
}
.section-mozaik .article-0 .image-block .img-crop {
	padding-top: 92%;
}
.section-mozaik .article-5 .image-block .img-crop {
	padding-top: 60%;
}
.section-mozaik .article .article-title {
	font-size: 15px;
	line-height: 18px;
	-webkit-line-clamp: 3;
	height: 54px;
}
.section-mozaik .article-0 .article-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	-webkit-line-clamp: 3;
	max-height: 78px;
	height: inherit;
}
.section-mozaik .article-5 .article-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	-webkit-line-clamp: 2;
	max-height: 56px;
	height: inherit;
}