@charset "utf-8";
/*
Theme Name: DW Focus
Theme URI: http://www.designwall.com/wordpress-theme/dw-focus
Author: the DesignWall team
Author URI: http://www.designwall.com
Description: Responsive News WordPress Theme
Version: 1.0.9
License: GNU General Public License
License URI: license.txt
*/

/* font */
.home h1{
font-size:12px;
line-height:12px;
color:#777;
}
@media (max-width: 801px){
.home h1{
display:none;
}
}
h2 {
    font-size: 25px;
    line-height: 27px;
}
h1, h2, h3, h4, h5, h6,
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat a,
.entry-title,
.ie8.desktop .top-news .dropdown-menu a,
.ads-60 .ads-title,
.news-slider .carousel-list .other-entry a,
#dw_recentcomments .comment-title, #dw_recentcomments .comment-author,
.desktop .top-news .dropdown-menu a
{
	font-family: 'Roboto Slab', Bitter, serif;
}
body,
input,button,select,textarea,
.navbar-search .search-query,
.navbar .nav .menu-item-object-category .sub-mega-wrap .subcat span
{
	font-family: Georgia, serif;
	color: #444;
}
.widget.news-category article .entry-title {
	font-size: 22px;
}
.widget .category-title {
	font-size: 18px;
}
.widget .entry-title {
	font-size: 16px;
	line-height: 22px;
}
.archive .content-inner .entry-title {
	font-size: 22px;
}
body {
	font-size: 16px;
	line-height: 22px;
}
.single .hentry .entry-content, .page .hentry .entry-content {
	font-size: 16px;
	line-height: 22px;
}
.entry-content blockquote p {
	font-size: 24px;
	line-height: 30px;
}
.entry-content a {
	color: #D79600;
}
.entry-content a:hover {
	color: #EE3224;
}
.search .content-inner .entry-thumbnail {
	margin-right: 15px;
}

/* article - text */
.single #primary>article.type-post .entry-content,
.page #primary>article.type-post .entry-content
{
	font-size: 18px;
	line-height: 24px;
}

/* search bar */
.searchForm .field {
	font-size: 16px;
}

/* thumbnail captions */
.single .site-content>.hentry .entry-thumbnail {
	position: relative;
}
.single .site-content>.hentry .entry-thumbnail .caption,
.wp-caption-text{
	position: absolute;
	bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: white;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
}
.wp-caption-text{
margin-bottom:0;
width:auto;
margin-right: 10px;
padding:0 5px;
}
.aligncenter .wp-caption-text{
width:690px;
}
.wp-caption{
	position: relative;
max-width: 700px;
}
#primary>article.type-post {
	clear: both;
}

/* loader */
.single #main>.container>.row {
	position: relative;
}
a#inifiniteLoader {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	display: none;
}

/* top */
.navbar .nav .menu-item-object-category {
	border-style: none;
}
#masthead .afteraffix {
	height: 0;
}
#sheader.affix .wrap-navigation {
	box-shadow: 0px 3px 6px rgba(158, 158, 158, 0.3);
}
#sheader.affix-top .wrap-navigation {
	box-shadow: 0px -1px 3px rgba(205, 205, 205, 0.42);
}
#sheader.affix~.afteraffix {
	height: 170px;
}
@media (max-width: 979px) {
	#sheader.affix~.afteraffix {
		height: 40px;
	}
}
@media (max-width: 1079px) and (min-width: 980px) {
	#sheader.affix~.afteraffix {
		height: 301px;
	}
}

.desktop .wrap-navigation {
	width: 100%;
}
.news-slider .carousel-list {
	width: 239px;
}
#site-navigation {
	border-right: none;
	    position: relative;
}
#site-navigation .navbar-inner {
	border-top: none;
	border-bottom: none;
}
@media (max-width: 979px) {
	#site-navigation {
		box-shadow: 0px 3px 6px rgba(158, 158, 158, 0.3);
	}
}
.navbar .nav li a {
	display: block;
	font-family: 'Roboto Slab', Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-shadow: none;
	letter-spacing: 1px;
	color: #777;
}
.icon-vk:before {
	content: "\f189";
}
#sheader .searchForm {
	top: 2px;
}
#sheader .searchForm input[type=text] {
	border-color: white; /* #DDD;*/
}
#sheader .searchForm input[type=text]:focus {
	border-color: #FFAE03;
	background-color: #FFFDF2;
}

/* affix */
#sheader.affix {
    position: fixed;
    /*top: 0;*/
    width: 100%;
	background-color: white;
	z-index: 1000;
}
#sheader.affix {
  animation: fadeIn ease-in-out 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeIn ease-in-out 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeIn ease-in-out 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadeIn ease-in-out 0.7s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadeIn ease-in-out 0.7s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#sheader.affix #header {
	display: none;
}
.top-small-logo {
	display: none;
}
#sheader.affix .top-small-logo {
	display: block;
	float: left;
	width: 60px;
	margin: 8px 20px;
}
#sheader.affix .top-small-logo .small-logo {
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 60px;
	background-image: url(/wp-content/uploads/2014/09/logo_orange_c.png);
}
@media (min-width:10px) and (max-width:979px){
	#sheader.affix .top-small-logo {
		display: none!important;
	}
}

.comment-subscription-form input[type=checkbox] {
	margin-top: -12px;
}

/* footer */
#colophon {
	font-size: 12px;
}
#colophon #site-info .logo {
	background-color: white;
	padding: 9px;
	height: 22px;
	width: 60px;
}
#colophon #site-info .small-logo {
	height: 22px;
	width: 60px;
}
#colophon #site-tools .breadcrumbs li {
	background-position: left 7px;
}

/* homepage */
.single .site-content .related-post h3,
#bottom .widget-title,
.widget.dw_focus_recents_posts .category-title,
.widget.dw_focus_featured_posts .category-title,
.widget.widget_linkview_widget .category-title {
	border-top: 1px solid #FF9E0C;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 1px;
	background-color: white;
}
.widget .lv-slider {
	margin-top: 20px;
	width: 100%!important;
	height: 22px!important;
	padding-top: 10px;
	overflow: hidden;
	/* background-color: #F5F5CE; */
	background-color: #FFB647;
	padding-bottom: 10px;
	font-family: 'Roboto Slab', Bitter, serif;
}
.widget .lv-slider li {
	height: 22px;
}
.widget .lv-slider .lv-link {
	border-right: 1px solid white;
}
.widget .lv-slider .lv-link a {
	color: white;
}

.nav-tabs-by-select {
	background-color: #FF9E0C;
}
.nav-tab-select-wrap:before {
	background-color: #FF9E0C;
	color: white;
}

@media (max-width: 979px) {
	#main>.container>.row {
		background: none;
	}
}
@media (min-width:1080px) and (max-width:1199px) {
	#main>.container>.row {
		background: url(assets/img/dot-ddd.gif) repeat-y 720px 0;
	}
}
@media (min-width: 1200px) {
	#main>.container>.row {
		background: url(assets/img/dot-ddd.gif) repeat-y 800px 0;
	}
}

/* recent posts by category */
#primary .widget.dw_focus_recents_posts,
#primary .widget.dw_focus_featured_posts
{
	background: url(assets/img/dot-ddd.gif) repeat-y 66.6666666666% 0;
	overflow: hidden;
}
#primary .widget.dw_focus_featured_posts:after,
#primary .widget.dw_focus_recents_posts:after {
	content: '';
	display: block;
	clear: both;
}
#primary .widget.dw_focus_featured_posts article.post,
#primary .widget.dw_focus_recents_posts article.post {
	width: 33.33333333%;
	float: left;
	padding: 20px;
	min-height: 110px;
	position: relative;
	margin-left: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#primary .widget.dw_focus_featured_posts article.post.bigger,
#primary .widget.dw_focus_recents_posts article.post.bigger {
	width: 66.66666666666%;
	clear: left;
}
#primary .widget.dw_focus_featured_posts article.post.first,
#primary .widget.dw_focus_recents_posts article.post.first {
	clear: left;
	border-right: 1px solid #ddd;
}
#primary .widget.dw_focus_featured_posts article:before,
#primary .widget.dw_focus_recents_posts article:before {
	content: '';
	position: absolute;
	top: -1px;
	height: 1px;
	background: #ddd;
	left: 20px;
	width: 1200px;
}
#primary .widget.dw_focus_featured_posts .entry-thumbnail,
#primary .widget.dw_focus_recents_posts .entry-thumbnail {
	margin-bottom: 6px;
}
#primary .widget.dw_focus_featured_posts h2.entry-title,
#primary .widget.dw_focus_recents_posts h2.entry-title {
	font-size: 22px;
}
@media (max-width:979px){
	#primary .widget.dw_focus_recents_posts,
	#primary .widget.dw_focus_featured_posts
	{
		background: none;
		overflow: hidden;
	}
	#primary .widget.dw_focus_featured_posts:after,
	#primary .widget.dw_focus_recents_posts:after {
		content: '';
		display: block;
		clear: both;
	}
	#primary .widget.dw_focus_featured_posts article.post,
	#primary .widget.dw_focus_recents_posts article.post {
		width: 100%;
		float: left;
		clear: both;
		padding: 20px;
		min-height: 110px;
		position: relative;
		margin-left: -1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#primary .widget.dw_focus_featured_posts article.post.bigger,
	#primary .widget.dw_focus_recents_posts article.post.bigger {
		width: 100%;
		clear: both;
	}
	#primary .widget.dw_focus_featured_posts article.post.first,
	#primary .widget.dw_focus_recents_posts article.post.first {
		clear: both;
		border-right: none;
	}
	#primary .widget.dw_focus_featured_posts article:before,
	#primary .widget.dw_focus_recents_posts article:before {
		content: '';
		height: 0px;
		background: none;
		width: 0px;
	}
}
@media (min-width:980px){
	#primary .related-post .entry-thumbnail a,
	#primary .widget.dw_focus_featured_posts .entry-thumbnail a,
	#primary .widget.dw_focus_recents_posts .entry-thumbnail a {
		position: relative;
		height: 150px;
		overflow: hidden;
		text-align: center;
	}

	#primary .related-post .entry-thumbnail img,
	#primary .widget.dw_focus_featured_posts .entry-thumbnail img,
	#primary .widget.dw_focus_recents_posts .entry-thumbnail img {
		height: 150px;
		width: auto;
		max-width: inherit;
		position: absolute;
		left: -9999px;
		right: -9999px;
		top: -9999px;
		bottom: -9999px;
		margin: auto;
	}
	#primary .widget.dw_focus_featured_posts .bigger .entry-thumbnail a,
	#primary .widget.dw_focus_recents_posts .bigger .entry-thumbnail a {
		height: 250px;
	}

	#primary .widget.dw_focus_featured_posts .bigger .entry-thumbnail img,
	#primary .widget.dw_focus_recents_posts .bigger .entry-thumbnail img {
		height: 310px;
	}
}

.entry-thumbnail a.ads {
	position: relative;
}
.entry-thumbnail a.ads:after {
	content:"";
	padding: 0;
	line-height: 14px;
	font-size: 14px;
	color: rgb(179, 68, 0);
	display: block;
	background: url(/wp-content/uploads/2014/09/reklama.png) no-repeat 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.entry-thumbnail a.ads:after {
	content: "";
}
#secondary .widget .entry-thumbnail a.ads:after,
#secondary_top .widget .entry-thumbnail a.ads:after{
	padding: 2px 4px;
	line-height: 12px;
	font-size: 12px;
}

/* plashki */
#secondary .widget.latest-news .widget-title, #secondary .tab-pane.latest-news .widget-title, #secondary .accordion-body.latest-news .widget-title,
#secondary_top .widget.latest-news .widget-title, #secondary_top .tab-pane.latest-news .widget-title, #secondary_top .accordion-body.latest-news .widget-title {
	background-color: #FF9E0C;
}
#secondary .widget.latest-news .widget-title:before, #secondary .tab-pane.latest-news .widget-title:before, #secondary .accordion-body.latest-news .widget-title:before,
#secondary_top .widget.latest-news .widget-title:before, #secondary_top .tab-pane.latest-news .widget-title:before, #secondary_top .accordion-body.latest-news .widget-title:before {
	border-top: 6px solid #FF9E0C;
}
#secondary .widget .widget-title,
#secondary_top .widget .widget-title {
	border-top: 1px solid #FF8F00;
	font-size: 16px;
}
.widget.news-category .category-title {
	border-top: 1px solid #FF9E0C;
}
#secondary .widget .nav-tabs,
#secondary_top .widget .nav-tabs {
	background-color: #FF9E0C;
}
#secondary .widget .nav-tabs a,
#secondary_top .widget .nav-tabs a {
	-webkit-box-shadow: -1px 0 0 #FF9E0C inset;
	-moz-box-shadow: -1px 0 0 #FF9E0C inset;
	box-shadow: -1px 0 0 #FF9E0C inset;
}
#secondary .widget .nav-tabs a:hover,
#secondary_top .widget .nav-tabs a:hover {
	background-color: #ee3224!important;
}
#colophon #site-tools {
	border-top: 2px solid #FF9E0C;
}
#secondary .widget .widget-title label,
#secondary_top .widget .widget-title label {
	font-size: 16px;
	line-height: 38px;
	margin: 0;
}
#secondary .widget.dw_focus_popular_posts.latest-news .widget-title,
#secondary_top .widget.dw_focus_popular_posts.latest-news .widget-title {
	background: none;
	border-top: 1px solid #FF8F00;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #000;
	margin: 0 0 20px;
	line-height: 38px;
	text-align: left;
}
#secondary .widget.dw_focus_popular_posts.latest-news .widget-title:before,
#secondary_top .widget.dw_focus_popular_posts.latest-news .widget-title:before {
	display: none;
}
#secondary_top{
	display:none;
}
#secondary_top #text-2{
	display:none;
}
#secondary_top .widget .widget-title{
	    color: #000;
    font-size: 11px;
    margin: 0 0 20px;
    line-height: 38px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
     font-size: 16px;
     position: relative;
	        text-align: center;
}
#secondary_top .widget.latest-news .widget-title:before, 
#secondary_top .tab-pane.latest-news .widget-title:before, 
#secondary_top .accordion-body.latest-news .widget-title:before{
	    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: -6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    border-top: 6px solid #FF9E0C;
}


@media(max-width: 768px){
	#secondary{
		display:block;
	}
	#secondary_top{
		display:none;
	}
#dw_focus_recent_news-10 .entry-thumbnail{
display:none;
}
#dw_focus_recent_news-10.widget .entry-title,
#dw_focus_recent_news-10.widget .entry-meta{
margin:0;
}
#dw_focus_recent_news-10.widget .entry-content{
    font-size: 13px;
}
#dw_focus_recent_news-10.widget article{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
#secondary .widget.latest-news .thumbnail-size{
padding-left: 0;
}
#secondary .widget.latest-news .hentry{
    border-top: none;
    padding: 0 0 5px 0;
    margin-top: 0;
}
#secondary .widget.latest-news .entry-content{
margin-top:0;
}
}
/* single */
.single #main>.container>.row {
	background: none;
}
.single .entry-title .ads:before,
.page .entry-title .ads:before,
.widget.latest-news .entry-thumbnail>a.ads:before,
.layout-list .entry-thumbnail .ads:before,
.archive .content-inner .entry-thumbnail>a.ads:before{
    content: " ";
    padding: 0;
    line-height: 14px;
    font-size: 14px;
    color: #B34400;
    display: inline-block;
    position: relative;
    margin-right: 0;
    background: url(/wp-content/uploads/2014/09/reklama.png) no-repeat 0px 0px;
    top: 0;
    width: 57px;
    height: 56px;
}
.widget.latest-news .entry-thumbnail>a.ads:before{
width:15px;
height:15px;
background-size:contain;
opacity:1;
position: absolute;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation:none;
}
.layout-list .entry-thumbnail .ads:before,
.archive .content-inner .entry-thumbnail>a.ads:before{
width:30px;
height:30px;
background-size:contain;
opacity:1;
position: absolute;
z-index:10;
    top: 0px;
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation:none;
}
.single .entry-title .ads:before,
.page .entry-title .ads:before {
position: absolute;
z-index:10;
    top: 0px;
}

/*
.single .site-content>.hentry .entry-action {
	margin-right: -150px;
}
*/
.single .site-content>.hentry .entry-content {
	max-width: 100%;
	/*width: auto;*/
	width: 100%;
	/* margin-left: 180px; */
}
.single .site-content>.hentry .post-categories a {
	font-size: 14px;
}
.single .site-content .related-post .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}
.single .site-content .related-post .entry-thumbnail {
	margin-top: 15px;
}
.single .entry-author {
	margin-bottom: 20px;
}
.single .entry-author .author-info {
	float: left;
	margin-right: 20px;
}
.single .entry-author .author-info .avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 72px;
	height: 72px;
}
.single .entry-author:after {
	content: '';
	clear: both;
	display: block;
}
.single .entry-tags {
	font-family: 'Roboto Slab', Bitter, serif;
	font-size: 12px;
	border-top: 1px solid #ddd;
}
/* author & archive & search */
body.search .content-bar,
body.archive .content-bar,
body.author .content-bar {
	border-top: 1px solid #FF9E0C;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: white;
}
body.search .content-bar .page-title,
body.archive .content-bar .page-title,
body.author .content-bar .page-title {
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 1px;
	color: black;
}
body.author .content-bar .post-layout {
	display: none;
}

/* sidebar - facebook widget */
#secondary .widget_facebook_likebox>iframe {
	margin: 0 auto;
	display: block;
}

#secondary .widget.latest-news .thumbnail-size, #secondary .tab-pane.latest-news .thumbnail-size, #secondary .accordion-body.latest-news .thumbnail-size {
	min-height: 60px;
}

/* archive calendar */
div.archive-calendar-block {
	display: inline-block;
	vertical-align: top;
	min-width: 47%;
	margin-right: 20px;
	margin-bottom: 40px;
}
.archive-calendar {
	width: 100%;
	min-width: 320px;
	text-align: center;
}
.archive-calendar caption {
	padding: 7px;
	border-width: 1px 1px 0;
	border-color: #ddd;
	border-style: solid;
	font-weight: bold;
}
.archive-calendar th, .archive-calendar td {
	padding: 4px;
	border: 1px solid #ddd;
}
.archive-calendar .today {
	background: #eee;
}
.archive-calendar a {
	font-weight: bold;
}


/* branded categories and tags */
#primary .content-bar.branded {
	background: #FFAE00;
}
#primary .content-bar.branded h1 {
	color: white;
}
.branded-meta {
	margin-top: 20px;
	margin-bottom: 20px;
}
.branded-meta:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	width: 100%;
}
.branded-meta img {
	max-width: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.branded-meta p {
	font-size: 18px;
	line-height: 24px;
}

/* gallery filmstrip */
.gallery.filmstrip {
	margin-bottom: 20px;
}
.gallery.filmstrip .gallery-main {
	position: relative;
}
.gallery.filmstrip .gallery-main img {
	width: 100%;
}
.gallery.filmstrip .gallery-main .next-prev a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: rgba(255, 255, 255, 0.82);
	height: 60px;
	font-family: 'Roboto Slab', Bitter, serif;
	font-size: 80px;
	line-height: 42px;
	font-weight: bold;
	padding: 0 10px;
	color: black;
	display: block;
	text-align: center;
}
.gallery.filmstrip .gallery-main .next-prev a:hover {
	color: #EE3224;
}
.gallery.filmstrip .gallery-main .next-prev a.prev {
	left: 0;
}
.gallery.filmstrip .gallery-main .next-prev a.next {
	right: 0;
}
.gallery.filmstrip .strip {
	overflow: hidden;
	height: 80px;
	position: relative;
	margin: 10px 0;
}
.gallery.filmstrip .slider {
	white-space: nowrap;
	width: auto;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: -5px;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
.gallery.filmstrip .strip .to-left,
.gallery.filmstrip .strip .to-right {
	width: 40px;
	height: 40px;
	top: 20px;
	position: absolute;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: black;
	font-size: 40px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: black;
	background: rgba(255, 255, 255, 0.82);
	font-family: 'Roboto Slab', Bitter, serif;
}
.gallery.filmstrip .strip .to-left:hover,
.gallery.filmstrip .strip .to-right:hover {
	color: #EE3224;
}
.gallery.filmstrip .strip .to-left.disabled,
.gallery.filmstrip .strip .to-right.disabled {
	display: none;
}
.gallery.filmstrip .strip .to-left {
	left: 0px;
}
.gallery.filmstrip .strip .to-right {
	right: 0px;
}
.gallery.filmstrip .gallery-item {
	display: inline-block;
	height: 80px;
	margin: 0 5px;
	box-shadow: inset 0 0 3px #333333;
}
.gallery.filmstrip .gallery-item a {
	display: block;
	height: 80px;
}
.gallery.filmstrip .gallery-item a:hover {
	opacity: 0.3;
}
.gallery.filmstrip .gallery-item img {
	height: 80px;
	width: auto;
	vertical-align: baseline;
}
.gallery.filmstrip .gallery-icon>img {
	opacity: 0.5;
}

/* list for paged post */
ul.paged-list {
	list-style-type: none;
	border-left: 3px solid #FF8F00;
	margin: 20px 0;
	padding-left: 20px;
	font-size: 22px;
	font-family: 'Roboto Slab', Bitter, serif;
}
ul.paged-list li {
	margin-bottom: 16px;
}
ul.paged-list li a {
	color: #999999;
}
ul.paged-list li a:hover {
	color: #EE3224;
}

/* autocomplete */
.ui-menu {
	max-width: 357px!important;
}
.ui-menu .ui-menu-item {
	line-height: 24px;
	font-size: 16px;
	min-height: 24px;
	font-family: Georgia, serif;
}
.ui-widget-content .ui-state-focus {
	font-weight: normal;
}

/*******************/
.wp-pagenavi{
	text-align: center;
	padding:20px 0;
}
.wp-pagenavi .pages{
	display:none;
}
.search .content-inner .hentry img{
    width: 230px;
    height: auto;
}
.like_h3{
	border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    line-height: 38px;
    color: #000;
    text-shadow: 0 0 0 #000;
    margin: 20px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Georgia,"Times New Roman",Times,serif;
        border-top: 1px solid #FF9E0C;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
    background-color: white;
}

.site-header #branding h1{
	
}

.yashare-auto-init{
	    padding: 5px 11px 15px;
}
#site-tools .yashare-auto-init{
	    padding: 1px 10px 11px;
}
.like_h1{
	font-family: 'Roboto Slab', Bitter, serif;
	    font-size: 35.75px;
	        line-height: 40px;

	            margin: 10px 0;
    /*font-family: "Glegoo",serif;*/
    font-weight: normal;
    /*line-height: 20px;*/
    color: #333;
    text-rendering: optimizelegibility;
}
body.error404{
	/*    background: url(/wp-content/uploads/2014/12/Unknown-21.png) no-repeat 0px 0px;*/
	background:none !important;
}

header .yashare-auto-init{
	padding:10px 0;
}
header .yashare-auto-init > span{
	padding:0 !important;
}

article .entry-header .like_h1{
	margin: 15px 0 0px;
}

.site-header #branding .logo_wrapper{
	    margin: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
        display: inline-block;
        vertical-align: top;
}
.site-header #branding .logo_wrapper:hover{
	    opacity: .7;
    filter: alpha(opacity=70);
}

#sheader.affix {

}
#sheader.affix .nav-collapse{
	    position: absolute;
    left: 82px;
}
@media (min-width: 980px){
	#sheader.affix .navbar .nav li a{
		    padding: 10px 11px;
	}
}

@media (min-width: 1200px){
	#sheader.affix .navbar .nav li a{
		   padding: 10px 18px;
	}
}

u{
text-decoration:none;
}
#colophon #site-info .copyright{
line-height:18px;
}

.divforhide{
display:none;
}

/* START BRANDING */
/*
body.category-starter,
body.starter{
background:url(https://hubs.ua/wp-content/uploads/2016/10/madein.jpg) center top no-repeat fixed #fff;
padding-top: 98px;
}
body.category-starter #sheader .container,
body.category-starter #main .container,
body.category-starter .site-footer .container,
body.category-starter .site-footer #site-info,
body.starter #sheader .container,
body.starter #main .container,
body.starter .site-footer .container,
body.starter .site-footer #site-info{
background:#fff;
width:905px;
    z-index: 1;
    position: relative;
}
body.category-starter .span9,
body.starter .span9{
    width: 690px;
}
body.category-starter .site-header #branding a,
body.starter .site-header #branding a{
    width: 170px;
}
body.category-starter .span3,
body.starter .span3{
    width: 170px;
}
body.category-starter .span8,
body.starter .span8{
    width: 600px;
}
body.category-starter .span4,
body.starter .span4{
    width: 260px;
}
body.category-starter #main>.container>.row,
body.starter #main>.container>.row{
    background: url(assets/img/dot-ddd.gif) repeat-y 660px 0;
}
body.category-starter #secondary h2.entry-title,
body.starter #secondary h2.entry-title{
    word-wrap: break-word;
}
body.category-starter .navbar .nav li a,
body.starter .navbar .nav li a{
    padding: 10px 15px;
}
body.category-starter a.branding,
body.starter a.branding{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
body.category-starter #sheader.affix,
body.starter #sheader.affix{
visibility: hidden;
}

@media (max-width: 767px){
body.category-starter #sheader .container,
body.category-starter #main .container,
body.category-starter .site-footer .container,
body.category-starter .site-footer #site-info,
body.starter #sheader .container,
body.starter #main .container,
body.starter .site-footer .container,
body.starter .site-footer #site-info {
    width: auto;
}
body.category-starter, body.starter {
    padding-top: 132px;
background: url() center top no-repeat #fff;
}
body.category-starter .span8, body.starter .span8 {
    width: 100%;
}
body.category-starter .span4, body.starter .span4 {
    width: 100%;
}
*/
/* END BRANDING */


#text-2 .textwidget{
	text-align:center;
}