/* LICENSE & DETAILS
   ==================================================

	Theme Name: Lubenpress3
	Theme URI: http://luben.tv
	Description: Lubenpress Volume 3
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: supreme
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	SUPREME CSS IMPORT
-------------------------------------------- */

@import url("../supreme/style.css");


/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,greek,greek-ext);*/


/*@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,greek-ext,greek);*/




/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */


/*

@font-face {
    font-family: 'PFDinTextCondProBoldItalic';
    src: url('fonts/PFDinTextCondPro-BoldItalic.eot'); 
    src: url('fonts/PFDinTextCondPro-BoldItalic.eot?#iefix') format('embedded-opentype'), 
         url('fonts/PFDinTextCondPro-BoldItalic.woff') format('woff'), 
         url('fonts/PFDinTextCondPro-BoldItalic.svg#PFDinTextCondPro-BoldItalic') format('svg'); 
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: 'PFDinTextCondProThinItalic';
    src: url('fonts/PFDinTextCondPro-ThinItalic.eot'); 
    src: url('fonts/PFDinTextCondPro-ThinItalic.eot?#iefix') format('embedded-opentype'), 
         url('fonts/PFDinTextCondPro-ThinItalic.woff') format('woff'), 
         url('fonts/PFDinTextCondPro-ThinItalic.svg#PFDinTextCondPro-ThinItalic') format('svg'); 
    font-style: normal;
    font-weight: normal;
}




*/

@font-face {
    font-family: 'PFDinTextCondProThin';
    src: url('fonts/PFDinTextCondPro-Thin.eot'); 
    src: url('fonts/PFDinTextCondPro-Thin.eot?#iefix') format('embedded-opentype'), 
         url('fonts/PFDinTextCondPro-Thin.woff') format('woff'), 
         url('fonts/PFDinTextCondPro-Thin.svg#PFDinTextCondPro-Thin') format('svg');
    font-style: normal;
    font-weight: normal;
}



@font-face {
    font-family: 'pf_din_text_cond_probold';
    src: url('fonts/pfdintextcondpro-bold-webfont.eot');
    src: url('fonts/pfdintextcondpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         
         url('fonts/pfdintextcondpro-bold-webfont.woff') format('woff'),
         url('fonts/pfdintextcondpro-bold-webfont.ttf') format('truetype'),
         url('fonts/pfdintextcondpro-bold-webfont.svg#pf_din_text_cond_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
	font-family: 'betafont';
	src:url('fonts/betafont.eot');
	src:url('fonts/betafont.eot?#iefix') format('embedded-opentype'),
		url('fonts/betafont.woff') format('woff'),
		url('fonts/betafont.ttf') format('truetype'),
		url('fonts/betafont.svg#betafont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RobotoSlabLight';
    src: url('fonts/robotoslab-light-webfont.eot');
    src: url('fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/robotoslab-light-webfont.woff') format('woff'),
         url('fonts/robotoslab-light-webfont.ttf')  format('truetype');
}

@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.svg#svgFontName') format('svg'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf')  format('truetype');
}

@font-face {
    font-family: 'RobotoSlabBold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.svg#svgFontName') format('svg'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf')  format('truetype');
}
*/
body {
	font-family: Georgia, sans-serif !important;
    /*background: url('img/bg-dot.png') fixed !important;*/
    background-size: auto ;
	background-color: #fff !important;
}

.icon-beta {
	font-family: 'betafont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;

}
.icon-beta:before {
	content: "\3b2";
}

h1 {
    font-family: 'pf_din_text_cond_probold', sans-serif !important;
}

h2, h3, h5, h6, h7{
	font-family: 'PFDinTextCondProThin', sans-serif !important;
}

h3 {
font-size: 24px !important;
line-height: 24px;
}


h4 {
font-size: 25px !important;
line-height: 32px !important;
font-family: "PFDinTextCondProThin", sans-serif !important;
}

h5 {
font-size: 20px !important;
}


blockquote {
	padding: 10px 40px 10px 40px;
	background: #f2f2f2;
}

blockquote p {
	line-height: 21px;
}
blockquote:before {
	background: url("img/quote-left.png") no-repeat left top;
	width: 100%;
	display: block;
	height: 65px;
	margin-top: 20px;
	display: block;
	content: "";
}

blockquote:after {
	background: url("img/quote-left.png") no-repeat left top;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100%;
	display: block;
	height: 65px;
	margin-top: -21px;
	display: block;
	content: "";
}


.masonry-items .blog-item h4 {
border-bottom: 1px solid #e2e2e2;
display: inline;
margin-bottom: 5px;
}

.related-item h4 {
line-height: 21px !important;
font-size: 17px !important;
}

.related-item figure {
width: 100%;
min-height: 68px;
position: relative;
/* -webkit-box-sizing: border-box; */
-moz-box-sizing: none;
-ms-box-sizing: none;
box-sizing: none;
/* border: 3px solid #fff; */
-moz-border-radius: 0px;
/* -webkit-border-radius: 2px; */
/* border-radius: 2px; */
-moz-background-clip: none;
-webkit-background-clip: none;
background-clip: none;
/* background-color: #212121; */
-moz-box-shadow: 0px;
/* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4); */
/* box-shadow: 0 1px 1px rgba(0,0,0,.4); */
overflow: hidden;
}

h6 {
font-size: 27px !important;
font-weight: 500;
line-height: 35px !important;
margin-bottom: 25px;
text-transform: none;
font-family: "PFDinTextCondProThin", sans-serif !important;
border-top: 1px solid #333;
border-bottom: 1px solid #333;
padding: 17px 0 10px 0;
text-align: center;
}

h7 {
font-size: 17px !important;
font-weight: 700;
line-height: 16px;
margin-bottom: 10px;
text-transform: none;
/*font-family: "Open Sans Condensed", sans-serif !important;*/
border-top: 2px solid #333;
border-bottom: 2px solid #333;
padding: 10px 0 10px 0;
}


#posts-slider .flex-control-nav {
	position: relative;
	margin: 0 auto;
	/* z-index: 4; */
	list-style: none!important;
	width: 940px;
	height: auto;
	padding: 8px 0;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.social-menu {
	background-color: #323232;

}

.breaking {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 0px solid #e2e2e2;
	position: relative;
	width: 600px;
}

.breaking img {
	width: 100%;
}

.breaking .breaking-meta {
	display: block;
	position: absolute;
	bottom: 20px;
	padding: 30px;
}

.breaking .breaking-tag {
	display: block;
	height: 54px;
	width: 144px;
	background: url('img/breaking-tag.png');
	position: absolute;
	top: 25px;
	left: -36px;
}

.breaking .breaking-meta h2 {
	font-family: 'pf_din_text_cond_probold', sans-serif !important;
	font-size: 30px;
	text-decoration: underline;
	background: #000;
	box-shadow: 6px 0 0 #000, -6px 0 0 #000;
	display: inline;
	line-height: 1.25;
	color: #fff !important;
	z-index: 3;
}


#posts-slider {
margin-bottom: 20px;
}

#main-navigation {
font-family: "pf_din_text_cond_probold";
font-size: 10px;
text-transform: uppercase;
float: left;
margin-top: 0px;
position: relative;
display: block;
clear: both;
}

.socialmenu {
display: inline-block;
float:right;
margin-top: 22px;
}

#mini-navigation {
float: left;
margin-top: 1px;
position: relative;
font-family: "pf_din_text_cond_probold";
font-size: 14px;
text-transform: uppercase;
}

nav .menu li {
display: inline-block;
padding: 10px 0 0 0 !important;
font-size: 14px;
padding: 0px;
position: relative;
/* border-right: 1px solid #2f2f2f; */
margin-bottom: 0px;
}

nav .menu > li:first-child > a {
	padding-left: 24px;
	padding-right: 24px;
}

nav .menu li a {
text-decoration: none;
display: block;
white-space: nowrap;
background: transparent;
font-size: 16px;
margin: 5px 0 10px 0;
color: #fff !important;
}

nav .menu li:hover {
background-color: #B01116;
}
nav .menu li img {
    float: left;
    padding: 5px 13px 0 0;
}

nav .menu li.current-menu-ancestor > a, nav .menu li.current-menu-item > a {

}

#logo:hover {
/*background-color: #000;*/
}

.rotate {

/* Safari */
-webkit-transform: rotate(-180deg);

/* Firefox */
-moz-transform: rotate(-180deg);

/* IE */
-ms-transform: rotate(-180deg);

/* Opera */
-o-transform: rotate(-180deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.container .twelve.columns {
	/*width: 100%;*/
}

.blog-item {
margin-bottom: 30px !important;
width: 100%;
padding-top: 40px;
border-top: 1px solid transparent;
height: auto;
overflow: hidden;
}

.blog-item-details {
    font-style: normal;
    padding-bottom: 11px;
	padding-top: 10px;
}

header {
	height: 60px;
}


#header-section.logo-full header {
width: 100%;
margin: 0;
position: relative;
min-height: 90px;
padding-top: 25px;
padding-bottom: 25px;

}
.rev_slider_wrapper  {

}
#header-adv {
    background: #161616;
    cursor: pointer;
    display: none;
	height: 90px;
}

.header-toggler {
position: absolute;
z-index: 999;
float: right;
right: 0px;
cursor: pointer;
}

.leaderboard {
	/*padding-top: 20px;*/
	background-color: #fff;
}

.leaderboard .widget {
	padding: 20px 0 0px 0;
	text-align: center;
	margin-bottom:-5px;
}

.widget {
	background-color: #fff;
	padding: 20px 0 !important;
}

.widget:first-child {
	padding-top: 0px !important;
}

.elamazimas {
display: none;
margin: 0 auto;
float: center;
padding-bottom: 50px;
width: 350px;
padding-top: 50px;

}

#nav-section, #mini-header {
	background-color: #000 !important;
	/*box-shadow: 0px 1px 10px #000 !important;*/
}

.menu-lubenpress3 {
	background: #fff !important;
	text-align: center;
}

.menu-lubenpress3 .menu > li > a {
	padding: 4px 10px 4px !important;
	font-family: 'pf_din_text_cond_probold', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.menu-lubenpress3 .menu > li > a {
	color: #000 !important;
}

.menu-lubenpress3 .menu li {
	border-left: 0px;
}

.menu-lubenpress3 li {
	display: inline-block;
	padding-right: 10px;
}

.menu-lubenpress3 .socialmenu ul {
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
	margin-right: 43px;
}

.menu-lubenpress3 .navmenu ul {
	float: left;
	margin: 10px 0 -5px 0;
}


.article-top-bar {
	background: #fff !important;
	display: none;
	width: 100%;
	position: fixed;
	padding: 10px 20px 20px 20px;
	color: #000;
	height: 30px;
	z-index: 99999;
	top: 0;
	box-shadow: 0 0 6px 0px #888;
}

.article-top-bar .article-title {
	float: left;
}

.article-top-bar .article-social-buttons {
	display: inline-block;
	float: right;
	padding: 10px;
	right: 30px;
	margin-top: 2px;
	background: #fff;
	position: fixed;
	height: 25px;
}

.article-top-bar .article-social-buttons .atb-fb {
	float: left;
	margin-right: 10px;
}



.article-social-buttons {
	display: inline-block;
	padding: 0 0 0px 0;
	right: 30px;
	margin-top: -3px;
	background: #fff;
	height: 25px;
}

.article-social-buttons .atb-fb {
	float: left;
	margin-right: 10px;
}

.wp-caption-text, .gallery-caption {
        font-size: 14px !important;
    padding: 10px 0;
    text-align: left !important;
    color: #777 !important;
    font-family: Arial;
    line-height: 18px;
    font-style: Italic;
}

.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}


#mini-header .search-icon {
display: inline;
float: right;
margin-top: -14px;
/* padding-right: 55px; */
/* margin-left: -27px; */
}

.socialmenu ul {
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
	margin-right: 43px;
}

.search-icon {
	display: inline;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	margin-left: 0px;
	font-size: 12px;
}

a#search-activate {
	text-decoration: none;
	color: #fff;
	margin-top: 18px;
}

#mini-header {
	border-top: 0 solid #CCC;
	display: none;
	position: fixed;
	top: -100px;
	z-index: 999;
	width: 100%;

}

#nav-section-election {
background-color: #ddd !important;

}

#logo {
	width: 100%;
	padding-right: 50px;
	margin: 0 auto;
	display: block;
	float: center;
	/*background: url("img/tvgrey-narrow.gif") 15px;*/
	background: #3C3C3C;
	/*background: url("http://i.imgur.com/3tslTPo.jpg");*/
	/*background: url('http://i.imgur.com/KUagmOO.png') 0px -320px;*/
	text-align: center;
	background-repeat: repeat;
	/*background-size: cover;*/
}

#logo img {
	padding-top: 25px !important;
	text-align: center;
	margin: 0 auto;
	height: 110px;
}

span.love-count {
font-weight: bold;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
top: -3px;
position: relative;
}

.inner-page-wrap {
margin: 0px 0 50px;
background-color: #fff;
padding-top: 25px;
}

.recent-post h4 {
margin-bottom: 18px;
}

.recent-post .post-item-details {
    font-style: normal;
    margin-bottom: 15px;
}

.recent-post figure {
width: 100%;
height: auto;
min-height: 100px;
margin-bottom: 15px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border: 0px solid #fff;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #212121;
-moz-box-shadow: 0;
-webkit-box-shadow: 0;
box-shadow: 0;
}

.page-heading {
	/*margin-bottom: 25px;*/
	background-color: #fff;
}


a.love-it.loved {
        font-size: 30px;
}

.getsocial {
    padding: 15px 0px 10px 15px;
}

/* SIDEBAR */

.loved-item .loved-count > i {
	vertical-align: 0px;
	font-size: 20px;
	margin-right: 2px;
}


/* CONTENT */

.page-content {
	margin-left: 20px;
	margin-right: 20px;
}

.page-content img {
	/*width: 100%;*/
	height: auto;
	/*padding-left: 15px;*/
}

.page-heading h1 {
display: inline-block;
border-bottom: 2px solid transparent;
padding-bottom: 26px;
position: relative;
z-index: 2;
max-width: 960px !important;
font-size: 40px;
padding-left: 20px;
padding-right: 20px;
}


.post-info .author-name a {
margin-left: 0px;
text-decoration: none;
}

.share-links {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}

.has-one-sidebar .share-buttons, .has-both-sidebars .share-buttons {
margin-bottom: 0px;
}

.excerpt-text p {
    font-family: "PFDinTextCondProThin", sans-serif;
    font-size: 28px;
    margin-top: -10px;
    line-height: 35px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.meta-text {
	font-size: 14px;
	line-height: 1px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.meta-text a.cat-item {
    text-decoration: none;
    display: inline-block;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 2px;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, sans-serif;

}

.meta-text .item-cats {
    margin: 0;
    float: left;
}

.meta-text .item-meta {
    margin: 7px 20px 0 10px;
    float: left;
}

.article-bottom-ad {
	margin: 0 auto;
	text-align: center;
	clear: both;
	padding-top: 20px;
}

#textlink {
    border: 10px solid #FFF;
    height: 120px;
    margin: 20px 0;
}

#textlink img {
	float:left;
	width: 120px;
}

#textlink p {
	margin-top: 7px;
    line-height: 20px;
    /* width: 80%; */
    padding: 10px;
    margin-left: 191px;
    margin-right: 56px;
    font-size: 18px;
    font-style: italic;
}
/* Live Blog */

div[id*='liveblog-entry-'] {
	background-color: #e2e2e2;
}


/* #Posts Slider
================================================== */

#posts-slider {
	margin-bottom: 25px;
}
#posts-slider, #posts-slider ul.slides, #posts-slider ul.slides > li {
	min-height: 550px;
	max-height: 550px;
}
#posts-slider {
	overflow: visible!important;
}
#posts-slider .slide-caption-container {
	position: absolute;
	left: 0%;
	width: 940px;
	height: 100%;
	margin-left: -470px;
}
#posts-slider .flex-caption {
	z-index: 99;
	position: absolute;
	bottom: -500px;
	background: transparent;
	height: auto;
	display: block;
	text-align: left;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition-delay: none;
	-moz-transition-delay: none;
	-webkit-transition-delay: none;
	-o-transition-delay: none;
}
.flex-caption.caption-right {
	right: -210px;
	width: 450px;
	padding: 20px;
	margin-bottom: 50px;
}
.flex-caption.caption-left {
	left: 0;
	width: 280px;
	padding: 20px;
}
.flex-caption.caption-full {
	width: 100%;
	padding: 20px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-caption .item-cats {
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: -6px !important;
	display: block;

}
.flex-caption.caption-full h4 {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-caption  .blog-item-details {
	display: inline;
	margin-bottom: 0;
	line-height: 18px;
	font-family: 'PFDinTextCondProThin', sans-serif;
	color: #fff;
	background: #000;
	box-shadow: 6px 0 0 #000, -6px 0 0 #000;

}
.flex-caption.caption-full .excerpt {
	float: left;
	width: 75%;
	min-height: 40px;
}
.flex-caption.caption-full .excerpt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.flex-caption.caption-full .read-more {
	float: right;
	margin-top: 0;
}
#posts-slider .flex-active-slide .flex-caption {
	top: 90px;
}
#posts-slider .flex-caption h4 a {
	text-decoration: none;
}
#posts-slider .flex-caption-large {
	margin: 10% 20% 0;
	text-align: left;
}
#posts-slider .flex-caption-large h1 a, #posts-slider .flex-caption-large h1 a:hover {
	text-decoration: none;
}
#posts-slider .flex-caption-large .caption-left {
	float: left;
	max-width: 60%;
}
#posts-slider .flex-caption-large .caption-right {
	float: right;
	max-width: 33%;
	margin-top: 10px;
}
#posts-slider .flex-caption-large .comments-likes {
	float: none;
}
.comments-likes.cl-circles > div {
	padding: 20px 11px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: inline-block;
	height: 42px;
	width: 60px;
	font-size: 18px;
	text-align: center;
	float: right;
}
.comments-likes.cl-circles .comment-circle {
	margin-right: 15px;
}
.comments-likes.cl-circles .comment-circle > i, .comments-likes.cl-circles .love-it-wrapper > a, .comments-likes.cl-circles .love-it-wrapper > span.loved > i {
	display: block;
	margin: 0 0 3px 0;
	text-align: center;
	width: auto;
	line-height: 20px;
}
.comments-likes.cl-circles .love-it-wrapper .love-count {
	padding-left: 1px;
}
#posts-slider .flex-caption-large .comments-likes.cl-circles .love-it-wrapper a:hover, .comments-likes.cl-circles .love-it-wrapper span:hover {
	cursor: default;
}
#posts-slider .flex-control-nav {
	position: relative;
	margin: -50px auto 0 auto;
	z-index: 4;
	list-style: none!important;
	width: 940px;
	height: auto;
	padding: 12px 0;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#posts-slider .flex-control-nav li {
	float: none;
}
#posts-slider .flex-control-nav li a {
	width: 6px;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #cbcbcb; /* layer fill content */
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15); /* inner shadow */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15); /* inner shadow */
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15); /* inner shadow */
}
#posts-slider .flex-control-nav li a.flex-active {
	background: #222;
}
#posts-slider .slider-shadow {
	position: absolute;
	left: 50%;
	margin-left: -499px;
	bottom: -63px;
}

#posts-slider h2 a {
	font-family: 'pf_din_text_cond_probold', sans-serif !important;
	font-size: 40px;
	text-decoration: underline;
	background: #000;
	box-shadow: 6px 0 0 #000, -6px 0 0 #000;
	display: inline;
	line-height: 1.25;
	color: #fff !important;
}

.boxed-layout {
	width: 100%;
	background-color: transparent;
}

.flexslider .slides li img {
	margin-top: -100px;
}

/* SUB-NAV MENU PLUGIN */

.sub-nav {
	background: #000 !important;
	width: 100%;
	position: fixed;
	padding: 0px;
	color: #000;
	height: 190px;
	z-index: 3;
	margin: 0px;
	overflow: hidden;
	display: none;
}

.sub-nav-items {
	margin: 0px;
}

.sub-nav-item {
	display: inline;
	float: left;
	margin-left: 15px;
	padding-right: 5px;
}

.sub-nav-item .thumb{
	float: left;
	clear: both;
	margin-bottom: 7px;
}

.sub-nav-item .thumb img {
	width: 180px;
	height: 120px;

}

.sub-nav-item .description {

}

.sub-nav-item .description h2 {
	font-size: 14px;
	line-height: 15px;
	width: 180px;
	color: #fff;
	font-family: 'PFDinTextCondProThin', sans-serif !important;
}

.sub-nav-item .description h2 a {
	text-decoration: none;
	color: #fff;
	margin-top: 5px;
}

/* Related Posts Plugin */

.lubenpress-related-item {
	clear: both;
	border-top: 1px solid;
}

.lubenpress-related-item .thumb{
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 12px;
}

.lubenpress-related-item .description  h1 a {
	text-decoration: none;

}

.lubenpress-related-item  .description h1 {
	font-size: 20px;
	line-height: 22.3px;
	width: 91%;
	margin-top: 9px;
}


.article-bottom-bar {
	background: #000 !important;
	display: none;
	width: 100%;
	position: fixed;
	padding: 0px 20px 40px 20px;
	color: #000;
	height: 50px;
	z-index: 99999;
	bottom: 0;

}

.article-bottom-bar .article-title {
	float: left;
}


.lubenpress-bottom-related-item {
	display: inline;
	float: left;
	margin-right: 15px;
	border-right: 1px dotted #e2e2e2;
	padding-right: 5px;
}

.lubenpress-bottom-related-item  .thumb  {
	float: left;
}

.lubenpress-bottom-related-item  .thumb img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 50%;
}

.lubenpress-bottom-related-item  .description {
	float: left;
}

.lubenpress-bottom-related-item  .description h2 {
	font-size: 12px;
	line-height: 15px;
	width: 160px;
	color: #fff;
	font-family: Arial, sans-serif !important;
}

.lubenpress-bottom-related-item  .description h2 a {
	text-decoration: none;
	color: #fff;
}

.lubenpress-bottom-related-item:last-child {
	border-right: none;
}

/* Luben FEED */

.feed-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
}

.feed-content img {
	width: 100%;
	
}

.feed-content .share {
    text-align: right;
}


.badge-permalink-share {
    color: #fff;
    font-weight: 700;
    height: 34px;
    background-color: #f4f4f4;
    line-height: 34px;
    padding: 10px 34px 10px 6px;
    border-radius: 3px;
    text-align: center;
    background: #888 url(img/sharing-button-a.png) 4px -68px no-repeat;
    margin: 0 10px 0 0;
    text-decoration: none;
    font-family: Arial;
}

.badge-permalink-share:hover {
	background-color: #555;
	color: #fff;
}

.badge-facebook-share:hover {
	background-color: #4c70ba;
	color: #fff;
}

.badge-facebook-share {
	color: #fff;
    font-weight: 700;
    height: 34px;
    background-color: #f4f4f4;
    line-height: 34px;
    padding: 10px 34px 10px 34px;
    border-radius: 3px;
    text-align: center;
    background: #3b5998 url(img/sharing-button-a.png) 0 0 no-repeat;
    margin: 0 10px 0 0;
	text-decoration: none;
	font-family: Arial;
}

.badge-twitter-share:hover {
	background-color: #21c2ff;
	color: #fff;
}

.badge-twitter-share {
	color: #fff;
    font-weight: 700;
    height: 34px;
    background-color: #f4f4f4;
    line-height: 34px;
    padding: 10px 24px 10px 34px;
    border-radius: 3px;
    text-align: center;
    background: #00aced url(img/sharing-button-a.png) 0 -34px no-repeat;
	margin: 0 0px 0 0;
	text-decoration: none;
	font-family: Arial;
}

/* BLOG MINI */

.mini-items .blog-item {
	border-top: 0px solid #e2e2e2;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 0px !important;
}

.mini-items .blog-item:first-child {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.mini-items .blog-item .excerpt p {
	font-size: 14px;
	line-height: 18px;
	width: 95%;
	margin-bottom: 0px;
	font-family: Arial;
}

.mini-items .blog-details-wrap  h1 a {
	text-decoration: none;
}

.mini-items .blog-details-wrap  h1 a:hover {
	text-decoration: underline;
	color: #000;
}

.mini-items .blog-details-wrap h1 {
	font-size: 22px;
	line-height: 24.3px;
	width: 98%;
	margin-top: 0px;
	margin-bottom: 10px;
}

.mini-items .blog-item figure {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.mini-items .post-likes-comments, .mini-items .post-likes-comments a {
	background-color: #3b5998;
	color: #fff;
	position: relative;
	left: 0;
	top: 0;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	float: right;
	margin-top: -18px;
	padding: 0 5px;
	display: none;
}

.mini-items .blog-details-wrap .blog-item-details {
	padding-left: 240px;
	padding-bottom: 0px;
	padding-top : 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #a2a2a2;
}
.mini-items .blog-details-wrap a.cat-item {
	background: transparent !important;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	font-size: 12px;
	color: #a2a2a2;
}
/*
.mini-items .blog-item:nth-child(4n+3) figure {
	width: 100%;
	height: 280px;
}

.mini-items .blog-item:nth-child(4n+3) .blog-details-wrap {
	position: absolute;
	margin-top: 9%;
	text-align: center;
	left: 9%;
	width: 46%;

}

.mini-items .blog-item:nth-child(4n+3) .blog-details-wrap h1 {
	text-decoration: underline;
	background: #000;
	box-shadow: 6px 0 0 #000, -6px 0 0 #000;
	display: inline;
	line-height: 1.25;
	color: #fff !important;
	width: 67%;
	font-size: 27px;
}

.mini-items .blog-item:nth-child(4n+3) .blog-details-wrap h1 a {
	color: #fff;
}

.mini-items .blog-item:nth-child(4n+3) .blog-details-wrap p {
	display: inline;
	color: #000;
	background-color: #fff;
	box-shadow: 6px 0 0 #fff, -6px 0 0 #fff;
	padding: 2px 4px;
}
.mini-items .blog-item:nth-child(4n+3) .blog-item-details {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #fff;
	background-color: #474747;
	box-shadow: 6px 0 0 #474747, -6px 0 0 #474747;
	display: inline;
	padding: 2px 5px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;

}

.mini-items .blog-item:nth-child(4n+3) .post-likes-comments {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-top: 0px;
	top: initial;
	left: initial;
}
*/
#header-search, #header-subscribe {
	margin-top: 10px;
	display: none;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	padding-left: 10px;
	font-family: 'pf_din_text_cond_probold', sans-serif !important;
	color: #fff !important;
	background-color: #ED1C24 !important;
}

#header-search input {
	color: #fff;
}

i.icon-search:before {
	cursor: pointer !important;
}

#nav-section, #mini-header {

overflow: hidden;

}

#skin-container {
    background-position: center 0px !important;
    background-color: #111;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-position-y: 205px;
    background-attachment: fixed !important;
}


#main-container, .tm-toggle-button-wrap a {
  /*background: url('http://i.imgur.com/3tslTPo.jpg');*/
  background: #e2e2e2 !important;
  background-attachment: fixed;
  background-position-y: 0px;
  background-position: center;
  /*cursor: pointer;*/
}

#main-container .container {
cursor: auto;
margin-top: -1px;
}

.base-container {
z-index: 1;
}

#copyright .container {
	z-index: 5;
}

@media screen and (max-width: 960px) {
    .article-top-bar {
        display: none !important;
    }
	
	.jointheparty {
		display: none !important;
	}

	.breaking {
		display: none !important;
	}

}

