/*
Theme Name: PC ekspert
Theme URI: http://www.interactive1.hr/
Author: Interactive1
Author URI: http://www.interactive1.hr/
Description: 
Version: 1.0
Tags: interactive1
*/

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family:  'Open Sans', sans-serif;
   color:#333;
   font-size: 100%;
}

a {
	color:#0863b9;
}

a:hover, a:active {
	text-decoration: none;	
}

h1 {
	background: #eee;
	border-radius:4px;
	padding:10px;
	font-size:3em;
	letter-spacing: -3px;
	line-height: 1em;
}

h2 {
	background: #eee;
	border-radius:4px;
	padding:10px;
	font-size:2em;
	letter-spacing: -2px;
	line-height: 1em;
}

h3 {
	font-size:1.5em;
	letter-spacing: -1px;
	line-height: 1em;
}

#content h1,
#content h2,
#content h3,
#content h4{
	margin-bottom: 20px;
}

#content p{
	margin-bottom: 20px;
}

#page input[type="text"], 
#page input[type="password"], 
#page textarea {
	background-image: -webkit-linear-gradient(top, #E2E2E2 0%, white 15%, white 100%);
	background-image: -moz-linear-gradient(top, #E2E2E2 0%, white 15%, white 100%);
	background-image: -ms-linear-gradient(top, #E2E2E2 0%, white 15%, white 100%);
	background-image: -o-linear-gradient(top, #E2E2E2 0%, white 15%, white 100%);
	background-image: linear-gradient(to bottom, #E2E2E2 0%, white 15%, white 100%);
	color: #333;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid white;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -1px 1px 1px rgba(0,0,0, 0.1);
	box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.1);	
	display: inline-block;
	font-size: 16px;
	height: 30px;
	padding: 0 5px;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
	font-family:  'Open Sans', sans-serif;
}

.fl {
	
	float: left;
}

.fr {
	float: right;
}

.mt40 {
	margin-top: 40px;
}

.m20 {
	margin: 20px 0;
	
}

.mt20 {
	margin-top: 20px;
	
}

.mb20 {
	margin-bottom: 20px;
	
}

.mb40 {
	margin-bottom: 20px;
	
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#page {
   min-height:100%;
   position:relative;
}

/** Header **/

.header {
	position: relative;
	height: 64px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
	background-image: -webkit-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: -moz-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: -ms-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: -o-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: linear-gradient(to bottom, #145491 0%, #0c3760 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#145491', EndColorStr='#0c3760');
}

#brand {
	margin: 5px 0;
	width: 180px;
	height: 55px;
}

/*#top_menu {
	position: relative;
	margin-left: 40px;
	float: left;
}*/

#top_menu li{
	float: left;
	list-style: none;
	position: relative;
}

#top_menu li ul{
	display: none;
	position: absolute;
	left: 0;
	top: 64px;
	background: #104170;
	z-index: 1000;
	width: 170px;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4);
}

#top_menu li:hover ul{
	display: block;	
}

#top_menu a.menu-item {
	display:inline-block;
	padding:5px 10px;
	border-radius: 5px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	margin: 15px 4px 17px 4px;
	font-weight: 300;
}

#search-box #s { margin:0 10px 0 0;}

#top_menu a.menu-item i{
	padding-right: 3px;
}

#top_menu a.tw {
	padding:5px 2px 5px 5px;
	color:#00abf0;
}

#top_menu a.fb {
	padding:5px 2px 5px 5px;
	color:#3c599b;
}

#top_menu a.rss {
	padding:5px 2px 5px 5px;
	color:#fff;
}

#top_menu a.gp {
	padding:5px 2px 5px 5px;
	color:#fff;
}
#top_menu a.yt {
	padding:5px 2px 5px 5px;
	color:#fff;
}

#top_menu a.current-menu-item, 
#top_menu a.current-page-ancestor, 
#top_menu a.menu-item:hover {
	background:#fcb421;	
	color:#000;
	text-decoration:none;
	text-shadow: 1px 1px rgba(255,255,255,0.45);
}

#top_menu ul a.menu-item{
	margin: 5px;
	width: 160px;
}

#search-box {
	margin-top: 15px;
	padding: 0 0 0 5px;
	position: relative;
}

#search-box form{
	position: relative;
}

.search-button {
	position: absolute;
	right: 7px;
	top: 3px;
	font-size: 22px;
	font-family: FontAwesome;
	color: #CCC;
	text-decoration: none;
	border: none;
	background: none;
	cursor: pointer;
}

.search-results h3 a{
	color: #333;
	text-decoration: none;
}

#content {
   padding:10px;
   padding-bottom:70px;   /* Height of the footer */
   
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   background:#145491;
   color: white;
   padding: 0 0 15px 0;
   box-shadow: inset 0 5px 5px 0 rgba(0,0,0,0.25);
}

.greycol {
	background: #eee;
	height:100%;
	border-radius:4px;
	padding:10px;
}

.greycol > h4 {
	margin:20px 0 10px;
	
}

.sve {
	font-size:18px;	
	display:block;
	margin-top:20px;
}

.focus_img_container {
	border: 10px solid #FFF;
	margin: 10px 0 10px 1px;
	position: relative;
	height: 340px;
	overflow: hidden;
	box-shadow: 0 0px 1px #666;
}

.focus_img_container a{
	color: white;
	text-decoration: none;
}

.focus_img {

}

.focus_img_title_container {
	position:absolute;
	bottom:20px;
	left:20px;
}

.focus_img_title_container h3 {
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.9);
	margin-bottom: 5px !important;
}

.focus_img_title_container h4 {
	font-size:16px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.9);
	margin-bottom: 5px !important;
}

.focus_text {
	font-size:16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom:20px;
}

.clanak_naslovnica {
	margin-bottom:40px;
}

.clanak_naslovnica_img_container {
	padding:5px;
	margin:0 20px 0 0;
	width:110px;	
	height:110px;
}

.clanak_naslovnica_img {
	max-width:98px;	
	max-height:98px;
	background-size: cover;
}

.clanak_naslovnica_text_container {
	margin-left:130px;
}

.clanak_naslovnica_text_container h3 a{
	color: #333;
	text-decoration: none;
}

.clanak_naslovnica_objava {
	font-size:11px;
	color:#999;	
	margin-top:20px;
}

#content p.clanak_naslovnica_objava{
	margin-bottom: 0px;	
}

.clanak_naslovnica_text {
	font-size:14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:20px;
}

.novost {
	font-size:12px;
	word-wrap: break-word;
}

.novost.ellipsis {
	max-height: 140px;
}
.novost_img_container {
	width:60px;
	margin:5px 10px 0 0;
}

.forum_naslovnica_link {
	display:block;
	margin-bottom:20px;
}

.side_banners {
	text-align:middle;
}

.copy {
	font-size:12px;
	text-align: center;
	margin-top:20px;
}

.clanak p {margin:20px 0}

.banner_big {
	margin: 20px auto;
	text-align: center;
}

.banner_big_vertical {
	margin: 0 auto;
	text-align: center;
}

.novosti-desno h4 a,
.clanci-desno h4 a{
	color: #333;
	text-decoration: none;
}

h3.subtitle{
	margin-bottom: 20px;
	float: left;
	width: 70%;
}

.article-nav{
	background: #EEE;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
}

#article-nav{
	margin-top: 20px;
}

#article-pag{
	float:right;
	margin-bottom: 20px;
	width: 30%;
}

.article-nav span.prev,
.article-nav span.next{
	padding: 0 5px;
}

.article-nav span.sep-left,
.article-nav span.go{
	padding-right: 5px;
}

.article-nav span.sep-right{
	padding-left: 5px;
}

.article-nav a{
	text-decoration: none;	
}

.article-nav i{
	font-size: 1.1em;
	vertical-align: middle;
	color: #333;
}

.article-nav i.icon-circle-arrow-left.dis,
.article-nav i.icon-circle-arrow-right.dis{
	color: #999;
}

#pulldown{
	background-color: #EEE;
	border: 1px solid #999;
	padding: 3px;
}

.article-foot{
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0;
}

.article-foot i{
	color: #333;	
}

.article-foot a{
	text-decoration: none;
	padding: 0 5px;
}

#review{
	margin: 0 auto 20px;
}

.table-ocjena{
	font-size: 0.8em;
	width: 320px;
	margin: 0 auto 20px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.table-ocjena .naslov,
.sistem{
	background: #145491;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-image: -webkit-linear-gradient(top, #145491 0%, #0C3760 100%);
	background-image: -moz-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: -ms-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: -o-linear-gradient(top, #145491 0%, #0c3760 100%);
	background-image: linear-gradient(to bottom, #145491 0%, #0C3760 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#145491', EndColorStr='#0c3760');
}

.table-ocjena td{
	padding: 10px;
}

.table-ocjena .left{
	width: 100px;
	font-weight: bold;
}

.table-ocjena .right{
	width: 220px;
}

.table-ocjena .odd{
	background: #eee;
}

.table-ocjena .even{
	background: #ddd;
}

.procenat {
	color: #000;
	font-weight: bold;
	background-color: #EEE;
	background-image: -webkit-linear-gradient(top, #EEE 0%, #BBB 100%);
	background-image: -moz-linear-gradient(top, #EEE 0%, #BBB 100%);
	background-image: -ms-linear-gradient(top, #EEE 0%, #BBB 100%);
	background-image: -o-linear-gradient(top, #EEE 0%, #BBB 100%);
	background-image: linear-gradient(to bottom, #EEE 0%, #BBB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEE', EndColorStr='#BBB');
}

.table-ocjena a{
	text-decoration: none;
}

.table-procenti{
	background: #BBB;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
	width: 190px;
	border: 1px solid #999;
}

.table-procenti td{
	padding: 3px 5px;
}

.recommends{
	width: 137px;
	font-size: 0.8em;
	margin: auto;
}

.recommends-image{
	display: block;
}

.recommends-title{
	width: 125px;
	color: #FFF;
	background: #036;
	padding: 0 3px 11px 3px;
	text-align: center;	
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.main-content table table{
	font-size: 0.9em;
}

.main-content table table table{
	font-size: 1.2em;
}

.pagination{
	font-size: 0.9em;
	font-size: 0.9em;
	background: #EEE;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.pagination a{
	text-decoration: none;
	margin: 0 4px;	
}

.pagination a.prev:before{
	color: #333;
	content: "\f0a8";
	font-family: FontAwesome;
	margin-right: 3px;
}

.pagination a.next:after{
	color: #333;
	content: "\f0a9";
	font-family: FontAwesome;
	margin-left: 3px;
}

h2.category-title{
	font-size: 1.5em;
	margin-bottom: 20px;
}

h2.category-title a,
h4.catart-title a{
	text-decoration: none;
	color: #333;	
}

h2.category-title span.number{
	float: right; 
	font-size: 0.6em; 
	font-weight: normal;
	letter-spacing: -1px;
}

h4.catart-title{
	margin-bottom: 10px;
}

.catart-image{
	float: left;
	margin: 0 10px 1px 0;
}

.two-col-title{
	width: 96.2%;
	margin-bottom: 20px;
}

.top-title{
	margin-bottom: 20px;
}

.top-item a{
	color: #333;
	text-decoration: none;
}

.top-year-title{
	margin-bottom: 3px;
}

.top-table{
	margin: 0 0 20px 0;
	padding: 5px 0;
	font-size: 0.84em;
	min-height: 90px;
	width: 100%;
}

.top-table td{
	vertical-align: top;
}

.top-table a{
	font-weight: bold;
}

.top-table .table-procenti td{
	padding: 1px 5px;
}

.top-table .label{
	width: 7%;
}

.top-table .sep{
	width: 3%;
}

.top-table .text{
	width: 90%;
}

.top-table .label.last,
.top-table .sep.last,
.top-table .text.last{
	vertical-align: middle;
}

.news-month {
	width: 80px;
	display: block;
	float: left;
}

.news-sep{
	font-weight: normal;
	margin-right: 6px;
}

.news-total{
	font-weight: normal;
}

.page-id-18240 #content table{
	margin-bottom: 20px;
}

.category-top{
	font-size: 0.8em;
	text-align: right;
	margin: 10px 0 20px 0;
}

.category-top a{
	text-decoration: none;
	margin-left: 6px;
}

.category-top i{
	color: #333;
}

#content ul,
#content ol{
	margin-left: 30px;
	margin-bottom: 20px;
}

.image-cont{
	text-align: center;
	margin-bottom: 10px;
}

img.alignleft{
	float: left;
	margin-right: 20px;
}

img.alignright{
	float: right;
	margin-left: 20px;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.admin-edit{
	float: right;
	margin-right: 10px;
	line-height: 1.5em;
}

.post-edit-link{
	font-size: 0.7em;
	text-decoration: none;
	color: #333;
	margin-left: 5px;
}

.post-edit-link:before{
	font-family: FontAwesome;
	content: "\f040";
	margin-right: 3px;
}

.search-no-results  #content .ninecol,
.page  #content .ninecol::first-child{
	min-height: 1000px;
}
