/* ------- 1. CSS Reset ------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,address,code,del,dfn,em,img,q,
dl,dt,dd,ol,ul,li,
table,caption,tbody,tfoot,thead,tr,th,td,br,fieldset,textarea,figure{font-family:sans-serif, Helvetica, "Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Arial; letter-spacing:.1px;word-spacing:1px;margin:0;padding:0;border:0;vertical-align:baseline;}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{margin:0 0 20px}
p,h1, h2, h3, h4, h5, h6, ul.check_list, ul.arrowlist{padding-left:2px;}
strong, b{font-weight:bold;}
em, dfn, i{font-style:italic;}

/* ------- 2. General ------- */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
body{color:#222;font-size:16px;text-shadow:1px 1px 0px #fff;line-height:150%;}
h1,h2,h3,h4,h5,h6,th,blockquote,.top_metadata,.date,.cancel-comment-reply a,.bottom_metadata,span.current_crumb, p.breadcrumb {letter-spacing:1px;font-family:Tahoma,Geneva,Arial,sans-serif;}
a:link,a:visited,a:hover,a:active,a:focus{text-decoration:none;outline:none;-moz-outline-style:none;}
a{color:#111;}
a:hover {color:#0c84ac!important;}

.cf:before,
.cf:after {
	content: '';
	display: table;
}
.cf:after {clear: both;}
.fl {float: left;}
.fr {float: right;}

body {overflow-x: hidden;}


/* -------------------------------------------------------------- */
/* nova naslovna strana */

.cards-container {margin-bottom: 30px;}

.feed-sidebar {display: none;}


/* -------------------- */
/* sticky header */

.header__content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	/*height: 100%;*/
	padding: 25px 0;
	z-index: 101;
	background: #f5f5f5;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 32%, rgba(237,237,237,1) 32%, rgba(255,255,255,1) 91%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 32%,rgba(237,237,237,1) 32%,rgba(255,255,255,1) 91%);
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 32%,rgba(237,237,237,1) 32%,rgba(255,255,255,1) 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	border-bottom: 3px solid #ddd;
}

.header__content.lateral-menu-is-open {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

@media all and (min-width: 1122px) {
	.header__content {height: 100px;}
	.header__content.is-fixed {height: 51px;}
}

@media all and (max-width: 1121px) {
	.header__content {height: 53px;}
	.header__content.is-fixed {height: 51px;}
}


/* -------------------- */
/* search overlay */

#hor-trigger {
	position: absolute;
	z-index: 10000;
	width: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

#hor-trigger img {
	display: block;
	width: 20px;
	height: 20px;
}

#navsearch-input-hor {
	width: 1080px;
}

@media all and (min-width: 1122px) {
	#hor-trigger {top: 39px;right: 145px;}
	.header__content.is-fixed #hor-trigger {top: 16px;}
}

@media all and (max-width: 1121px) {
	#hor-trigger {top: 16px;right: 70px;}
	#navsearch-input-hor {width: 70%;}
}

.search-field {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 200;
	background: #f9f9f9;
}

.search-field.is-visible {display: block;}

@media all and (max-width: 1121px) {
	.search-field {
		padding: 0 3%;
	}
}

.cd-search {position: relative;}

.search-field .cd-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	color: #222;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

@media all and (min-width: 1122px) {
	.search-field .cd-search input {
		font-size: 40px;
		margin-top: 5px;
	}
	.header__content.is-fixed .search-field .cd-search input {
		font-size: 20px;
		margin-top: 0px;
		padding: 15px 0;
	}
}

@media all and (max-width: 1121px) and (min-width: 401px) {
	.search-field .cd-search input {
		font-size: 20px;
		margin-top: 0px;
		padding: 15px 0;
	}
}

@media all and (max-width: 400px) {
	.search-field .cd-search input {
		font-size: 12px;
		margin-top: 0px;
		padding: 20px 0;
	}
}

/* -------------------- */
/* headline */

.headline {
	display: block;
	text-align: center;
	/*color: #555;*/
	/*width: 728px;*/
	margin-left: 30px;
	margin-right: 30px;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	padding-top:30px;
}

	.headline__half--adsense {
		display: inline-block;
		vertical-align: middle;
		width: 728px;
		height: 90px;
	}

	.headline__half--title {
		display: inline-block;
		vertical-align: middle;
		width: calc( 100% - 728px - 20px );
		text-align: center;
		margin-left: 20px;
	}

	.headline__title {
		font-size: 36px;
		font-weight: bold !important;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
	}

	.headline__subtitle {
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		letter-spacing:0px!important;
		margin-top:7px;
	}

	.blue_subtitle {
		color: #0b8bba;
		font-family: 'Open Sans', sans-serif;
		letter-spacing:0px!important;
	}

@media all and (min-width: 1122px) {
	.headline {
		/*width: 728px;*/
		margin-left: 30px;
		margin-right: 30px;
		/*margin-top: 29px;*/
		padding-top:30px;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 1121px) {
	.headline {display:none;}
}



/* -------------------- */
/* article grid */

@media all and (min-width: 961px) {
	.grid--full {
		position: relative;
		height: 0;
		padding-bottom: 33%;
	}
}

@media all and (min-width: 751px) and (max-width: 960px) {
	.grid--full {
		position: relative;
		height: 0;
		padding-bottom: 35%;
	}
}

@media all and (max-width: 750px) and (min-width: 511px) {
	.grid--full {
		position: relative;
		height: 0;
		padding-bottom: 85%;
	}
}

@media all and (max-width: 510px) and (min-width: 411px) {
	.grid--full {
		position: relative;
		height: 0;
		padding-bottom: 100%;
	}
}

@media all and (max-width: 410px) {
	.grid--full {height: 1380px;}
}

.article-grid {margin-bottom: 30px;}

@media all and (min-width: 1122px) {
	.article-grid {
		position: absolute;
		top: 0;
		right: -2px;
		bottom: 0;
		left: 0;
	}
}

@media all and (min-width: 411px) and (max-width: 1121px) {
	.article-grid {
		position: absolute;
		top: 0;
		right: -4.5%;
		bottom: 0;
		left: -3.5%;
	}
}

@media all and (max-width: 410px) {
	/*.article-grid {height: 850px;}*/
	.article-grid {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

	.article-grid article {
		position: relative;
		padding: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		transition: all .1s ease;
		opacity: 1;
	}

	.article-grid article:hover {opacity: .95;}

		.article-grid article .article-grid__overlay {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;

			background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 54%, rgba(0,0,0,0.65) 85%, rgba(0,0,0,0.65) 99%);
			background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%);
			background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 54%,rgba(0,0,0,0.65) 85%,rgba(0,0,0,0.65) 99%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
			/*opacity: 1;*/
			-webkit-transition: all .2s ease;
			transition: all .2s ease;
		}

		/*.article-grid article .article-grid__overlay:hover {opacity: .7;}*/

		.article-grid article h1.article-grid__title,
		.article-grid article h2.article-grid__title {
			text-transform: uppercase;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 10;
			font-size: 14px !important;
			line-height: 1.2 !important;
			padding: 10px;
			letter-spacing:0px!important;
		}

			.article-grid article h1.article-grid__title a,
			.article-grid article h1.article-grid__title a:hover,
			.article-grid article h2.article-grid__title a,
			.article-grid article h2.article-grid__title a:hover {
				text-transform: uppercase;
				color: #fff !important;
				font-size: 14px !important;
				line-height: 1.2 !important;
				font-weight: bold;
				text-shadow: none;
			}

	.article-grid__vertical,
	.article-grid__horizontal {height: 100%;}

	@media all and (min-width: 751px) {
		.article-grid__vertical,
		.article-grid__horizontal {
			float: left;
		}
	}

	@media all and (max-width: 750px) and (min-width: 411px) {
		.article-grid__vertical,
		.article-grid__horizontal {
			height: 33%;
		}
	}

	@media all and (max-width: 410px) {
		.article-grid__vertical {
			height: 540px;
			margin-bottom: 2px;
		}
		/*.article-grid__vertical:last-child {height: 340px;}*/
		.article-grid__horizontal {
			height: 270px;
			margin-bottom: 1px;
		}
	}

	@media all and (min-width: 751px) {
		.article-grid__vertical {width: 25%;}
	}

		@media all and (min-width: 751px) {
			.article-grid__vertical > article {height: 50%;}
		}

		@media all and (max-width: 750px) and (min-width: 411px) {
			.article-grid__vertical > article {
				width: 50%;
				height: 100%;
				float: left;
			}
		}

		@media all and (max-width: 410px) {
			.article-grid__vertical > article {
				width: 100%;
				height: 50%;
				margin-bottom: 1px;
			}
		}

		@media all and (min-width: 751px) {
			.article-grid__vertical > article:first-child {
				border-bottom: 1px solid #fff;
			}
		}

	@media all and (min-width: 751px) {
		.article-grid__horizontal {
			width: 50%;
			width: calc(50% - 2px);
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
	}

		.article-grid__horizontal > article {height: 100%;}

		.article-grid__horizontal article h1.article-grid__title,
		.article-grid__horizontal article h2.article-grid__title,
		.article-grid__horizontal article h1.article-grid__title a,
		.article-grid__horizontal article h2.article-grid__title a {
			font-size: 22px !important;
			line-height: 1.2 !important;
		}

			.article-grid__horizontal article h1.article-grid__title a,
			.article-grid__horizontal article h1.article-grid__title a:hover,
			.article-grid__horizontal article h2.article-grid__title a,
			.article-grid__horizontal article h2.article-grid__title a:hover {
				font-size: 22px !important;
				line-height: 1.2 !important;
			}




/* -------------------- */
/* feeds */

.feeds {}


	/* articles */
	@media all and (min-width: 801px) {
		.ffeeds-articles,
		.content--left {
			width: 67%;
			float: left;
		}
	}

	@media all and (max-width: 800px) {
		.ffeeds-articles,
		.content--left {
			width: 100%;
			float: none;
		}
		.feeds-articles {margin-top: 30px;}
	}

		.feeds-articles .banner {
			width: 100%;
			max-width: 920px;
			margin: 0 0 30px 0;
		}

		.feeds-articles__item {
			// padding: 0 0 20px;
			padding: 5px 0 25px;
			margin-bottom: 25px;
			/*border-bottom: 1px solid #efefef;*/
			border-bottom: 1px solid #ddd;
		}

			@media all and (min-width: 461px) {
				.feeds-articles__image {
					width: 40%;
					margin-left: 5.8%;
					display: inline-block;
					vertical-align: top;
				}
			}

				.feeds-articles__image img {
					display: block;
					width: 100%;
					max-width: 100%;
					height: auto;
				}

			@media all and (min-width: 461px) {
				.feeds-articles__meta {
					width: 52%;
					display: inline-block;
					vertical-align: top;
					/*padding-top: 10px;*/
				}
			}

			@media all and (max-width: 460px) {
				.feeds-articles__meta {
					margin-bottom: 10px;
				}
			}

			.feeds-articles__meta p {color: #9c9ba0;}

			@media all and (max-width: 800px) {
				.feeds-articles__meta p {
					margin-top: 10px;
					font-size: 14px;
					line-height: 1.3;
				}
			}

				.feeds-articles__info {margin: 0;}

					.feeds-articles__info span {
						display: inline-block;
						vertical-align: middle;
					}		

						.feeds-articles__meta .feeds-articles__title {margin-top: 10px !important;}			

						.feeds-articles__meta .feeds-articles__title,
						.feeds-articles__meta .feeds-articles__title a,
						.feeds-articles__meta .feeds-articles__title:hover,
						.feeds-articles__meta .feeds-articles__title a:hover,
						.feeds-pages__title,
						.feeds-pages__title a
						.feeds-pages__title:hover,
						.feeds-pages__title a:hover {
							font-size: 26px !important;
							line-height: 1.2;
							text-shadow: none;
							color: #222 !important;
							font-weight: bold !important;
						}

						@media all and (min-width: 801px) {
							.feeds-articles__meta .feeds-articles__title,
							.feeds-articles__meta .feeds-articles__title a,
							.feeds-articles__meta .feeds-articles__title:hover,
							.feeds-articles__meta .feeds-articles__title a:hover,
							.feeds-pages__title,
							.feeds-pages__title a
							.feeds-pages__title:hover,
							.feeds-pages__title a:hover {
								font-size: 26px !important;
							}
						}

						@media all and (max-width: 800px) {
							.feeds-articles__meta .feeds-articles__title,
							.feeds-articles__meta .feeds-articles__title a,
							.feeds-articles__meta .feeds-articles__title:hover,
							.feeds-articles__meta .feeds-articles__title a:hover,
							.feeds-pages__title,
							.feeds-pages__title a
							.feeds-pages__title:hover,
							.feeds-pages__title a:hover {
								font-size: 20px !important;
							}
						}

						.feeds-articles__date {margin-right: 5px;}

						.feeds-articles__author {
							margin-left: 5px;
							color: #3f8ac3;
						}



	/* pages */
	@media all and (min-width: 801px) {
		.fffeeds-pages,
		.content--right {
			width: 30%;
			float: right;
		}
	}

	@media all and (max-width: 800px) {
		.feeds-pages,
		.content--right {
			width: 100%;
			float: none;
		}
		.feeds-pages {margin-top: 30px;}
	}

		.feeds-pages__heading {
			font-size: 25px;
			padding: 0;
			font-weight: 600;
			color: #555;
			margin-bottom: 30px !important;
			/*border-bottom: 1px solid #3f8ac3;*/
			border-bottom: 1px solid #ddd;
		}

			.feeds-pages__heading span {
				display: inline-block;
				padding-bottom: 3px;
				font-family: 'Open Sans', sans-serif!important;
				letter-spacing: normal!important;
				/*border-bottom: 3px solid #3f8ac3;*/
				border-bottom: 3px solid #ddd;
			}

		.feeds-pages__item {
			padding: 20px;
			/*border: 1px solid #efefef;*/
			border: 1px solid #ddd;
			margin-bottom: 20px;
		}

		@media all and (max-width: 800px) and (min-width: 461px) {
			.feeds-pages__item {
				display: inline-block;
				vertical-align: top;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}
		}

		@media all and (max-width: 800px) and (min-width: 651px) {
			.feeds-pages__item {width: 49.5%;}
		}

		@media all and (max-width: 651px) and (min-width: 461px) {
			.feeds-pages__item {width: 49%;}
		}

		@media all and (max-width: 800px) and (min-width: 721px) {
			.feeds-pages__item {min-height: 440px;}
		}

		@media all and (max-width: 720px) and (min-width: 581px) {
			.feeds-pages__item {min-height: 420px;}
		}

		@media all and (max-width: 580px) and (min-width: 461px) {
			.feeds-pages__item {min-height: 440px;}
		}


			.feeds-pages__item p {
				color: #9c9ba0;
				margin-bottom: 0;
			}

			.feeds-pages__image {
				display: block;
				margin-bottom: 10px;
			}

				.feeds-pages__image img {
					width: 100%;
					height: auto;
				}




/* -------------------------------------------------------------- */
.info_box a, .warning_box a, .download_box a, .fancy_box a, .entry p a, .entry li a, table td a, .page_excerpt_link, table a { 
	color:#218cb5!important;
	padding-bottom: 1px;
	border-bottom: 1px dashed #444;
}
.info_box a:hover, .warning_box a:hover, .download_box a:hover, .fancy_box a:hover, .entry p a:hover, .entry li a:hover, .page_excerpt_link:hover, table a:hover { 
	color:#218cb5!important;
	border-bottom: 2px solid #218cb5;
	-webkit-transition:border-bottom 50ms;
	-moz-transition:border-bottom 50ms;
	-ms-transition:border-bottom 50ms;
	-o-transition:border-bottom 50ms;
	transition:border-bottom 50ms;
}
/* -------------------------------------------------------------- */
.dwnl {
	margin: 0 0 0 20px;
	vertical-align: middle;
	display:block;
	width:25px;
	height:25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0099cc;
	border:none!important;
}
.dwnl:hover {
	background: #222;
	border:none!important;
}
.dwnlg {
	margin: 0 0 0 20px;
	vertical-align: middle;
	display:block;
	width:25px;
	height:25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #92bd2c;
	border:none;
}
.dwnlg:hover {
	background: #222;
	border:none!important;
}
/* -------------------------------------------------------------- */

pre,code{font-family:mono-space,monospace;white-space:pre;overflow:auto;padding:20px;}
pre{padding:5px;}
code{background:#f6f6f6 url(images/code.png) repeat scroll 0 0;display:block;padding:0 20px 18px;border:1px solid #ddd;}
blockquote {background:transparent url(images/sprite2X.png) no-repeat scroll -168px -166px;line-height:32px;letter-spacing:0;margin:5px 0; padding:10px 20px 10px 40px;font-size:24px!important;font-style:oblique;font-family: 'Open Sans', sans-serif!important;}
blockquote cite{color:#222;display:block;font-size:12px;}

/* ------- 3. List Styles ------- */

ul,ul li{list-style:none outside;margin-left:20px;list-style-type:disc;}
// ol, ol li{list-style:decimal outside;}
ol, dd{margin-left:24px;}
ul ul, ol ul, ul ol, ol ol{margin-bottom:0;margin-top:0;}
#sub_footer ul,#sub_footer li,#footer ul,#footer li,#secondary ul,#secondary li,ul.arrow_list,ul.arrow_list li,ul.check_list,ul.check_list li,ul.thumbnail_list,ul.thumbnail_list2,ul.thumbnail_list li,ul.thumbnail_list2 li, #comments li{margin-left:0;list-style:none;}
.upper-alpha-list {margin-left: 24px;}

/* ------- 4. Borders & Dividers ------- */

h3.widgettitle,.top_metadata,.top_social,.blog_header,.divider,.dividerpage,.dividerhomebox,hr {border-bottom: 1px solid #dddddd;}
h6, td,th,hr {border-bottom: 1px solid #dddddd;}

#primary .top_metadata div,.top_social div,div.widget_pages li ul li,div.widget_categories li ul li {border-bottom: 1px dashed #dddddd;}

#footer h3.widgettitle,#footer div.widget li{text-shadow:none;background:none;border-bottom:1px dotted #dadee0;color:#eee;}
#footer .background div.widget_pages li , #footer .background div.widget_categories li {border-bottom:none;padding:0;}
#footer div.widget_categories li a,#footer div.widget_pages li a{border-bottom:1px solid #333;display:block;padding:5px 0;}
hr{border:0px solid transparent !important;background-color:transparent !important;height:1px;}
.dividerhomebox{clear:both;display:block;margin-bottom:15px;padding-top:8px;width:90%;}

.divider{clear:both;display:block;margin-bottom:15px;padding-top:8px;width:100%;}
.entry .divider { clear:both; margin: 20px 0 25px 0; }

.dividerpage{clear:both;display:block;margin-bottom:11px;padding-top:2px;width:100%;}
.top{font-size:8px;line-height:10px;margin-bottom:30px;text-align:right;position:relative;}
.top a{background:#F9F9F9 none repeat scroll 0 0; color:#bbb; height:20px; position:absolute; right:0; text-shadow:1px 1px 0 #fff; top:12px; width:20px;}
.clearboth{clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%;}

/* ------- 5. Tables ------- */

table {border-collapse:separate;border-spacing:0;border-top:1px solid #eaeaea;margin-bottom:18px; text-shadow:0px 0px 0px #fff;}
table,td,th {vertical-align:top;}
th{padding:3px;color:#222!important;border-top:1px solid #fff;text-transform:uppercase;}
td{padding:3px;color:#222;}
tfoot td{border:0px;}
 th,tr:hover{background-color:#f5f5f5;}
table :hover { color:#595959!important; }
tr :hover { color:#595959!important; }
td :hover { color:#595959!important; }

/* ------- 6. Forms ------- */

fieldset{padding:20px;border:1px solid #e5e5e5;}
legend,label{letter-spacing:1px;text-transform:uppercase;font-size:11px;}
input[type=text],input[type=email],input[type=password],input[type=file],textarea{background-color:transparent;padding:5px;width:220px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.textfield_label{margin-left:12px;}
textarea{width:97%;height:120px;font-size:14px;}
input, textarea {outline-style:none!important;}
   pre,input[type=text],input[type=email],input[type=password],input[type=file],textarea{
 	background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll -1px -2px;
 	border-color:#D9D9D9 #EAEAEA #FFFFFF;
 	border-style:solid;
 	border-width:1px;
 	color:#666;}
 input[type="submit"]::-moz-focus-inner{border : 0px;}
 input[type="submit"]:focus{outline:none;}

select {background:#F0F0F0; border-color:#D9D9D9; border-style:solid; border-width:1px; padding:4px;width:232px;-moz-border-radius:3px;-webkit-border-radius:3px;}

/* ------- 7. Images------- */

.alignright,img.alignright,a img.alignright {float:right; margin:10px 0px 10px 16px;}
.alignleft,img.alignleft,a img.alignleft {float:left; margin:10px 16px 10px 0;}
.aligncenter,img.aligncenter,a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.frame,.small_frame {/*border:1px solid #eaeaea;*/display:inline-block; max-width:100%;}
.frame img{background:#F5F5F5 none repeat scroll 0 0;border:1px solid #fff;padding:8px;margin:0;}

.small_frame img {background:#F5F5F5 none repeat scroll 0 0; /*border:1px solid #fff;padding:4px;*/margin:0;}
.small_frame :hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	/*border:1px solid #f3f3f3;*/
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.big_frame {
	border: 2px solid #999;
	background: #fff;
	padding: 6px;
	width: 712px;
}
.big_frame img {
	position: relative;
	color: #fff!important;
	overflow: hidden;
}
a.bigframe { color: #fff!important; }
/* .big_frame img:hover { opacity: 0.95; } */
.big_frame img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(#greyscale);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
}
.featured_post {
	padding: 0px;
	margin: -2px 0 20px 0;
	width: 728px; 
}
.featured_post_div {
	float: left;	
	border-right: 1px solid #ddd;
}
.featured_big_text{
	background: transparent;
	color:#222;
	text-shadow:1px 0px 3px #fff;
	font-size:12px;
	text-transform:uppercase;
	position: relative;
	margin:-25px 0 10px 0;
	display: none;
}
.featured-ta { background:#0c84ac; color:#fff; font-weight:bold; padding:3px 6px 3px 6px; text-shadow: none; margin-right: 1px; }
.h3lastpost { margin: 0 0 20px 0; font-size: 40px; padding: 0 0 25px 0; width: 728px; border-bottom: 1px #ddd solid; }

.random_post { margin: 15px 0 35px 0; }
.random_post_1st { margin: 0 0 35px 0; }
.random_post_2nd { margin: 30px 0 45px 0; }

/* new search-box na sidebaru */

.search {
  width: 334px;
  height: 40px;
  background: #f9f9f9;
  background: rgba(249, 249, 249, .2);
  border-radius: 3px;
  border: 1px solid #ddd;
}

.search input {
  width: 240px;
/*  padding: 10px 5px 10px 5px; */
  height:38px;
  line-height:38px;
  padding-left: 6px;
  float: left;
  font-size: 14px;
  color: #555;
  border: 0;
  background: transparent;
  border-radius: 3px 0 0 3px;
  -webkit-appearance:none;
}

.search input:focus {
  outline: 0;
  background: transparent;
}

.search button {
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 90px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  background: #f5f5f5;
  border-left: 1px solid #ddd;
  border-radius: 0 3px 3px 0;
}

.search button:hover {
  background: #f1f1f1;
  color: #555;
}

.search button:active {
  box-shadow: 0px 0px 12px 0px rgba(225, 225, 225, 1);
}

.search button:focus {
  outline: 0;
}






img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {

}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

/* ------- 8. Headers ------- */

h1,h2,h3,h4,h5,h6{font-weight:normal; line-height:120%;}
#secondary h3.widgettitle{color:#222!important;font-family: 'Open Sans', sans-serif; margin-bottom: 10px;}
h1 {
	/*font-size: 40px!important;*/
	font-size: 40px;
	line-height: 120%;
	color:#222!important;
	letter-spacing:-1px!important;
	text-shadow:1px 1px 0px #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:300!important;
}

.h1-div { margin:10px 0 28px 0; max-width: 100%;}  /*  h1div  */
.h1-page { margin-bottom:15px;}  /*  h1div za page  */

h2{font-size:33px;letter-spacing:-1px;text-shadow:1px 1px 0px #fff;font-family: 'Open Sans', sans-serif; color:#111!important;font-weight:600;}
h3{font-size:28px;color:#111!important; letter-spacing:-0.5px; text-shadow:1px 1px 0px #fff;font-family: 'Open Sans', sans-serif;font-weight:600;}

.latest-electrical-guide { font-size: 26px!important; line-height: 120%; margin: 17px 0 15px 0; }
.pagenavi-div { margin: 20px 0 20px 0; }
.h1-archive-div {
	color:#0c8bba;
	letter-spacing:-1px!important;
	font-family: 'Open Sans', sans-serif;
}
.archive h1 { margin:0 0 30px 0!important; }
.page h1 { margin:0 0 5px 0!important; }
.post h1{
	font-size: 40px!important;
	letter-spacing:-1px!important;
	text-shadow:1px 1px 0px #fff;
	color:#111!important;
	line-height:120%;
	font-family: 'Open Sans', sans-serif;
	font-weight:300!important;
}

h1 a  {-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
h2 a  {-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
h3 a  {-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
h4 a  {-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}

h3.widgettitle,#popular_related_posts h3{
	color: #fff!important;
	margin-bottom:12px;
	padding-bottom:8px;
	padding-top:6px;
	padding-left:0;
	letter-spacing:-0.2px;
	font-family: 'Open Sans', sans-serif;
}
.affdiv { margin: 25px 0 45px 0; }
#popular_related_posts a { color: #111!important; }
#popular_related_posts a:hover { color:#0c84ac!important; }
#popular_related_posts h3 {
	margin-bottom:3px;
	padding-bottom:9px;
	padding-top:6px;
	padding-left:0;
	font-family: 'Open Sans', sans-serif;
}
#popular_related_posts_sidebar h3 {
	margin-top:-10px;
	margin-bottom:3px;
	padding-bottom:9px;
	padding-top:6px;
	padding-left:0;
	font-family: 'Open Sans', sans-serif;
}
h4 {
	font-size:24px;
	letter-spacing:-0.5px!important;
	margin-bottom:15px;
	text-shadow:1px 1px 0px #fff;
	font-family: 'Open Sans', sans-serif;
	line-height:28px;
	font-weight:600;
}
h5 {
	font-size:20px;
	letter-spacing:-0.5px!important;
	margin-bottom:20px;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
h6 {
	font-size:17px;
	letter-spacing:1.2px;
	margin-bottom:15px;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#111;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.fancy_header span{
	background-color:#F9F9F9;
	color:#888;
	font-size:14px;
	letter-spacing:1px;
	line-height:12px;
	padding-right:5px;
	font-weight:300;
	text-transform:uppercase;}
.fancy_header{clear:both;padding-left:0;background: url(images/stripes.png) repeat scroll 0 0;margin:14px 0;}
.flush{margin:0 !important;}

/* ------- 1. General Structure ------- */

#primary_full, #primary, #secondary{position:relative;overflow:hidden;}
* html #primary, * html #secondary{display:inline;}
* html body{text-align:center;}
body {background-color:#f9f9f9;}

#wrapper {width: 100%; background-color:#f9f9f9; margin: auto;}

@media all and (max-width: 1121px) {
	#wrapper {width: 96%;}
}
#body_block{z-index:0;margin-top: 5px;}
#primary{float:left;width:70%;}
#secondary{float:right;width:30%;}
#primary .content{margin-right:28px; padding-right: 28px; margin-top:0; border-right:1px solid #dddddd;}
#secondary .content{ margin-right:0px;margin-left:0px; margin-top:10px; }
.inner{height:100%;width:100%;max-width:1121px;position:relative;clear:both;text-align:left;margin:0 auto;}
#primary-full .content, #subfooter .content{ margin-left:10px;margin-right:10px;padding:1px;margin-top:0;}
#body_block #primary-full{width:100%;}
.entry{overflow:hidden;}

/* ------- 3. Footer ------- */

#footer a{color:#fff!important;}
#footer a:hover{color: #0a93c1!important;}
/* #footer h3{color:#555!important;} */
#footer_nav li,#footer_nav ul{display:inline;font-weight:normal;text-transform:uppercase;}
#footer_nav a{padding:0 5px;}
#footer {
	background: #f9f9f9;
	margin-top:50px;
	margin-bottom:0px;
	border-top: 1px solid #ddd;
	text-shadow:none!important;
	color: #555;
}
#footer .inner{padding-top:40px;}
#sub_footer{
	background: #f9f9f9;
	font-size:12px;
	min-height:25px;
	text-shadow:0px 0px 0px #000!important;
}
#sub_footer{color:#555!important;}
#sub_footer a {color:#555!important;}
#sub_footer a:hover {color:#0099cc!important;text-decoration:underline;}

/* ------- 5. Breadcrumbs ------- */

#breadcrumbs{color:#07759a;background:#f9f9f9;}
#breadcrumbs .inner{margin-top: 0px; padding-top:5px;font-size:12px;text-shadow:1px 1px 0px #fff;}
#breadcrumbs a{color:#555;}
body#home_page #body_block {padding-top:0px;}
/*.breadcrumb {margin-bottom: 0;}*/

/* -------  7. Columns ------- */

#primary .one_third{width:176px;}
#primary .two_third{width:400px;}
#primary .one_half{width:288px;}
#primary .one_fourth, #footer .one_fourth{width:120px;}
#primary .three_fourth{width:456px;}

.one_half{width:456px;}
.one_third{width:341px;}
.two_third{width:624px;}
.one_fourth{width:204px;}
.three_fourth{width:708px;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth{position:relative;margin-right:48px;margin-bottom:20px;float:left;}
.last{margin-right:0 !important;clear:right;}

/* 03. PAGE SPECIFIC STYLE */

.page-id-68030 .site-content .entry-content { max-width: none; }

/* ------- 1. Home ------- */

#home_feature{
	background:#f0f0f0;
	height:5px;
	padding-top:3px;
	-moz-box-shadow: 1px 1px 3px #acacac;
	-webkit-box-shadow: 1px 1px 3px #acacac;
	box-shadow: 1px 1px 3px #999;
}

/* 04. BLOG STYLES */

/* ------- 1. Blog Index & Post ------- */

.blog_header, .blog_header a:link, .blog_header a:visited{
	color:#333333;
	margin-bottom:1px;
	padding-bottom:10px;}
.blog_module{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
}
.loading_blog {
	background:transparent;
	height:143px;
	left:103px;
	position:absolute;
	top:25px;
	width:43px;
}
.load_blog_img :hover {
	opacity:0.9;
	filter:alpha(opacity=90);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.blog_frame{
	float: left;
	background: transparent url(images/blog_thumb2.png) no-repeat scroll 0 0;
	height:192px;
	margin-top:-20px;
	margin-right: 20px;
	position:relative;
	width:230px;
}
.blog_frame img{
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	height:150px;
	left:1px;
	padding:4px;
	position:absolute;
	top:15px;
	width:230px;
}
.top_metadata{
	color:#888;
	font-size:10px;
	margin-bottom:20px;
	padding:2px 2px 7px;
	text-shadow:1px 1px 0px #fff;
	text-transform:uppercase;
}
.top_metadata a{
	font-size:10px;
	text-transform:uppercase;
	word-spacing:-1px;
}
.bottom_metadata{ font-size: 13px; margin-top: 20px; padding: 5px 0; }
.divider_line_page {
	height: 2px;
	margin-top: 30px;
	border-top: 1px solid #dddddd;
}
.tags{font-size:18px; font-family: sans-serif; }
.tagstext {
	margin: 0 auto 5px auto;
	padding: 3px 10px;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: normal;
	width: 55px;
	text-align: center;
	background-color:#555;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:1px 1px 0px #000;
}
.categorytext {
	margin: 25px auto 2px auto;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: normal;
	width: 210px;
	font-family: sans-serif;
	text-align: center;
	background-color:#555;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow:1px 1px 0px #000;
}

/* ------- 22. Author Category ------- */
#author_category {
	border:1px solid #f6f6f6;
	padding: 25px;
	float:left;
	margin-bottom:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa, #f4f4f4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#f4f4f4));
	border: 1px solid #eeeeee;
	-moz-box-shadow:inset 0px 0px 1px #eeeeee;
	-webkit-box-shadow:inset 0px 0px 1px #eeeeee;
	box-shadow:inset 0px 0px 1px #eeeeee;
}

/* ------- 2. About the Author ------- */
#about_the_author p.padding{padding-top: 0px; text-shadow:1px 1px 0px #fff;}
#about_the_author{display:block;margin-bottom:10px;margin-top:15px;}
#about_the_author img{border:4px solid #ddd;float:left;margin-right:25px;width:140px;}
#about_the_author span.sprite{
	height:40px;
	left:132px;
	position:absolute;
	top:25px;
	width:95px;}

/* ------- 4. Popular and Related Posts ------- */
#popular_related_posts{margin:50px 0 -30px 0;}
#popular_related_posts .one_half,#popular_related_posts .one_half ul.thumbnail_list{margin-bottom:0;}


#popular_related_posts .thumbnail_list {padding: 0 -1%;}
#popular_related_posts li {
	padding: 0 1%;
	box-sizing: border-box;
}
@media all and (max-width: 640px) {
	#popular_related_posts li {
		width: 50%;
	}
}
@media all and (min-width: 641px) {
	#popular_related_posts li {
		width: 25%;
	}
}
#popular_related_posts li img {
	width:100%;
	max-width: 100%;
	height: auto;
}

#popular_related_posts li a {
	display: block;
	float: none;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
}

#popular_related_posts li .small_frame {
	border: none;
	display: block;
}

/* ------- 5. Threaded Comments ------- */
#comments{margin-top:50px;}
#comments .date{
	padding-left:2px;
	color:#BBBBBB;
	font-size:9px;
	line-height:15px;
	text-transform:uppercase;}
.comment-text{
	color:#222;
	left:25px;
	margin:10px 0;
	min-height:90px;
	overflow:hidden;
	padding-right:40px;
	padding-top:8px;
	position:relative;
	text-shadow:1px 1px 0px #FFFFFF;}
.comment-author{
	float:left;
	overflow:hidden;
	width:90px;}
h4#comments {clear: both;margin: 45px 0 5px 0;font-size:20px;}
.commentlist cite {
	display:inline-block;
	font-style:normal;
	line-height:16px;
	padding-left:2px;
	padding-top:5px;
	color: #222!important;
	text-transform:capitalize;}
.commentlist cite , .commentlist cite a:link, .commentlist cite a:visited {color: #666;}
.commentmetadata ,.commentlist .reply {
	float:left;
	font-size:10px;
	margin-right:5px;
	text-transform:lowercase;}
.commentlist {margin: 0 0 20px 0;}
.commentlist li {
	background: url(images/comment_bubble.gif) 0px 15px no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:20px 0;
	overflow:hidden;
	clear:both;}
.commentlist li ul li { margin-left: 20px;}
.cancel-comment-reply a{color:#bbb;font-size:9px;padding-left:2px;text-transform:uppercase;line-height:15px;}
.comms-navigation, .navigation {clear: both;display: block;margin-bottom:0px;overflow: hidden;}
.children {padding: 0;}
.nocomments {text-align: center;margin: 0;padding: 0;}

#commentform{padding-top:20px;}
#respond{clear:both;padding-top:20px;}
#respond h3{margin-bottom:0px;}
.top_metadata .date{color:#aaa;font-size:10px;text-transform:uppercase;line-height:15px;}
.date_big{color:#aaa;font-size:10px;text-transform:uppercase;line-height:15px;text-shadow: none!important; position: relative;}
.date_related{color:#aaa;font-size:10px;text-transform:uppercase;line-height:15px;margin-top:15px;}
.thumbnail_list li .date { font-size: 12px; }
.thumbnail_list li .thumbnail_title { line-height: 125%; }
.awaiting_moderation{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	display:inline-block;
	font-size:10px;
	margin-bottom:10px;
	padding:0 10px;
}
.logged{margin-bottom:5px;}

/* 05. WIDGETS */

.widget ul{margin-bottom:0;}
.widget{padding:0 0 40px 0;overflow:hidden;}
.textwidget{clear:both;}

/* ------- 5. Custom Post Lists ------- */
.thumbnail_list li{
        margin-left: 4px;
        float: left;
}
.thumbnail_list2 li{
        margin-left: 4px;
        float: left;
}
.thumbnail_list_big li{
        float: left;
}
.thumbnail_title{
	display:inline-block;
	font-size:18px;
	padding-top:5px;
	width: 208px;
	font-family: 'Open Sans', sans-serif;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	text-shadow:1px 1px 1px #FFFFFF;
	color:#111!important;
	margin-bottom: 0px;
}
body#home_page .thumbnail_title{ width: 205px;}
@media all and (max-width:1121px) {
	body#home_page .thumbnail_title{ width: 100%;}
}

.thumbnail_title_big {
	display: block;
	margin: 0;
	letter-spacing:-1px!important;
	font-size:38px;
	overflow: hidden;
	line-height: 46px;
	font-family: 'Open Sans', sans-serif;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	text-shadow:none!important;
	color:#111!important;
}
 .thumbnail_title_big a:link { color:#111!important; }
 .thumbnail_list2 li a:link { color:#111!important; }
 .thumbnail_list2 li a:hover { color:#111!important; }

.thumbnail_related_title {
	display:inline-block;
	font-size:18px;
	line-height: 130%;
	font-weight: bold;
	height: 120px;
	overflow: hidden;
	padding-top:5px;
	width:150px;
	font-family: 'Open Sans', sans-serif;
	color:#222;
	padding-bottom:5px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	text-shadow:1px 1px 1px #FFFFFF;
	font-weight:normal!important;
}
.thumbnail_list a:link {color:#222!important;text-decoration: none!important;}
.thumbnail_list a:hover{color:#0c84ac!important;}
ul.thumbnail_list .alignleft{margin-bottom:3px;margin-top:5px;margin-bottom: 15px;}
ul.thumbnail_list2 .alignleft{margin-bottom:3px;margin-top:5px;}

/* ------- 9. Categories, Archives, Etc. ------- */

#footer div.widget li{padding:5px 0;}
.webtreats_twitter_widget h3,
.widget_categories h3,
.webtreats_recent_widget h3,
.webtreats_popular_widget h3,
.widget_links h3,
.widget_archive h3,
.widget_meta h3,
.widget_pages h3,
.widget_recent_comments h3,
.widget_recent_entries h3{margin-bottom:0;}
#secondary .webtreats_twitter_widget ul li a,
#secondary .widget_categories ul li a,
#secondary .widget_links ul li a,
#secondary .widget_archive ul li a,
#secondary .widget_meta ul li a,
#secondary .widget_pages ul li a,
#secondary .widget_recent_entries ul li a{
	background:transparent url(images/mini_icons.png) no-repeat scroll -265px 2px;
	display:block;
	padding:4px 0 8px 20px;
	text-shadow:1px 1px 1px #FFFFFF;}

/* ------- 1. Dropcaps ------- */

.dropcap1{
	font-family: 'Open Sans', sans-serif;
	text-shadow:0px 0px 0px #fff;
	color:#EEEEEE;
	float:left;
	font-size:30px;
	height:40px;
	line-height:30px;
	margin-bottom:-5px;
	margin-right:10px;
	padding-left:1px;
	padding-top:5px;
	text-align:center;
	width:40px;
}
.dropcap2{
	font-family: 'Open Sans', sans-serif;
	text-shadow:0px 1px 1px #fff;
	color:#333333;
	display:block;
	float:left;
	font-size:40px;
	line-height:40px;
	margin:0 8px 0 0;
}

/* ------- 2. Pullquotes ------- */
.pullquote_right,.pullquote_left{
	background:transparent url(images/stripes.png) repeat-y scroll 0 0;
	color:#0c84ac;
	float:right;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:10px;
	padding:0 0 0 20px;
	width:33%;
}
.pullquote_left{
	float:left;
	margin-left:0px;
	margin-right:10px;
}

/* ------- 3. Highlight Styles ------- */
.highlight1 {
	padding:2px 7px 3px 7px;
	background-color:#0c84ac;
	color:#fff;
	letter-spacing:0px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-shadow:none;
	font-family: 'Open Sans', sans-serif;
}
.highlight2 {
	padding:2px 7px 3px 7px;
	background-color:#222;
	color:#ebe9e9;
	letter-spacing:0px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	text-shadow:none;
	font-family: 'Open Sans', sans-serif;
}
.highlight1 a {color:#fff!important;text-decoration: none!important;}
.highlight2 a {color:#fff!important;text-decoration: none!important;}

/* ------- 4. Unordered Lists ------- */

ul.arrow_list li{
	background:transparent url(images/mini_icons.png) no-repeat scroll -262px -1px;
	padding-left:20px;}
ul.check_list li{
	background:transparent url(images/mini_icons.png) no-repeat scroll -222px -41px;
	padding-left:20px;}

/* ------- 5. Toggle Content ------- */
h3.toggle {
    background:transparent url(images/mini_icons.png) no-repeat scroll -60px -198px;
    font-size:18px;
    margin-top:20px;
    padding:0 0 0 30px;
    position:relative;}
h3.toggle a {
	color: #888;
	padding-top:5px;
	text-decoration: none;
	display: block;}
h3.toggle a:hover {color:#666;}
h3.active {background:transparent url(images/mini_icons.png) no-repeat scroll -19px -237px;}
h3.active a:link {color:#666;}
.toggle_content {
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	background:#F5F5F5;
	border:1px solid #f3f3f3;
	clear:both;
	margin:0 0 20px 30px;
	overflow:hidden;}
.toggle_content .block {padding:30px;}

/* ------- 6. Buttons ------- */

/* simple buttons */
.button{
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222;
	color:#fff;
	font-family:sans-serif, Helvetica, "Lucida Sans Unicode","Lucida Grande","Trebuchet MS", Arial!important;
	padding:15px 15px;
	text-transform:uppercase;
	overflow: visible;
	border-bottom: none!important;
}
.button:active { margin-top: 1px; }

/* -------- novi button za sidebar -------------*/

a.button_sidebar {
	display:inline-block;
	margin-top:0px;
	/* padding:8px 20px 7px 20px; */
	padding:11px 33px 10px 33px;
	color:#fff!important;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: none!important;
}
a.button_sidebar span {
	display:block;
	line-height:10px;
	border-bottom: none!important;
}
a.button_sidebar:hover {
	text-decoration: none;
	background: #0b8bba;
	color: #fff!important;
}

/* -------- novi button_link koji sada radi u contentu -------------*/

.entry a.button_link, body#home_page a.button_link {
	color:#fff!important;
	display:inline-block;
	font-size:12px;
	padding:16px 35px 15px 35px;
	border: none!important;
	text-transform:uppercase;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.entry a.button_link span, body#home_page a.button_link span {
	 display:block;
	line-height:10px;
	padding:16px 35px 15px 35px;
}
.entry a.button_link:hover, body#home_page a.button_link:hover {
	background: #0b8bba;
	color:#fff!important;
}
.entry a.button_link:active, body#home_page a.button_link:active {
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	-ms-transition: none; 
	transition: none; 
}

.home_subscribe_button { float: left!important; font-size:12px!important;}
a.button_link2 {
	float:right;
	color:#fff!important;
	display:inline-block;
	font-size:12px;
	margin-top:-5px;
	margin-bottom:3px;	/* RASTOJANJE IZMEDJU CLANAKA */
	text-transform:uppercase;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #222;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a.button_link2 span {
	display:block;
	line-height:10px;
	padding:18px 35px 17px 35px;
}
a.button_link2:hover {
	text-decoration: none;
	background: #0b8bba;
}
a.button_link2:hover span {background-position:-2px -2px;color:#fff;}
a.button_link2:active {
	margin-top:-4px;
	-webkit-transition: none; 
	-moz-transition: none; 
	-o-transition: none; 
	-ms-transition: none; 
	transition: none; 
}

.wpcf7-submit {
	border:0 solid #131313;
	background: #222;
	font-size:12px;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3); */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#EEEEEE;
	letter-spacing:1px;
	line-height:10px;
	overflow:visible;
	padding:18px 35px 17px 35px;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.wpcf7-submit:hover{
	background: #008abc;
	cursor:pointer;
}
.wpcf7-submit:active{ margin-top: 1px }

/* ------- 7. Box Styles ------- */

.fancy_box,.download_box,.warning_box,.info_box,.note_box{clear:both;padding:20px;margin: 20px 0px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.download_box,.warning_box,.info_box,.note_box{padding-left:55px;background:#eee;padding-bottom:20px; padding-top:20px;}
.fancy_box{
	background:#F9F9F9 url(images/form-gradient.gif) repeat-x scroll 0 -7px;
	border:1px solid #E0E0E0;
	text-shadow:1px 1px 0px #fff;
	color: #222;
	}
.info_box{
	background:#eceef5 url(images/icons/info.png) no-repeat scroll 10px 14px;
	border:1px solid #e6e6e6;
	color:#4c4b4e;
	text-shadow:1px 1px 0px #fff;
	color: #222;
	}
.warning_box{
	background:#f8e5e5 url(images/icons/stop.png) no-repeat scroll 10px 15px;
	border:1px solid #f4dddd;
	color:#222;
	text-shadow:1px 1px 0px #fff;
	}
.download_box{
	background:#edefd7 url(images/icons/down_alt.png) no-repeat scroll 10px 15px;
	border:1px solid #e2e5c3;
	color:#222;
	text-shadow:1px 1px 0px #fff;
	}
.note_box{
	background:#faf1d4 url(images/icons/notebook.png) no-repeat scroll 10px 15px;
	border:1px solid #f6eccb;
	color:#222;
	text-shadow:1px 1px 0px #fff;
	}

/* ------- 8. WP Pagenavi ------- */

.wp-pagenavi{clear:both;padding-top:6px;padding-bottom: 10px; /*height:32px;*/text-align:left; border-bottom: 1px solid #dddddd;}
.wp-pagenavi a, .wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.pages,.wp-pagenavi span.current,.wp-pagenavi span.extend {
	border:1px solid transparent;
	color:#646464;
	font-size:13px;
	margin:1px;
	margin-bottom:3px;
	padding:4px 5px;
	text-shadow:1px 1px 0 #FFFFFF;}
.wp-pagenavi a:hover {
	background: #f5f5f5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
	background: -moz-linear-gradient(top,  #f5f5f5,  #f1f1f1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f1f1f1');
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	text-shadow:1px 1px 0 #FFFFFF;
	border-style:solid;
	border-width:1px;}

.wp-pagenavi span.current {
	background: #1d2329;
	background: -webkit-gradient(linear, left top, left bottom, from(#454a51), to(#1d2329));
	background: -moz-linear-gradient(top,  #454a51,  #1d2329);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#454a51', endColorstr='#1d2329');
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border:1px solid #222;
	border-bottom:0;
	color:#EEEEEE;
	font-weight:bold;
	height:29px;
	text-shadow:none;
}
.button_link span { color:#fff !important; }
.button_link:hover span { color:#fff !important; }

#subscribebutton {
	background: #222;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFF;
		font-size: 11px;
	text-shadow: none;
	padding: 5px;
	margin: 0px;
	cursor: pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	}
#subscribebutton:hover {
	background: #222;
	border: 1px solid #555;
	color: #fff;
}
body#home_page #footer { margin-top: 26px!important; }
.wp-caption-text { font-size: 13px; line-height:18px; margin-top:5px; margin-bottom:0px; color: #8f8f8f; font-style: italic; text-shadow: #FFFFFF 2px 2px 1px; }

/* --------------------------- ADVERTISEMENT -----------------------------*/

.advert_1 {	/* EXTERNAL ADVERT */
	float: left;
	width: 125px;
	height: 125px;
	display:block;
	margin:10px 10px 10px 0;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	background-repeat: no-repeat;
	background-image: url(http://electrical-engineering-portal.com/wp-content/uploads/2015/11/directindustry-125x125.png);
	background-position: 0 0;
}
.advert_2 {	/* EXTERNAL ADVERT */
	float: left;
	width: 190px;
	height: 125px;
	display:block;
	margin:10px 0 10px 10px;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	color: #fff;
	text-align: center;
	line-height: 125px;
	text-shadow: none;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}
.smcint { background: #e9252d; }
.jignesh { background: #1a5cbf; }
.advert_2 a { color:#fff!important; }
.smcint:hover { color:#fff!important; background:#d61d24; }
.jignesh:hover { color:#fff!important; }

/*#footer{background:#222222;}*/
.url,#footer a:hover,.contact_widget_email a,.top_metadata a,#blurb p.tweet a,#commentform a,h3.toggle a,.dropcap2,.pullquote_left,.pullquote_right,blockquote,h1,#home_feature h2,h5,.blog_header a,.colored,#secondary .widget_calendar td a,#secondary h3.widgettitle,h3.portfolio a, h2.portfolio a
{color:#222;}

.recommendedart { margin: 25px 0 -30px 0;}
.adselinks { margin: 15px 0 35px 0; }
#adsdiv { width: 300px; margin: 15px 0 35px 23px; display:block;}

/* POSTS */
.tagspostheight { height:15px; }
.downloadlink { color: #0099cc!important; }		/* zabrisanje */

.featured_thumb img{ width:100%; height: 100%; }
.adplace-top {
	float: right;
	margin: 20px 0 0 0;
	width: 468px
	height: 60px;
	border: 2px solid #888; 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0.77;
}

.home-divider { margin:-15px 0 10px 0; }
.home-divider2 { margin:-15px 0 12px 0; }
/* .top-ad { margin: 23px 0 25px 0; } */
.top-ad { margin: 25px 0 27px 0; }
.page-divider-ad2 {
	margin: 25px 0 25px 0;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.page-divider-ad {
	margin-top: 0px;
	padding: 1px 0 0 0;
	border-bottom: 1px solid #dddddd;
	border-top: 0px solid #dddddd;
}
.separate-line {  }
.page-recommended { margin-bottom:-28px; }
.post-recommended { margin-bottom:-28px; }
.separate-line-page-bottom { height: 2px; margin-top: 30px; border-top: 1px solid #dddddd; }
.separate-line-page-bottom2 { margin: 22px 0 10px 0; padding: 25px 0 35px 0; border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd; }
.separate-line-post { margin-top: 15px; padding: 15px 0 0 0; border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd; }
.separate-line-post2 { height: 2px; margin: 20px 0 22px 0; border-top: 1px solid #dddddd; }
.separate-line-post3 { float: left; width: 47%; padding-right: 3%; border-right: 1px solid #dddddd; }
.separate-line-post4 { float: right; width: 47%;  text-align: left; }
.separate-line-post5 { height: 2px; margin: 35px 0 -25px 0; border-bottom: 1px solid #dddddd; }
.separate-line-post6 { height: 2px; margin-top: 30px; border-top: 1px solid #dddddd; }
.post-height-bottom { height:25px; }
.social_bar_h3 { float: left;margin:4px 5px 0 0; }

/* --------------- H O M E   P A G E ( D E S K T O P ) --------------- */

.sep { height: 0px; }
.pagethumb_frame {
	border:1px solid #eaeaea;
	display:inline-block;
	max-width:100%;
	background:#fff none repeat scroll 0 0;
	padding: 5px;
	margin: -5px 0 5px 0;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.pagethumb_frame:hover { opacity:0.9; }
.page_excerpt {
	margin: 10px 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	font-family: sans-serif;
}
.published_pages { margin: 0 0 30px 0; }

.home-recent-pages { padding: 5px 0 10px 0; }
#ad-2nd-home {
	display:inline-block;
	width:728px;
	margin: 0;
}
#ad-3rd-home {
	width: 100%;
	margin: -10px 0 30px 0;
}
.ad-middle { margin: 25px 0 18px 0; }
#home_ad_plus_featured_post {
	width: 728px;
	float: left;
	padding-right: 28px;
	border-right: 1px solid #ddd;
	margin: 0;
}
@media all and (min-width: 1122px) {
	#home_ad_plus_featured_post2 {
		float: left;
		width: 728px;
	}
}
#home_ad_plus_featured_post2 {
	/*width: 728px;
	float: left;*/
	// padding-right: 28px;
	/*border-right: 1px solid #ddd;*/
	margin: 0;
}
.home-ad-top {
	margin: 23px 0 18px 0;
	width: 728px;
}

.recent_guides {
	width: 255px;
	height: 100%;
	margin: 0 25px 0 0;
	float: left;
	padding: 0;
}
.home-latest-posts-right {
	// width:337px;
	// float: right;
	vertical-align: top;
	margin-top: -5px;
}

@media all and (max-width: 360px) {.home-latest-posts-right {max-width: 300px;}}

.published-pages { margin: 0 0 5px 0; }
.published-pages-title { width: 240px; margin: 10px 0 17px 0; }
.recent-widget-homepage { margin: 15px 0 20px 0; }
#home-thirds {
	clear: both;
	float: none;
	margin: 30px 0 35px 0;
}
.125px-banners {
	clear: both;
	float: none;
	margin: 20px 20px 14px 20px;
}
.bottom-ad {
	/*margin: 30px 0 0 0;*/
	float: right;
	padding: 0 0 40px 0;
}

.ad_sidebar { margin-bottom: 35px!important; }
.ad-home-side { margin: 20px 0 5px 0; }
.adsense_top { margin:14px 0; }
.adsense_page_top { margin:20px 0 22px 0!important; }

.main{
	position:relative;
	width:1121px;
	margin: 5px auto 35px auto;
}
hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin: 2em 0;
}
#stickyPDF a {
	color:#FFF!important;
	font-size:12px;
	text-decoration:none;
	text-align: left;
}
#stickyPDF a:hover {
	color:#eee!important;
	font-size:12px;
	text-decoration:none;
	text-align: left;
}
#stickyPDF {
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	background: #0d8bba;
	font-size:12px;
	color:#FFF!important;
	text-shadow:0px 1px 1px #000!important;
	padding: 10px 10px 10px 10px;
	position:fixed;
	top: 200px;
	/*top: 100px;*/
	/*width:25px;*/
	z-index: 1000;
	max-width: 46px;
	/*z-index:1;*/
	text-align: left;
	left: -1px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px #888888;
	-moz-box-shadow: 0px 2px 5px 0px #888888;
	box-shadow: 0px 2px 5px #888888;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	opacity: 0.9;
	line-height: 16px;
}
#stickybar {
	background:#1f1f1f;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	color:#FFF;
	text-shadow:0px 0px 0px #fff!important;
	font-size:12px;
	color:#FFF!important;
	text-shadow:0px 1px 1px #000!important;
	padding: 10px 10px 10px 10px;
	position:fixed;
	top:252px;
	z-index: 1000;
	/*top: 152px;*/
	/*width: 25px;*/
	/*z-index:1;*/
	text-align: left;
	left: -1px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px #888888;
	-moz-box-shadow: 0px 2px 5px 0px #888888;
	box-shadow: 0px 2px 5px #888888;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	opacity: 0.9;
	line-height: normal;
}
#stickybar a:hover {
	line-height: 100%;
	text-decoration: overline!important;
	color: #eee!important;

}
#stickybar a {
	display:inline;
	color:#eee;
	text-decoration:none;
	text-align:center;
	line-height: 100%;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
#stickybar-page {
	background:#1f1f1f;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	color:#FFF;
	text-shadow:0px 0px 0px #fff!important;
	font-size:12px;
	color:#FFF!important;
	text-shadow:0px 1px 1px #000!important;
	padding: 10px 10px 10px 10px;
	position:fixed;
	top:240px;
	z-index: 1000;
	/*top: 140px;*/
	/*width: 25px;*/
	/*z-index: 100;*/
	text-align: left;
	left: -1px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0px 2px 5px 0px #888888;
	-moz-box-shadow: 0px 2px 5px 0px #888888;
	box-shadow: 0px 2px 5px #888888;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	opacity: 0.9;
}
#stickybar-page a:hover {
	line-height: 100%;
	text-decoration: overline!important;
	color: #eee!important;

}
#stickybar-page a {
	display:inline;
	color:#eee;
	text-decoration:none;
	text-align:center;
	line-height: 100%;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.bigfont {
	font-size: 22px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-0.5px;
}
.smallfont {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
::-moz-selection{ background: #4eb7f4; color:#fff; text-shadow:none; opacity: 0.8; }
::selection { background:#4eb7f4; color:#fff; text-shadow:none; opacity: 0.8; }
.tp {height:35px;}

/* ------ADVERTISEMENT ------ */

.separator {
	clear:both;
	display:block;
	border-bottom: 1px solid #ddd;
	margin:35px 0 15px 0;
	width:100%;
}
.separator-subscribe {
	clear:both;
	display:block;
	border-bottom: 1px solid #ddd;
	margin:10px 0 5px 0;
	width:100%;
}
.advertisement {
	font-size:8px;
	line-height:8px;
	margin-bottom:10px;
	text-align:right;
	position:relative;
}
.advertisement a {
	background:#F9F9F9 none repeat scroll 0 0;
	color:#bbb;
	height:10px;
	position:absolute;
	right:0;
	text-shadow:1px 1px 0 #fff;
	top:-5px;
	width:70px;
	text-decoration:none!important;
	color:#c5c5c5!important;
}
.clearboth {clear:both;display:block;font-size:0px;height:0px;line-height:0;width:100%;}
#p-directindustry-text { margin-top:-17px; }
#pre-footer-spacer { height:30px; }
.text-bold-italic { font-style:italic; font-weight:bold; }



@media all and (min-width: 1122px) {.logo_header {display: block;}}

.container { position: relative; width: 1121px; margin: 0 auto; padding: 0; margin-top: 0; }

.sidebar-ads { margin: 0px 0 20px 0; }
.sidebar-adsense { clear: both; margin: 5px 0 0 0; }

iframe, object, embed {
        max-width: 100%;
}

.wp-caption,
.wp-caption-text {
max-width: 100%;
height: auto;
width: auto9; /* ie8 */
}

.footer-left { float:left; }
.footer-right { float:right; }

@media screen and (max-width: 1225px) {
	.xsocialbar { display: none; }
	#stickybar { display: none; }
	#stickyPDF { display: none; }
	#stickybar-page { display: none; }
}

@media screen and (min-width: 901px) {


table {border-collapse:separate;border-spacing:0;border-top:1px solid #eaeaea;margin-bottom:18px; text-shadow:0px 0px 0px #fff;}
table,td,th {vertical-align:top;}
th{padding:3px;color:#222!important;border-top:1px solid #fff;text-transform:uppercase;}
td{padding:3px;color:#222;}
tfoot td{border:0px;}
 th,tr:hover{background-color:#f5f5f5;}
table :hover { color:#595959!important; }
tr :hover { color:#595959!important; }
td :hover { color:#595959!important; }

}

.home-content { margin: 0px 0 30px 0; }
.ad-home-links {
	margin: 6px 0 0 0px;
}


.socialbar_bottom {
	display: block;
	float: left;
	height: 30px;
	font-size: 20px;
	margin: 16px 0 4px 0;
}
.socialbar_bottom a {
	color: #fff!important;
	text-shadow: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.socialbar_bottom a:hover { color: #fff!important; text-shadow: none; }
.social_button {
	display: table-cell;
	vertical-align:middle;
	float: left;
	margin-left: 6px;
	text-align: center;
	width: 40px;
	height: 26px;
	background:#c9c9c9;
	color: #fff!important;
	padding: 5px 4px 0 6px;
	opacity: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.social_button_bottom {
	display: table-cell;
	vertical-align:middle;
	float: left;
	margin-left: 10px;
	text-align: center;
	width: 55px;
	/*height: 27px;*/
	background:#c9c9c9;
	color: #fff!important;
	padding: 8px 4px 0 6px;
	opacity: 1;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
}
.social_button:hover { opacity: 1; }
.tw_button:hover { background:#50abf1; }
.fb_button:hover { background:#4a66a3; }
.li_button:hover { background:#1086bf; }
.gp_button:hover { background:#d1432c; }
.rss_button:hover { background:#f6c828; }
.go_button:hover { background:#4082f9; }
.re_button:hover { background:#000; }
.st_button:hover { background:#ee4813; }
.em_button:hover { background:#e3e0d1; }
.xsocialbar {
	position: fixed;
	top: 290px;
	left: 0;
	z-index: 1000;
	/*top: 200px;*/
	font-size: 20px;
	margin: 0 0 0 -20px;
	/*z-index:1;*/
	/*background: transparent;*/
	/*background: #fff;*/
	background: #f9f9f9;
}
.xsocialbar li { list-style-type: none; }
.xsocialbar a {
	text-shadow: none;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}
.xsocial_button {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	width: 42px;
	height: 26px;
	color: #222!important;
	padding: 10px 4px 8px 4px;
	opacity: 1;
}
.xsocial_button:hover { opacity: 1; }
.xtext_button {
	width: 38px;
	height: 10px;
	font-size: 10px;
	text-align: center;
	color:#222!important;
	font-weight:bold;
	text-shadow:0px 1px 1px #fff!important;
}
.xtw_button { border-bottom: 1px solid #dcdcdc; border-top: 1px solid #dcdcdc; }
.xfb_button { border-bottom: 1px solid #dcdcdc; }
.xfblike_button {
	border-bottom: 1px solid #dcdcdc;
	width: 48px;
	height: 33px;
	margin: 13px 0 0 17px!important;
	overflow: hidden;
}
.xli_button { border-bottom: 1px solid #dcdcdc; }
.xgp_button { border-bottom: 1px solid #dcdcdc; }
.xtw_button:hover { color:#50abf1!important; text-shadow: 1px 1px 5px #fff!important; background:#f5f5f5; }
.xfb_button:hover { color:#4a66a3!important; text-shadow: 1px 1px 5px #fff!important; background:#f5f5f5; }
.xli_button:hover { color:#1086bf!important; text-shadow: 1px 1px 5px #fff!important; background:#f5f5f5; }
.xgp_button:hover { color:#d1432c!important; text-shadow: 1px 1px 5px #fff!important; background:#f5f5f5; }
.xrss_button:hover { color:#f6c828!important; text-shadow: 1px 1px 5px #fff!important; background:#f5f5f5;}

.adsense_top { margin:14px 0; }
.adsense_page_top { margin:23px 0 18px 0; }

#featured_mob { margin-top: 0; display: none; }
.sticky-post { position: relative; }
.sticky-post:before { content: url( 'images/icons/bookmark-v3-red.png' ); position: absolute; left: 16px; top: -5px; z-index: 1; }

/* DODATI NA ADSENSE BLOKOVE */
.reklama-text { position: relative; }
/*.reklama-text:before { content: "advertisement"; position: absolute; right: 0px; top: -22px; z-index: 1; font-size: 10px; font-family: 'Open Sans', sans-serif; color:#b9b9b9; }*/

.ad-336x280-mob, .ad-468x60-mob { display: none; }
.eep_pages_posts_top_468x60_v2{ margin: 25px auto; width: 468px; }
.eep_pages_posts_top_468x60_v5 { margin: 0 0 40px 0; }
.eep_pages_posts_top_468x60_v6{ margin-top: 0; margin-bottom: 25px; }


.cards {
	display: block;
	
	margin: 24px 0 5px 0;
	font-family: 'Open Sans', sans-serif;
}

@media all and (min-width: 1122px) {
	// .cards {width: 751px;}
}
.item {
	/*width: 204px;*/
	/*height: 570px;*/
	color: #111;
	font-size: 16px;
	line-height: 24px;
	text-shadow: none;
	padding: 20px 15px 25px 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-shadow:0px 1px 0px #fff;
}

@media all and (min-width: 761px) {
	.item {
		margin-right: 2%;
		width: 32%;
		float: left;
	}

	.item:last-child {margin-right: 0;}
}

@media all and (max-width: 760px) {
	.item {margin-bottom: 20px;}
}

.item:hover { background:#e3e8ea; }
.item .button { padding:20px 30px; }
.item p { font-family: sans-serif; text-align: left; margin-top: 18px; }
.item span {
	color:#111;
	font-size: 22px;
	text-shadow: none;
	text-shadow:0px 1px 0px #fff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
}
.item .button_link { text-align: center; }
.kol1 {
	background: #f5f5f5;
	/*margin-right: 13px;*/
}
.kol2 {
	background: #e9e9e9;
	/*margin-right: 12px;*/
}
.kol3 {
	background: #dcdcdc;
	margin-right: 0;
	/*float: right;*/
}

.ad-home-bottom-right {padding: 0 0 40px 0;}

/* ------------------------- RESPONSIVE ----------------------------------- */

@media screen and (max-width: 375px) {
	ul.thumbnail_list li { width: 46%; padding: 2%; }
	.thumbnail_title, .thumbnail_related_title { width: 100%; }
	body#home_page ul.thumbnail_list li { width: 100%; }
}

@media screen and (max-width: 1121px) {

body{color:#222;font-size:18px;text-shadow:1px 1px 0px #fff;line-height:150%;}
.separator { display: none; }
.dwnl, .dwnlg { margin:0; float:right; width:35px; height:35px; }

.h3lastpost { margin: 20px 0 0 0; padding: 0 0 20px 0; width: 100%; }
.reklama-text { display: none; }
.bottom_metadata{ margin-top: 30px; }
.featured_post, .random_post, .random_post_1st, .random_post_2nd { display: none; }
.moto2 { display: none; }
.home-latest-page {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.advert_1, .advert_2 {display:none}
.ad-home-bottom-right { margin: 25px 0 0 0; }
/*.cards { display: none; }*/
.separate-line-page-bottom2 { margin: 22px 0 10px 0; padding: 35px 0 35px 0; }

.home-recent-pages { margin: 20px 0; }
.recent_guides {
	width: 45%;
	height: 100%;
	margin: 0 15px 0 0;
	float: left;
	padding: 0;
}
.published-pages-title { width: 100%; height: 70px; overflow: hidden; }
.published_pages { width: 45%; }
.page_excerpt { display: none; }
.recent_guides h4 { font-size: 18px!important; line-height: 135%; }
.latest-guides-title {
	clear: both;
	margin: 0;
	color:#222;
	text-shadow:1px 0px 3px #fff;
	font-size:10px;
	text-transform:uppercase;
}

#hotspot-container-home, #ad-container-home { display: none; }

.home-content { margin: 0 0 -25px 0; }
#ad-2nd-home { width: 100%; margin: 20px 0 0 0; }
#ad-3rd-home { width: 100%; display: none; }
.subscribe-sidebar { display: none; }

.ad-336x280-mob { display: block; margin: 25px 0 25px 0; }
.ad-468x60-mob { display: block; margin: 25px 0 0 0; }
.thumbnail_list li a:link { color:#111!important; }

#featured_mob {	display: block;	width: 100%; height: 100%; margin: 50px 0 0 0; }
#featured_mob .thumbnail_list2 { overflow: hidden; position: relative; margin: 0;}
.thumbnail_list2 li { float: none; width: 100%; }

#featured_mob .big_frame { clear: both; margin: 20px 0 0 0; border: 0 none; display: block; width: 120%; float: none; }
#featured_mob img { width: 100%; }
#featured_mob .thumbnail_title_big { bottom: 0; top: auto; color: #fff !important; font-family: 'Open Sans'; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 1.4em; line-height: 1.17em; }

#featured_mob .featured_big_text, #featured_mob br { display: none; }
.eep_pages_posts_top_468x60_v2{ margin: 25px 0; }
.eep_pages_posts_top_468x60_v2 + .separator { display: none; }
.divider-page-mob { margin: -5px 0 15px 0; }
.hideme { display: block; }

*{  -webkit-text-size-adjust: none;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
 }
	#wrapper {width: 94%; background-color:#f9f9f9; margin: auto;}
	#secondary { display: block; display: none; }
	#secondary .content { display: block; display: none; }
	#primary { width: 100%; margin: auto; }
	#primary .content{width: 100%; margin-right:0px; padding-right: 0px; margin-top:0px; border-right:0px solid #dddddd;}
	#primary_full .content { margin-top: 20px; }
	#breadcrumbs { display: none; }
	.home-one-third { width:100%; margin-top: 0px; }
	.home-two-thirds { clear: both; width:100%; margin-top: 20px;}
	.home-three-thirds { clear: both; width:100%; margin-top: 20px;}
	.main { display: none; }
	h1, h2, h3, h4, h5,h6 { font-family: 'Open Sans', sans-serif; font-weight: 300!important; }
	h1 { font-size: 30px!important; line-height: 120%; }
	h2 { font-size: 27px!important; line-height: 120%;}
	h3 { font-size: 24px!important; line-height: 120%;}
	h4 { font-size: 22px!important; line-height: 120%;}
	h5 { font-size: 18px!important; line-height: 120%;}
	h6 { font-size: 15px!important; line-height: 120%;}
	.page h1 { margin:0 0 0 0!important; }
	.h1-div { margin:0px 0 -3px 0; max-width: 100%; width: 728px;}  /*  h1div  */


.top_metadata {display: none;}

.separate-line-page-bottom { display: none; }
.adeephome-1, .adeephome-2, { display: none; }
.socialbar, .socialbar_post { display: none; }
.xsocialbar { display: none; }

/* ----------- H O M E P A G E ------------- */


	.ad-336x280px { display: none; }
#home_ad_plus_featured_post { width: 100%; float: none; padding: 0; margin-bottom: -25px;}
#home_ad_plus_featured_post2 { width: 100%; float: none; padding: 0;}
	.home-ad-top { width: 100%; margin: 15px 0 15px 0; }





	.recent-widget-homepage { margin: 15px 0 20px 0; }



	.home-latest-posts-right {
		display: table;
		margin: 20px auto;
		float: none;
		max-width: 340px;
		/*width: 100%;*/
		margin-top: 45px;
	}


	.tags{font-size:14px;}
	.thumbnail_title { display:block; width: 100%; line-height: 100%; }
	.alignleft,img.alignleft,a img.alignleft {float:left; margin:5px 8px 5px 0; }
	.date_related { display: none; }
	.blog_module .entry { clear:both; display: block; }
	#about_the_author { width: 100%; }
	.thumbnail_title_big {
		float: left;
		color:#222!important;
		width:100%;
		/* padding-top: 10px; */
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 3%;
		overflow: visible;
		font-size: 22px!important;
		font-weight: normal;
		line-height: 32px;
		border-left: 0px #0099cc solid;
		background: rgba(0, 0, 0, 0.5);
	}
	.big_frame {
		padding: 0;
		border: 0px solid #ccc;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.big_frame img { border: none; }
	.date_big  { display: none; }
	.featured_post {
		width: 100%;
		height: 100%;
		background: #f9f9f9;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.featured_post { margin-top: 72px; padding-left: 3%!important; padding-right: 3%!important; margin-bottom: 15px; }
	/*#primary { margin-top: 72px; }*/
	#primary { margin-top: 20px; }
	#header {
		width: 100%;
		position: fixed;
		top: -1px;
		left: 0;
		height:54px;
		border-bottom: 0px solid #ccc;
		margin: 0px!important;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
		z-index: 100!important;
	}
	.divider_line_page { display: none; }
	.separation-line { display: none; }
	#sub_footer {background:#f9f9f9; color:#555!important; border-top: 1px solid #777777; margin: 15px 0;}
	#sub_footer a { color:#0099cc!important; }
	.footer-left { float: none; text-align: center; color:#555!important; }
	.footer-right { display: none; }
	#about_the_author p.padding {text-shadow:1px 1px 0px #fff; margin-right: 10px;}
	#stickyPDF { display: none; }
	adeephome-1 { display: none; }
	adeephome-2 { display: none; }
	.blog_header, .blog_header a:link, .blog_header a:visited{
		color:#333333;
		margin-bottom:21px;
		padding-bottom:10px;
	}
	.socialbar_bottom { display: none; }
	#footer { display: none; }
	.wp-pagenavi{clear:both;padding-top:6px;padding-bottom:10px;height:auto;text-align:left; border-bottom: 1px solid #dddddd;}
}

/* ------- 2. Header ------- */

#header {
	width: 100%;
	position:relative;
	/*border-bottom: 1px solid #ddd;*/
	z-index: 2;
	background:#f9f9f9;
}

.wide { padding: 25px 0; }
.tiny { padding: 10px 0; }

/* new navigation menu */
#navigation {
    position: relative;
    width: 100%;
    color: #555;
    background: #f9f9f9;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-shadow: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
#navigation a:link, #navigation a:visited {
  text-decoration:none;
  color:#555;
}

#logo {
	float: left;
	margin:0;
	width: 182px;
	height: auto;
	background-size:contain;
}

#logo a {display: block;}

#logo img {
	width: 100%;
	height: auto;
}

.toggle, #toggle {
    float: right;
    display: none;
    font-size: 1.5em;
    padding: .5rem;
    font-family: FontAwesome;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#menu {
    float: right;
    margin: 0;
    padding: 15px 0 0 0;
}
nav li {
    /*padding: 0 .8rem;*/
    display: inline-block;
    text-align: center;
    margin: 0;
}
/*nav li:hover {
	color:#218cb5!important;
	border-bottom: 2px solid #218cb5;
	-webkit-transition:border-bottom 50ms;
	-moz-transition:border-bottom 50ms;
	-ms-transition:border-bottom 50ms;
	-o-transition:border-bottom 50ms;
	transition:border-bottom 50ms;
}*/

nav li:last-child:hover {border: none;}

@media only screen and (max-width : 1100px) {
    #navigation { font-size: 16px; }
    #menu {
        max-height: 0;
        -webkit-transition: all .15s linear;
	     -moz-transition: all .15s linear;
	     -ms-transition: all .15s linear;
	     transition: all .15s linear;
        width:100%;
    }
    #menu > li {
        display: block;
        float: none;
        width: 100%;
        text-align:center;
    }
    .toggle {
        display:block;
    }
    #toggle:checked ~ #menu {
      max-height: 25em;
	   -webkit-transition: all .25s linear;
	   -moz-transition: all .25s linear;
	   -ms-transition: all .25s linear;
	   transition: all .25s linear;
    }
    .toggle:after {
		   content: '\f0c9';
    }
    #toggle:checked + .toggle:after{
        content: '\f00d';
    }
}


/* ------------------ search ------------------------------- */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
 /*   transition: 0.1s; */
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    text-shadow: none;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #fff;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
    text-shadow: none;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}

.cd-search form {
  height: 100%;
  max-width: 1121px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.cd-search input {
  color: #fff;
  border-radius: 0;
  border: none;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  font-size: 80px;
  border-bottom: 3px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.search-subject {
	padding-top: 15px;
	color: #fff!important;
	font-size: 25px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	height: 25px;
}


.webtreats_recent_widget .thumbnail_title {width: 200px;}