/* ==========================================================================
   Base
   ========================================================================== */


html { color: #222; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #97b3e3; text-shadow: none; color: #fff; }
::selection { background: #97b3e3; text-shadow: none; color: #fff; }
body { background: #fff; font-family: 'Roboto', arial, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }



/* ==========================================================================
   Links
   ========================================================================== */


a { color: #2a58a7; text-decoration: none; background: transparent; -webkit-transition: all 0.15s; transition: all 0.15s; }
:focus { outline: 0; }
a:hover { color: #bc2c43; text-decoration: none; cursor: pointer; }
a:active, a:hover { outline: 0; }



/* ==========================================================================
   Typography
   ========================================================================== */


h1 { font-size: 30px; margin: 0 0 12px; }
h2 { font-size: 24px; margin: 0 0 12px; }
h3 { font-size: 24px; margin: 0 0 12px; }
h4 { font-size: 20px; margin: 0 0 12px; }
h5 { font-size: 20px; margin: 0 0 12px; }
h6 { font-size: 20px; margin: 0 0 12px; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-family: 'Roboto Slab', Georgia, serif; font-weight: bold; font-style:normal; color: #403f38; }
h1 { line-height: 1.2; }
article, aside, p, li, dt, dd, section, td, figure, form { font-size: 20px; }
p { font-family: 'Roboto', arial, sans-serif; font-weight: 300; font-style:normal; color: #302b27; margin-bottom: 18px; font-size: 18px; line-height: 1.5; }

.structural, .structural li {margin: 0; padding: 0; list-style: none; }

@font-face {
  font-family: 'icons';
  src: url('../font/icons.eot?43896029');
  src: url('../font/icons.eot?43896029#iefix') format('embedded-opentype'),
       url('../font/icons.woff?43896029') format('woff'),
       url('../font/icons.ttf?43896029') format('truetype'),
       url('../font/icons.svg?43896029#icons') format('svg');
  font-weight: normal;
  font-style: normal;
   -webkit-font-smoothing: antialiased;
}

 [class^="icon-"]:before, [class*=" icon-"]:before, label.radio span:before, .jcarousel a:after, .article-image a:after {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gplus:before 				{ content: '\e800'; }
.icon-facebook:before 			{ content: '\e801'; }
.icon-twitter:before 			{ content: '\e802'; }
.icon-linkedin:before 			{ content: '\e803'; }
.icon-youtube-play:before 		{ content: '\e804'; }
.icon-search:before 			{ content: '\e805'; }
.icon-cancel:before 			{ content: '\e806'; }
.icon-ok:before 				{ content: '\e807'; }
.icon-plus:before 				{ content: '\e808'; }
.icon-minus:before 				{ content: '\e809'; }
.icon-export:before 			{ content: '\e80a'; }
.icon-down-dir:before 			{ content: '\e80b'; }
.icon-up-dir:before 			{ content: '\e80c'; }
.icon-left-dir:before 			{ content: '\e80d'; }
.icon-right-dir:before 			{ content: '\e80e'; }
.icon-down-open:before 			{ content: '\e80f'; }
.icon-left-open:before 			{ content: '\e810'; }
.icon-right-open:before 		{ content: '\e811'; }
.icon-up-open:before 			{ content: '\e812'; }
.icon-play:before 				{ content: '\e813'; }
.icon-play-circled:before 		{ content: '\e814'; }
.icon-play-circled2:before 		{ content: '\e815'; }
.icon-dot-circled:before 		{ content: '\e816'; }
.icon-circle-empty:before 		{ content: '\e817'; }
.icon-circle:before 			{ content: '\e818'; }
.icon-mail:before 				{ content: '\e819'; }
.icon-menu:before 				{ content: '\e81a'; }
.icon-paper-plane-empty:before 	{ content: '\e81b'; }

label { cursor: pointer; display: block; }
label.radio input[type="radio"] { display: none; }
label.radio span { display: inline-block; padding-left: 1.25em; position: relative; font-weight: 300; font-size: 16px; }
label.radio span:before { content: '\e817'; font-size: .66em; position: absolute; top: .45em; left: 0; color: #2e3133; }
input[type=radio]:checked + span:before { content: '\e816'; color: #bc2c43; }
label.radio:hover span:before, input[type=radio]:checked + span, label.radio:hover span { color: #bc2c43; }

.btn, button { font-family: "Source Sans Pro",arial,sans-serif; background: #bc2c43; color: #FFF; font-size: 14px; padding: .5em 1.5em; text-transform: uppercase; border: none; font-weight: 900; -webkit-transition: all .15s; transition: all .15s; border-radius: 2px; }
.btn:hover, button:hover, .btn.active { background: #14161a; color: #fff; }


/* ==========================================================================
   Blocks
   ========================================================================== */


/* header */
.site-header { padding-top: 45px; padding-bottom: 30px; }
.collapsed .site-header { padding-bottom: 83px; }
.collapsed .navigation { position: fixed; top: 45px; width: 100%; z-index: 60; box-shadow: 0 1px 2px 0 rgba(20, 22, 26, 0.25); }


/* footer */
.site-footer { background: #4671b8; margin-top: 75px; clear: both; }
.foot-send { background: #e1e1e1; text-align: center; padding: 7px 0 9px; }
.foot-send li { display: inline-block; }
.foot-send a { font-size: 16px; padding: 0 20px; text-decoration: underline; }
.foot-send a span { display: inline-block; padding-left: 5px; }
.foot-send li:first-child a { border-right: 1px solid #4671b8; }
.foot-links { margin-top: 50px; }
.foot-links li, .logotypes li { display: inline-block; vertical-align: middle; float: none; height: auto; }
.foot-links li:last-child a { border: 0; }
.foot-links a { font-size: 16px; font-weight: 400; color: #fff; filter:alpha(opacity=60); opacity: .6; display: block; padding: 0 12px; border-right: 1px solid #45413E; }
.logotypes a { filter:alpha(opacity=60); opacity: .6; display: block; height: 51px; margin: 0 20px; }
.foot-links a:hover, .logotypes a:hover { filter:alpha(opacity=100); opacity: 1; }
.logotypes  { margin: 30px 0; }
.logotypes .dnevnik a 		{ background: url(../img/f-dnevnik.png) no-repeat 0 0; width: 146px; }
.logotypes .oyo a 			{ background: url(../img/f-nplus.svg) no-repeat 0 9px; width: 87px; }
.logotypes .gol a 			{ background: url(../img/f-gol.svg?1) no-repeat 0 3px; width: 90px; background-size: contain;}
.logotypes .blog a 			{ background: url(../img/f-blog.png) no-repeat 0 0; width: 61px; }
.logotypes .nova a 			{ background: url(../img/f-nova.png?1) no-repeat 0 0; width: 40px; background-size: contain; background-position: center;}
.logotypes .doma a 			{ background: url(../img/f-doma.png?v=15092014) no-repeat 0 0; width: 75px; }
.logotypes .zadovoljna a 	{ background: url(../img/f-zadovoljna.png) no-repeat 0 10px; width: 170px; }


/* network header */
#nafna { background: #2d2e34; padding-top: 5px; position: fixed; top: 0; width: 100%; z-index: 100; }
#nafna .cont { width: 972px; margin: 0 auto; position: relative; }
#nafna ul { text-align: center; }
#nafna li { display: inline-block; vertical-align: top; }
#nafna li a { color: #B9BCBD; display: table-cell; font-size: 10px; height: 40px; line-height: .6rem; position: relative; text-decoration: none; text-shadow: 0 1px 2px rgba(0, 0, 0, .8); text-transform: uppercase; -webkit-transition: none 0s ease .1s; transition: none 0s ease .1s; vertical-align: middle; width: 80px; font-weight: 900; }
#nafna li a span {border-radius: 3px 3px 3px 3px; display: inline-block; padding: 8px 0; width: 100%; }
.ie8 #nafna li a span { font-size: 70%; }
#nafna .n-dnevnik a:hover span { background-color: #C50A1D; color: #FFF; }
#nafna .n-zadovoljna a:hover span { background-color: #FF5E7F; color: #FFF; }
#nafna .n-showbuzz a:hover span { background-color: #E8B01F; color: #FFF; }
#nafna .n-oyo a:hover span { background-color: #01D1FF; color: #FFF; }
#nafna .n-tech a:hover span { background-color: #4671b8; color: #FFF; }
#nafna .n-entertainment a:hover span { background-color: #FC8857; color: #FFF; }
#nafna .n-blog a:hover span { background-color: #FF0600; color: #FFF; }
#nafna .n-nova a:hover span { background-color: #c80a1e; color: #FFF; }
#nafna .n-doma a:hover span { background-color: #00B4B4; color: #FFF; }
#nafna .active { margin: 0 10px; }
#nafna .n-sport a:hover { background-color: #08507f; color: #FFF; }
#nafna .n-tech.active a { background-color: #4671b8; color: #FFF; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
#nafna .n_nova { height: 30px; left: 20px; position: absolute; top: 3px; width: 32px; opacity: .4}
.n_nova { display: block; text-indent: -9999px; background: url("../img/f-nova.png?1") no-repeat 0 0; background-size: contain }


/* navigation */
.navigation { background: #426FB5; background: -webkit-linear-gradient(to bottom, rgba(70,114,184,1) 0%, rgba(63,108,179,1) 100%); background: linear-gradient(to bottom, rgba(70,114,184,1) 0%, rgba(63,108,179,1) 100%); box-shadow: 0 -1px 0px 0px rgba(20, 22, 26, .5); position: relative; z-index: 60; height: 53px; }
.navigation .container { padding: 0 20px; border-left: 1px solid #a7b7d1; border-right: 1px solid #a7b7d1; -webkit-transition: all 0.2s; transition: all 0.2s; }
.navigation .site-nav { height: 53px; }
.navigation .site-nav ul { display: table; width: 100%; }
.navigation .site-nav li { display: inline-block; margin-top: 4px; }
.navigation li.nav-logo { top: -5px; position: relative; margin-right: 5px; }
.navigation .site-nav .nav-logo a { display: block; padding: 5px 8px 0 0; }
.navigation .site-nav a { color: #fff; text-transform: uppercase; font-size: 17px; padding: 6px 10px; font-family: "Source Sans Pro",arial,sans-serif; border-radius: 2px; }
.navigation .site-nav a:hover, .navigation .social-nav a:hover, .navigation .icon-search:hover { background: rgba(20,22,26,.3) }
.navigation .site-nav .active a, .navigation .site-nav .active a:hover { background: #14161a; }
.navigation .site-nav .nav-logo a:hover, .navigation .site-nav .nav-logo.active a { background: rgba(0,0,0,0); }
.navigation .search .icon-search, .navigation .mob-menu .icon-menu { padding: 15px 19px; display: block; color: #fff; }
.navigation .mob-menu { width: 60px; display: none; }
.navigation .social-nav { width: 234px; padding-left: 24px; text-align: right; }
.social-nav ul { display: inline-block; padding-left: 5px; }
.social-nav li { display: inline-block; }
.social-nav a { color: #fff; font-size: 18px; padding: 2px; }
.social-nav > span { color: #c0dcff; text-transform: uppercase; font-size: 12px; }
.navigation .search { width: 60px; border-left: 1px solid #a7b7d1; border-right: 1px solid #a7b7d1; position: relative; cursor: pointer; display: none; }
.search .do-search { display: none; background: #eee; box-sizing: border-box; padding: 10px; position: absolute; right: 0; top: 53px; width: 400px; box-shadow: 0 2px 2px 0 rgba(20, 22, 26, 0.25); z-index: 50; }
.search #search-input { font-size: 16px; padding: 5px; width: 67%; font-family: "Source Sans Pro",arial,sans-serif; }
.search .btn-do-search {}
.search-open .navigation .search .icon-search { background: #eee; color: #426FB5; }
.search-open .search .do-search { display: block; }

/* mobile navigation */
.slide-nav { position: fixed; top: -100px; left: 0; bottom: 0; padding-top: 100px; overflow-x: hidden; overflow-y: auto; width: 270px; background: #426FB5; z-index: 666; -ms-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); -webkit-transition: transform 0.3s ease-in-out 0s; transition: transform 0.3s ease-in-out 0s; }
.no-csstransforms3d .slide-nav { display: none; }
.mobile-overlay .icon-cancel { color: #fff; font-size: 20px; position: fixed; right: 6px; top: 12px; visibility: hidden; }
.mobile-overlay .icon-cancel:before {}
.slide-nav .go-home { height: 58px; border-bottom: 1px solid #003f80; }
.slide-nav .go-home a { display: block; padding: 10px 20px 15px; }
.slide-nav .go-home img { width: 64px; height: auto; }
.slide-nav .mobile-navigation { padding: 5px 0; }
.slide-nav .mobile-navigation a { display: block; color: #fff; font-size: 17px; line-height: 3; padding: 0 20px; text-transform: uppercase; font-family: "Source Sans Pro",arial,sans-serif; }
.slide-nav .mobile-navigation .active { background: #14161a; }
.slide-nav .social-nav { border-top: 1px solid #fff; margin: 0 20px; padding: 16px 0; text-align: center; }
.slide-nav .social-nav ul { padding-left: 0; }
.slide-nav .social-nav a { padding: 7px; }
.slide-nav .foot-send a { text-decoration: none; line-height: 3; }
.slide-nav .foot-send li:first-child a { border-right: 0; }
.slide-nav .foot-links  { margin-top: 0; padding: 20px 20px 0; }
.slide-nav .foot-links li { display: block; line-height: 2; }
.slide-nav .foot-links a { padding: 0; border-right: 0; }
.slide-nav .logotypes { margin: 20px 0; }
.slide-nav .logotypes a { backface-visibility: hidden; background-size: 100% auto; }
.slide-nav .logotypes .dnevnik a, .slide-nav .logotypes .zadovoljna a { width: 96px; }
.slide-nav .logotypes .oyo a { width: 57px; }
.slide-nav .logotypes .blog a, .slide-nav .logotypes .nova a { width: 41px; }
.slide-nav .logotypes .doma a { width: 49px; }
.slide-nav .logotypes .nova a { width: 28px; background-position: top; }
.nav-open .slide-nav { -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.no-csstransforms3d .nav-open .slide-nav { display: block; }
.mobile-overlay { top: -100px; background: rgba(0,0,0,0); z-index: -1; position: fixed; -webkit-transition: background 0.3s ease-in-out 0s, z-index 0.3s ease-in-out 0.3s; transition: background 0.3s ease-in-out 0s, z-index 0.3s ease-in-out 0.3s; }
.nav-open .mobile-overlay { background: rgba(0,0,0,.8); z-index: 665; -webkit-transition: background 0.3s ease-in-out 0s; transition: background 0.3s ease-in-out 0s; cursor: pointer; }
.nav-open .icon-cancel { visibility: visible; }
.nav-open .page-wrapper { overflow: hidden; }



/* common to front articles */
.article { position: relative; float: left; }
.article-body video { max-width: 100%; }
.article .img { position: relative; }
.article-category { position: absolute; top: 0px; left: 30px; z-index: 11; }
.article-category a { background: #4671b8; color: #fff; font-family: "Source Sans Pro",arial,sans-serif; font-size: 12px; padding: 4px 10px; text-transform: uppercase; font-weight: normal; display: block; }
.title { color: #14161a; font-size: 19px; margin-bottom: 0; }
.subtitle { display: block; color: #4671b8; font-size: 11px; text-transform: uppercase; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.author { color: #787a7d; font-size: 13px; font-style: italic; font-weight: 400; font-family: "Source Sans Pro",arial,sans-serif; }

.article-url:hover .subtitle { color: #14161a; }
.article-url:hover .title { color: #bc2c43; }

.invers .article-url { display: block; position: relative; }
.invers .title { color: #fff; font-weight: bold; }
.invers .subtitle { color: #fff4a1; }
.invers .author { color: #ced2d9; }
.invers .summary { color: #fff; font-size: 15px; line-height: 1.5; font-weight: 400; margin-bottom: 0; }

/*.header-articles .invers .article-url:hover { background: rgba(20, 22, 26, 0.2); }*/
.invers .article-url:hover .subtitle { color: #fff; }
.invers .article-url:hover .title { color: #fff4a1; }

.article.g12 .article-url:before, .article.g6 .article-url:before, .article.relevance-1 .article-url:before, .article.relevance-2 .article-url:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: " "; background: -webkit-linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.4) 33%, rgba(0,0,0,.025) 65%, rgba(0,0,0,.025) 100%);  background: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.4) 33%, rgba(0,0,0,.025) 65%, rgba(0,0,0,.025) 100%); -webkit-transition: background .15s; transition: background .15s; }
.article.g12 .article-url:hover:before, .article.g6 .article-url:hover:before, .article.relevance-1 .article-url:hover:before, .article.relevance-2 .article-url:hover:before, .header-articles .invers .article-url:hover, .separated-articles .invers .article-url:hover { background-color: rgba(0,0,0,.2); }

.article-category a:hover { background: #14161a; color: #fff; }

.box-title { font-family: "Source Sans Pro",arial,sans-serif; font-style: italic; font-weight: bold; margin: 0; color: #3b414c; }
.box-title span { font-style: normal; font-weight: normal; padding: 0 5px; }

.article-url { display: block; }
.article-url .img { -webkit-transition: -webkit-transform 5s !important; transition: transform 5s !important; }
.article-url:hover .img { -webkit-transform: scale(1.05); transform: scale(1.05); -ms-transform: none; }
.article-related .article-url:hover .img { -ms-transform: none; -webkit-transform: none; transform: none; }
/*.header-articles .meta-holder { transition: all 5s; }
.header-articles .meta-holder:hover { background-size: auto 105%; }*/

/* header articles */
.header-articles { position: relative; width: 100%; height: 345px; }
.header-articles:before {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: " "; opacity: .8; z-index: 5;
	background: rgba(42,88,167,1);
	background: -webkit-linear-gradient(115deg, rgba(17, 76, 166, 1) 20%, rgba(72, 9, 89, .9) 52%, rgba(153, 15, 15, 1) 80%) repeat scroll 0 0;
	background: linear-gradient(115deg, rgba(17, 76, 166, 1) 20%, rgba(72, 9, 89, .9) 52%, rgba(153, 15, 15, 1) 80%) repeat scroll 0 0;
	/*background: linear-gradient(115deg, rgba(0, 66, 166, .95) 20%, rgba(70, 0, 70, 1) 52%, rgba(170, 0, 0, .95) 80%) repeat scroll 0 0;*/
	/*background: linear-gradient(103deg, rgba(0, 0, 0, 1) -50%, rgba(0, 66, 166, 1) 10%, rgba(70, 0, 70, 1) 50%, rgba(170, 0, 0, 1) 90%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;*/
	/*background: linear-gradient(103deg, rgba(0, 0, 0, .95) -50%, rgba(0, 66, 166, 0.8) 10%, rgba(70, 0, 70, 0.8) 50%, rgba(170, 0, 0, 0.8) 90%, rgba(0, 0, 0, .95) 150%) repeat scroll 0 0;*/
	/*background: linear-gradient(103deg, rgba(151, 179, 227, 1) -25%, rgba(42, 88, 167, 0.9) 10%, rgba(146, 0, 0, 0.9) 90%, rgba(251, 91, 44, 1) 125%) repeat scroll 0 0;*/
}
/*.header-articles:before {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: " "; opacity: .3; z-index: 4;
	background: rgba(42,88,167,1);
	background: linear-gradient(103deg, rgba(173,129,188,1) -25%, rgba(70,34,85,1) 10%, rgba(42,88,167,1) 50%, rgba(146,0,0,1) 90%, rgba(251,91,44,1) 125%);
}
*/
.header-articles.a-0 { height: 0; }
.header-articles .article { height: 345px; position: relative; }
.header-articles.a-1 .article { width: 100%; }
.header-articles.a-2 .article { width: 50%; }
.header-articles.a-3 .article { width: 33.3333%; }
.header-articles .article-category { position: relative; text-align: center; top: 15px; left: auto; }
.header-articles .article-category a { display: inline-block; }
.header-articles .meta-holder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: 50% 50%; }
.header-articles .article-url { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background: rgba(19, 64, 140, 0); border-right: 1px solid rgba(20, 22, 26, 0.65); }
.header-articles .title-holder { bottom: 14px; left: 50%; -ms-transform: translate(-50%); -webkit-transform: translate(-50%); transform: translate(-50%); position: absolute; text-align: center; width: 400px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.header-articles .article:last-child .article-url { border: 0; }
.header-articles .title { font-size: 24px; }
.header-articles .subtitle { font-size: 12px; }

.header-articles.a-1 .title-holder { width: 520px; }
.header-articles.a-1 .title { font-size: 32px; margin-bottom: 6px; }
.header-articles.a-1 .subtitle { font-size: 15px; }


/* top news */
/*.homepage-page .top-news { margin-bottom: 10px; }*/

/*  separated articles */
.separated-articles { padding: 0 10px; position: relative; margin-bottom: 20px; width: 100%; box-sizing: border-box;  height: 265px; }
.separated-articles .article { height: 265px; float: left; width: 100%; }
.separated-articles.a-2 .article { width: 50%; }
.separated-articles .article:nth-child(2):after { content: " "; width: 1px; position: absolute; top: 0; bottom: 0; left: -1px; background: rgba(20, 22, 26, 0.65); z-index: 15; }
.separated-articles .meta-holder { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: 50% 50%; }
.separated-articles .article-url { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background: rgba(19, 64, 140, 0); }
.separated-articles .article .title-holder { bottom: 14px; left: 20px; position: absolute; width: 210px; left: 50%; -ms-transform: translate(-50%); -webkit-transform: translate(-50%); transform: translate(-50%); text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); text-align: center; z-index: 10; }
.separated-articles .article .title { font-size: 20px; line-height: 1.2; }
.separated-articles .article-category { position: relative; width: 100%; text-align: center; top: 15px; left: auto; }
.separated-articles:after {
	position: absolute; top: 0; right: 10px; bottom: 0; left: 10px; content: " "; opacity: .85; z-index: 5;
	background: -webkit-linear-gradient(103deg, rgba(70,114,184,1) -15%, rgba(34,59,135,1) 15%, rgba(46,11,61,1) 50%, rgba(34,59,135,1) 85%, rgba(70,114,184,1) 115%);
	background: linear-gradient(103deg, rgba(70,114,184,1) -15%, rgba(34,59,135,1) 15%, rgba(46,11,61,1) 50%, rgba(34,59,135,1) 85%, rgba(70,114,184,1) 115%);
}
.separated-articles.a-0 { height: 0; margin: 0; }
.separated-articles .article-category a { display: inline-block; }


/* big one article */
.article.relevance-1 { width: 100%; margin-bottom: 20px; }
.article.relevance-1 .title-holder { bottom: 14px; left: 20px; position: absolute; max-width: 340px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.article.relevance-1 .title { font-size: 30px; line-height: 1.2; }
.article.relevance-1 .subtitle { font-size: 12px; }


/* big half articles */
.article.relevance-2 { width: 50%; margin-bottom: 20px; }
.article.relevance-2 .title-holder { bottom: 14px; left: 20px; position: absolute; max-width: 250px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
.article.relevance-2 .title { font-size: 22px; line-height: 1.2; }


/* articles */
.article.g4, .article.relevance-3 { width: 33.3333%; margin-bottom: 25px; overflow: hidden; }
.article.g4 .title-holder, .article.relevance-3 .title-holder { box-sizing: border-box; background: #fff; left: 20px; width: 73.5294%; padding: 16px 20px 0; position: relative; top: -60px; box-shadow: 0 -1px 0 0 rgba(20, 22, 26, 0.125); margin-bottom: -60px; }
.article.g4 .title-holder:before, .article.g4 .title-holder:after, .article.relevance-3 .title-holder:before, .article.relevance-3 .title-holder:after { content: " "; background: rgba(20, 22, 26, 0.125); width: 1px; height: 71px; position: absolute; left: -1px; top: -1px; }
.article.g4 .title-holder:after, .article.relevance-3 .title-holder:after { left: auto; right: -1px; }

.article.g4 .title, .article.relevance-3 .title { font-weight: normal; }
article.article.g4:nth-child(3n+4) { clear: both; }
.on-home article.article.g4:nth-child(3n+4) { clear: none; }
.on-home article.article.g4.row-end + .article { clear: both; }

.article.g4 .article-url:hover img, .article.relevance-3 .article-url:hover img { opacity: .8; -webkit-transition: all .15s; transition: all .15s; }

.article .article-url > .relative { z-index: -1; overflow: hidden; }
.article .article-url .relative span { /*background: #000;*/ background-color: #B9BCBD; bottom: 0; left: 0; position: absolute; right: 0; top: 0; }


/* tag page */
.theme-header { text-align: center; }



/* ARTICLE */

.atricle-top .article-category { position: static; }
.atricle-top .article-category a { display: inline-block; }
.atricle-top .title-author { padding-right: 260px; margin-top: 10px; border-bottom: 2px solid #d7d7d7; margin-bottom: 20px; }
.atricle-top .title { font-size: 40px; font-weight: 400; }
.atricle-top .lead { font-family: "Roboto",arial,sans-serif; color: #555555; line-height: 1.5; font-weight: 400; padding-right: 70px; }
.atricle-top .author-time { color: #898989; font-size: 14px; margin-top: 0; font-family: "Source Sans Pro",arial,sans-serif; }
.atricle-top .author-time img { max-width: 30px; }
.atricle-top .author { font-style: normal; padding-left: 7px; color: #2a58a7; font-size: 14px; }
.atricle-top .author:hover { color: #d2370a; }
.atricle-top .time {  }
.article-image, .article-main-live, .article-main-video { margin: 0 0 23px; }
.article-image a { position: relative; }
.article-image figcaption { border-bottom: 1px solid #ccc; color: #999; font-family: "Source Sans Pro",arial,sans-serif; font-size: 15px; padding: 5px 0; text-align: center; }
.image-title { padding-right: 5px }
.article-content { padding-left: 90px; position: relative; }
.article-body { padding-right: 20px; color: #302b27; font-family: "Roboto",arial,sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 1.4; }
.article-body strong, .article-body b { font-weight: 400; }
.article-body img { width: 100%; height: auto; }
.article-body img.adtrack { width: 1px; }
.article-body iframe { width: 100%; }
.article-body blockquote { margin: 8px 0 18px 20px; padding-left: 20px; border-left: 2px solid #bc2c43; }
.article-body blockquote p { font-style: italic; font-weight: 400; margin-bottom: 0; margin-top: 0; }
.article-body blockquote .quote-author { font-size: 14px; font-style: normal; }
.article-body blockquote .quote-author:before { content: "— " }
.article-body .quote-half {  }
.article-body a { text-decoration: underline; }
/*.article-body .quote-half:before { content: "\""; }*/

.video-player {	position: relative; }


/* tags */
.article-tags { font-family: "Source Sans Pro",arial,sans-serif; padding: 15px 0;
	background-image: -webkit-linear-gradient(to right, #e1e1e1 33%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to right, #e1e1e1 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 6px 2px;
    margin: 30px 0 50px;
    position: relative;
    clear: both;
}
.article-tags:after { bottom: 0; content: " "; display: block; height: 2px; position: absolute; width: 100%;
	background-image: -webkit-linear-gradient(to right, #e1e1e1 33%, rgba(255, 255, 255, 0) 0%);
	background-image: linear-gradient(to right, #e1e1e1 33%, rgba(255, 255, 255, 0) 0%);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 6px 2px;
}
.article-tags .box-title { font-size: 20px; left: 0; position: absolute; top: 16px; }
.article-tags ul { margin-left: 70px; }
.article-tags li { display: inline-block; font-size: 18px; text-transform: uppercase; color: #878d96; }
.article-tags li:after { content: "·"; display: inline-block; padding: 0 5px; color: #3b414c; }
.article-tags li:last-child:after { display: none;  }
.article-tags li a { color: #878d96; }
.article-tags li a:hover { color: #d2370a; }
/* social shares */
.article-share.share-top { background: #fcfcfc; border: 1px solid #ede9e8; text-align: center; width: 178px; padding-bottom: 16px; position: absolute; top: 39px; right: 10px; }
.article-share p { color: #3b414d; font-size: 18px; margin-bottom: 7px; }
.article-share li { display: inline-block; padding: 0 3px; }
.article-share a { font-size: 24px; }
.article-share a span { padding: 3px 4px 2px; -webkit-transition: all .15s; transition: all .15s; }
.icon-export:before { margin-left: 0; margin-right: 7px; }
.share-count { font-family: "Source Sans Pro",arial,sans-serif; font-weight: bold; font-size: 20px; }
.article-wrapper .icon-facebook { color: #3b5998; }
.article-wrapper .icon-twitter { color: #55acee; }
.article-wrapper .icon-gplus { color: #dd4b39; }
.article-share a:hover .icon-facebook { background: #3b5998; color: #fff; }
.article-share a:hover .icon-twitter { background: #55acee; color: #fff; }
.article-share a:hover .icon-gplus { background: #dd4b39; color: #fff; }
.article-share.share-left { text-align: center; width: 70px; position: absolute; top: 0; left: 0; }
.article-share.share-left .textual { font-size: 11px; display: block; }
.article-share.share-left .icon-export { display: none; }
.article-share.share-left .share-count { display: inline-block; margin: -2px 0; }
.article-share.share-left p { margin-top: 2px; }
.article-share.share-left li { display: block; margin: 7px 0; padding: 0; }
.article-share.share-left a span { display: block; }
.article-share.share-left a .icon-gplus:before { position: relative; top: 1px; }
.share-num { display: none; }
.article-share .share-invite { font-weight: bold; text-transform: uppercase; font-size: 12px; }
.share-top .share-invite { margin: 18px 0 9px; font-size: 14px; }
.article-share.has-shares .share-invite { display: none; }
.article-share.has-shares .share-num { display: block; }
/* article related */
.article-related { margin-bottom: 50px; margin-left: -10px; margin-right: -10px; }
.article-related .box-title { margin-bottom: 20px; margin-left: 10px; }
.article-related .article { padding: 0 10px; margin-bottom: 20px; }
.article-related .article img { width: 100%; height: auto; margin-bottom: 10px; }
.article-related .article-category { left: 10px; }
.article-related .title { font-size: 16px; font-weight: normal; }
.article-related .subtitle {  }
.article-related .article:nth-child(3n+4) { clear: both; }
/* comments */
.article-comments .box-title { margin-bottom: 20px; }
.article-comments .comments { margin-bottom: 50px; margin-left: -8px; margin-right: -8px; }
.fb_iframe_widget_fluid span, .fb_iframe_widget_fluid span iframe { width: 100% !important; }

/* poll */
.poll { width: 273px; float: right; margin: 0 0 20px 40px; box-sizing: border-box; border-top: 2px solid #bc2c43; }
.poll .box-title { display: none; font-size: 20px; }
.poll .box-title a { color: #3b414c; }
.poll .poll-quest { font-family: 'Roboto Slab', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.3; margin: 12px 0; }
.poll .submit-answer { margin: 20px 0 0; clear: both; }
.poll li { font-size: 18px; line-height: 1.3; color: #2E3133; margin-bottom: 5px; }
.poll .poll-results { margin: 5px 0 15px; padding: 5px; overflow: hidden; border-bottom: 2px solid #EEE; display: none; }
.poll .bar-holder, .poll .text-holder { width: 50%; float: left; }
.poll .bar-holder { height: 10px; background: #f0f0f0; }
.poll .text-holder { font-size: .7em; line-height: 0.9; color: #606366; position: relative; }
.poll .text-holder .percentage { font-weight: 500; position: absolute; right: 5px; }
.poll .results { height: 10px; margin-bottom: 10px; background: #bc2c43; }
/*.poll-img label { position: relative; }
.poll-img label img { height: auto !important; width: 100%; }
.poll-img li { padding-right: .5%; font-size: 14px; }
.poll-img .poll-answer-btn { bottom: 0; left: 0; position: absolute; right: 0; top: 0; }
.poll-img .poll-answer { background: #00070D; background: rgba(0, 7, 13, .8); bottom: 0; color: #F0F1F2; left: 0; padding: 3px 6px; position: absolute; font-family: 'Roboto Condensed', sans-serif; width: 100%; text-align: center; }
.poll-img .active .poll-answer-btn, .poll-img .active .poll-answer-btn:hover { background: transparent; }
.poll-img .active .poll-answer-btn:before, .poll-img .active .poll-answer-btn:hover:before { content: '\e811'; background: #00070D; color: #F28500; font-size: 30px; left: 50%; padding: 3px 5px 5px; position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; }

.poll-img li:hover .poll-answer-btn { background: rgba(0,0,0,.25); }
.poll-img .bar-holder, .poll-img .text-holder { float: none; width: 100%; }
.poll-img .text-holder { margin-bottom: 5px; }
.poll-img .poll-results { margin-bottom: 0; }*/

/*poll voted */
.poll .voted .poll-results { display: block; }
.poll .voted .all-polls { display: inline-block; }
.poll .voted .sand-vote, .poll-img .voted .poll-answer-btn { display: none; }
.poll .voted label { cursor: text; }
.poll .voted label.radio span { padding-left: 0; }
.poll .voted label.radio span:before { content: " "; }
.poll .voted input[type="radio"]:checked + span, .poll .voted label.radio:hover span { color: #2e3133; }

/* carousel */
#articleGallery { margin-bottom: 30px; border-bottom: 2px solid #717A8C; }
.jcarousel { overflow: hidden; position: relative; }
.jcarousel ul { list-style: none outside none; margin: 0; padding: 0; position: relative; width: 20000em; }
.jcarousel li { float: left; }
.jcarousel-wrapper { display: inline-block;  position: relative; width: 100%; box-sizing: border-box; }
.jcarousel-wrapper li { margin-right: 6px; position: relative; float: left; }
.jcarousel-wrapper li a { display: inline-block; -webkit-transition: none; transition: none; }
.jcarousel-wrapper li a img { width: 100px; height: auto; }
.jc-controls { margin: 3px 0 0; padding-bottom: 3px; text-align: center; position: relative; }
.jc-controls a { font-size: 12px; color: #717A8C; }
.jcarousel-control { bottom: 1px; font-size: 16px; line-height: .7; padding: 7px 10px; position: absolute; }
.jcarousel-control-prev { left: 0; }
.jcarousel-control-next { right: 0; }
.jc-controls .icon-left-open:before, .jc-controls .icon-right-open:before { color: #717A8C; }
article .jcarousel li .media-video:after { background: #2a58a7; background: rgba(8, 80, 127, 0.6); border-radius: 30px; top: 50%; color: #fff; content: "\e813"; left: 50%; filter:alpha(opacity=70); padding: 8px; position: absolute; transform: translate(-50%, -50%); border: 2px solid #fff; font-size: 12px; text-decoration: none; }

.jc-controls .icon-left-open:hover:before, .jc-controls .icon-right-open:hover:before, .jc-controls a:hover { color: #bc2c43; }
 article .jcarousel li a:hover:after { background: #2a58a7; background: rgba(8, 80, 127, 0.6); border-radius: 30px; top: 50%; color: #fff; content: "\e808"; left: 50%; filter:alpha(opacity=70); padding: 8px; position: absolute; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 2px solid #fff; font-size: 12px; text-decoration: none; }
.article-image a:hover:after { background: transparent; border-radius: 30px; top: 50%; color: #fff; content: "\e808"; left: 50%; filter:alpha(opacity=70); padding: 8px; position: absolute; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: none; font-size: 50px; text-decoration: none; }
/*.article-image a:after { background: transparent; border-radius: 30px; top: 50%; color: #fff; content: "\e808"; left: 50%; filter:alpha(opacity=70); padding: 8px; position: absolute; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: none; font-size: 50px; text-decoration: none; }*/
.article-image a { position: static }
.article-image  { position: relative }

/* gallery */
#gallery { background: url(../img/g-bg.png) #14161A; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 100; }

.gallery-header { background: #05080A; height: 60px; position: relative; border-bottom: 2px solid #212224; position: absolute; top: 0; left: 0; width: 100%; }
.gallery-logo { background-position: 10px 19px; display: block; height: 60px; left: 0; position: absolute; top: 0; width: 79px; border-right: 2px solid #212224; }
#back_to_article { color: #F0F1F2; font-size: 18px; padding: 19px 75px 13px 94px; margin-bottom: 0; overflow: hidden; text-overflow: ellipsis; font-weight: 400; }
#back_to_article a { color: #F0F1F2; font-size: 18px; white-space: nowrap; }
.gallery-close { background-position: -64px 22px; display: block; height: 60px; position: absolute; right: 0; top: 0; width: 60px; border-left: 2px solid #212224; }
.gallery-header a { filter:alpha(opacity=80); opacity: .8; }
.gallery-header a:hover { filter:alpha(opacity=100); opacity: 1; }

.gallery-outer { position: absolute; top: 85px; bottom: 130px; left: 30px; right: 30px; }

.gallery-control { top: 50%; color: #c8cacc; padding: 48px 47px; position: absolute; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all .15s; transition: all .15s; filter:alpha(opacity=50); opacity: .5; border: 2px solid #333; border-radius: 4px; background-color: #05080a; background-color: rgba(5, 8, 10, .5); }
.control-previous { left: 20px; background-position: 31px -55px; }
.control-next { right: 20px; background-position: -32px -55px; }
.gallery-more a { height: 100%; width: 100%; background: #4671B8; display: block; filter:alpha(opacity=100); opacity: 1; -webkit-transition: all .15s; transition: all .15s; filter:alpha(opacity=50); opacity: .5; }
.gallery-more a:hover { filter:alpha(opacity=100); opacity: 1; }
.gallery-plus { top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; font-size: 50px; }
#gallery .article-image h2 { font-size: 16px; }
#gallery .article-image { box-shadow: 0 4px 0 -2px #000000; }
/*.gallery-list a .subtitle { font-weight: 400; font-size: 13px; text-transform: uppercase; -webkit-transition: all .1s ease 0s; transition: all .1s ease 0s; color: #939699; }*/
.gallery-list a:hover .subtitle { color: #fff; }
a:hover .article-image figcaption { color: #fea00d;}
.gallery-list .article-image figcaption { max-width: 80%; background: rgba(0, 7, 13, 0.85); }

.gallery-control:hover, #gallery .jc-ctrl:hover { filter:alpha(opacity=100); opacity: 1; }

.gallery-share { background: #05080a; background: rgba(0,7,13,.85); padding: 5px 0 3px; top: 0; position: absolute; right: 0; width: 105px; filter:alpha(opacity=0); opacity: 0; -webkit-transition: all .3s; transition: all .3s; }
.gallery-share li { display: block; padding: 5px 0; color: #fff; margin: 0 10px; }
.gallery-share li a { color: #adb0b3; font-size: 20px; width: auto; margin-bottom: 0; }
.gallery-share .share-counter:after { border: medium solid rgba(0, 0, 0, 0); content: " "; height: 0; pointer-events: none; position: absolute; right: 100%; width: 0; border-width: 5px; border-color: transparent #d4d7d9 transparent transparent; margin-top: -5px; top: 50%; -moz-transform: scale(0.9999); }
.gallery-share .share-counter { background: #d4d7d9; color: #2E3133; float: right; font-size: 13px; margin-left: 6px; margin-right: 0; padding: 2px 0; position: relative; text-align: center; min-width: 40px; margin-top: 3px; }
.gallery-share li a:hover { color: #f0f1f2; }
.gallery-share li a:hover .share-counter { background: #f0f1f2; }
.gallery-share li a:hover .share-counter:after { border-color: transparent #f0f1f2 transparent transparent; }
.gallery-image > div:hover .gallery-share { filter:alpha(opacity=100); opacity: 1; z-index: 17; }
.gallery-share.social-list .tw a, .gallery-share.social-list .fb a, .gallery-share.social-list .gp a { background: none; }

.gallery-list-holder { height: 100%; overflow: auto; }
.gallery-list-holder h5 { margin-bottom: 20px; }


#gallery .jc-nav-holder { position: absolute; bottom: 20px; left: 0; width: 100%; padding: 0 30px; box-sizing: border-box; }
#gallery .jcarousel-wrapper { padding: 0 100px; background: #05080A; }
#gallery .jcarousel-wrapper li  { margin-right: 2px; width: 100px; height: 100px; }
#gallery .jcarousel-wrapper li a img { backface-visibility: hidden; width: 100%; height: auto; filter:alpha(opacity=50); opacity: 0.5; }
#gallery .jcarousel { padding: 2px; }

#gallery .jc-nav { margin: 0; }
#gallery .jc-ctrl { height: 100px; position: absolute; top: 2px; width: 100px; filter:alpha(opacity=50); opacity: .5; }
#gallery .jc-prev { left: 0; background-position: 9px -150px; }
#gallery .jc-next { right: 0;  background-position: -90px -150px; }

#gallery .jcarousel-wrapper li a:hover img { filter:alpha(opacity=100); opacity: 1; -webkit-transition: all .3s; transition: all .3s; }
#gallery .jcarousel-wrapper li .active img { filter:alpha(opacity=100); opacity: 1; box-shadow: 0 0 0 2px #c8cacc; }
#gallery .jcarousel-wrapper li.gallery-more .active  { filter:alpha(opacity=100); opacity: 1; box-shadow: 0 0 0 2px #c8cacc; }
#gallery .jc-pagination { display: none; color: #aaa; font-size: 12px; }
.jcarousel-wrapper a.media-video:before { background-size: 50% auto; background-repeat: no-repeat; margin: -20px 0 0 -20px; }



/* vertical article list */
.v-list { float: left; margin-bottom: 20px; }
.v-list .box-title { font-size: 22px; background: #587fbf; color: #fff; text-align: center; padding: 8px; margin-bottom: 20px; }
.v-list ul {  }
.v-list li { float: left; margin-bottom: 10px; padding-bottom: 11px;
background-image: -webkit-linear-gradient(to right, #cccccc 33%, rgba(255,255,255,0) 0%);
background-image: linear-gradient(to right, #cccccc 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 6px 1px;
background-repeat: repeat-x;
}
.v-list li:last-child:not(:only-child), .v-list ul:last-child li:only-child { background: none; }

.v-list img { float: left; width: 26.4709%; height: auto; }
.v-list .title-holder { box-sizing: border-box; float: left; margin-top: 5px; padding-left: 20px; width: 73.5291%; }
.v-list .title { font-size: 16px; font-weight: normal; line-height: 1.375; margin-top: -2px; }
.external-articles .box-title { background: #717a8c; }
.external-articles img { width: 100%; height: auto; }
.external-articles .img-holder { float: left; width: 26.4709%; position: relative; }
.external-articles .img-holder:after { content: " "; position: absolute; top: 0; right: 0; height: 100%; width: 3px; background: #c80a1e;}
.external-articles .article-gol .img-holder:after { background: #08507f;}
.external-articles .article-punkufer .img-holder:after { background: #45ddcc;}
.external-articles .article-dnevnik .subtitle { color: #c80a1e; }
.external-articles .article-gol .subtitle { color: #08507f; }
.external-articles .article-punkufer .subtitle { color: #45ddcc;}
.v-list a:hover .title { color: #bc2c43 !important; }
.v-list a:hover .subtitle { color: #14161a !important; }

/* more articles */
.other-articles .box-title { display: block; text-align: center; font-size: 36px; margin-bottom: 30px; }
.homepage-page .other-articles > header { display: none; }

/* 404 */
.page-404 { background: rgba(0, 0, 0, 0) url("../img/404-bg.png") no-repeat scroll 80% 0; min-height: 725px; padding: 0 90px; }
.page-404 h1 { color: #bc2c43; font-size: 30px; }
.page-404 h1 span { font-size: 120px; }
.page-404 p { font-size: 18px; font-family: 'Roboto Slab', Georgia, serif; font-weight: 400; }

/* search-results */
.search-results { min-height: 520px; }
.search-results > header span { color: #bc2c43; }

/* load more btn */
.load-more { text-align: center; margin-top: 30px; padding: 0 20px; }
.load-more .g12, .paginator .g12 ul {
background-image: -webkit-linear-gradient(to right, #b7b7b7 33%, rgba(255,255,255,0) 0%);
background-image: linear-gradient(to right, #b7b7b7 33%, rgba(255,255,255,0) 0%);
background-position: center;
background-size: 6px 2px;
background-repeat: repeat-x;
  }
.load-more a { background: #bc2c43; color: #fff; font-family: "Source Sans Pro",arial,sans-serif; font-size: 18px; padding: 14px 51px; text-transform: uppercase; display: inline-block; }
.load-more a:hover { background: #14161a; }

/* paginator */
.paginator { margin-top: 30px; }
.paginator li { display: inline-block; border: 2px solid #fff; }
.paginator .btn { display: inline-block; }

/* banners */
/*
.inactive-ad { position: fixed; top: -100px; right: -100px; bottom: -100px; left: -100px; background: rgba(0,0,0,0.8); z-index: 500; display: none; }
.inactive-ad .dialog { position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 100px; background: #fff; border-radius: 5px; text-align: center; }
.blurred .inactive-ad { display: block; }

.g4 .banner .iAdserver, .g4 .banner-holder .iAdserver { padding: 20px; background: #f2f4f7; float: left; margin-bottom: 40px; }
.iAdserver:empty { display: none; }
.billboard { margin: -30px 0 30px; background: #f2f4f7; }
*/
/* banner positioning homepage 300 */
/*
.banner-300-600 .article.g4:nth-child(3n+4) { clear: none; }
.banner-300-600 .article.g4.to-clear, .banner-300-250 .article.g4.to-clear { clear: both; }
.banner-300-600 .article.g4.to-push {  box-sizing: content-box; padding-right: 340px; }
.banner-300-600 .banner.g4 { position: absolute; top: 0; right: 0; }
.banner-300-250 .article.g4.to-clear.not-250 { clear: none; }
.article-right .banner { margin-bottom: 40px; }
*/

/* in article video banner
.novaInTextAd { background: #F2F4F7; border: 1px solid #ebebeb; width: 100%; padding: 8px 10px 10px; position: relative; margin-bottom: 20px; }
.novaInTextAd video { cursor: pointer; }
.novaInTextAd .inTextAd_close { float: right; font-size: 12px; margin-bottom: 4px; text-decoration: none; cursor: pointer; }
.novaInTextAd .inTextAd_close span { display: block; width: 13px; height: 13px; background: url(http://image.dnevnik.hr/media/document/60544968.gif); float: right; margin: 2px 0 0 6px; }
.novaInTextAd .soundIcon { width: 24px; height: 20px; position: absolute; bottom: 15px; right: 15px; background: url(   http://image.dnevnik.hr/media/document/60862077.png) no-repeat 0 0; }
.novaInTextAd .unmuted + .soundIcon { display: none; }
*/

/* dfp banners */
/*.banner-holder { text-align: center; }*/
.g4 .banner-holder .banner-inner { padding: 20px; background: #f2f4f7; float: left; margin-bottom: 40px; }
.banner-holder.billboard { background: #f2f4f7; }
.banner-holder.billboard .banner-inner { margin: -30px 0 30px; text-align: center; max-width: 970px; margin-left: auto; margin-right: auto; padding-top: 20px; padding-bottom: 20px; }
.banner-holder.billboard .banner-inner > div  { position: relative; z-index: 1; }
.banner-holder.wallpaper .banner-inner { position: absolute; top: 98px; left: 0; right: 0; }
.banner-holder.pagebreak-1 .banner-inner, .banner-holder.pagebottom .banner-inner { text-align: center; margin-bottom: 25px; }
.banner-holder.inarticle-1 iframe, .banner-holder.inarticle-2 iframe { max-width: 100%; }
.banner-holder.inarticle-1 , .banner-holder.inarticle-2, .banner-holder.inarticle-3  { text-align: center }
.banner-holder.inarticle-1 .banner-inner, .banner-holder.inarticle-2 .banner-inner, .banner-holder.inarticle-3 .banner-inner { margin-bottom: 20px }
.banner-holder.floater .banner-inner { position: absolute; bottom: 0;} 
.banner-holder.floater { position: relative} 
.container { z-index: 1; }



/* gallery ads */
.gallery .iAdserver[data-iadserver-zone="451"] { background: #0f0f0f; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 100; }
.gallery .iAdserver[data-iadserver-zone="451"] > table, .gallery .iAdserver[data-iadserver-zone="451"] > object, .gallery .iAdserver[data-iadserver-zone="451"] > div, .gallery .iAdserver[data-iadserver-zone="451"] > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 100%; }
.gallery .iAdserver[data-iadserver-zone="451"] > a {  }
.gallery .iAdserver[data-iadserver-zone="451"] img, .gallery .iAdserver[data-iadserver-zone="451"] object, .iAdserver[data-iadserver-zone="451"] embed { max-height: 100%; }
.gallery .close-ad { position: absolute; top: 10px; right: 14px; z-index: 101; cursor: pointer; font-size: 12px; color: #ddd; }
.gallery .close-ad:hover { text-decoration: underline; }
.gallery .close-ad span { background-position: -52px 1px; background-size: 150px auto; display: inline-block; height: 11px; margin-left: 5px; position: relative; top: 1px; width: 12px; opacity: .9; }
.gallery .iAdserver[data-iadserver-zone="451"]:empty, .gallery .iAdserver[data-iadserver-zone="451"]:empty + .close-ad { display: none; }


/* cookie monster */
#cookieMon { background: #14161a; bottom: 0; position: fixed; width: 100%; z-index: 101; }
#cookieMon .cookie-txt { color: #DFDFDF; font-size: 14px; margin: 20px auto; padding-right: 130px; position: relative; }
#cookieMon a:link { color: #bc2c43; }
#cookieMon .cookie-agree { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

/* new cookie */
.cookie-notice #nafna { position: absolute !important; }
.cookie-notice #page-wrapper { position: relative !important;}
.cookie-notice .collapsed .site-header { padding-bottom: 30px !important; }
.cookie-notice .collapsed .navigation { position: static !important; box-shadow: none !important;}
@media only screen and (max-width: 1100px) {
	.cookie-dialog .container { padding: 0 40px !important; }
}
@media only screen and (max-width: 599px) {

	.cookie-dialog .container { padding: 40px !important; }
	.cookie-dialog .container p { padding: 0 0 20px !important; }
	.cookie-dialog .container a { position: static !important; }
}


/* flow player */

/* flowplayer layout & cursor */
.flowplayer { background-size: cover !important; text-align: left !important; }
.flowplayer .fp-ratio { padding-top: 55.56% !important; }
.flowplayer .fp-buffer, .flowplayer .fp-progress, .flowplayer .fp-volumeslider, .flowplayer .fp-play::before, .flowplayer.is-paused .fp-ui { cursor: pointer !important; }
.flowplayer .fp-engine, .flowplayer .fp-ui { cursor: default !important; }
/* flowplayer colors */
.flowplayer .fp-timeline { background-color: #fff !important; }
.flowplayer .fp-progress { background-color: #4671b8 !important; }
.flowplayer.is-touch.is-mouseover .fp-progress::before { background-color: #4671b8 !important; }
.flowplayer .fp-volumelevel { background-color: #4671b8 !important; }
.flowplayer .fp-buffer { background-color: #ccc !important; }
/* flowplayer ads */
.flowplayer .ad-time {  opacity: 0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); width: auto; max-width: 50%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: absolute; top: 10px; left: 10px; -webkit-transition: opacity .15s .3s; -moz-transition: opacity .15s .3s; transition: opacity .15s .3s; }
.flowplayer .ad-time .ad-remaining { line-height: 30px; font-weight: normal; font-family: 'myriad pro',Helvetica,Arial,sans-serif; font-size: 11px; cursor: default; color: #fff; float: left; padding: 0 20px; background-color: rgba(0,0,0,0.65); border-radius: 3px; }
.flowplayer.ad-is-visible .ad-time {  opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }
/*.flowplayer .ad-time .ad-remaining:before { content: "završava za: " }*/
/* flowplayer gallery */
.gallery .flowplayer .fp-buffer { background-color: #222933 !important; }
.gallery .flowplayer .fp-timeline { background-color: #111 !important; }
/*.gallery .flowplayer.error { background-color: #000; color: #fff; height: 100%;}*/


.article-video { margin: 0; }

/*JWPLAYER*/

@media (min-width: 1024px) {
    .video-player.video-player-floating { background-size: cover; }
    .video-player.video-player-floating .jwplayer { position: fixed; width: 450px !important; right: 40px; top: 138px; z-index: 10000; -webkit-box-shadow: 0 3px 25px 0 rgba(0,0,0,.55); -moz-box-shadow: 0 3px 25px 0 rgba(0,0,0,.55); box-shadow:0 3px 25px 0 rgba(0,0,0,.55); max-height: 251px !important; max-width: 450px !important; }
    .video-player.video-player-floating .jwplayer .jw-display .jw-icon { width: 44px !important; height: 44px !important; }
    .video-player.video-player-floating .jwplayer .jw-title-primary { font-size: 1.025em; }
    .video-player.video-player-floating .jwplayer .jw-overlays .jw-plugin-googima div > div { max-width: 100%; max-height: 100%; }
    .article-page.player-floating .main-cont { z-index: 10 }
}

/*RELATED NEWS*/

.related-news { margin: 30px 0 30px 0;  display: block; font-family: roboto slab,Georgia,serif; }
.related-news span { display: block }
.related-news * { box-sizing: border-box; }
.related-news a { overflow: hidden; display: block; background-color: transparent!important; text-decoration: none;}
.related-news a:hover .title { color: #403f38; transition: color .2s }
.related-news .image-wrapper { display: inline-block }
.related-news .title { font-size: 18px; margin-bottom: 5px; }
.related-news .img-holder { width: 120px; float: left; padding-bottom: 63%; position: relative}
.related-news .img-holder img { width: 100%; position: absolute; top: 0; left: 0; overflow: hidden }
.related-news .title-holder { padding-left: 20px; width: calc(100% - 120px); margin-left: auto; padding-right: 20%; float: right}
.related-news .title-holder .title { margin-top: 7px; font-size: 18px; transition: color .2s; color: #2a58a7; font-weight: 700 }

/*LINKER*/

.linker-container { margin-bottom: 60px }
.linker-container .box-title { margin-bottom: 20px;}


/* iframe hide */
iframe[name="google_conversion_frame"] { position: fixed; z-index: -100; bottom: -100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hide { display: none !important; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }

.left 			{ float: left; }
.right 			{ float: right; }
.none 			{ float: none; }
.clear 			{ clear: both; }
.txt-left 		{ text-align: left; }
.txt-center		{ text-align: center; }
.txt-right 		{ text-align: right; }
.txt-up 		{ text-transform: uppercase; }
.txt-down 		{ text-transform: lowercase; }
.txt-em 		{ font-style: italic; }

.absolute 		{ position: absolute; }
.relative 		{ position: relative; }
.fixed 			{ position: fixed; }

.block 			{ display: block; box-sizing: border-box; }
.inblock 		{ display: inline-block; box-sizing: border-box; }
.inline 		{ display: inline; }
.table 			{ display: table; }
.row 			{ display: table-row; }
.cell 			{ display: table-cell; }
.transparent 	{ opacity: 0; }
.offset 		{ position: absolute; left: -101%; }

.txt-grey		{ color: #7f7f7f; }
.txt-white		{ color: #fff; }

.p-0			{ padding: 0; }
.pl-0			{ padding-left: 0; }
.pr-0			{ padding-right: 0; }
.ph-0			{ padding-left: 0; padding-right: 0; }

.pr-10			{ padding-right: 10px; }
.pl-10			{ padding-left: 10px; }

.ph-10			{ padding-left: 10px; padding-right: 10px; }
.ph-20			{ padding-left: 20px; padding-right: 20px; }
.pv-20			{ padding-top: 20px; padding-bottom: 20px; }

.m-0			{ margin: 0; }
.mb-0			{ margin-bottom: 0; }
.mt-0			{ margin-top: 0; }
.m-0a			{ margin: 0 auto; }
.mb-5			{ margin-bottom: 5px; }
.mv-20			{ margin-top: 20px; margin-bottom: 20px; }
.mt-20			{ margin-top: 20px; }
.mb-30			{ margin-bottom: 30px; }
.mb-50			{ margin-bottom: 50px; }

.has-asset {
    background-image: url(../img/assets.png);
    background-repeat: no-repeat;
}

.ir:before 	{ content: ""; display: inline; height: 150%; width: 0; }
.ir 		{ background-color: transparent; border: 0 none; overflow: hidden; text-indent: -9999px; float: left; }


.top-news, .separated, .other-articles, .article-wrapper {
	animation-name: loadOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: .5s;
 }


@keyframes loadOpacity {
    0% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}


@media only screen and (max-width: 1350px) {

	.header-articles.a-3 .title-holder { box-sizing: border-box; padding: 0 20px; width: 100%; }

}


@media only screen and (max-width: 1100px) {

	.container { width: 100%; }

	.header-articles.a-2 .title-holder { box-sizing: border-box; padding: 0 20px; width: 100%; }

	.navigation .container { border: none; }

	.article .img { width: 100%; height: auto; }


}

@media only screen and (max-width: 1024px)  {
    .related-news .title-holder .title { font-size: 18px }
}

@media only screen and (max-width: 1010px) {

	.article.g4 .title-holder, .article.relevance-3 .title-holder { width: 88%; left: 6%; }
	.relevance-1 .summary, .navigation .social-nav { display: none; }

	#gallery .gallery-list.g8 { width: 83.3333%; }

}


@media only screen and (max-width: 990px) {

	/* banners */
	.g4 .banner-holder > div { padding: 0; }

}


@media only screen and (max-width: 970px) {
	.billboard img { width: 100%; }
}


@media only screen and (min-width: 1101px) {
    .ad-tandem.article-page .main-cont {  padding: 0 30px; }
}
@media only screen and (min-width: 900px) {

    .article-page .main-cont { display: flex; flex-wrap: wrap;}
    .article-page .article-right { display: flex; flex-wrap: wrap; }
    .article-page .article-right > div { position: relative; }
    .article-page .article-right .linker-recommendation { width: 100%; }
    .article-page .article-right .linker-recommendation h3 { width: 100%; }
    .article-page .article-right .v-list.external-articles > div { display: flex; flex-wrap: wrap; }
    .article-page .article-right .v-list.external-articles > div h3 { width: 100%; }
    .article-page .article-right > div > * {position: -webkit-sticky; position: sticky; top: 112px;}
    .article-content { padding-left: 0; padding-right: 20px; }
    .article-content .banner-holder {
        width: 100%;
        float: none;
    }
    .article-content .banner-holder, 
    .article-content .linker-container, 
    .article-content .article-tags,
    .article-content .article-body,
    .article-content .article-comments {
        clear: both;
        margin-left: auto;
        margin-right: 0;
        max-width: calc(100% - 90px);
        padding-right: 0;
    }

    .article-content .banner-holder, 
    .article-content .article-body {
        float: right;
    }
    .article-share.share-left {
        position: -webkit-sticky;
        position: sticky;
        top: 112px;
        width: 55px;
    }

    .ad-tandem.article-page .main-cont { background-color: #fff; padding-top: 40px; }
    .ad-tandem.article-page .site-content::before { display: none;}
    .ad-tandem.article-page .site-content { overflow: visible; padding-bottom: 0;}
    .ad-tandem.article-page .load-more { background-color: #fff; margin-top: 0; padding-bottom: 20px;}

}

@media only screen and (max-width: 900px) {

	.atricle-top .lead { padding-right: 0; }
	.v-list .box-title { font-size: 20px; }
	.v-list .title, .article-related .title { font-size: 14px; }

	.article-tags li { margin: 5px 0; }
	.article-tags li a { background: #fefefe none repeat scroll 0 0; border: 1px solid #f2f2f2; border-radius: 4px; padding: 2px 9px; }

	.article-url:hover .img { -ms-transform: none; -webkit-transform: none; transform: none; }

	.article-content { padding-left: 0; }
	.article-share.share-top { display: none; }
	.article-share.share-left .textual { display: none; }
	.article-share.share-left .icon-export { display: inline-block; }
	.article-share.share-left { position: static; width: 100%; box-sizing: border-box; padding: 0 20px; }
	.article-share.share-left ul { display: inline-block; }
	.article-share.share-left p { display: inline-block; margin-top: 0; margin-right: 20px; }
	.article-share.share-left p:after { content: "/"; display: inline-block; font-size: 24px; margin-left: 20px; opacity: 0.5; }
	.article-share.share-left li { display: inline-block; }
	.article-share a .icon-facebook { background: #3b5998; color: #fff; }
	.article-share a .icon-twitter { background: #55acee; color: #fff; }
	.article-share a .icon-gplus { background: #dd4b39; color: #fff; }
	.article-share.share-left a span { padding: 3px 20px 2px; font-size: 20px; }
	.atricle-top .title-author { padding-right: 0; }
	.paginator .g12 ul { background-position: top; padding-top: 20px; }

	/* 404 */
	.page-404 { padding: 0; }

}


@media only screen and (max-width: 800px) {

	.header-articles.a-3 .title { font-size: 22px; }
	.article.relevance-1 .title { font-size: 28px; }
	.article.g4 .title-holder, .article.relevance-3 .title-holder { position: static; width: auto; margin-bottom: 0; padding: 10px 0 0; box-shadow: none; }
	.poll { width: 100%; }

	/* 404 */
	.page-404 { background: rgba(0, 0, 0, 0) url("../img/404-bg.png") no-repeat scroll 90% 0; min-height: 585px; }



}

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

@media only screen and (max-width: 767px) {
    
    body { margin-top: 80px; }
    .network-header { display: none; }
    .site-header { 
        position: fixed;
        top: 0;
        display: table; 
        padding-top: 0; 
        width: 100%; 
        padding-bottom: 20px; 
        z-index: 100;
        transition: top .3s ease-in-out;
    }
    .site-header.nav-up {
        top: -80px;
    }
    /* .site-header.nav-down.nav-up {
        top: -80px;
        position: fixed;
        transition: top .3s ease-in-out;
    }
	.site-header.nav-down { 
        position: fixed;  
        top: 0;
        transition: top .3s ease-in-out;
    } */
	.header-articles { display: table; border-top: 1px solid #000; height: auto; }
	.navigation { 
        display: table-header-group;  
        width: 100%; 
        height: 59px; 
        top: 0;
    }
	.navigation .container { padding: 0; }
	.navigation .search { border: 0; }
	.navigation .site-nav { text-align: center; padding-right: 62px }
	.navigation .site-nav li { display: none; }
	.navigation .site-nav li.nav-logo { display: inline-block; }
	.navigation .site-nav .nav-logo img { margin-top: 3px; width: 74px; height: auto; }
	.navigation .mob-menu { display: table-cell; }
	.navigation .search .icon-search, .navigation .mob-menu .icon-menu { font-size: 18px; padding: 17px 18px; cursor: pointer; }

	.header-articles:before { opacity: .7; }
	.header-articles.a-1 .article { height: 260px; }
	.header-articles.a-2 .article, .header-articles.a-3 .article { width: 100%; height: 220px; }
	.header-articles .article-url { border-right: none; border-bottom: 1px solid rgba(20, 22, 26, 0.65); }
	.header-articles .article-category { left: 20px; position: absolute; }
	.header-articles .title-holder { text-align: left; }
	.header-articles .author { display: none; }
	.header-articles .title { font-size: 22px; padding-right: 40%; }
	.header-articles .article-category { left: 40px; }
	.header-articles.a-1 .title-holder, .header-articles.a-2 .title-holder, .header-articles.a-3 .title-holder { padding: 0 40px; }
	.header-articles.a-1 .title-holder { width: 100%; box-sizing: border-box; }
	.header-articles.a-1 .title { font-size: 26px; }

	.author { display: none; }
	.article-page .atricle-top .author { display: inline-block; }

	.article.relevance-2  { width: 100%; }
	.article.relevance-1 .title-holder { max-width: 250px; }
	.article.relevance-1 .title { font-size: 22px; }
	.article.relevance-2 .meta-holder .relative { height: 264px; }

	.title { font-size: 18px; }

	.article-right { display: none; }
	.article-left { width: 100%; }

	.article-related .title { font-size: 18px; }

	.atricle-top .title { font-size: 36px; }
	.atricle-top .lead { line-height: 1.25 }
	.article-body { padding-right: 0; }

	/* gallery */
	#gallery .jc-pagination { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; background: #05080A; padding: 0 0 6px;  }
	#gallery .jc-pagination { display: inline-block; }
	#gallery .jc-nav-holder { width: 222px; filter:alpha(opacity=0); opacity: 0; visibility: hidden; }
	.gallery-outer { bottom: 0; top: 0; left: 0; right: 0; }
	#gallery .pos { display: none; height: 0; margin: 0; }
	#gallery .det { background: rgba(0, 0, 0, 0.8); bottom: 0; color: #d3d6d9; margin: 0; padding: 5px; position: absolute; width: 100%; z-index: 10; }
	#back_to_article, .gallery-logo { display: none; }
	.gallery-header { height: auto; border: none; }
	.gallery-header .gallery-close { background-color: #05080A; filter:alpha(opacity=30); opacity: .2; z-index: 100; border: 2px solid #C8CACC; height: 44px; width: 44px; right: 6px; top: 6px; background-position: -70px 14px; border-radius: 4px;  }
	.gallery-control { padding: 38px 37px; filter:alpha(opacity=60); opacity: .3; }
	.control-next { right: -28px; background-position: -44px -65px; }
	.control-previous { left: -28px; background-position: 22px -65px; }
	#gallery .gallery-list.g8 { width: 100%; }

	.mobile-overlay { right: 0; bottom: -100px; left: 0; }

	/* 404 */
	.page-404 { background: rgba(0, 0, 0, 0) url("../img/404-bg.png") no-repeat scroll 100% 0 / 50% auto; min-height: 460px; }

	/* cookiemon */
	#cookieMon .cookie-txt { padding-right: 0; padding-bottom: 40px; }
	#cookieMon .cookie-agree { bottom: 0; left: 10px; position: absolute; right: auto; top: auto; -webdev-transform: none; transform: none; }

	/* dfp banners */
	/*.banner-holder { text-align: center; }*/
/*	.g4 .banner-holder > div { padding: 20px; background: #f2f4f7; float: left; margin-bottom: 40px; }*/
	.banner-holder.billboard > div { margin: -20px 0 30px; padding: 20px 0; }
/*	.banner-holder.wallpaper > div { position: absolute; top: 0; left: 0; right: 0; }*/

    /*LINKER*/
    .linker-recommendation .article-wrapper .article {
        width: 50%;
    }

}



@media only screen and (max-width: 599px) {

	.container { padding: 0; }
	.article-wrapper .container { padding: 0 10px; }
	.load-more { padding: 0 10px; }
	.article-category { display: none; }
	.article-wrapper .article-category { display: block; }
	.article.relevance-2 .meta-holder .relative, .header-articles.a-1 .article, .header-articles.a-2 .article, .header-articles.a-3 .article { height: 210px; }
	.header-articles .title-holder, .header-articles.a-2 .title-holder, .header-articles.a-3 .title-holder { padding: 0 30px; }
	.title, .article-related .title { font-size: 14px; }
	.separated-articles .article .title-holder { width: 100%; padding: 0 20px; box-sizing: border-box;  }

	.header-articles.a-1 .article-category, .header-articles.a-2 .article-category, .header-articles.a-3 .article-category { left: 30px; }
	.header-articles.a-1 .title-holder { padding: 0 30px; }
	.header-articles.a-1 .title { font-size: 24px; }

	.atricle-top .title { font-size: 30px; }

	/* 404 */
	.page-404 { text-align: center; background: rgba(0, 0, 0, 0) url("../img/404-bg.png") no-repeat scroll 50% 100% / 50% auto; }
	.page-404 .g12 { background: rgba(255,255,255,.7)}
	.page-404 h1 { font-size: 22px; }
	.page-404 h1 span { font-size: 90px; }
	.page-404 p { font-size: 16px; }

}


@media only screen and (max-width: 479px) {

	body { background: #f9f9f9; }

	h1 { font-size: 26px; margin: 0 0 12px; }
	h2 { font-size: 22px; margin: 0 0 12px; }
	h3 { font-size: 20px; margin: 0 0 12px; }


    .related-news { margin: 30px 0; }
    .related-news .title-holder { padding-right: 0; }
    .related-news .title-holder .title { font-size: 16px }
	.header-articles.a-1 .title { font-size: 22px; padding-right: 0; }
	.header-articles.a-2 .title, .header-articles.a-3 .title { font-size: 20px; padding-right: 0; }
	.article-category { display: block; }
	.article.relevance-1 .meta-holder .relative { height: 210px; }
	.article.relevance-1 .meta-holder .relative img { object-fit: cover; height: 100%; }
	.article.g4, .article.relevance-3 { width: 100%; }
	.article.g4 .title-holder, .article.relevance-3 .title-holder { border: 1px solid rgba(20, 22, 26, 0.125); border-top: 0; box-shadow: 0 -1px 0 0 rgba(20, 22, 26, 0.125); margin-bottom: -30px; padding: 10px 20px; left: 0; width: 100%; position: relative; top: -30px; }
	.article.g4 .title-holder::before, .article.g4 .title-holder::after, .article.relevance-3 .title-holder::before, .article.relevance-3 .title-holder::after { content: none; }
	.article.relevance-1 .title, .article.relevance-2 .title, .title { font-size: 18px; }
	.article.relevance-1 .title-holder, .article.relevance-2 .title-holder { background: #14161a; bottom: 0; left: 0; max-width: 100%; padding: 10px 20px; position: relative; right: 0; }
	.article.relevance-1 .article-url:before, .article.relevance-2 .article-url:before { background: none; }
	.article.g4 .title, .article.relevance-3 .title { font-weight: bold; }

	.separated-articles { display: inline-block; height: auto; margin-bottom: 20px; }
	.separated-articles .article, .separated-articles.a-2 .article { display: block; width: 100%; height: 225px; }
	.separated-articles .article:nth-child(2):after { width: 100%; height: 1px; }

	.article-related {}
	.article-related .article { width: 50%; }
	.article-related .article:nth-child(3n+4) { clear: none; }
	.article-related .article:nth-child(2n+3) { clear: both; }

	.article-body .quote-half { float: none; margin: 40px 5%; padding: 0 20px; width: 90%; }

	.gallery-list .article.relevance-1 .title-holder, .gallery-list .article.relevance-2 .title-holder { background: #333; }

/*
	@media only screen and (min-height: 481px) {
		.navigation { position: fixed; top: 0; width: 100%; height: 59px; }
		.site-header { padding-top: 59px; }
	}
*/
	.atricle-top .title { font-size: 26px; }
	.atricle-top .lead { font-size: 18px; }

}

@media only screen and (max-width: 399px) {

	.navigation .search { position: static; }
	.search .do-search { width: 100% }
	.search #search-input { width: 64%; }

	.foot-send li:first-child a { border: 0; }

}


@media only screen and (max-width: 359px) {

	.header-articles.a-1 .title { font-size: 20px; }
	.article.relevance-2 .meta-holder .relative { height: auto; }
	.search #search-input { width: 60%; }

}

@media only screen and (max-width: 319px) {

	.search #search-input { width: 55%; }

}



/* height media queries */


@media only screen and (max-height: 829px) {

	/* gallery */
	#gallery .jcarousel-wrapper li, #gallery .jc-ctrl { width: 60px; height: 60px; }
	#gallery .jcarousel-wrapper { padding: 0 60px; }
	#gallery .jc-prev { background-position: -11px -170px; }
	#gallery .jc-next { background-position: -109px -170px; }
	.gallery-header { height: 50px; }
	.gallery-logo { background-position: 10px 13px; height: 50px; }
	.gallery-close { background-position: -64px 16px; height: 50px; }
	#back_to_article a { font-size: 16px; }
	#back_to_article { font-size: 16px; padding-top: 15px; }
	.gallery-plus { font-size: 34px; }
	.gallery-outer { bottom: 89px; left: 20px; right: 20px; top: 50px; }
	#gallery .jc-nav-holder { padding: 0 20px; }
	.control-previous { left: 10px; }
	.control-next { right: 10px; }

}


@media only screen and (max-height: 699px) {

	/* gallery */
	#gallery .jc-pagination { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; background: #05080A; padding: 5px 0; }
	#gallery .jc-pagination { display: inline-block; }
	#gallery .jc-nav-holder { width: 222px; filter:alpha(opacity=0); opacity: 0; visibility: hidden; }
	.gallery-outer { bottom: 28px; top: 0; left: 0; right: 0; }
	#back_to_article, .gallery-logo { display: none; }
	.gallery-header { height: auto; border: none; }
	.gallery-header .gallery-close { background-color: #05080A; filter:alpha(opacity=30); opacity: .2; z-index: 100; border: 2px solid #C8CACC; height: 44px; width: 44px; right: 6px; top: 6px; background-position: -70px 14px; border-radius: 4px; }

}


@media only screen and (max-height: 479px) {

	/* gallery */
	#gallery .pos { display: none; height: 0; margin: 0; }
	#gallery .det { background: rgba(0, 0, 0, 0.8); bottom: 0; color: #d3d6d9; margin: 0; padding: 5px; position: absolute; width: 100%; z-index: 10; }
	.gallery-control { padding: 38px 37px; filter:alpha(opacity=60); opacity: .3; }
	.control-next { right: -28px; background-position: -44px -65px; }
	.control-previous { left: -28px; background-position: 22px -65px; }

}







@media print {
    *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}



/* logo bozic */

/* GALERIJA */

.gallery-page {
    overflow: hidden !important;
    background: url(../img/g-bg.png) #14161A;
    visibility: visible!important;
}


.gallery-page #page-wrapper {
    margin-top: 62px;
}
.gallery-page .jwplayer  {
    z-index: 100;
}

@media screen and (min-width: 1800px) {
    .gallery-page:not(.gallery-no-ads) .gallery .owl-item.active .image-area {
        /*text-align: unset;*/
    }
    .gallery-page .gallery .owl-item.active .image-area {
        /*text-align: unset;*/
    }
    .gallery-page.gallery-no-ads  .gallery .owl-item .slide {
        /*max-width: 100% !important;*/
        /*width: 100%!important;*/
    }

}
@media screen and (max-width: 1800px) {

    .gallery-page .gallery .owl-item .slide img {
        max-width: unset;
    }

    .gallery-page .gallery .owl-item .image-meta .title {
        padding-left: 100px;
    }

}

@media screen and (max-width: 1280px) {
    .gallery-page {
        overflow: visible !important;
    }
}
.gallery-page .gallery-header {
    position: absolute;
    width: 100vw;
    top: -62px;
    margin-bottom: 45px;
}
.gallery-page .gallery-info {
    position: absolute;
    color: #F0F1F2;
    top: 20px;
    right: 80px;
}
.gallery-page .gallery-header .gallery-logo {
    position: static;
    float: left;
}
.gallery-page.gallery-no-ads .gallery-aside {
    display: none;
}
.gallery-page.gallery-no-ads .gallery {
    max-width: 100%;
}
.gallery-page .gallery {
    max-width: calc(100% - 340px);
    position: relative;
    overflow: visible !important;
    height: 100vh;
    padding-top: 45px;
}
.gallery-page .gallery .owl-stage  {
    list-style: none;
}
.gallery-page .gallery img {
    max-width: 100%;
}
.gallery-page .gallery .gallery-wrap {
    height: calc(100vh - 60px);
}
.gallery-page .gallery .owl-stage-outer {
    height: 100%;
}
.gallery-page .gallery .owl-item .slide {
    margin: auto;
    /*height: 100%;*/
    position: relative;
    /*margin-left: 0;*/
}
.gallery-page .gallery .owl-item.active {
    left: -40px;
    top: -15px;
}
.gallery-page .gallery .owl-item[data-media-type=video] .slide div[ag-sizing="resizable"] {
    max-width: 100%;
}
.gallery-page .gallery .owl-item[data-media-type=video] .slide {
    /*height: auto;*/
    /*position: absolute;*/
    /*top: calc(50% - 60px);*/
    /*left: 50%;*/
    /*width: 100%;*/
    /*transform: translate(-50%, -50%);*/
}
.gallery-page .image-area {
    text-align: center;
}
.gallery-page .gallery .owl-item {
    /*height: calc(100vh - 123px);*/
    height: calc(100vh - 62px);
}
.gallery-page .gallery .owl-item .fixedPostResizable{
    /*overflow: hidden;*/
    bottom: 0;
    /*position: absolute;*/
}
.gallery-page .gallery .owl-item img {
    display: inline-block;
    visibility: hidden;
    max-width: 100%;
}
.gallery-page .gallery .owl-item .image-meta .title {
    padding-top: 30px;
}
.gallery-page .gallery .owl-item .image-meta {
    padding-bottom: 40px;
    /*margin-bottom: 80px;*/
    visibility: hidden;
}
.gallery-page .gallery .owl-item.active img {
    visibility: visible;
}
.gallery-page .gallery .owl-item.active .image-area {
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}
.gallery-page .gallery .owl-item.active .image-meta {
    display: block;
    visibility: visible;
    max-width: calc(100% - 150px);
    margin-left: auto;
    margin-right: 0;
}
.gallery-page .gallery-close {
    z-index: 1000;
}
.gallery-page .gallery-aside {
    width: 340px;
    position: absolute;
    top: 0;
    right: 0;
    /*padding: 0 10px;*/
    height: 100%;
    background-color: transparent;
    z-index: 100;
    display: block;
    padding-top: 60px;
    max-height: calc(100% - 120px);
}
.gallery-page .gallery-aside .banner-holder > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-page .gallery-aside .banner-holder {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    text-align: center;
}
.gallery-page .owl-carousel .owl-nav button.owl-next, .gallery-page .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/assets.png);
    background-repeat: no-repeat;
    padding: 48px 47px!important;
}
/*
.gallery-page .gallery-aside .banner-holder > div {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    display: block;
    position: absolute;
    background-image: url("../img/placeholder.gif");
    height: 600px;
    background-repeat: no-repeat;
}
*/
.gallery-page .gallery-aside .banner-holder {
    height: 100%;
    background-color: transparent;
    padding: 0 20px;
    position: relative;
}
.gallery-page .nav-template .owl-next {
    float: right;
    background-image: url(../img/assets.png);
    background-repeat: no-repeat;
    padding: 48px 47px!important;
    background-position: -32px -55px;
    border: 2px solid #333;
    border-radius: 4px;
    background-color: rgba(5,8,10,.5);
    cursor: pointer;
    opacity: .3;

}
.gallery-page .nav-template .owl-prev {
    float: left;
    background-image: url(../img/assets.png);
    background-repeat: no-repeat;
    padding: 48px 47px!important;
    background-position: 31px -55px;
    border: 2px solid #333;
    border-radius: 4px;
    background-color: rgba(5,8,10,.5);
    cursor: pointer;
    opacity: .3;
}
.gallery-page .nav-template div:hover {
    opacity: .5;
}
.gallery-page.gallery-no-ads .nav-template {
    width: calc(100% - 100px);
}

.gallery-page .nav-template {
    position: absolute;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    left: 50%;
    top: calc(50% - 112px);
    z-index: 1000;
    height: 0;
}
.gallery-page .billboard {
    width: 100% !important;
}
.gallery-page .image-meta .title, .gallery-page .image-meta .source {
    color: #F0F1F2;
}
#unique-slides-wrapper .slide[data-media-type="ad"] #banner-slide  {
    position: absolute;
    top: calc(50% - 107px);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    z-index: 10;
}
.gallery-page .gallery .owl-item[data-media-type="video"] .fixedPostResizable{
    min-height: 94px;
}
.gallery-page .owl-carousel .slide[data-media-type="video"] {
    text-align: center;
    margin: auto;
}
div[ag-sizing="resizable"] {
    box-sizing: border-box;
}
#unique-slides-wrapper .slide .jw-controlbar {
    z-index: 10;
}
#unique-slides-wrapper .slide .jw-display-controls {
    z-index: 10;
}
#unique-slides-wrapper .slide[data-media-type="video"] .fixedPostResizable{
    min-height: 94px;
}
#unique-slides-wrapper .slide[data-media-type="video"]  div[ag-sizing="resizable"]{
    /*position: absolute;*/
    /*top: calc(50% - 105px);*/
    /*transform: translate(0, -50%);*/
    /*margin-top: 0;*/
    /*z-index: 10;*/
}
#unique-slides-wrapper .slide[data-media-type="video"] .jwplayer {
    margin: auto!important;
}
#unique-slides-wrapper .slide[data-media-type="video"]  {
    position: relative;
    margin-top: 0;
    height: 100%;
}
#unique-slides-wrapper .slide[data-media-type="video"]  div[ag-sizing="resizable"]{
    text-align: center;
    max-width: 100%;
}
#unique-slides-wrapper .slide[data-media-type="ad"]  {
    margin-top: 0;
    position: relative;
    height: 100%;
    text-align: center;
}
#unique-slides-wrapper .slide[data-media-type="ad"] > div {
    position: absolute;
    left: 50%;
    top: calc(50% - 100px);
    transform: translate(-50%, -50%);
    z-index: 10;
}
#unique-slides-wrapper .slide {
    margin: auto;
    margin-top: 60px;
}
#back_to_article {
    padding: 19px 118px 13px 94px;
}
.gallery-page .placeholder .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.gallery-page .placeholder .loader {
    position: relative;
    width: 90px;
    height: 15px;
    margin: 25px auto;
}
.gallery-page .placeholder {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 57.5px);
}
.gallery-page .owl-item[data-media-type="ad"] .placeholder{
    top: calc(50% - 57.5px);
}

.gallery-page .placeholder .dot_1 {
    background-color: #9b9b9b;
}
.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: #f9f9f9;
    position: absolute;
}
.dot_1 {
    animation: animateDot1 1.5s linear infinite;
    left: 25px;
    background: #ff999d;
}
.dot_2 {
    animation: animateDot2 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 50px;
}
.dot_3 {
    animation: animateDot3 1.5s linear infinite;
    left: 25px;
}
.dot_4 {
    animation: animateDot4 1.5s linear infinite;
    animation-delay: 0.5s;
    left: 50px;
}
.gallery-page .placeholder .dot_2, .gallery-page .placeholder .dot_3, .gallery-page .placeholder .dot_4 {
    background-color: #cccccc;
}

@keyframes animateDot1 {
    0%  { transform: rotate(0deg) translateX(-25px); }
    25% { transform: rotate(180deg) translateX(-25px); }
    75% { transform: rotate(180deg) translateX(-25px); }
    100% { transform: rotate(360deg) translateX(-25px); }
}
@keyframes animateDot2 {
    0%  { transform: rotate(-0deg) translateX(-25px); }
    25% { transform: rotate(-180deg) translateX(-25px); }
    75% { transform: rotate(-180deg) translateX(-25px); }
    100% { transform: rotate(-360deg) translateX(-25px); }
}
@keyframes animateDot3 {
    0%  { transform: rotate(0deg) translateX(25px); }
    25% { transform: rotate(180deg) translateX(25px); }
    75% { transform: rotate(180deg) translateX(25px); }
    100% { transform: rotate(360deg) translateX(25px); }
}
@keyframes animateDot4 {
    0%  { transform: rotate(-0deg) translateX(25px); }
    25% { transform: rotate(-180deg) translateX(25px); }
    75% { transform: rotate(-180deg) translateX(25px); }
    100% { transform: rotate(-360deg) translateX(25px); }
}


/* RESPONSIVE GALLERY */

@media only screen and (min-width: 1600px) {
    .gallery-page .owl-carousel .slide[data-media-type="video"]  img{
        /*max-width: calc(100% - 300px);*/
    }

}
@media only screen and (max-width: 1800px) {
    .gallery-page .gallery .owl-item.active .image-meta {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1600px) {

    .gallery-page .nav-template {
        width: 100%;
    }

}

@media only screen and (max-width: 1104px) {
    #unique-slides-wrapper .slide[data-media-type="ad"] {
        min-height: 250px;
        max-height: 250px;
    }
    #unique-slides-wrapper .slide[data-media-type="ad"] > div {
        top: 50%;
    }

}
@media only screen and (min-width: 1104px) {
    .gallery-page .image-area {
        /*text-align: unset;*/
    }
}
@media only screen and (max-width: 1365px) {

    .gallery-page .gallery {
        max-width: 100%;
    }

    .gallery-page .gallery-info {
        right: 75px;
    }

    .gallery-page .gallery .gallery-wrap {
        height: initial;
    }

    .gallery-page .gallery .owl-item {
        /*height: auto;*/
    }

    .gallery-page .gallery {
        /*height: initial;*/
    }

    .gallery-page .gallery-aside {
        display: none!important;
    }

    .gallery-page .nav-template {
        width: calc(100% - 100px);
    }

    .gallery-page .gallery .owl-item .image-meta {
        padding-left: 20px;
    }

}

@media only screen and (max-width: 1104px) {

    #unique-slides-wrapper .slide[data-media-type="video"] {
         position: static;
         height: auto;
    }

    .gallery-page #page-wrapper {
        margin-top: 50px;
    }
    .gallery-page .fp-fullscreen.fp-icon {
        position: relative;
        z-index: 10001;
    }
    .gallery-page .gallery .owl-item {
        left: -40px;
        top: -15px;
    }
    .gallery-page .gallery .owl-item img {
        visibility: visible;
    }
    .gallery-page .gallery .owl-item .image-meta .title {
        padding-top: 0;
        padding-left: 0;
    }

    .gallery-page .gallery-header {
        margin-bottom: 0;
        top: -50px;
        height: 50px;
        border-bottom: 0;
    }
    .gallery-page .gallery-header .gallery-close {
        background-position: -64px 20px;
        height: 50px;
    }
    .gallery-page .gallery-header .gallery-logo {
        height: 50px;
        background-position: 10px 16px;
        border: 0;
    }

    .gallery-page .gallery-info {
        top: 17px;
        left: 50%;
        transform: translate(-50%);
        text-align: center;
        line-height: 1;
    }
    .gallery-page .gallery {
        padding-top: 0;
        /*height: initial;*/
        height: 100vh;
    }

    .gallery-page .gallery .owl-item[data-media-type=video] .slide {
        top: 0;
        left: 0;
        transform: translate(0,0);
    }

    .gallery-page .gallery-aside .banner-holder > div {
        top: 0;
        transform: translate(-50%, 0);
        left: 50%;
        z-index: 10;
    }

    .gallery-page .nav-template .owl-prev, .gallery-page .nav-template .owl-next {
        border: 1px solid #333;
        border-radius: 0;
    }

    #unique-slides-wrapper .slide[data-media-type="ad"] #banner-slide {
        z-index: 101;
    }

    #unique-slides-wrapper .slide[data-media-type="ad"] > div {
        /*position: relative;*/
        /*transform: none;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .gallery-page .nav-template {
        width: 100%;
        top: 1px;
        transform: translate(0,0);
        left: 0;
    }

    .gallery-page .gallery .owl-item[data-media-type="video"] .slide {
        width: 100%!important;
    }

    #unique-slides-wrapper .slide {
        margin-top: 0;
    }

    .gallery-page .gallery .gallery-wrap {
        /*height: calc(100vh - 50px);*/
    }

    .gallery-page .gallery .owl-item .image-meta {
        position: static;
        padding-left: 15px;
        padding-top: 20px;
    }

    .gallery-page .nav-template .owl-prev {
        background-image: url(../img/lijevo.png);
        padding: 24px 24px!important;
        background-position: center;
        background-size: auto;
    }
    .gallery-page .nav-template .owl-next {
        background-image: url(../img/desno.png);
        padding: 24px 24px!important;
        background-position: center;
        background-size: auto;
    }

    .gallery-page .aside-1 > div {
        display: block;
        margin: auto;
        position: static!important;
        transform: none!important;
    }

    .gallery-page .aside-1 {
        z-index: 10;
    }

    .gallery-page .gallery-aside .iAdserver {

    }
    .gallery-page .gallery-aside {
        width: 100%;
        z-index: initial;
    }

    .gallery-page .gallery .owl-item.active .image-meta {
        max-width: 100%;
    }
    .gallery-page .gallery .owl-item .image-meta {
        padding-bottom: 0;
        margin-bottom: 0;
        max-width: 100%;
    }

    .nav-template.can-hide {
        display: none;
    }
    .gallery-page .gallery-aside {
        display: block!important;
        /*position: static!important;*/
        padding-top: 0;
        margin-top: 60px;
    }
    .gallery-page .gallery .owl-stage-outer {
        height: initial;
    }
    .gallery-page .gallery .owl-item.active {
        /*min-height: 600px;*/
    }
    .gallery-page .gallery .owl-item {
        height: initial;
    }
    .gallery-page .nav-template .owl-prev, .gallery-page .nav-template .owl-next{
        opacity: 1;
    }
    .gallery-page.gallery-no-ads .nav-template {
        width: 100%;
    }
    #unique-slides-wrapper .slide[data-media-type="video"] div[ag-sizing="resizable"] {
        top: 0;
        transform: none;
        z-index: auto;
    }
    .gallery-page #back_to_article {
        display: none;
    }

}




@media only screen and (max-width: 900px) {

    .gallery-page .gallery-aside {
        margin-top: 30px;
    }
    #unique-slides-wrapper .slide[data-media-type="ad"] > div {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .gallery-page .gallery-aside {
        padding-top: 0;
        position: absolute!important;
        margin-top: 50px;
    }


}
@media only screen and (max-width: 767px) {

    .gallery-header .gallery-logo {
        display: block;
        border: none;
    }
    .gallery-page .gallery-header .gallery-close {
        background-position: -71px 19px;
        height: 50px;
        border: none;
        opacity: 1;
        top: 0;
    }
}

@media only screen and (max-width: 600px){

    .gallery-page .nav-template .owl-next, .gallery-page .nav-template .owl-prev {
        padding: 18px 18px!important;
        background-position: center;
        background-size: 40%;
    }
    .gallery-page .gallery-aside {
        padding-top: 0;
        position: absolute!important;
        margin-top: 30px;
    }
    .gallery-page .gallery-header .gallery-logo {
        background-size: 200px;
        width: 60px;
        background-position: 5px 17px;
    }
    #unique-slides-wrapper .slide[data-media-type="ad"] > div {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .gallery-page .gallery .owl-item .slide.banner-holder {
        display: block!important;
        min-height: 300px;
    }

    .article-image a:hover:after { font-size: 44px;  }

}

@media only screen and (max-width: 479px) {

    .gallery-page .image-meta .title {
        font-size: 14px;
    }

}

@media only screen and (max-height: 699px){

    .gallery-header {
        height: 50px;
    }

    .gallery-header .gallery-close {
        width: 44px;
        right: 1px;
        top: 0;
        z-index: 101;
        height: 50px;
        background-position: -73px 17px;

    }

    .gallery-page .gallery-logo {
        display: block;
    }

    .gallery-page .owl-stage {
        /*top: -15px;*/
    }
}
@media only screen and (max-height: 829px){

    .gallery-header .gallery-logo {
        display: block;
        border: 0;
    }
    .gallery-page.gallery-no-ads #unique-slides-wrapper .slide {
        margin-top: 0;
    }
    .gallery-page .gallery-header {
        top: -50px;
    }
    #back_to_article {
        padding: 14px 118px 13px 94px;
    }
    .gallery-page #page-wrapper {
        margin-top: 50px;
    }
    .gallery-header .gallery-info {
        top: 18px;
        line-height: 1;
    }
    .gallery-page .gallery .owl-item[data-media-type="ad"] .slide {
        height: 100%;
    }
    .gallery-page .gallery .owl-item .slide {
        height: initial;
    }

    .gallery-header .close {
        border: none;
        opacity: 1;
    }
}
@media only screen and (min-width: 1104px) {
    .gallery-page .nav-template {
        top: calc(50% - 127px);
    }

}
.loading-holder {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.loading-holder .ag-adjusting { font-size: 16px; }
.loading-holder .placeholder {
    position: static;
    margin: 75px auto 0;
    transform: translate(0,0);
}



/*///////////////////////////
----STICKY BILLBOARD--------
//////////////////////////*/

@-webkit-keyframes cliprotate { 0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } }

@keyframes cliprotate { 0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); } }

@-webkit-keyframes rotate { 0% { transform: rotate(-45deg); }
    100% { transform: rotate(135deg); } }

@keyframes rotate { 0% { transform: rotate(-45deg); }
    100% { transform: rotate(135deg); } }

@-webkit-keyframes showfixed { 0% { opacity: 0; }
    49.9% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 1; } }


@media only screen and (min-width: 1023px) {

    .billboard .banner-inner.sticky-active:not(.sticky-billboard) {
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .billboard .banner-inner.sticky-active > div {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent
    }

    .billboard .banner-inner.sticky-active {
        background: transparent;
        max-width: 988px;
        margin-left: auto;
        margin-right: auto;
        height: 290px;
        margin-bottom: 20px;
        transition: top 1s;
        padding-bottom: 20px;
        box-sizing: border-box;
    }

    .billboard .banner-inner.sticky-billboard {
        background-color: transparent;
        max-width: 988px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        transition: top 1s;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .billboard .banner-inner.sticky-billboard .close {
        display: none;
        opacity: 0;
        position: absolute;
        right: -15px;
        z-index: 1;
        top: -15px;
        outline: none;
        border-color: transparent;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active {
        /*min-height: 290px;*/
    }

    .billboard .banner-inner.sticky-billboard.sticky-active > div {
        overflow: visible;
        position: fixed;
        width: 970px;
        z-index: 10000;
        max-height: 250px;
        left: 50%;
        top: 128px;
        transform: translateX(-50%);
        padding-top: 0;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active .close {
        background-image: url("../img/close-sticky.png");
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: none;
        display: block !important;
        opacity: 1;
        background-color: #252525;
        width: 30px;
        height: 30px;
        color: #eee;
        border-radius: 50%;
        font-family: Museo Sans, sans-serif;
        font-weight: 500;
        padding: 0;
        font-size: 22px;
        transition: opacity 1s;
        z-index: 2;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active > div {
        margin: 0;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active #halfclip {
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        overflow: hidden;
        transform-origin: left center;
        animation: cliprotate 5s steps(2) infinite;
        -webkit-animation: cliprotate 5s steps(2) infinite;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active .halfcircle {
        box-sizing: border-box;
        height: 100%;
        right: 0;
        position: absolute;
        border: solid 3px transparent;
        border-top-color: #eee;
        border-left-color: #eee;
        border-radius: 50%;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active #clipped {
        width: 200%;
        animation: rotate 2.5s linear infinite;
        -webkit-animation: rotate 2.5s linear infinite;
    }

    .billboard .banner-inner.sticky-billboard.sticky-active #fixed {
        width: 100%;
        transform: rotate(135deg);
        animation: showfixed 5s steps(2) infinite;
        -webkit-animation: showfixed 5s linear infinite;
        position: absolute;
        top: 0;
    }
}


/*Article Gallery*/

.article-gallery { overflow: hidden; margin-bottom: 34px; }

.article-gallery ul { padding-left: 0 }

.article-gallery .title { margin-bottom: 14px; overflow: hidden; }

@media only screen and (max-width: 340px) { .article-gallery .title { font-size: 24px; } }

.article-gallery .title a { color: #4a4a4a; }

.article-gallery .title { position: relative;    min-height: 33px;}

.article-gallery ul { margin-top: 0 }

.article-gallery .title a:hover { color: #08507f; }

.article-gallery .title span { float: left; }

.article-gallery .material-icons { position: absolute }

.article-gallery .title span.gallery-title {  font-size: 21px; width: calc(100% - 50px); padding-left: 35px; margin-top: 9px; position: relative; }

.article-gallery .title span.photo-icon-alt { position: absolute; top: 8px; left: 0; background-image: url(../img/photo-icon.svg); background-color: #08507f; width: 26px; height: 25px; background-size: 20px; background-position-x: 50%; background-position-y: 50%; background-repeat: no-repeat; display: inline-block; }

.article-gallery li { position: relative; display: block; float: left; width: 25%; padding-bottom: 25%; overflow: hidden; }

.article-gallery li:before { content: ""; width: 2px; height: 100%; position: absolute; top: 0; right: 0; background: #fff; z-index: 1; }

.article-gallery li.more-img a:after { content: ""; width: 100%; height: 100%; background-color: rgba(8, 80, 127, 0.5); visibility: visible; position: absolute; z-index: 2 }

.article-gallery li.more-img:before { display: none; }

.article-gallery li.more-img .img-count { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; color: #fff; font-size: 62px; }

.article-gallery li picture { position: absolute; top: 0; left: 0; }

.article-gallery li.video-holder-gallery a:before { background-repeat: no-repeat; background-position-x: center;  background-size: contain; content: ""; display: block; background-image: url("/static/hr/cms/shared/img/icons/play.png"); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; width: 30px; height: 30px; z-index: 2; }

.article-gallery li.video-holder-gallery a { position: absolute; width: 100%; height: 100%; }

.article-gallery li.video-holder-gallery a:after { transition: background-color .15s; display: block;content: "";height: 100%;position: absolute;top: 0;right: 0;background-color: transparent;width: 100%; cursor: pointer;}

.article-gallery li.video-holder-gallery:hover a:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery li.video-holder-gallery .fp-playbtn:before { font-size: 2.7em; }

.article-gallery li .img-count { position: absolute; }

.article-gallery li img { max-width: 100% }

@media (max-width: 599px) {
    .article-gallery li { width: 33%; padding-bottom: 33%; }
    .article-gallery li.more-img .img-count { font-size: 34px; font-weight: 500; }
    .article-gallery .title span.gallery-title { font-size: 18px }
}

@media (min-width: 1104px) { .article-gallery li.img-holder-gallery { background-color: #f9f9f9; /* background-image: url("../img/logo-holder.svg"); background-repeat: no-repeat; background-position: 50%; background-size: 50%; */ }
    .article-gallery li.img-holder-gallery a { position: absolute; width: 100%; height: 100%; }
    .article-gallery li.img-holder-gallery a:after { content: ""; height: 100%; position: absolute; top: 0; right: 0; background-color: transparent; width: 100%; cursor: pointer; transition: background-color 150ms; }
    .article-gallery li.img-holder-gallery a:hover:after { background-color: rgba(51, 51, 51, 0.2); }
    .article-gallery li.more-img:before, .article-gallery li.more-img:after { display: none; }
    .article-gallery li.more-img a { position: absolute; width: 100%; height: 100%; }
    .article-gallery li.more-img a:after { content: ""; height: 100%; position: absolute; top: 0; right: 0;  width: 100%; cursor: pointer; transition: background-color 150ms; }
    .article-gallery li.more-img a:hover:after { background-color: rgba(51, 51, 51, 0.2); }
}

.article-gallery .title span.photo-icon-alt { background-color: #426FB5; background-image: url(../img/photo-icon.svg); }

.article-gallery .title a:hover { color: #426FB5 !important; }

.article-gallery li.more-img a:after { background-color: rgba(66, 111, 181, 0.5); }

.article-gallery li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-10 .title span.photo-icon-alt { background-color: #c71c1d; background-image: url("/static/hr/cms/shared/img/icons/dnevnik-white.svg"); background-size: 14px;}

.article-gallery.siteid-10 .title a:hover { color: #c71c1d !important; }

.article-gallery.siteid-10 li.more-img a:after { background-color: rgba(199, 28, 29, 0.5); }

.article-gallery.siteid-10 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-10001 .title span.photo-icon-alt { background-color: #ff999d; background-image: url("/static/hr/cms/shared/img/icons/zadovoljna-white.svg"); background-size: 20px; }

.article-gallery.siteid-10001 .title a:hover { color:  #ff999d !important; }

.article-gallery.siteid-10001 li.more-img a:after { background-color: rgba(255, 153, 157, 0.5) }

.article-gallery.siteid-10001 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-10023 .title span.photo-icon-alt { background-color: #45ddcc; background-image: url("/static/hr/cms/shared/img/icons/punkufer-white.svg"); background-size: 16px;}

.article-gallery.siteid-10023 .title a:hover { color: #45ddcc !important; }

.article-gallery.siteid-10023 li.more-img a:after { background-color: rgba(69, 221, 204, 0.5); }

.article-gallery.siteid-10023 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-10002 .title span.photo-icon-alt { background-color: #08507f; background-image: url("/static/hr/cms/shared/img/icons/gol-white.svg"); background-size: 22px; }

.article-gallery.siteid-10002 .title a:hover { color: #08507f !important; }

.article-gallery.siteid-10002 li.more-img a:after { background-color: rgba(8, 80, 127, 0.5); }

.article-gallery.siteid-10002 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-30 .title span.photo-icon-alt { background-color: #9e399e; background-image: url("/static/hr/cms/shared/img/icons/showbuzz-white.svg"); background-size: 16px; }

.article-gallery.siteid-30 .title a:hover { color: #9e399e !important; }

.article-gallery.siteid-30 li.more-img a:after { background-color: rgba(158, 57, 158, 0.5); }

.article-gallery.siteid-30 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }

.article-gallery.siteid-40 .title span.photo-icon-alt { background-color: #cda900; background-image: url("/static/hr/cms/shared/img/icons/folder-white.svg"); background-size: 18px; }

.article-gallery.siteid-40 .title a:hover { color: #cda900 !important; }

.article-gallery.siteid-40 li.more-img a:after { background-color: rgba(205, 169, 0, 0.5); }

.article-gallery.siteid-40 li.more-img a:hover:after { background-color: rgba(0, 0, 0, 0.2); }


/* Cookie pro */
/*.optanon-alert-box-wrapper { top: 0 !important; bottom: auto !important; }*/
.optanon-alert-box-wrapper .optanon-alert-box-button-container button:hover { background: inherit !important; color: inherit !important; }
.optanon-alert-box-wrapper .optanon-alert-box-button-container button { font-size: inherit !important; }


/* Cookie pro mobile width fix */
/*******************************/

@media only screen and (max-width: 725px) {

  body .optanon-alert-box-wrapper {
    max-width: 453px;
    width: 100% !important;
  }

  body .optanon-alert-box-wrapper .optanon-alert-box-body {
    width: 100% !important;
    max-width: 373px;
    padding: 40px 40px 24px 40px;
    margin: 0 !important;
		box-sizing: border-box;
  }

  body .optanon-alert-box-wrapper .optanon-alert-box-notice {
    max-width: 373px;
    width: 100% !important;
  }

  body .optanon-alert-box-wrapper .optanon-alert-box-title .center-tile-banner-title {
    max-width: 373px;
    width: 100% !important;
  }

  body #optanon #optanon-popup-wrapper {
    max-width: 725px !important;
    width: 100% !important;
    right: 0;
  }

  body #optanon #optanon-popup-top {
    height: auto;
  }

  body #optanon #optanon-popup-body {
    max-width: 725px;
    width: 100% !important;
  }

}
/*video gallery*/
.article-page .article-body .video-gallery .title { color: #000; font-size: 22px; margin-bottom: 0.66667em; }

/*@media (min-width: 1104px) {*/
    /*.article-page .article-body .video-gallery .title { font-size: 22px; }*/
/*}*/

.article-page .article-body .video-gallery:not(.foreign-video-gallery) .title:before { display: none }

.article-page .fb-comments iframe  { min-width: 100% !important }

@media (min-width: 1700px) {
    .article-page .article-body .video-gallery .title { font-size: 25px; }
}

.article-page .article-body .video-gallery .title:before { content: ""; display: block; margin: 1.66667em 0; width: calc(99.97% * 0.08333 + 0.08333 * 40px); height: 2px; background: #426FB5; }

.article-page .article-body .video-gallery .title a { color: #000; background: none; text-decoration: none }

.article-page .article-body .video-gallery .title a:hover { color: #426FB5; }

.video-gallery .owl-carousel { padding: 1px 30px; box-sizing: border-box; }

.video-gallery .owl-carousel .owl-stage-outer { z-index: 1; }

.video-gallery .owl-carousel .owl-item .item { opacity: .8; transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.video-gallery .owl-carousel .owl-item .item:before { opacity: 0; transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); display: block; background-color: #426FB5; content: ""; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0; }

.video-gallery .owl-carousel .owl-item .item.is-active { opacity: 1; background-image: none; }

.video-gallery .owl-carousel .owl-item:hover .item { opacity: 1; cursor: pointer; }

.video-gallery .owl-carousel .owl-item:hover .item.is-not-available { opacity: .8; cursor: default; }

.video-gallery .owl-carousel .owl-item .item.is-active:before { opacity: 1; }

.video-gallery .owl-carousel .owl-item .item:not(.is-active) { position: relative; }

.video-gallery .owl-carousel .owl-item .item:not(.is-active):after { display: block; background: url(/static/hr/cms/shared/img/jw-play.svg) no-repeat center; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 32px; transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.video-gallery .owl-carousel .owl-nav { position: absolute; top: 50%; right: -5px; left: -5px; transform: translateY(-50%); line-height: 0; height: 62px; display: flex; justify-content: space-between; }

.video-gallery .owl-carousel .owl-nav.disabled { display: none; }

.video-gallery .owl-carousel .owl-nav .owl-prev { text-align: left; }

.video-gallery .owl-carousel .owl-nav .owl-next { text-align: right; }

.video-gallery .owl-carousel .owl-nav .owl-prev, .video-gallery .owl-carousel .owl-nav .owl-next { outline: none; padding: 10px 5px !important; }

.video-gallery .owl-carousel .owl-nav .owl-prev polyline, .video-gallery .owl-carousel .owl-nav .owl-next polyline { transition: stroke 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.video-gallery .owl-carousel.is-not-scrollable { padding: 1px 0; }

.video-gallery .owl-carousel .owl-dots { display: none; text-align: center; }

.video-gallery .owl-carousel .owl-dots .owl-dot { background-color: #939292; width: 8px; height: 8px; border-radius: 50%; margin: 0 2.5px; outline: none; }

.video-gallery .owl-carousel .owl-dots .owl-dot.active { background-color: #426FB5; }

@media (max-width: 768px) {

    .video-gallery.foreign-video-gallery .title a {
        padding-top: 1.66667em;
        display: block;
    }
    .video-gallery.foreign-video-gallery .title:before {
        position: absolute;
        top: -1.66667em;
        margin-top: 0!important;
    }
    .video-gallery.foreign-video-gallery {
        background-color: rgba(235, 236, 237, .5);
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
        padding: 1px 20px 30px;
        margin-bottom: 35px;
        box-sizing: border-box;
        margin-top: 5.66667em;
    }

}

@media (max-width: 599px) {
    .video-gallery .owl-carousel .owl-dots { display: block; }
    .video-gallery .owl-carousel { padding: 1px 0; }
}

.video-gallery .player-error-message { font-family: "Roboto Mono", monospace; }

.article-right .linker-recommendation .article .title-holder {
    box-sizing: border-box;
    float: left;
    margin-top: 5px;
    padding-left: 20px;
    width: 73.5291%;
}
.article-right .linker-recommendation .article img {
    float: left;
    width: 26.4709%;
    height: auto;
}
.article-right .linker-recommendation .box-title:before {
    font-family: source sans pro,arial,sans-serif;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    background: #587fbf;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin-bottom: 20px;
    content: "Pročitaj i ovo";
    display: block;
    visibility: visible;
}
.article-right .linker-recommendation:after, .article-right .linker-recommendation:before {
    display: none;
}
.article-right .linker-recommendation .article {
    width: 100%;
}
.article-right .linker-recommendation {
    clear: both;
}
.article-right .linker-recommendation .box-title {
    visibility: hidden;
    height: 45px;
    /*display: none;*/
}

/* ==========================================================================
   Lazyload
   ========================================================================== */

/*.homepage-page .top-news .article.relevance-1 .relative  { padding-bottom: 47.17% }*/
/*.homepage-page .top-news .article.relevance-2 .relative  { padding-bottom: 66.34%; }*/

.picture:not(.gl) img { display: block; border: 0; opacity: 0; }

.picture:not(.gl) img:not(.initial) { transition: transform 5s, opacity 1s !important; }

.picture:not(.gl) img.initial, .picture:not(.gl) img.loaded, .picture:not(.gl) img.error { opacity: 1; }

.picture:not(.gl) img:not([src]) { visibility: hidden; }

.other-articles .article .relative { display: block; padding-bottom: 66.17%; position: relative }
.other-articles .article .relative img { height: 100%; position: absolute; top: 0; left: 0 }
.homepage-page .other-articles .article:nth-child(n+13) .relative img { position: absolute; top: 0; left: 0; }
.article-page .other-articles .article:nth-child(n+6) .relative img { position: absolute; top: 0; left: 0; }
.article-image.main .img-holder { padding-bottom: 56.25%; position: relative }
.article-image.main .img-holder picture { position: absolute }
.article-image.in-body .img-holder { padding-bottom: 56.25%; position: relative }
.article-image.in-body .img-holder picture { position: absolute }
.front-page .article.relevance-3 .img-holder { padding-bottom: 66.17%; position: relative }
.front-page .article.relevance-3 .img-holder picture { position: absolute; }
.front-page .article.relevance-2 .img-holder { padding-bottom: 66.34%; position: relative }
.front-page .article.relevance-2 .img-holder picture { position: absolute; }


@media (min-width: 768px) {
    .homepage-page .top-news .article.relevance-2 .relative  { padding-bottom: 66.34%; }
}

@media (min-width: 480px) {
    .homepage-page .top-news .article.relevance-1 .relative  {  padding-bottom: 47.17% }
}

@media (max-width: 1100px) {
    .homepage-page .top-news .article .relative img  { width: 100%; height: 100%; object-fit: cover }
}

@media only screen and (max-width: 359px) {
    .homepage-page .article.relevance-2 .meta-holder .relative {
        height: 210px;
    }

}

/*@media (max-width: 1024px) {*/
    .front-page .article.relevance-2 .img-holder picture     { width: 100%; height: 100% }
    .front-page .article.relevance-2 .img-holder picture img { height: 100% }
    .front-page .article.relevance-3 .img-holder picture     { width: 100%; height: 100% }
    .front-page .article.relevance-3 .img-holder picture img { height: 100% }
/*}*/

@media only screen and (max-width: 600px) {
    .video-gallery .owl-carousel {

        padding: 1px 0 0 0 ;
    }
}
@media only screen and (max-width: 380px) {

    .article-page .article-content .banner-holder:not(.inarticle-1) {
        margin-left: -20px;
        width: 100vw
    }

    .video-gallery .owl-carousel .owl-item h3 {
        padding-bottom: 2px!important;
    }
}

.video-gallery .owl-carousel .owl-item h3 { box-sizing: border-box; display: block; position: absolute; bottom: 0; left: 0; margin-bottom: 0; color: #fff; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; padding: 5px; z-index: 1; font-weight: 500; }

.video-gallery .owl-carousel .owl-item .item:not(.is-active):after { background-color: rgba(0, 0, 0, 0.4) !important; }

.video-gallery .owl-carousel .owl-item .is-active h3 { display: none; z-index: 1; }

.video-gallery .owl-carousel .owl-item .item:not(.is-active):after { background-size: 24px; background-position-y: calc(50% - 5px)  }

.video-gallery .owl-carousel .owl-nav .owl-next:hover polyline, .video-gallery .owl-carousel .owl-nav .owl-prev:hover polyline {
    stroke: #426FB5;
}
.video-gallery .owl-carousel .owl-nav .owl-next polyline, .video-gallery .owl-carousel .owl-nav .owl-prev polyline {
    stroke: #14161a;
    transition: stroke .3s;
}
.other-articles.on-home .pagebreak-1 .banner-inner > div {
    margin: auto;
}
.other-articles.on-home .pagebreak-1 {
    width: 100%;
}
.other-articles.on-home .container {
    display: flex;
    flex-wrap: wrap;
}
.front-page .other-articles .box-title {
    display: none;
}

/* AD TANDEM */

.ad-tandem .site-content { position: relative; overflow: hidden; padding-bottom: 50px; padding-top: 50px; }

.ad-tandem .site-content:before { padding: 0 10px; content: " "; width: 1100px; height: 15000px; background: #fff; position: absolute; left: 50%; display: block; z-index: 1; top: 0; transform: translateX(-50%); }

.ad-tandem .breaking-stripe { z-index: 1; }

.ad-tandem .related-content.list-wrapper { background-color: transparent; }

.ad-tandem .other-articles .container { background-color: #fff; }

.ad-tandem .site-footer { position: relative; z-index: 1; margin-top: 0; }


/* nova studio */

.nova-studio { display: flex; flex-wrap: wrap; align-items: center; padding: 0 30px; margin: 30px 0; }

.nova-studio img { max-width: 95px; margin-bottom: 0!important;}

.nova-studio span { display: block; flex: 1; padding: 10px 0 10px 30px; font-style: italic; font-size: 18px; line-height: 1.3; font-weight: 300; }

@media (max-width: 1699px) { 
  .nova-studio { padding: 0 20px; }
  .nova-studio span { font-size: 18px; } 
}

@media (max-width: 1103px) { 
  .nova-studio { max-width: 760px; }
  .nova-studio span { font-size: 16px; } 
}

@media (max-width: 599px) { 
  .nova-studio { padding: 0; max-width: 370px; }
  .nova-studio img { max-width: 50px; }
  .nova-studio span { font-size: 11px; padding: 10px 0 10px 10px; } 
}