/**
 * @version		3.6
 * @package		DISQUS Comments for Joomla! (package)
 * @author		JoomlaWorks - http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* Common */
a:active,
a:focus { outline:0; }
#startOfPage { visibility:hidden; }

/* ----- LISTING VIEW STYLING ----- */
/* Disqus comments counter and anchor link */
a.jwDisqusListingCounterLink { background: #414141 url(../images/comment_grey.png) no-repeat 0 50%; color: #FFFFFF; padding: 5px 15px 5px 55px; margin:0; display: inline-block;}
a.jwDisqusListingCounterLink:hover {background-color: #616161;      color: #F5F5F5;-webkit-box-shadow: 0 4px 5px -3px rgb(134, 134, 134);  -moz-box-shadow: 0 4px 5px -3px rgb(134, 134, 134);  box-shadow: 0 4px 5px -3px rgb(134, 134, 134);}

/* ----- ARTICLE VIEW STYLING ----- */
/* Disqus comments counter and anchor link */
div.jwDisqusArticleCounter {
    margin-top: 10px;
    display: block;
    width: 100%;
}
	div.jwDisqusArticleCounter span { display: block; text-align:right;}
		a.jwDisqusArticleCounterLink { font-size:11px; color: #fff; background: #414141 url(../images/comment_grey.png) no-repeat 0px 50%; padding: 6px 10px 6px 55px; line-height:16px; -webkit-box-shadow: 0 5px 5px -5px #949494;}
		a.jwDisqusArticleCounterLink:hover {background-color: #616161;color: #fff;}
/* Disqus comments form */
div.jwDisqusForm { clear:both; }
.jwDisqusForm::before{
	content: "Komentarze";
	text-align: center;
	margin: 10px 0px;
	line-height: 31px;
	padding-left: 55px;
	color: #FFF;
	display: inherit;
	height: 31px;
	background: #414141 url(../images/comment_grey.png) no-repeat 0px 50%;
	box-shadow: 0 5px 5px -5px #949494;
}
	#disqus_thread { padding:8px; margin-top:12px; background:#f9f9f9; border-radius:4px; border:1px solid #dfdfdf; }
	div#jwDisqusFormFooter { padding:0 8px 8px; text-align:right; }
		a.dsq-brlink { display:block; float:left; margin:0; padding:0; }
		a#jwDisqusBackToTop { display: block;font-size: 11px; background: #414141 url(../images/backtotop.png) no-repeat 0px 50%;padding: 6px 10px 6px 55px;line-height: 16px;-webkit-box-shadow: 0 5px 5px -5px #949494; float:right; color: #fff;}
		a#jwDisqusBackToTop:hover {    
    background-color: #616161;
}
/* END */
