/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
	/*display:block;*/
	padding:0;
	margin:0;
}



body, html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#ecf0f1;
	font-family: 'Open Sans', sans-serif;
}
#container {
	width:1100px;
	height:auto;
	margin:0 auto;
	background:#fff;
	z-index: 1;
	position: relative;
}
#topbar {
	width:1080px;
	height:30px;
	background:#34495e;
	font-size:12px;
	line-height:30px;
	color:#c7cdd4;
	padding:0 10px;
}
#topbar .timedate {
	float:left;
}
#topbar a {
	color:#c7cdd4;
}
#topbar ul {
	margin:0;
	padding:0;
	list-style: none;
	float:right;
}
#topbar li {
	margin-right:10px;
	float:left;
}
#topbar li.facebook {
	margin-left:20px;
}
#topbar li.facebook, #topbar li.twitter, #topbar li.rss {
	/*margin-top:5px;*/
	padding-top:2px;
}
#topbar li.twitter {
	padding-top:3px;
}
#topbar li.admin-link,
#topbar li.admin-link a {
	color: #ffffff;
}
#logo {
	width:100%;
	height:110px;
}
#logo .faktor-logo {
	width:210px;
	height:52px;
	margin:3px 0 0 10px;
	display:block;
	float:left;
}
#logo .adv-728x90 {
	margin:5px 5px 0 0;
	float:right;
}
#menu {
	width:100%;
	height:40px;
	background:#d14233;
}
#menu ul {
	list-style:none;
	float:left;
}
#menu li {
	float:left;
}
#menu li a {
	width:auto;
	height:40px;
	padding:0 7px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:100;
	line-height:40px;
	display:block;
}
#menu .search {
	position:relative;
}
#menu .search-btn {
	width:40px;
	height:40px;
	background:url("images/menu-search.png") no-repeat center center;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	position:relative;
	z-index:1;
	float:right;
}
#menu .search-form {
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	width: 0px;
	padding-right: 20px;
	background-color:transparent;
	height: 40px;
	position:absolute;
	right:0px;
}

#menu .opened .search-form {
	width: 400px;
	background-color:rgba(52, 73, 94, 1);
}

#menu .search-form-field {
	float:left;
	display:block;
	width: 100%;
	padding:0 5px 0 10px;
	margin:0px;
	border:none;
	height: 40px;
	line-height:50px;
	font-family:"Open Sans", Helvetica, Verdana;
	font-weight:100;
	font-size:16px;
	background-color:transparent;
	color:#fff;
	outline:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
#menu .opened .search-form {
	width: 200px;
	background-color:rgba(52, 73, 94, 1);
}

#menu li a:hover, #menu li a.active {
	background-color:#34495e;
}
.ticker {
	width:1100px;
	background:#ffffff;
	margin: 0 auto;
	width: auto;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
}
.ticker a {
	font-size: 14px;
	text-decoration: none;
}
#main {

}
#content {
	width:770px;
	height:auto;
	padding:10px;
	float:left;
}
#content h1 {
	font-size:30px;
	line-height:34px;
	font-weight:700;
	letter-spacing: -1px;
	color:#34495e;
	margin-bottom:20px;
}
#content span.date {
	font-size:14px;
	color:#7f8c8d;
	margin:10px 0 5px 0;
	display:block;
}
#content .sharing {
	margin:20px 0;
	border:2px solid #ecf0f1;
	border-right:none;
	border-left:none;
}
#content .sharing .sharespan {
	width:90px;
	height:46px;
	/*background-color:#ecf0f1;*/
	font-size:22px;
	color:#d14233;
	font-weight:800;
	text-transform:uppercase;
	text-align:center;
	line-height:44px;
	display:inline-block;
}
.socialmedia {
	width: 600px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.socialmedia span {
	background: none !important;
}
.socialmedia .social-share {
	display: block;
	float: left;
	width: 20%;
}
.socialmedia .social-facebook {
	width: 150px;
	height: 46px;
	display: block;
	float: left;
}
.socialmedia .social-twitter {
	width: 80px;
	height: 46px;
	display: block;
	float: left;
}
.socialmedia .social-linkedin {
	width: 110px;
	height: 46px;
	display: block;
	float: left;
}

#post img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.article_content {
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
	text-align: justify;
	padding: 0px 10px;
}
.article_content p {
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
	text-align: justify;
}
p.nadnaslov {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: justify;
}
p.voved {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: justify;
}
.article_content h2 {
	font-size:30px;
	font-weight:800;
	margin-bottom:20px;
	margin-top:10px;
}
.article_content h3 {
	font-size:28px;
	font-weight:800;
	margin-bottom:10px;
	margin-top:20px;
}
.article_content h4 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}
.article_content h5 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}
.article_content h6 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
}
.article_content b, .article_content strong {
	font-weight:bold;
}
.article_content i {
	font-style:italic;
    font-size: 14px;
}

.article_content iframe {
    width: 100%;
    min-height: 430px;
}

p.published-in {
	margin-top: 15px;
}
p.published-in a {
	color: #d14233;
}
.published-in .date {
	float: right;
	margin: 0 !important;
}

.sponsored_article {
	margin-bottom:20px;
}
.sponsored_article a {
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color:#000;
}
.nextprev_articles {
	border:2px solid #ecf0f1;
	border-right:none;
	border-left:none;
	padding:10px 0;
	margin-bottom:20px;
	float:left;
}
.nextprev_articles .prev_article, .nextprev_articles .next_article {
	width:372px;
	float:left;
}
.nextprev_articles .prev_article {
	margin-right:20px;
}
.nextprev_articles .next_article {
	text-align:right;
}
.nextprev_articles a {
	font-size:16px;
	line-height:20px;
	text-decoration:none;
	color:#000;
}

.nextprev_articles h2 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	color:#34495e;
}

/* Main articles */
.main-articles {
	margin-bottom:10px;
	float:left;
}
.main-articles .big-article {
	width:510px;
	height:350px;
	float:left;
	margin-right:10px;
	position:relative;
}
.main-articles .small-article {
	width:250px;
	height:170px;
	margin-bottom:10px;
	float:left;
	position:relative;
}
.main-articles .margin-right {
	margin-right:10px;
}
.main-articles .big-article a, .main-articles .small-article a {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	z-index:1;
}
.main-articles .big-article h2, .main-articles .small-article h2 {
	font-size:30px;
	line-height:34px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	bottom:0;
	position:absolute;
	padding:10px;
	background:rgba(0,0,0,0.3);
}
.main-articles .small-article h2 {
	font-size:16px;
	line-height:18px;
}

/* Articles */
.category-fullwidth {
	width:770px;
	height:auto;
	margin-bottom:20px;
	float:left;
}
.category-fullwidth .big-article {
	width:460px;
	margin-right:10px;
	float:left;
}
.category-fullwidth .big-article h2 {
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	letter-spacing: -1px;
	margin:5px 0 10px 0;
	color:#34495e;
}
.category-fullwidth .big-article span.date {
	font-size:12px;
	color:#7f8c8d;
	margin-bottom:10px;
	display:block;
}
.category-fullwidth .big-article p {
	font-size:14px;
	line-height:20px;
	color:#34495e;
}
.category-fullwidth .small-article {
	width:300px;
	height:72px;
	position:relative;
	margin-bottom:10px;
	float:left;
    overflow: hidden;
}
.category-fullwidth .small-article a {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	z-index:1;
}
.category-fullwidth .small-article img {
	margin-right:10px;
	float:left;
}
.category-fullwidth .small-article h2 {
	font-size:14px;
	line-height:18px;
	color:#34495e;
}

.category-fullwidth .threearticles {
	width:250px;
	float:left;
}
.category-fullwidth .threearticles a {
	text-decoration:none;
}
.category-fullwidth .threearticles span.author {
	font-size:14px;
	color:#d14233;
	text-align:center;
	margin:10px 0;
	display:block;
}
.category-fullwidth .threearticles h2 {
	height:50px;
	font-size:16px;
	color:#34495e;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
	overflow:hidden;
	display:block;
}
.category-fullwidth .marginright {
	margin-right:10px;
}
.category-fullwidth .article {
	width:375px;
	height:auto;
	margin-bottom:20px;
	float:left;
}
.category-title {
	width:100%;
	border-bottom:2px solid #34495e;
	display:block;
	margin-bottom:20px;
	float:left;
}
.category-title h2 {
	height:30px;
	color:#fff;
	line-height:30px;
	background:#34495e;
	padding:0 10px;
	display:block;
	float:left;
	position: relative;
	z-index: 99999;
}
.category-title h2 a {
	color: #fff;
	text-decoration: none;
}
.category-halfwidth {
	width:375px;
	height:auto;
	margin-bottom:20px;
	float:left;
}
.category-halfwidth .category-title {
	margin-bottom:15px;
}
.halfwidth-left, .fullwidth-left {
	margin-right:20px;
}
.category-halfwidth .article {
	width:100%;
	height:auto;
	padding-bottom:15px;
	border-bottom:1px solid #cad2d3;
}
.category-halfwidth .article a, .category-fullwidth .article a, .big-article a {
	text-decoration:none;
}
.category-halfwidth .article h2, .category-fullwidth .article h2 {
	font-size:22px;
	line-height:28px;
	color:#34495e;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.category-halfwidth .article img, .category-fullwidth .article img {
	width:100%;
}
.category-halfwidth .article span.date, .category-fullwidth .article span.date {
	font-size:12px;
	color:#7f8c8d;
	margin-bottom:10px;
	display:block;
}
.category-halfwidth .article p, .category-fullwidth .article p {
	font-size:14px;
	line-height:20px;
	color:#34495e;
}
.category-halfwidth ul {
	margin-top:10px;
}
.category-halfwidth li {
	margin-bottom:5px;
	float:left;
}
.category-halfwidth li span.reddot {
	width:8px;
	height:12px;
	background:url(images/article-list.png) no-repeat center bottom;
	display:block;
	margin-right:8px;
	float:left;
}
.category-halfwidth ul.links a {
	width:359px;
	font-size:13px;
	line-height:18px;
	color:#34495e;
	display:block;
	float:left;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>a {
	display: inline
}

.pagination>a,
.pagination>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #d14233;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>a:first-child,
.pagination>span:first-child {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>a:last-child,
.pagination>span:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>a:hover,
.pagination>span:hover,
.pagination>a:focus,
.pagination>span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>a.current,
.pagination>span.current,
.pagination>a.current:hover,
.pagination>span.current:hover,
.pagination>a.current:focus,
.pagination>span.current:focus {
	z-index: 2;
	color: #fff;
	background-color: #d14233;
	border-color: #d14233;
	cursor: default
}

.pagination>span.disabled,
.pagination>span.disabled:hover,
.pagination>span.disabled:focus,
.pagination>a.disabled,
.pagination>a.disabled:hover,
.pagination>a.disabled:focus {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

/* Sidebar */
#sidebar {
	width:300px;
	height:auto;
	padding:10px 0 0 0;
	float:left;
}
#sidebar .widget {
	margin-bottom:20px;
}
#sidebar h2 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
#sidebar .articles {
	padding:10px 10px 1px 10px;
	background:#ecf0f1;
}
#sidebar .articles .article {
	height:60px;
	margin-bottom:10px;
	position:relative;
}
#sidebar .articles .article a {
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
}
#sidebar .articles .article img {
	margin-right:10px;
	float:left;
}
#sidebar .articles .article p {
	height:63px;
	font-size:12px;
	line-height:16px;
	color:#34495e;
	overflow:hidden;
}


/* Banners */
.adspace {
	position:relative;
	text-align:center;
	/*display: inline-block;*/
	margin: 0 auto;
}
.adv-728x90 {
	width:728px;
	height:90px;
}
.adv-770x95 {
	width:770px;
	min-height:95px;
	margin-bottom:20px;
	clear:both;
	text-align:center;
}

/* Footer */
#footer {
	width:100%;
	height:120px;
	background:#34495e;
	padding:15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;

}
#footer ul.links {
	margin-right:20px;
	float:left;
}
#footer ul.links li {
	margin-bottom:5px;
}
#footer ul.links li.title {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	margin-bottom:10px;
}
#footer ul.links a {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;

}
#footer .copy {
	font-size:12px;
	color:#fff;
	text-align:right;
	float:right;
}
#footer .copy p {
    margin-top: 15px;
    line-height: 17px;
	float:right;
}
#footer .copy img {
	display:inline;
}
.clear {
	clear:both;
}

/* Slider */
.bx-wrapper {
    position: relative;
}
.bx-controls-direction {
    width:32px;
    position: absolute;
    right: 0;
    float:right;
    top:5px;
}
.bx-controls-direction a {
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	float:left;
}
.bx-controls-direction .bx-prev {
	background:url(images/slider-prev.png) no-repeat center center;
}
.bx-controls-direction .bx-next {
	background:url(images/slider-next.png) no-repeat center center;
}

.social-container {
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -40px;
	width: 555px;
}
.social-container .links {
	margin-bottom: 5px;
	text-align: center;
}
.social-container .links a {
	margin: 0 37px;
	color: #ccc;
	text-decoration: none;
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0px 2px 3px #fff;
}
.social-container .links a:hover {
	color: #ED452A;
}


blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-family: Helvetica;
	font-weight: bold !important;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

.next-page-btn {
	background-color: #d14233;
	border: 1px solid #ddd;
	color: #fff;
	line-height: 1.42857;
	margin-top: 5px;
	padding: 6px 12px;
	text-decoration: none;
}
