/*
Theme Name: 	Kurir
Theme URI: 		http://creativa5.com/kurir/
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: 	kurir
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: 16px;
    font-family: 'Roboto', 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;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/* Link color */

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

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

*::-moz-selection {
    background-color: rgba(79, 142, 204, 1);
    color: #fff;
    text-shadow: none;
}

*::selection {
    background-color: rgba(79, 142, 204, 1);
    color: #fff;
    text-shadow: none;
}


/* ------------------------------------------------------------------------- *
/* 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: 80px;
}

#menu-item-277988 a {
	padding-left: 30px;
	background: url(img/united-kingdom.svg) left center no-repeat;
	background-size: 30px 20px;
}


/* 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: 240px;
    height: 80px;
    line-height: 80px;
    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;
}

.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);
}

.navbar .container {
    position: relative;
}

.navbar-header h1 {
    margin: 0;
}

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

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


/* Color of menu button */

.navbar-nav>li>a {
    font-family: 'Fira Sans Condensed', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 0 7px;
	letter-spacing: 0.02em;
}


/* 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-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;
}


/* dropdown submenu */
.home .header-main:after, .date .header-main:after, .search .header-main:after, .category-kolumni .header-main:after, .category-tvitovi .header-main:after {
	display: none;
}
.header-main:after {
	content: '';
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    height: 36px;
    background: #eee;
    border-bottom: 1px solid #d9d9d9;
}
.sub-nav, .sub-nav a {
	position: inherit !important;
}
.current-post-ancestor .dropdown-menu, .current-category-ancestor .dropdown-menu, .current-menu-item .dropdown-menu {
	display: block;
}
.sub-nav .dropdown-menu {
	min-width: 100%;
	width: 100%;
	height: 36px;
	float: none;
	margin: 0;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	text-align: center;
}
.sub-nav .dropdown-menu>li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.sub-nav .dropdown-menu>li>a {
	height: 36px;
	line-height: 36px;
	display: block;
	color: #1e1e1e;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 8px;
}
.sub-nav .dropdown-menu>.active>a, .sub-nav .dropdown-menu>li>a:hover, .sub-nav .dropdown-menu>li>a:focus {
	background-color: rgba(0,0,0,0);
	color: #c71c1d;
}
.navbar-nav>li.current-post-ancestor>a {
	color: #e9a4a5 !important;
}
.sub-nav .current-post-ancestor a {
	color: #c71c1d !important;
}
/*.single-article {
	padding-top: 66px !important;
}*/
#main {
	padding-top: 36px;
}
.home #main {
	padding-top: 0 !important;
}
.category .site-content {
	padding-top: 36px;
}
.SectionMoreArticles {
	padding: 30px 0 0 0;
}


/* Progress reading bar */

.scroll-line {
    background: #c71c1d;
    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: 0 30px;
	background-color: #c71c1d;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}

.pagination a:hover {
	background-color: #000;
}

.pagination .previous-page a {
	float: right;
	margin: 0 0 10px 10px;
}


/* 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: 97%;
    height: auto;
}


/* Image Caption */

.wp-caption {
    margin-bottom: 20px;
    padding: 10px;
    max-width: 97%;
    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%;
}

/* Cover images */
.img-cover {
	display: block;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 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 .image-block .label {
	position: absolute;
    bottom: 0;
    left: 0;
    /*transform: translate3d(0,100%,0);*/
    transition: transform .15s cubic-bezier(.25,.46,.45,.94);
    z-index: 10;
	background: #c71c1d;
    display: inline-block;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 14px;
	font-weight: 400;
    color: #fff;
    padding: 5px 8px 3px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius: 0;
}
.article .article-link:hover .image-block .label {
    /*transform: translate3d(0,0,0);*/
}
.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: #c71c1d;
}
/*.article-overtitle:after {
	content: '';
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c71c1d;
    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: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
	letter-spacing: -0.01em;
}
article .article-link:hover .article-title {
    color: #c71c1d;
}
.article .article-excerpt {
    margin: 0;
    color: #686868;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.article .article-meta {
    margin: 0;
    color: #ababab;
    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;
}
.article .article-meta .category {
	color: #c71c1d;
	position: relative;
	padding-right: 5px;
	margin-right: 7px;
}
.article .article-meta .category:after {
	position: absolute;
	right: 0;
	top: 3px;
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	border-right: 1px dotted #ccc;
}


/* 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;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-header {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0;
	border-bottom: 1px solid #d9d9d9;
}
.section-header .section-title {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
	width: auto;
	font-family: 'Fira Sans', sans-serif;
	font-size: 26px;
	line-height: 32px;
    font-weight: 800;
	text-transform: uppercase;
}
.section-header .section-title a {
    color: #000;
    position: relative;
}
.section-header .section-title .section-title-stripes {
	display: block;
	position: relative;
}
.section-header .section-title .section-title-stripes:before {
    content: ' ';
    display: block;
    background: #c71c1d;
    height: 5px;
    width: 50px;
	-webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.section-header .section-title a:hover+.section-title-stripes:before {
	width: 100%;
}
.section-header .section-links {
    display: inline-block;
    position: relative;
	width: auto;
}
.section-header .section-links:before {
	font-family: 'b1info';
	font-size: 16px;
	line-height: 1;
    content: "\e852";
	color: #ccc;
    display: inline-block;
    padding: 0 0 0 10px;
    position: relative;
	top: -4px;
}
.section-header .section-links ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
	-khtml-padding-start: 0;
	-o-padding-start: 0;
	padding-start: 0;
}
.section-header .section-links li {
    border-left: 1px dotted #ccc;
    display: block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-left: 9px;
    padding-left: 9px;
}
.section-header .section-links li:first-child {
    border: none;
    margin: 0;
}
.section-header .section-links li a {
    color: #c71c1d;
    font-family: 'Fira Sans', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.5s ease 0s;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
}
.section-header .section-links li a:hover {
    text-decoration: underline;
}
.module-header {
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
.module-header .module-title {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
    font-weight: 900;
	text-transform: uppercase;
}
.module-header .module-title a {
    color: #000;
    position: relative;
}
.module-header .module-title .section-title-stripes {
	display: block;
	position: relative;
}
.module-header .module-title .section-title-stripes:before {
    content: '';
    display: block;
    background: #c71c1d;
    height: 5px;
    width: 50px;
	-webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.module-header .module-title a:hover+.section-title-stripes:before {
	width: 100%;
}

/* Section - Top Vesti */
.section-top-vesti .col-md-4 {
	width: 320px;
}
.section-top-vesti .col-md-8 {
	width: 640px;
}
.section-top-vesti .row-1 {
	padding-bottom: 30px;
}
.section-top-vesti .section-header .section-title {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 16px;
}
.section-top-vesti .section-header .section-title:after {
	height: 4px;
}
.section-top-vesti .article .image-block .label {
    transform: translate3d(0,100%,0);
}
.section-top-vesti .article .article-link:hover .image-block .label {
    transform: translate3d(0,0,0);
}

.article-top-1 .image-block {
	width: 100%;
	height: 360px;
}
.article-top-1 .article-title {
	font-size: 24px;
	line-height: 28px;
}

.article-top-2 .image-block {
	width: 100%;
	height: 360px;
}
.article-top-2 .article-title {
	font-size: 24px;
	line-height: 28px;
}
.articles-top-3 {
}
.articles-top-3:before, .articles-top-3:after {
    display: table;
    content: " ";
}
.articles-top-3:after {
    clear: both;
}
.articles-top-3 .article {
	float: left;
	position: relative;
	display: block;
	min-height: 1px;
	width: 200px;
	margin: 0 10px 20px 0;
}
.articles-top-3 .article-3, .articles-top-3 .article-6 {
	margin-right: 0;
}
.articles-top-3 .article-title {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
}

.articles-izbor {
}
.articles-izbor .article {
	margin: 0 0 16px;
	position: relative;
	display: block;
}
.articles-izbor .article .article-link {
	display: block;
	height: 90px;
}
.articles-izbor .article .image-block {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}
.articles-izbor .article .content-block {
	padding: 0 0 0 130px;
}
.articles-izbor .article .article-title {
	font-size: 15px;
    line-height: 18px;
	font-weight: 700;
	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: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
	letter-spacing: -0.01em;
}

/* Section - Najnovi vesti */

.najnovi-vesti {
    position: relative;
}

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

.najnovi-vesti .najnovi-vesti-header h3 {
    margin: 0;
	font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    color: #000;
	text-transform: uppercase;
}

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

.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: 0;
    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: 10px;
    z-index: 1;
    transform-origin: 50% 100%;
    animation: clock_hr_anim linear 120s;
    animation-iteration-count: infinite;
}

.najnovi-vesti span.clock_m {
    background: #c71c1d;
    height: 21px;
    width: 2px;
    position: absolute;
    left: 24px;
    top: 4px;
    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: #c71c1d;
    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: #cecece;
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 5px;
}

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

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

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

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

.najnovi-vesti .timeline-item {
    display: block;
	position: relative;
    padding: 6px 0;
	border-top: 1px solid #e6e6e6;
}
.najnovi-vesti .timeline-item:first-child {
	border: none;
	padding-top: 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: 0;
}

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

.najnovi-vesti .article-title {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

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

.najnovi-vesti .article-title .category {
	color: #c71c1d;
}
.najnovi-vesti .article-title .category:after {
    content: '/';
    display: inline-block;
    color: #d6d6d6;
}
.najnovi-vesti .article-title time {
	color: #c71c1d;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}


/* Section - Najcitani vesti */

#popular-posts {
	margin: 0 0 20px;
}

#popular-posts .article {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
	min-height: 65px;
    margin: 0;
	padding: 12px 0;
	border-top: 1px solid #e6e6e6 !important;
}

#popular-posts .article-1 {
	border-top: none !important;
}

#popular-posts .article-3 {
	padding: 12px 0 !important;
}

#popular-posts .article-number {
    position: absolute;
    top: -3px;
    left: 0;
	font-family: 'PT Serif', serif;
    font-size: 40px;
    line-height: 40px;
    color: #ccc;
    font-weight: 400;
	letter-spacing: -.05em;
}

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

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

#popular-posts .article-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

#popular-posts .image-block {
	float: right;
	width: 100px;
}

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

#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: #a3a7a8;
}

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

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

/* Section - Otvorena */
.section-otvorena {
}
.section-otvorena .article {
	background: #ececec;
	border-bottom: 4px solid #000;
}
.section-otvorena .article .content-block {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 20px 15px;
	background: url(img/editorial-icon.png) no-repeat 20px 20px;
}
.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: #c71c1d;
	color: #fff;
}
/*.section-otvorena .article-title:before {
    font-family: 'b1info';
    font-size: 36px;
    font-weight: 400;
    color: #c71c1d;
    content: '\e805';
    float: left;
    height: 22px;
    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: 0;
	margin: 0 0 15px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	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';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
}
.section-otvorena .article-excerpt {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 15px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.section-otvorena .article-author {
	padding: 0 15px;
	line-height: 1;
	margin: 0 0 24px;
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 100%;
	letter-spacing: -0.015em;
}
.section-otvorena .image-block {
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
.section-otvorena .image-block img {
	display: block;
	width: auto;
	height: 110px;
	position: relative;
	float: right;
	-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-otvorena .btn-readmore {
	margin: 0;
	letter-spacing: 0.03em;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 14px;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
    display: inline-block;
    padding: 8px 26px 7px 13px;
    position: relative;
	z-index: 1;
	background: transparent;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #c71c1d;
	border-radius: 0;
}
.section-otvorena .btn-readmore:before {
	font-family: 'b1info';
    font-size: 21px;
    font-weight: 400;
    color: #000;
    content: '\f105';
    position: absolute;
	top: 50%;
	left: auto;
	right: 4px;
	width: 18px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	margin-top: -17px;
}
.section-otvorena .btn-readmore:after {
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: #dadada;
}
.section-otvorena .article-link:hover .btn-readmore:after {
	right: 0;
	z-index: -1;
}

/* Section - Insider */
.section-insider {
    background: #ededed;
    position: relative;
    overflow: hidden;
    height: 110px;
	padding: 10px 0;
}
.section-insider .articles {
}
.section-insider .article {
	margin: 0;
	position: relative;
	display: block;
}
.section-insider .article .article-link {
	display: block;
	height: 90px;
}
.section-insider .article .image-block {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
}
.section-insider .article .content-block {
	padding: 0 0 0 130px;
}
.section-insider .article .label {
	display: block;
	padding: 0;
	margin: 0;
	color: #4a4a4a;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	white-space: nowrap;
	text-align: left;
}
.section-insider .article .article-title {
	font-size: 14px;
    line-height: 18px;
	font-weight: 700;
	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: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
	letter-spacing: -0.01em;
}

/* Header */
.masthead {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
	position: relative;
}

/* Top Bar */
.top-bar {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
	height: 26px;
	line-height: 16px;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #8c8b8b;
	padding: 5px 0;
}
.top-bar .top-bar-left {
}
.top-bar .top-bar-left span {
	display: inline-block;
	float: left;
}
.top-bar .top-bar-left .icon {
    position: absolute;
	top: -4px;
	left: 0;
	font-size: 18px;
}
.top-bar .top-bar-left .vesti-denes a {
    color: #8c8b8b;
    display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}
.top-bar .top-bar-left .vesti-denes a:hover {
    color: #000;
}
.top-bar .top-bar-left .date {
    border-right: 1px solid #eaeaea;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    display: inline-block;
}
.top-bar .top-bar-left .date:hover {
    color: #000;
}
.top-bar .top-bar-right {
    color: #8c8b8b;
    font-weight: normal;
    text-transform: uppercase;
}
.top-bar .social {
    position: relative;
}
.top-bar .social .btn {
    float: left;
    display: inline-block;
    padding: 0 7px;
    color: #8c8b8b;
	font-size: 16px;
	line-height: 1;
	border: none;
}
.top-bar .social .btn:active, .top-bar .social .btn:focus {
	box-shadow: none;
}
.top-bar .social .btn.social-facebook:hover {
    color: #3b5998;
}
.top-bar .social .btn.social-instagram:hover {
    color: #E1306C;
}
.top-bar .social .btn.social-twitter:hover {
    color: #00aced;
}
.top-bar .social .btn.social-youtube:hover {
    color: #ff0000;
}
.top-bar .social .btn.social-rss:hover {
    color: #f49237;
}
.top-bar .social .btn.social-mobile:hover {
    color: #c71c1d;
}
.top-bar .social .btn.social-user:hover {
    color: #c71c1d;
}

/* Section - Kolumna (Header) */
.kolumna {
	width: 100%;
}
.kolumna .article-link {
	height: 102px;
}
.kolumna .image-block {
	position: absolute;
	bottom: 0;
	width: 90px;
	height: 90px;
}
.kolumna-levo .image-block {
	right: 0;
}
.kolumna-desno .image-block {
	left: 0;
}
.kolumna .content-block {
	position: absolute;
	bottom: 7px;
	width: auto;
}
.kolumna-levo .content-block {
	right: 100px;
}
.kolumna-desno .content-block {
	left: 100px;
}
.kolumna .article-author {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #c71c1d;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px;
}
.kolumna .article-title {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	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;
	color: #8c8b8b;
	text-transform: none;
	margin: 0;
	letter-spacing: 0;
}

/* Header Menu */
.header-main {
	background: #c71c1d;
	height: 36px;
	position: relative;
	width: 100%;
}
.header-main .container {
	position: relative;
}

/* Section - Scena */
.section-scena .column-scena {
	width: 320px;
}
.section-scena .article {
	display: block;
	position: relative;
	border-top: 1px solid #e6e6e6;
}
.section-scena .article-1 {
	border: none;
}
.section-scena .article .article-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.section-scena .article-1 .article-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.section-scena .article .image-block .label {
	top: 0;
	left: 0;
	bottom: auto;
	transform: none;
}
.section-scena .section-header .section-title .section-title-stripes:before,
.section-scena .article .image-block .label {
	background: #c31158;
}
.section-scena .section-header .section-links li a,
.section-scena article .article-link:hover .article-title {
	color: #c31158;
}

/* Section - Magazin */
.section-magazin {
}
.section-magazin .column-left {
	width: 380px;
}
.section-magazin .column-right {
	width: 580px;
}
.section-magazin .column-left .article .article-title {
	max-height: 66px !important;
	height: inherit !important;
}
.section-magazin .article-4 {
	padding: 0;
}
.section-magazin .article-4 .content-block {
	position: relative;
	top: -24px;
}
.section-magazin .article-4 .article-title {
	margin: 0;
	background-color: #fff;
	width: -webkit-calc(100% - 24px)!important;
    width: calc(100% - 24px)!important;
	font-size: 28px;
	line-height: 32px;
}
.section-magazin .article-4 .article-title span {
	padding: 16px 8px 0 0;
	display: block;
}
.section-magazin .article-4 .image-block .label {
	/*transform: translate3d(-100%,0,0);*/
	bottom: 24px;
}
.section-magazin .column-sidebar .article {
	position: relative;
	display: block;
	margin: 0 0 25px;
}
.section-magazin .column-sidebar .article .content-block {
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 18px 15px 21px 15px;
}
.section-magazin .column-sidebar .article .article-title {
	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';
	max-height: 66px !important;
	height: inherit !important;
    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-magazin .section-header .section-title .section-title-stripes:before,
.section-magazin .article .image-block .label {
	background: #009fa5;
}
.section-magazin .section-header .section-links li a,
.section-magazin article .article-link:hover .article-title,
.section-magazin .article .article-meta .category {
	color: #009fa5;
}

/* Section - Sport */
.section-sport {
}
.section-sport .column-left {
	width: 580px;
}
.section-sport .column-right {
	width: 380px;
}
.section-sport .article-1 {
	padding: 0;
}
.section-sport .article-1 .content-block {
	position: relative;
	top: -24px;
}
.section-sport .article-1 .article-title {
	margin: 0;
	background-color: #fff;
	width: -webkit-calc(100% - 24px)!important;
    width: calc(100% - 24px)!important;
	font-size: 28px;
	line-height: 32px;
}
.section-sport .article-1 .article-title span {
	padding: 16px 8px 0 0;
	display: block;
}
.section-sport .article-1 .image-block .label {
	/*transform: translate3d(-100%,0,0);*/
	bottom: 24px;
}
.section-sport .article-list {
	position: relative;
	display: block;
	padding: 12px 0;
	border-top: 1px solid #e6e6e6;
}
.section-sport .article-list .article-title {
	font-size: 16px;
    line-height: 20px;
	font-weight: 400;
	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';
    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;
}
.section-sport .article-2 .article-title {
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	font-weight: 400;
}
.section-sport .article-3 .article-title {
	font-size: 24px;
	line-height: 28px;
}
.section-sport .article-6 {
	border-top: none !important;
	padding-top: 0 !important;
}
.section-sport .article-title .category {
	color: #008000;
}
.section-sport .article-title .category:after {
    content: '/';
    display: inline-block;
    color: #d6d6d6;
}
.section-sport .article-title time {
	color: #ababab;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.section-sport .section-header .section-title .section-title-stripes:before,
.section-sport .article .image-block .label {
	background: #008000;
}
.section-sport .section-header .section-links li a,
.section-sport article .article-link:hover .article-title {
	color: #008000;
}
.category-sport .section-sport .section-header .section-title .section-title-stripes:before,
.category-sport .section-sport .article .image-block .label {
	background: #c71c1d;
}
.category-sport .section-sport .section-header .section-links li a,
.category-sport .section-sport article .article-link:hover .article-title {
	color: #c71c1d;
}

/* 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: #c71c1d;
}

.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 {
	padding: 30px 0 5px;
}
.section-vesti .column-left .article {
	position: relative;
	display: block;
	margin: 0 0 25px;
}
.section-vesti .column-left .article .content-block {
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 18px 15px 21px 15px;
}
.section-vesti .column-left .article .article-title {
	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: 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;
}
.section-vesti .article-list {
	position: relative;
	display: block;
	padding: 12px 0;
	border-top: 1px solid #e6e6e6;
}
.section-vesti .article-3 {
	border-top: none !important;
	padding-top: 0 !important;
}
.section-vesti .article-list .image-block {
	display: block;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
}
.section-vesti .article-list .content-block {
	padding: 0 0 0 170px;
}
.section-vesti .article-list .article-title {
	font-size: 18px;
    line-height: 22px;
	font-weight: 700;
	margin: 0 0 4px;
	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;
}

/* Section - Svet */ 
.section-svet .section-header .section-title .section-title-stripes:before,
.section-svet .article .image-block .label,
.section-svet .section-otvorena .article-meta .author-name,
.section-svet .module-header .module-title .section-title-stripes:before {
	background: #004488;
}
.section-svet .section-header .section-links li a,
.section-svet article .article-link:hover .article-title,
.section-svet .section-otvorena .article-title:before,
.section-svet .article .article-meta .category {
	color: #004488;
}
.section-svet .section-otvorena .btn-readmore {
	border-color: #004488;
}

/* Section - Republika */ 
.section-republika .section-header .section-title .section-title-stripes:before,
.section-republika .article .image-block .label,
.section-republika .section-otvorena .article-meta .author-name,
.section-republika .module-header .module-title .section-title-stripes:before {
	background: #ff7f00;
}
.section-republika .section-header .section-links li a,
.section-republika article .article-link:hover .article-title,
.section-republika .section-otvorena .article-title:before,
.section-republika .article .article-meta .category {
	color: #ff7f00;
}
.section-republika .section-otvorena .btn-readmore {
	border-color: #ff7f00;
}

/* Section - Trending News */
.trending-news {
	/* background: url(img/la-verita-bg.jpg) no-repeat scroll center center #8c463c; */
	background: url(img/katica-zaev.jpg) no-repeat scroll right bottom #4d342f;
	background-size: cover;
	border-top: 1px solid rgba(29,29,27,0.5);
	border-bottom: 1px solid rgba(29,29,27,0.5);
	padding: 20px 0 20px;
	position: relative;
	z-index: 100;
}
.trending-news:after {
	position: absolute;
	content: "";
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0,0,0,0.1);
	z-index: -1;
}
.trending-news .module-header {
	/*background: url(img/la-verita-logo.png) center left no-repeat;*/
	background-size: contain;
	display: block;
	width: 1260px;
	height: 32px;
	margin: 0 0 20px;
}
.trending-news .module-header .module-title {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inherit;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	letter-spacing: 0.02em;
}
.trending-news .article {
	padding: 0 1px;
}
.trending-news .article .article-link {
	box-shadow: 1px 1px 30px -10px rgba(0,0,0,.9);
}
.trending-news .article .content-block {
	padding: 8px 10px;
	background-color: rgba(29,29,27,0.8);
}
.trending-news .article .article-link:hover .content-block {
	background-color: #1d1d1b;
}
.trending-news .article .article-title {
	color: #fff;
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    height: 80px !important;
    -webkit-line-clamp: 8 !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.trending-news .article .article-link:hover .article-title {
	color: #fff;
}
.trending-news .btn-read-more {
	background: rgba(29,29,27,0.8);
    position: relative;
    margin: 30px 0 10px;
	padding: 6px 26px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    border: 2px solid #fff;
	border-radius: 1000px;
    color: #fff;
}
.trending-news .btn-read-more:hover {
	background: #1d1d1b;
}

/* Section - Zeska tema */
.zeska-tema {
	padding: 30px 0 50px;
	position: relative;
	z-index: 100;
}
.zeska-tema-bg {
	background-size: cover;
    background-position: 50%;
	background-attachment: fixed;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.zeska-tema-bg:after {
	background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,transparent);
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zeska-tema .module-header {
	display: block;
	height: 60px;
	margin-bottom: 80px;
}
.zeska-tema .module-header .module-title {
	position: relative;
	top: 20px;
	left: 40px;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	background: #ff1c26;
	padding: 3px 8px 1px 16px;
	z-index: 1;
}
.zeska-tema .module-header .module-title a {
	color: #fff;
}
.zeska-tema .module-header .module-title a:hover {
	color: #fab03b;
}
.zeska-tema .module-header .title-icon {
	background: url(img/zeska-tema-icon.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	content: "";
	width: 48px;
	height: 60px;
	z-index: 2;
}
.zeska-tema .tema-top {
	margin-bottom: 50px;
}
.zeska-tema .tema-top .article-title {
	color: #fff;
	font-size: 36px;
	line-height: 48px;
	margin: 0;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.zeska-tema .tema-top .article-link:hover .article-title {
	color: #fff;
	text-decoration: underline;
}
.zeska-tema .articles .article.col-md-3 {
	width: 20%;
}
.zeska-tema .articles .article-link {
}
.zeska-tema .articles .content-block {
	padding: 10px 0;
}
.zeska-tema .articles .article-title {
	color: #fff;
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.zeska-tema .articles .article-link:hover .article-title {
	color: #fff;
	text-decoration: underline;
}
.zeska-tema .btn-read-more {
	background: #ff1c26;
    position: relative;
    margin: 30px 0;
	padding: 0 20px;;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
	height: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
	border-radius: 0;
    color: #fff;
	letter-spacing: 0.02em;
}
.zeska-tema .btn-read-more:hover {
	background: #1d1d1b;
}

/* Section - World Cup 2018 */
.world-cup-2018 {
	background: url(img/wc_2018_bg.jpg) repeat scroll center top rgba(0, 0, 0, 0);
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0;
}
.world-cup-2018 .module-header {
	display: block;
	width: 1260px;
	height: 100px;
	margin: 0 0 10px;
}
.world-cup-2018 .article .article-title {
	color: #000;
	font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    height: 72px !important;
    -webkit-line-clamp: 4 !important;
	margin-bottom: 10px !important;
}
.world-cup-2018 .article .article-link:hover .article-title {
	color: #e20610;
}
.world-cup-2018 .btn-read-more {
    position: relative;
    margin: 10px 0;
	padding: 14px 30px 14px 30px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
	background: #e00713;
    border: 1px solid rgba(0,0,0,0);
	border-radius: 1.5em;
    color: #fff;
}
.world-cup-2018 .btn-read-more:hover {
	background: #0f4583;
}


/* 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;
}


/* 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;
}

/* Section More Articles */
.SectionMoreArticles .timeline {
    display: table;
}
.SectionMoreArticles .timeline-item {
    display: table-row;
    padding: 0;
}
.SectionMoreArticles .timeline-info,
.SectionMoreArticles .timeline-marker,
.SectionMoreArticles .timeline-content,
.SectionMoreArticles .period .timeline-info {
    display: table-cell;
    vertical-align: top;
}
.SectionMoreArticles .timeline-marker {
    position: relative;
}
.SectionMoreArticles .timeline-content {
    padding-left: 10px;
}
.SectionMoreArticles .timeline-info {
    padding-right: 10px;
    min-width: 80px;
    text-align: right;
	font-size: 16px;
}

/* ----------------------------- */
/* Ads */
/* ----------------------------- */

.section-top-vesti .ad_300x250 {
    display: block;
    width: 300px;
    height: 250px;
    background: #ededed;
	margin: 0 0 20px;
}
.ad {
    text-align: center;
	margin: 0 0 20px;
}
.home .leaderboard-2 {
    background: #ededed;
}
.home .leaderboard-2 .ad, .leaderboard-1 .ad {
	margin: 0;
}
.single .leaderboard-2 {
	/*background: #ededed;*/
}
.single .leaderboard-2 .ad {
	margin: 10px 0;
}
.single .leaderboard-2 iframe {
	position: relative;
	margin: 0 !important;
}
.leaderboard iframe {
	position: relative;
	margin: 10px 0 5px;
}
.leaderboard-1 iframe {
	position: relative;
	margin: 5px 0 0 0;
}
.leaderboard-footer .ad {
	margin: 0;
}
#sidebar .ad {
    margin: 0 0 20px;
}
.section-vesti .ad {
    margin: 0 0 30px;
}
.section-vesti .ad_300x250 {
	width: 300px;
	height: 250px;
	display: block;
}
.home .ad-padding, .single .ad-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single .leaderboard-footer {
	background: #ededed;
	padding: 16px 0;
}
.section-magazin .column-sidebar .ad {
	margin: 0 0 30px;
}
.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;
}
.article-footer-banner {
	display: block;
	margin: 0 0 30px;
}


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


/* 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 #c71c1d;
	z-index: 999999;
}

#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: 80px;
        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: #c71c1d;
    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: 80px;
        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 {
    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;
    }

    /* Navbar */
    .navbar-fixed-top .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
}


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


/* Desktop */


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

@media (min-width: 1024px) {
    .navbar-toggle {
        display: none;
    }
    /* Main Menu */
    #mainmenu {
        float: none;
        width: 100%;
        text-align: center;
        position: relative;
        margin: 0;
        padding: 0;
    }
    /* Navbar */
    .navbar-collapse {
        padding-top: 0px !important;
    }
    /* Main Menu Bar */
    .navbar-nav {
        float: none;
        margin: 0;
    }
    .navbar-nav>li:first-child {
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .navbar-nav>li>a {
        position: relative;
		height: 36px;
		line-height: 36px;
    }
    .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: #e9a4a5;
    }
    .navbar-nav>li.current-menu-item>a,
    .navbar-nav>li.current-post-ancestor>a {
        color: #fff;
    }
    .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 {
    }
    /* Header Icons */
    .header-search {
        position: absolute;
        right: 10px;
        top:0;
        padding: 0;
        color: #fff;
        outline: 0;
        background: transparent;
		height: 36px;
		line-height: 36px;
    }
    .header-search.collapsed {
        background: transparent;
        color: #fff;
    }
    .header-search {
        color: #fff;
    }
    .header-search.collapsed:focus {
        color: #fff;
    }
    .header-search:focus {
        color: #fff;
    }
    .header-search:hover {
        color: #e9a4a5;
    }
    .header-search i {
        position: relative;
		display: inline-block;
		vertical-align: top;
		font-size: 24px;
    }
    .header-search.collapsed i:before {
        content: "\e809";
    }
    .header-search i:before {
        content: "\e84c";
    }
	.header-search span {
		display: inline-block;
		vertical-align: top;
		font-family: 'Fira Sans Condensed', sans-serif;
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		position: relative;
		width: 64px;
		text-align: center;
	}
	.header-search.collapsed span:before {
		content: "Пребарај";
	}
	.header-search span:before {
		content: "Затвори";
	}
}


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

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

/* Brand Dimension */
.logo {
	line-height: 1;
	margin: 12px 0 0 0;
}
.navbar-brand {
	width: 291px;
	height: 86px;
	line-height: 86px;
	float: none;
	padding: 0;
	margin: 0 auto 0 100px;
}
/*.logo {
	line-height: 1;
	margin: 0;
}*/
/*.navbar-brand {
	width: 318px;
	height: 100px;
	line-height: 100px;
	float: none;
	padding: 0;
	margin: 0 auto;
	background-image: url(img/logo-novogodisno.png);
	position: relative;
	top: 2px;
}*/
.navbar-brand>img {
	height: 100%;
	width: auto;
	padding: 10px 0;
}

/* Qudal logo */
.masthead .zoom_img {
    position: absolute;
    top: 10px;
	left: 10px;
    z-index: 999;
}
.masthead .zoom_img img {
    height: 86px;
    width: 86px;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}
.masthead .zoom_img img:hover {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
	transform: scale(2);
}


/* Single Post */
.single-article {
	padding: 30px 0;
}
.single-article .article-header {
    position: relative;
    padding: 0;
    color: #1e1e1e;
    overflow: hidden;
}
.single-article .article-header-breadcrumbs {
    font-size: 16px;
    display: block;
    padding: 0;
}
.single-article .article-header-breadcrumbs .home {
    padding: 0;
    line-height: 23px;
    color: #1e1e1e !important;
	position: relative;
	top: 5px;
}
.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 0 0 22px;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #c71c1d;
}
.single-article .article-header-breadcrumbs a:hover {
	text-decoration: underline;
}
.single-article .article-header-breadcrumbs a:before {
    content: "\e852";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    height: 28px;
    width: auto;
    font-size: 15px;
    line-height: 28px;
    color: #ccc;
    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;
}
.single-article.category-tvitovi .article-header-breadcrumbs .section-tag, .single-article.category-kolumni .article-header-breadcrumbs .section-tag {
	display: none;
}
.single-article .article-header-breadcrumbs .fb-like {
    float: right;
    position: relative;
    top: 4px;
}
.single-article .article-header-breadcrumbs .reading-time {
	float: right;
	display: inline-block;
	position: relative;
	color: #6f6f6f;
}
.single-article .article-header-breadcrumbs .reading-time i {
	position: relative;
	top: 5px;
}
.single-article .article-header-wrap {
	padding: 10px 0 15px;
}
.single-article .article-header .article-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    margin: 0 0 20px;
    letter-spacing: -0.01em;
}
.single-article .article-lead {
    display: block;
	font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    color: #1e1e1e;
	letter-spacing: -.015em;
}
.single-article .article-lead p {
    display: block;
	font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0;
    color: #1e1e1e;
	letter-spacing: -.015em;
}
.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: #6f6f6f;
    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: #6f6f6f;
}
.single-article .article-meta>span>strong {
    font-weight: 400;
}
.single-article .article-meta>span:after {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #d6d6d6;
}
.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: #6f6f6f;
}
.single-article .article-meta .fb-like, .single-article .article-meta .fb-save {
	float: right;
	top: 2px;
}
.single-article .article-meta .fb-save {
	margin: 0 0 0 5px;
}
.single-article .article-image {
    margin-bottom: 30px;
}
.single-article .article-image .article-figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/*.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: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #231f20;
    margin: 0 0 1.11em;
}
.single-article .article-text ul, .single-article .article-text ol {
	margin: 0 0 1.5em;
}
.single-article .article-text li {
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #231f20;
    margin: 0 0 0.25em;
}
.single-article .article-text a {
	text-decoration: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
	color: #c71c1d;
    cursor: pointer;
    padding-bottom: 0.08em;
	font-weight: 700;
}
.single-article .article-text a:hover, .single-article .article-text a:focus {
    border-color: rgba(199, 28, 29, 0.8);
}
.single .article-content blockquote {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 24px;
    position: relative;
}
.single .article-content blockquote p {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

/*.single-article .article-text p:first-of-type {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #1e1e1e;
    letter-spacing: -0.015em;
    position: relative;
}*/

/*.single-article .article-text p:first-of-type:after {
    width: 100px;
    height: 2px;
    content: '';
    background: #d8d8d8;
    margin: 1.5em 0;
    display: block;
}*/

.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.01em;
}

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

.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 10px 0 0;
}

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

.single-article .article-tags li a:before {
	font-family: 'Fira Sans', sans-serif;
    content: "#";
    color: #c71c1d;
    font-size: 16px;
	font-weight: 400;
    margin-right: 3px;
    position: relative;
}

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

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

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

/* Section Latest News (Single page) */
.single-article .section-latest-news {
	padding: 0;
}
.single-article .section-latest-news .article {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
.single-article .section-latest-news .article-1 {
	padding-top: 0;
}
.single-article .section-latest-news .article-7 {
	border-bottom: none;
}
.single-article .section-latest-news .article .image-block, .single-article .section-latest-news .article .content-block {
	float: left;
	width: 100%;
}
.single-article .section-latest-news .article .article-title {
	display: block;
	height: inherit;
	text-overflow: inherit;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 0;
}

/* 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: #c71c1d;
}

.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: #c71c1d;
    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: #c71c1d;
}

.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 {
	background: #ededed;
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0 0 40px;
    padding: 35px 0;
	border-bottom: 1px solid #d9d9d9;
}

.archive-header .archive-title {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    margin: 0;
	text-transform: none;
}

.archive-header .archive-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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, #164c7f 0, #c71c1d 100%);
    background-image: -webkit-linear-gradient(-29deg, #164c7f 0, #c71c1d 100%);
    background-image: -ms-linear-gradient(-29deg, #164c7f 0, #c71c1d 100%);
    opacity: .85;
}

.tag .archive-header .archive-header-bg .overlay {
    opacity: 0.85;
}

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

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

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

.search .archive-header .archive-header-bg .overlay {
    opacity: 0.85;
}

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

.search .archive-header .tag-count {
	font-family: 'Fira Sans', sans-serif;
    padding: 30px 0 0 0;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.search .archive-header .tag-count span {
    font-weight: 700;
    color: #c71c1d;
}


/* 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: #c71c1d;
}

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

.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: #c71c1d;
}

.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, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 55%);
    background-image: -webkit-linear-gradient(135deg, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 55%);
    background-image: linear-gradient(-45deg, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 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, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 55%);
    background-image: -webkit-linear-gradient(135deg, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 55%);
    background-image: linear-gradient(-45deg, #c71c1d 46%, rgba(39, 96, 150, 0.2) 49%, rgba(39, 96, 150, 0.2) 51%, #c71c1d 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: #c71c1d;
}

.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 20px;
}

.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: #c71c1d;
    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 .section-header .section-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
}
.single-sections .column {
	margin: 0 0 30px;
}
.single-sections .article-title {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

/* Pages */
.page .archive-header {
	margin: 0;
}
.page .content-article h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    margin: 40px 0 20px;
    letter-spacing: -0.01em;
}
.page .content-article p {
	font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #231f20;
    margin: 0 0 1.11em;
}


/* 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: #c71c1d;
}

.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: #c71c1d;
}

.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;
	margin: 0 !important;
}

.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;
}

/*--------------------------------------------------------------
Breaking News - Header
--------------------------------------------------------------*/
.breaking {
    background-color: #f8de0c;
    border-top: 1px solid #aa9b1e;
    overflow: hidden;
    position: relative;
}
.single .breaking, .category .breaking {
	top: 36px;
}
.breaking:before {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.breaking:after {
    bottom: 0;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 100;
}
.breaking .inner_block {
    background-color: #ffe50d;
    position: relative;
    width: 1260px;
    margin: 0 auto;
}
.breaking .inner_block:after,
.breaking .inner_block:before {
    background: url(img/ribbon.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    content: "";
    height: 60px;
    left: -18px;
    position: absolute;
    top: 0;
    width: 18px;
}
.breaking .inner_block:after {
    background-position: right center;
    left: auto;
    right: -18px;
}
.breaking_ticker {
    color: #222;
    display: block;
    font-family: 'Fira Sans', sans-serif;
}
.breaking_ticker:hover {
    color: #dc1000;
}
.breaking_ticker .label {
    background: url(img/breaking_ticker_label.png) no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #dc1000;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.breaking_ticker span {
    background: url(img/clock_03_red.png) no-repeat scroll 25px center rgba(0, 0, 0, 0);
    display: block;
    height: 60px;
    line-height: 64px;
    padding: 0 25px 0 80px;
}
.breaking_ticker .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';
    font-size: 1.2em;
    font-weight: 700;
    height: 60px;
	line-height: 62px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	float: none !important;
    margin: 0;
    padding: 0 20px;
    clear: none;
}

.hot_topic .breaking_ticker span {
    background: url(img/zeska-tema-icon.png) no-repeat scroll 25px center rgba(0, 0, 0, 0);
	background-size: 40px 50px;
    display: block;
    height: 60px;
    line-height: 64px;
    padding: 0 25px 0 80px;
}

/* 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: 0;
    }
}


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


/* Tablet */


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

@media (max-width: 1023px) {
    /* Header */
    .navbar-header {
        float: none;
    }
    /* 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: 80px;
        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: 80px !important;
        line-height: 80px !important;
    }
    /* Typography */
    .gigantic {
        font-size: 55px;
        line-height: 1;
    }
    /* Ads */
    .article-banner-top .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%;
    }
}