/* Theme Name: Rzeszow News */

html {
	font-size:100%;
}

body {
	font-size: 16px;
}

strong {
	font-weight: bold;
}

#reklama-sidebar {
	display:none;
}

.hidden {
	display: none;
}

/*--------------------------------------------- HEADER */

#top_strip {
	width: 100%;
	background-image:url('images/strip.jpg');
	background-repeat:repeat-x;
	background-position:0px 91px;
}

#header_container {
	position:relative;
	margin:0px auto;
	width: 980px;
}

#logo {
	height: 91px;
	line-height:91px;	
	float:left;
}

#logo img {
	vertical-align:middle;
	margin-top: -8px;
}

#logo img:hover {
	opacity:0.9;
}

#logo img:active {
	opacity:0.8;
}

#header_top {
	overflow:hidden;
}

/*--------------------------------------------- END OF HEADER */

/*--------------------------------------------- MENU */

#home {
	width:38px;
	height:35px;
	float:left;
	margin-left:0px;
	margin-right:1px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c01e2e), to(#eb3c35));
	background: -webkit-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: -moz-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: -o-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: linear-gradient(#c01e2e 0%, #eb3c35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01e2e', endColorstr='#eb3c35',GradientType=0 ); /* IE6-9 */	
	-moz-box-shadow: inset 0 0 1px black;
	-webkit-box-shadow: inset 0 0 1px black;
	box-shadow: inner 0 0 1px black;
}

#home:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eb3c35), to(#c01e2e));
	background: -webkit-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: -moz-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: -o-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: linear-gradient(#eb3c35 0%, #c01e2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3c35', endColorstr='#c01e2e',GradientType=0 ); /* IE6-9 */
}

#home:active {
	background: #c3202e;
}

#menu {
	background:white;
	height:35px;
	clear:both;
	padding-left: 2px;
	padding-right: 1px;
	width:977px;
	z-index:9999;
}

#menu ul {
	list-style-type:none;
	display:inline;
	text-transform: uppercase;
}
	
#menu ul li {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c01e2e), to(#eb3c35));
	background: -webkit-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: -moz-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: -o-linear-gradient(#c01e2e 0%, #eb3c35 100%);
	background: linear-gradient(#c01e2e 0%, #eb3c35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01e2e', endColorstr='#eb3c35',GradientType=0 ); /* IE6-9 */
	width: 132px;
	height: 35px;
	display: block;
	float: left;
	margin: 0px 1px 0px 1px;
}

#menu ul li a {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	line-height:35px;
	width: 132px;
	height: 35px;
	display:block;
	text-align:center;
	letter-spacing: 1px;
	-moz-box-shadow: inset 0 0 1px black;
	-webkit-box-shadow: inset 0 0 1px black;
	box-shadow: inner 0 0 1px black;
}

#menu ul li a:hover {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eb3c35), to(#c01e2e));
	background: -webkit-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: -moz-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: -o-linear-gradient(#eb3c35 0%, #c01e2e 100%);
	background: linear-gradient(#eb3c35 0%, #c01e2e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3c35', endColorstr='#c01e2e',GradientType=0 ); /* IE6-9 */
}

#menu ul li a:active {
	background: #c3202e;
}

/*--------------------------------------------- END OF MENU */

/*--------------------------------------------- FOOTER */

#footer_content img {
	top: 11px;
	left: 5px;
	position:relative;
}

#footer_content img:hover {
	opacity:0.9;
}

#footer_content img:active {
	opacity:0.8;
}

#footer_container {
	background: #404041;
	width:100%;
	height: 70px;
	clear:both;
	margin:18px 0px 0px 0px;
}

#footer_menu {
	height: 25px;
	width: 980px;
	margin:0px auto;
	position:relative;
}

#footer_menu ul {
	list-style-type:none;
	display:inline;
}
	
#footer_menu ul li {
	background: #4d4d4d;
	width: 23%;
	height: 25px;
	display: block;
	float: left;
	margin: 0% 1%;
}

#footer_menu ul li a {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#cbcbcb;
	text-decoration:none;
	line-height:25px;
	height: 25px;
	display:block;
	text-align:center;
	letter-spacing: 2px;
}

#footer_menu ul li a:hover {
	background:#585858;
}

#footer_menu ul li a:active {
	background:#646464;
}

#footer_content {

	text-align:center;
}
#footer_content p {
	font-family:Arial;
	font-size:10px;
	color:#979797;
}

/*--------------------------------------------- END OF FOOTER */

/*--------------------------------------------- CONTENT */

#middle_gradient {
	margin:10px 0px 0px 0px;
	width:100%;
	background-image:url('images/gradient.jpg');
	background-repeat:repeat-x;
	overflow:hidden;
}

#content {
	width: 663px;
	float:left;
	margin:0px 0px 0px 2px;
}

#content p {

}
	
#main_container {
	position:relative;
	margin:0px auto;
	width: 980px;
	background: white;
	overflow:hidden;
}

/*--------------------------------------------- ARTICLE LIST */

.entry {
	overflow:hidden;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color:#e5e5e5;
	padding:5px 0px 5px 0px;
	clear:both;
}

.entry .article_header a {
	margin: 5px 0px 10px;
}

.single_entry .article_header a {
	padding-left: 10px;
	border-left: 10px solid #c01e2e;
	margin: 10px 0px 10px 0px;
	font-size: 24px;
}

.article_header a {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #404041;
	display: block;
	line-height: 26px;
	margin: 0px 0px 5px;
}

.article_header a:hover {
	color: #c01e2e;
}

.article_header a:active {
	color:#ea3b35;
}

.entry_image {
	float:left;
	width:216px;
	height: 165px;
	border: 1px solid #e5e5e5;
	text-align: center;
}

.entry_image img {
	margin-top:7px;
}

.entry_image img:hover {
	opacity:0.9;
}

.entry_image img:active {
	opacity:0.8;
}

.entry_text {
	float: right;
	width: 435px;
	min-height:165px;
	position:relative;
}

.no_image {
	width:653px !important;
}

.entry_text p {
	font-family: verdana;
	font-size: 11px;
	color: #404041;
	text-align: justify;
	line-height: 13px;
	max-height: 65px;
	overflow: hidden;
}

.read_more {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow:visible !important;
}

.more-link {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: white !important;
	padding: 4px 8px 4px 8px;
	background-color: #B4B4B4;
	-moz-box-shadow: -10px -5px 0px white;
	-webkit-box-shadow: -10px -5px 0px white;
	box-shadow: -10px -5px 0px white;
	position: relative;
	bottom: 2px;
}

.more-link:hover {
	background-color: #404041;
}

.more-link:active {
	background-color: #c3202e;
}

.read_more2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow:visible !important;
	width: 100%;
}

.more-link2 {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 1px 0px 1px 0px;
	background-color: #d3d3d3;
	position: relative;
	width: 100% !important;
	display: block;
	text-align:center;
}

.more-link2:hover {
	background-color: #404041;
}

.more-link2:active {
	background-color: #c3202e;
}

/*--------------------------------------------- END OF ARTICLE LIST */

/*--------------------------------------------- HOT NEWS */

.hot_news {
	margin-bottom:26px;
}

.hot_header {
	background: #ea3b35; /* Old browsers */
	background: -moz-linear-gradient(left,  #ea3b35 0%, #c3202e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ea3b35), color-stop(100%,#c3202e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ea3b35 0%,#c3202e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ea3b35 0%,#c3202e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ea3b35 0%,#c3202e 100%); /* IE10+ */
	background: linear-gradient(to right,  #ea3b35 0%,#c3202e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea3b35', endColorstr='#c3202e',GradientType=1 ); /* IE6-9 */
	height: 28px;
	padding-left:10px;
	margin-bottom:1px;
	border: 1px solid #c3202e;
	letter-spacing:1px;
}

.hot_header h1 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	line-height:28px;
	text-transform:uppercase;
}

.hot_header a {
	text-decoration:none;
}

.hot_entry {
	display:table;
	margin-bottom:1px;
}

.hot_entry2 {
	float: left;
	width: 663px;
	position: relative;
	right: 603px;
	background: #414143;
	display: table;
}

.hot_date {	
	width: 65px;
	position: relative;
	overflow: hidden;
	text-align:center;
	background: #414143;
	display: table-cell;
    vertical-align: middle;
	*float: left !important;
	*height:32px !important;
}

.hot_pointer {
	display: table-cell;
    vertical-align: middle;
	background: #e5e5e5;
	-webkit-box-shadow: inset white 1px 0 0;		
	-moz-box-shadow: inset white 1px 0 0;		
	box-shadow: inset white 1px 0 0;
	*float: left !important;
	*height:32px !important;	
}

.hot_pointer img {
	width:7px;
	height:12px;
}

.hot_date_p {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#e2e2e2;
}

.hot_text {
	float: left;
	width: 551px;
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	color:#404041;
	overflow: hidden;
	background: #e5e5e5;
	padding:10px 30px 10px 10px;
	display: table-cell;
	*float: left !important;	
}

.hot_text p a{
	text-decoration: none;
	color: #c01e2e;
}

.hot_text p a:hover{
	color: #E43A4A;
}

.hot_text .read_more .more-link {
	background:#CACACA;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:1px solid white;
	border-left:1px solid white;
	font-size: 11px;
	color: white;
	padding: 0px 4px 0px 4px;
	position: relative;
	bottom:0px;
}

.hot_text .read_more .more-link:hover {
	background-color: #404041;
}

.hot_text .read_more .more-link:active {
	background-color: #c3202e;
}

.hot_day {
	background: #D5D5D5; 
	padding-left:10px;
	margin-bottom:1px;
}

.hot_day h1 {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#404041;
	line-height:20px;
	text-transform: uppercase;
}

.hot_archive a {
	font-family:Arial;
	background-color: #B4B4B4;
	font-size:11px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	width: 663px;
	height: 15px;
	line-height: 15px;
	float:right;
	position:absolute;
}

.hot_archive a:hover {
	background-color: #404041;
}

.hot_archive a:active {
	background-color: #c3202e;
}

/*--------------------------------------------- END OF HOT NEWS */

/*--------------------------------------------- END OF CONTENT */

/*--------------------------------------------- SIDEBAR */

#sidebar {
	width: 293px;
	float:right;
	margin:0px 2px 0px 0px;
}

.widget {
	background: #f0f0f0;
	margin-bottom:10px;
	overflow:hidden;
}

.widget ul {
	padding:0px 10px 0px 8px;
	display:block;
	color:#404041;
}

.widget ul li {
	clear:both;
}

.widget ul li a {
	float:left;
}

.widget ul li a:hover {
	color:#c01e2e;
}

.widget ul li a:active {
	color:#ea3b35;
}

.widget ul li .wpp-post-title {
	text-decoration: none;
	color: #404041;
	font-family: Arial;
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #d3d3d3;
	margin-top:5px;
	float:right;
	width:208px;
}

.widget ul li img {
	border: 1px solid #d3d3d3;
	padding:2px;
	margin-top:5px;
	width:56px;	
	height:42px;
}

.widget ul li img:hover {
	opacity:0.9;
}

.widget ul li img:active {
	opacity:0.8;
}

.rounded {
	background: #404041;
	width: 283px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding:5px 0px 5px 10px;
	letter-spacing: 1px;
	border-bottom: 2px solid white;
}

@-moz-document url-prefix() { 
  .rounded {
     padding: 5px 0px 5px 10px !important;
  }
}

/*--------------------------------------------- POGODA */

.awesome-weather-header {
	background: #404041 !important;
	width: 293px !important;
	font-family: Arial !important;
	font-weight: bold !important;
	font-size: 12px !important;
	color: white !important;
	padding: 5px 0px 5px 10px !important;
	letter-spacing: 1px !important;
	border-bottom: 2px solid white !important;
	text-align: left !important;
	text-shadow: none !important;
}

#awesomeweatherwidget-3 h2 {
	display:none !important;
}

#awesome-weather-rzeszow {
	margin: 0px 0px 0px 0px !important;
}

.awesome-weather-current-temp {
	padding: 5% 5% 0% 5%!important;
	font-size: 60px !important;
	height: 55px !important;
	float:left !important;
	width:initial !important;
}

.awesome-weather-forecast {
	margin: 0 !important;
	padding-top: 10px !important;
}

.awesome-weather-todays-stats {
	width: initial !important;
	text-align: right !important;
	padding: 5% !important;
}

/*--------------------------------------------- END OF POGODA */

/*--------------------------------------------- NAPISZ DO NAS */

#napisz-do-nas .rounded a {
	background: #f9b233; /* Old browsers */
	background: -moz-linear-gradient(left,  #f9b233 0%, #f39200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9b233), color-stop(100%,#f39200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f9b233 0%,#f39200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f9b233 0%,#f39200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f9b233 0%,#f39200 100%); /* IE10+ */
	background: linear-gradient(to right,  #f9b233 0%,#f39200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b233', endColorstr='#f39200',GradientType=1 ); /* IE6-9 */
	border: 1px dotted white;
	width: 283px;
	height: 36px;
	font-size:13px !important;
	letter-spacing:0px;
	color:white;
	text-decoration:none;
	line-height: 36px;
	position:relative;
	display:block;
	padding-left:8px;
	text-shadow: 0px 0px 3px #f39200;
}

#napisz-do-nas .rounded a:hover {
	background: #f39200; /* Old browsers */
	background: -moz-linear-gradient(left,  #f39200 0%, #f9b233 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f39200), color-stop(100%,#f9b233)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f39200 0%,#f9b233 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f39200 0%,#f9b233 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f39200 0%,#f9b233 100%); /* IE10+ */
	background: linear-gradient(to right,  #f39200 0%,#f9b233 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#f9b233',GradientType=1 ); /* IE6-9 */
}

#napisz-do-nas .rounded a:active {
	background: #f39200;
}

#napisz-do-nas .rounded {
	padding-left:0px !important;
	margin-top: -3px;
	background:white !important;
}

#napisz-do-nas {
	background:white;
	margin-bottom:3px;
}

/*--------------------------------------------- END OF NAPISZ DO NAS */

/*--------------------------------------------- NAJNOWSZE */

/*--------------------------------------------- END OF NAJNOWSZE */

/*--------------------------------------------- NAJPOPULARNIEJSZE */

#najpopularniejsze {
	padding-bottom: 5px;
}

/*--------------------------------------------- END OF NAJPOPULARNIEJSZE */

/*--------------------------------------------- REKLAMA SIDEBAR */

#reklama-sidebar {
	height:280px;
	width:280px;
	margin-left:6px;
}

#reklama-sidebar .rounded {
	display:none;
}

/*--------------------------------------------- END OF REKLAMA SIDEBAR */

/*--------------------------------------------- ODWIEDŹ NAS NA FACEBOOKU */

.widget_wp_socializer, #odwiedz-nas-na-facebooku {
	background:none;
	height:424px;
}

.widget_wp_socializer .rounded, #odwiedz-nas-na-facebooku .rounded {
	background-color:#3b5998;
	border-bottom:0px !important;
	text-align: left;
}

.widget_wp_socializer iframe, #odwiedz-nas-na-facebooku iframe {
	width: 293px !important;
	height: 402px !important;
}

#u_0_3 {
	font-family:arial !important;
}

/*--------------------------------------------- END OF ODWIEDŹ NAS NA FACEBOOKU */

/*--------------------------------------------- END OF SIDEBAR */

/*--------------------------------------------- BLOGI */

.entry_text p a {
	color:#c01e2e;
	text-decoration:none;
}

.blog_name {
	font-family: arial;
	padding: 0px 0px 5px 0px;
	Font-size: 14px;
	font-weight: bold;
	color: #c01e2e;
	border-left: 5px solid #404041;
	padding-left: 10px;
}

.author {
	overflow:hidden;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #e5e5e5;
	padding: 5px 0px 5px 0px;
	clear:both;
}

.author_active {
	padding: 5px 5px 2px 5px;
	border: 1px solid #e5e5e5;
}

.author_active .author_text {
	width: 524px;
	padding-right: 5px;
}

.author_image {
	float:left;

}

.author_text {
	width: 540px;
	float:right;
	position:relative;
	min-height: 150px;
}

.author_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #404041;
	margin-bottom: 5px;
	border-left: 5px solid #404041;
	padding-left: 10px;
}

.author_info {
	font-family: verdana;
	font-size: 11px;
	line-height: 13px;
	color: #404041;
	padding-top: 10px;
}

/*--------------------------------------------- COMMENTS */

#social .social-help {
	display:none;
}

.social-facebook span {
	display:none !important;
}

.social-facebook {
	margin:0px !important;
}

#social {
	margin: 0px 0px 0px 3px !important;
}

.comment-form {
	padding-bottom: 6px !important;
}

.social-sign-in-links {
	margin-top: 10px !important;
	margin-bottom: 1px !important;
}

.social-divider span {
	background-color: #F5F5F5 !important;
}

#twitter_signin {
	display:inline !important;
}

#facebook_signin {
	display:inline !important;
}

.comment-respond {
	margin-left:10px !important;
	margin-right:10px !important;
	margin-bottom:5px !important;
	position:relative;
	border: 1px solid #3b5998 !important;
	background:#F5F5F5 !important;
}

#post_to {
	font-size: 12px !important;
	bottom: 3px !important;
	position: absolute !important;
	right: -1px !important;
	background: #3b5998 !important;
	padding: 5px !important;
	color: white !important;
	line-height: 20px !important;
	text-align: center !important;
	width: 100px !important;
	border-radius: 5px !important;
	display: none !important;
}

.social-facebook-icon {
	font-size:12px !important;
}

.social-twitter-icon {
	font-size:12px !important;
}

.comment-reply-title {
	background: #3b5998 !important;
	color: white !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: arial !important;
	font-size: 11px !important;
	padding: 2px 0px 3px 5px !important;
	margin: 0px 0px 0px 0px !important;
}

.comment-reply-title a {
	color: white !important;
	padding-left: 15px !important;
	text-decoration: underline !important;
	margin:0px !important;
	text-transform:uppercase !important;
	font-size: 11px !important;
}

#submit {
	font-family:arial !important;
	font-size:12px !important;
	text-shadow:none !important;
	border-radius: 0px !important;
	color: #3b5998 !important;
	background: #F8F8F8 !important;
	width: 380px !important;
}

.social-psst a {
	text-decoration: none !important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #3b5998 !important;
}

.social-identity img {
	top:0px !important;
	left:10px !important;
	width:30px !important;
	height:30px !important;
}

.social-input {
	font-family:arial !important;
	font-size:12px !important;
	text-shadow:none !important;
	border-radius: 0px !important;
	color: #404041 !important;
	width: 300px !important;
}

.social-input-row {
	padding-left:130px !important;
}

#comment {
	font-family:arial !important;
	font-size:12px !important;
	text-shadow:none !important;
	border-radius: 0px !important;
	color: #404041 !important;
	background: #F8F8F8 !important;
	width: 370px !important;
}

#post_accounts {
	font-family:arial !important;
	font-size:12px !important;
	text-shadow:none !important;
	border-radius: 0px !important;
	color: #404041 !important;
	background: #F8F8F8 !important;
	width: 300px !important;
}

.form-submit {
	overflow: visible !important;
	padding-left:130px !important;
}

.social-label {
	top: 0px !important;
	left: 63px !important;
	font-family: arial !important;
	font-size: 12px !important;
	color: #616161 !important;
}

.social-last-reply-when {
	display:none;
}

.social-pingback a {
	display:none;
}

.social-nav li {

}

.social-nav li a {
	background:none !important;
	color: white !important;
	text-decoration: none !important;
	font-family: arial !important;
	font-size: 11px !important;
	font-weight:bold !important;
	text-transform:uppercase;
}

.social-nav {
	background: #3b5998 !important;
	padding: 0 0 2px 2px !important;
	height:20px !important;
}

.social-nav .social-twitter a span {
	background-position: 0 -98px !important;
}

.social-nav .social-facebook a span {
	background-position: 0 -197px !important;
}

.social-nav .social-wordpress a {
	display:none;
}

.social-nav .social-current-tab a {
	cursor:default !important;
}

.social-current-tab {
	background: none !important;
}

.social-current-tab a {
	text-transform: uppercase !important;
	padding-left: 0px !important;
}


#social-tabs-comments {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.social-commentlist {
	margin:0px 0px 0px 0px !important;
}

.social-wordpress {
	background:none !important;
	margin:0px 0px 0px 0px!important;
	font-family: arial !important;
	color: #404041 !important;
	-moz-border-radius-topleft: 0px!important;
	-webkit-border-top-left-radius: 0px!important;
	-khtml-border-top-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	border-top: 2px solid white !important;
	margin-top: 0px !important;
	border-left: 0px !important;
	float:none !important;
}

.social-fn {
	font-size:12px !important;
	font-weight:bold !important;
}

.social-fn a {
	text-decoration:none;
	color:#404041 !important;
}

.social-comment-body {
	font-size:12px !important;
	line-height:14px !important;
	color:#404041 !important;
}

.social-comment-body em {
	font-weight:bold !important;
	color:#3b5998 !important;
}

.social-comment-body p {
	margin: 3px 0px 3px 0px !important;
}

.comment-edit-link {
	display:inline !important;
}

.social-actions {
	float:right;
}

.social-actions a {
	text-decoration:none !important;
}

.social-children {
	border-left:10px solid white !important;
}

.social-comment-header .avatar {
	top:0px !important;
}

.social-comment-inner {
	padding: 10px 0 0 10px !important;
}

.social-wordpress {
	
}

#social .social-nav li a {
	line-height: 22px !important;
}

.social-comment {
	background:#F5F5F5 !important;
	border-radius:0px !important;
	border-top:2px solid white !important;
	border-left:0px !important;
}

.social-clearfix {
	font-family:arial !important;
}

.social-comment-meta {
	top:0px !important;
}

.social-comment-meta a {
	text-decoration:none !important;
	cursor:default !important;
}

.social-twitter {
	display:none !important;
}

/*--------------------------------------------- END OF COMMENTS */

/*--------------------------------------------- CAPTCHA */

#captcha_code_label {
	float: left !important;
	width: 62px !important;
	font-family: arial !important;
	font-size: 12px !important;
	line-height: 22px !important;
	margin-right: 5px !important;
	color: #616161 !important;
	padding-left: 63px !important;
}

#captcha_code {
	width: 150px !important;
	margin: 0px 0px 10px 0px !important;
	font-family: arial !important;
	padding: 4px !important;
	font-size: 12px !important;
	background: #f8f8f8 !important;
	border: 1px solid #ccc !important;
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.captchaSizeDivLarge {
	padding-left: 130px !important;
	margin-bottom: -14px !important;
}

.captchaSizeDivSmall {
	padding-left: 130px !important;
	margin-bottom: -14px !important;
}

/*--------------------------------------------- END OF CAPTCHA */

/*--------------------------------------------- END OF BLOGI */

.bx-pager {
	margin-bottom:10px !important;
	padding-top:10px !important;
}

.bx-wrapper {
	margin: 0 auto 10px !important;
}

.single_entry {
	font-family: verdana;
	font-size: 13px;
	line-height: 14px;
	overflow:hidden;
	border-width: 1px 0px 0px 0px;
	border-style:solid;
	border-color:#e5e5e5;
	padding:0px 0px 5px 0px;
	margin:1px 10px 0px 13px;
}

.single_entry_text iframe {
	width: 100%;
	height: 395px;
}

.single_entry_text ol li, .single_entry_text ul li {
	font-family: verdana;
	font-size: 13px;
	line-height: 14px;
	color: #404041;
	list-style-type:decimal;
}

.single_entry_text ol {
	padding: 0px 40px;
	list-style-type:decimal;
}

.single_entry_text ul {
	padding: 0px 40px;
	list-style-type:desc;
}

.ngg-navigation {
	padding-top:7px !important;
	padding-bottom:10px !important;
	font-family: arial;
}

.ngg-navigation span {
	font-weight: bold;
	margin: 0px 3px 0px 0px !important;
	border: 1px solid #dddddd;
	padding: 3px 8px;
	color:#c01e2e;
}

a.page-numbers {
	color:#c01e2e;
}

a.page-numbers:hover {
	background-color:#c01e2e !important;
}

/*a.next:hover {
	background-color:#c01e2e !important;
}

a.prev:hover {
	background-color:#c01e2e !important;
} */

.ngg-navigation a {
	color:#c01e2e !important;
}

.single_entry_text {
	min-height:150px;
}

.single_entry_text p {
	font-family:Arial;
	font-size:12px;
	color:#404041;
	text-align:justify;
}

.single_entry_text a {
	color: #c01e2e;
	text-decoration: none;
	font-weight: bold;
}

.single_entry_text a:hover {
	opacity: 0.7;
}

.single_entry p  {
	font-family:verdana;
	font-size:12px;
	line-height:16px;
	color:#404041;
	text-align:justify;
	padding: 0px 0px 10px 0px;

}
.entry-date {
	font-size:11px !important;
	color:#404041;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 9px 0px;
}

.single-entry-date {
	font-size: 11px !important;
	font-weight: bold;
	padding: 0px 5px !important;
	background: rgb(247, 247, 247);
}
	
.single_entry_image img {
	width:640px !important;
	height:auto;
	margin-top:10px;
}

.single_entry_lead {
	clear:both;
	border-left: 2px solid #404041;
	margin: 10px 0px;
	padding: 0px 10px;
}

.single_entry_lead p {
	font-weight: bold;
	font-size: 14px;
	padding: 0px !important;
	text-align: left;
}

.ngg-gallery-thumbnail img {
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
}

.ngg-gallery-thumbnail-box {
	margin: 0% 0% 1.5% 1.5%!important;
	width: 11%;
}

.post-categories {
	float:left;
}

.post-categories li {
	float:left;
	display:inline-block;
}

.single-entry-date a {
	font-family: Arial;
	font-size: 11px;
	color: #c01e2e;
	text-decoration: none;
	line-height: 28px;
	font-weight: bold;
}

.post-categories li a:hover {
		color:#eb3c35;
}

.post-categories li a:active {
		color:#404041;
}

.post-categories li:nth-of-type(1) {
	margin-left: -28px;
}

.ngg-gallery-list li img {
	width:auto !important;
	height:auto !important;
	margin-left: auto;
	margin-right: auto;
}

.ngg-gallery-list li.selected a {
	background: #C2C2C2 none repeat scroll 0 0 !important;
}

.ngg-gallery-list li a {
	background: rgb(238, 238, 238);
}

/*--------------------------------------------- TOOLS */

#tools {
	float:right;
}

#tools p {
	font-family:arial;
	font-size:12px;
	display:inline;
	color:#464648;
	line-height: 19px;
	float:right;
	margin-top: 1px\9;
}

#tools a {
	font-weight:bold;
	color:#3b5999;
	text-decoration:none;
}

#tools a:hover {
	font-weight:bold;
	color:#567AC7;
	text-decoration:none;
}

#tools iframe {
	display:inline;
	float:left;
}

.screen-reader-text {
	display:none;
}

.search-widget {
	margin-top:10px;
}

#searchsubmit {
	background-image: url(images/search.png);
	width:21px;
	height:20px;
	font-size:0px;
	border: 0px !important;
	margin:0px;
	line-height: 20px;
	float:right;
}

#searchsubmit:hover {
	opacity:0.8;
}

#searchsubmit:active {
	opacity:0.9;
}

#s {
	width: 262px;
	margin-right: 1px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #c7c7c7;
	font-family: arial;
	font-size: 12px;
	height: 16px;
	padding: 1px 0px 1px 5px;
	color:#414143;
	float:left;
}

.widget_header {
	margin-top: 10px;
}

#fb_like {
	margin-top:20px;
	overflow:hidden;
}

#fb_like a {
	margin-left:10px;
}

#fb_like a img:hover{
	opacity:0.8;
}

#fb_like iframe {
	width:140px !important;
}

@-moz-document url-prefix() { 
  #tools p {
     	margin-top: 1px;
  }
}

/*--------------------------------------------- END OF TOOLS */

/*--------------------------------------------- RELATED */

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	vertical-align: top;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	max-height: 2.8em;
	line-height: 1.4em;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnails-horizontal {
	padding:0px;
	margin:0px;
	width:641px;
	right:0px;
}

.yarpp-thumbnail {
	width: 638px;
	height: 57px;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	background: #FAFAFA;
	border: 1px solid #BEBEBE;
	text-decoration: none;
}

.yarpp-thumbnail img {
	height: 45px;
	width: 60px;
	border: 1px solid #e5e5e5;
	margin: 5px;
	display: inline;
}

.yarpp-thumbnail-title {
	font-family: Arial;
	font-weight: bold;
	color: #404041;
	display:inline;
	float:right;
	font-size: 16px;
	padding: 5px 0px 10px 0px;
	margin: 0px 91px 0px 0px;
	width: 470px;
}

.yarpp-related h3 {
	font-family: arial !important;
	margin: 10px 0px 5px 0px !important;
	font-size: 11px !important;
	background-color: #414143 !important;
	padding: 5px 10px 5px 5px !important;
	font-weight: bold !important;
	color: white !important;
	text-transform: uppercase !important;
}

.yarpp-read-more {
	position: absolute;
	left: 571px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 4px 17px 4px 17px;
	background-color: #B4B4B4;
	line-height:49px;
	clear:both;
}

.yarpp-read-more:hover {
	background-color: #404041;
}

.yarpp-read-more:active {
	background-color: #c3202e;
}

/*--------------------------------------------- END OF RELATED */

.ngg-clear  {
	clear:none !important; 
	display:none;
}

/*--------------------------------------------- ADS */

.advert_header {
	text-align: center;
	margin-top: 10px;
}

.content_advert {
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
}
	
	
/*--------------------------------------------- END OF ADS */

.page_entry_text {
	font-family: verdana;
	font-size: 13px;
	line-height: 14px;
	color: #404041;
	text-align: justify;
	padding: 7px 10px 7px 13px;
}

.page_entry_text div {
	margin-bottom: 14px;
}

.page_entry_text div a {
	text-decoration: none;
	color: #bf1e2e;
}

.page_header {
	background: #404041;
	width: 654px;
	height: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: white;
	line-height: 18px;
	padding-left: 10px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.page_header a {
	color:white;
	text-decoration:none;
	letter-spacing: 1px;
}

.widget_content {
	clear:both;
}

.rpwe-clearfix {
	float:left;
	width:221px;
}

.category_recent .wpp-list {
	width: 663px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #404041;
}

.category_recent .wpp-list li:nth-of-type(3) {
	margin-right:0px;
}

.category_recent .wpp-list li {
	width:215px;
	height: 296px;
	font-family:arial;
	border:1px solid #d3d3d3;
	margin-right:6px;
	position:relative;
	margin-bottom:10px !important;
	background:#fafafa;
	border-bottom:1px solid #d3d3d3 !important;
	float:left;
}

.category_recent .wpp-list img {
	padding:5px;
}

.category_recent .wpp-list img:hover {
	opacity:0.9;
}

.category_recent .wpp-list img:active {
	opacity:0.8;
}

.category_recent .wpp-thumbnail {
	border: 1px solid #d3d3d3 !important;
	background: white !important;
	width: 183px !important;
	height: 137px !important;
	margin: 10px 10px 0px 10px !important;
}

.category_recent .wpp-excerpt {
	padding: 5px 10px 10px 10px;
	font-size: 11px !important;
	line-height: 12px !important;
	color: #404041;
	text-align: justify;
	display:block;
	height: 63px;
	overflow: hidden;
}

.category_recent .wpp-post-title {
	font-weight: bold;
	color: #404041;
	font-size: 13px !important;
	padding: 5px 10px 0px 10px;
	line-height: normal !important;
	height: 32px;
	overflow: hidden;
	display:block;
	text-decoration: none;
}

.main-pagination {
	border: 1px solid #E9E9E9;
	padding: 15px;
	margin: 10px 0px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wp-paginate a:hover {
	color: #fff !important;
	background: #ea3b35 !important;
	border: 1px solid #c3202e !important;
}

.wp-paginate a:active {
	color: #fff !important;
	background: #404041 !important;
	border: 1px solid #404041 !important;
}

.page.current {
	color: #fff;
	background: #ea3b35 !important;
	border: 1px solid #c3202e !important;
	margin-right: 4px;
	padding: 3px 6px;
}

.tagi {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #414143;
	background: rgb(247, 247, 247);
}

.tagi a {
	text-decoration:none;
	color:#3b5998;
	text-transform:uppercase;
	padding:0px 3px 0px 3px;
}

.twitter_logo {
	width:100px;
	height:100px;
}

.entry_text_tweet {
	font-family: arial;
	font-size: 12px;
	height: 68px;
	border: 1px solid #B4B4B4;
	margin-left: 70px;
	-webkit-border-radius: 0px 5px 5px 5px;
	-moz-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	position:relative;
	padding: 5px;
	color: #404041;
	line-height: 14px;
}

.entry_text_tweet a {
	text-decoration: none;
	font-weight: bold;
	color: #404041;
}

.entry_text_tweet a:hover {
	color: #646464;
}

.entry_text_tweet img {
	display:none;
}

.entry_image_tweet {
	float: left;
	height:70px;
}

.entry_image_tweet img {
	width:70px;
	height:70px;
}

.entry-date_tweet {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 3px 0px 5px 0px;
	color: #404041;
}

.twitter_link {
	text-decoration: none;
	float: right;
	background: #B4B4B4;
	color: white !important;
	padding: 5px;
	font-size: 10px;
	border-radius: 5px 0px;
	font-weight: bold;
	line-height: 11px;
	position:absolute;
	right: 0px;
	bottom: -1px;
}

.twitter_link:hover {
	background:#404041;
}

.twitter_link:active {
	background:#00aced;
}

.yarpp-thumbnail-default img {
	height: 45px !important;
	width: 60px !important;
	border: 1px solid #e5e5e5;
	margin: 5px !important;
	display: inline !important;
	min-height: 45px !important;
	min-width: 60px !important;
}

.yarpp-thumbnail-default {
	height: 45px !important;
	width: 60px !important;
	display:inline !important;
	min-height: 45px !important;
	min-width: 60px !important;
	margin:0px !important;
}
.wpcf7-textarea {
	max-width:640px;
}

.wpcf7-form p {
	padding:5px 0px 5px 0px;
}

.wpcf7-form-control {
	margin:5px 0px 0px 0px;
}

.wpcf7-submit {
	padding:3px 10px 3px 10px;
	cursor:pointer;
	font-family:arial;
	font-size:12px;
}

/*--------------------------------------------- COOKIES */

#cookie {
	background: rgb(250, 250, 250);
	padding: 1%;
	color: #404041;
	font-family: arial;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	border-top: none;
	font-size: 12px;
}

#cookie a {
	text-decoration: none;
	font-weight: bold;
}

#cookie p {
	display: inline-block;
	width: 88%;
	margin-right: 1%;
	vertical-align: middle;
}

#cookie-btn {
	display: inline-block;
	width: 10%;
	text-align: center;
	background: #404041;
	padding: 0.5%;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7rem;
	vertical-align: middle;
}

#cookie-info {
	color: #A71322;
}

/*--------------------------------------------- COOKIES END */

.no_hot {
	font-family: arial;
	font-size: 12px;
	color: #404041;
	background: #e5e5e5;
	line-height: 28px;
	margin-bottom: 1px;
	padding-left: 10px;
	font-weight: bold;
}

.rpwe-clearfix {
	width:216px;
	height: 293px;
	font-family:arial;
	border:1px solid #d3d3d3;
	margin-right:4px;
	position:relative;
	padding-bottom:0px !important;
	background:#fafafa;
	border-bottom:1px solid #d3d3d3 !important;
}

.rpwe-clearfix img {
	margin-left: 6px;
	margin-top: 6px;
	border: 1px solid #d3d3d3 !important;
	background:white !important;
}

.rpwe-title {
	padding:5px 10px 0px 10px;
	line-height:normal !important;
	height: 32px;
	overflow: hidden;
}

.rpwe-title a {
	font-weight:bold;
	color:#404041;
	font-size:13px !important;
}

.rpwe-time {
	padding:0px 10px 10px 10px;
}

.rpwe-summary {
	padding: 5px 10px 10px 10px;
	font-size: 11px !important;
	line-height: 12px !important;
	color: #404041;
	text-align:justify;
	height: 50px;
	overflow: hidden;
}

.rpwe-summary a {
	cursor:default;
	color: #404041;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0px;
	background:none;
	font-weight:normal;
	line-height:12px;
	position:static !important;
}

.rpwe-summary a:hover {
	cursor:default;
	color: #404041;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0px;
	background:none;
	font-weight:normal;
	line-height:12px;
	position:static !important;
}

.rpwe-summary a:active {
	cursor:default;
	color: #404041;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding:0px;
	background:none;
	font-weight:normal;
	line-height:12px;
	position:static !important;
}

.content_recent_header {
	background: #404041;
	color: white;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	width: 208px;
}

.content_recent {
	overflow:hidden;
}

.rpwe-ul {
	height: 2px;
	width: 671px;
	padding: 5px 0px 0px 0px;
	margin-left: 6px !important;
	border-top: 2px solid #404041;
}

.rpwe-block {
	margin-left:10px !important;
}

.rpwe-alignnone {
	width:188px !important;
	height:135px !important;
	margin:10px 10px 0px 10px !important;
}

#blogerzy {
	font-family:arial;
	font-size:12px;
	overflow:hidden;
}

.f_blog {
	position:relative;
	float:left;
	width: 196px;
	height: 204px;
	border: 1px solid #d3d3d3;
	*border:0px !important;
	margin: 0px 0px 0px 4px;
	background: #fafafa;
	padding:10px;
}

.f_blog_list {
	margin-left:-4px;
}

.f_blog_img {
	float: left;
	width: 50px;
	padding: 3px;
	border: 1px solid #d3d3d3;
}

.f_blogger_info {
	float: right;
	width: 127px;
	line-height: 13px;
}

.f_post_content {
	clear: both;
	color: #404041;
	font-size:11px;
	text-align:justify;
	line-height:12px;
	overflow: hidden;
	height: 118px;
}

.f_post_title {
	font-size:13px;
	font-weight:bold;
	line-height: 16px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	height: 30px;
	overflow: hidden;
	margin-bottom: 5px;
	border-top: 1px solid #d3d3d3;
	margin-top: 10px;
}

.f_post_title a {
	text-decoration:none;
	color:#404041;
}

.f_post_title a:hover {
	color: #c01e2e;
}

.f_post_title a:active {
	color: #ea3b35;
}

.f_blog_name_link {
	text-decoration:none;
	color:#404041;
}

.f_blog_name_link:hover {
	color: #c01e2e;
}

.f_blog_name_link:active {
	color: #ea3b35;
}

.f_blog_name {
	font-weight:bold;
	color:#404041;
}

.f_blogger_name a {
	text-decoration:none;
	color:#c01e2e;
	font-weight:bold;
}

.f_blogger_name {

	margin-top: 8px;
}

.f_blogger_position {
	font-size:11px;
}

.read_more3 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: visible !important;
	width: 100%;
}

.more-link3 {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 1px 0px 1px 0px;
	background-color: #d3d3d3;
	position: relative;
	width: 100% !important;
	display: block;
	text-align: center;
}

.more-link3:hover {
	background: #c01e2e;
}

.more-link3:active {
	background: #ea3b35;
}

#blogerzy_title {
	border-bottom: 2px solid #c01e2e;
	margin-bottom: 5px;
}

#blogerzy_title p {
	background: #c01e2e;
	color: white;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:1px;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	width: 208px;	
}

#blogerzy_title p a {
	color: white;
	text-decoration:none;
}

#most_read_arts {
	border-bottom: 2px solid #404041;
}

#most_read_arts p {
	background: #404041;
	color: white;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	width: 208px;
	clear: both;
	letter-spacing: 1px;
}

.pic_desc {
	background: #f0f0f0 !important;
	color: #404041 !important;
	margin: -3px 0px 5px 0px !important;
	padding: 2px 12px 4px 12px !important;
	font-size: 13px !important;
	line-height: 14px !important;
}

.pic_author {
	background: #404041 !important;
	color: rgb(218, 218, 218) !important;
	margin: -3px 0px 5px 0px !important;
	padding: 2px 12px 4px 12px !important;
	font-size: 11px !important;
	line-height: 13px !important;
}

.page_entry_text div {
	margin-bottom:0px !important;
}

.sliders-wrap-inner li img {
	height: 292px !important;
	width: 389px !important;
}

.youtube-player {
	margin:10px 0px 10px 0px;
}

#set-post-thumbnail {
	display:none !important;
}

.archive-link {
	display:block;
	text-align:center;
	background: #404041;
	color: white;
	font-family: arial;
	font-size: 10px;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-transform:uppercase;
	clear: both;
	letter-spacing: 1px;
	text-decoration:none;
}

.archive-link:hover {
	background:#c3202e;
}

.archive-link:active {
	background:#d42e3e;
}

#subnavi {
	position:absolute;
	width:640px;
}

#subnavi img {
	width:50px;
	height:100px;
	cursor:pointer;
	opacity:0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#subnavi img:hover {
	opacity:1;
}

.nav-left {
	float:left;
	margin-left:0px;
}

.nav-right {
	float:right;
	margin-right:0px;
}

.inactive {
	display:none;
}

#single_entry_image {
	position:relative;
}

.flex-viewport {
	max-height: 426px !important;
}

.flexslider {
	border: none !important;
	margin-bottom: 10px !important;
}

.flexslider-hg-corners-rounded {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}

.slide-data {
	color: #fff !important;
	position: absolute !important;
	padding: 10px 10px 0px 10px !important;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: initial !important;
	width: 647px !important;
	font-family: arial !important;
	font-weight: bold !important;
	font-size: 20px !important;
	background: #404041;
}

.slide-data div {
	width: 30px;
	height: 46px;
	background: #c01e2e;
	margin-top: -10px !important;
	margin-left: -10px !important;
	border-right: 2px solid white;
	display: inline;
	float: left;
}

#flexslider_hg_homepage_wrapper {
	overflow:hidden;
}

.flexslider .slides {
	overflow:hidden !important;
}

.bx-wrapper .bx-controls-direction a {
	top: 8px !important;
	margin-top: 0 !important;
	height: 90px !important;
}

.bx-wrapper .bx-prev {
	background-position: 0 0 !important;
}

.bx-wrapper .bx-next {
	right: 8px !important;
	background-position:-43px 0px !important;
}

ul.lof-main-wapper li {
	position:relative;	
}

.mejs-audio {
	width:640px !important;
}

.img_block {
	position:absolute;
	width:100%;
	height:100%;	
}

/*--------------------------------------------- SONDA */

.wp-polls, .wp-polls-form {
  font-family: arial;
  font-size: 14px;
  line-height: 16px;
}

.vote_btn {
	background: #FFFFFF !important;
	color: #404041;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 117px !important;
	cursor: pointer;
	text-transform: uppercase;
	margin: 5px 0px !important;
}

.vote_btn:hover {
	border:1px solid #404041 !important;
}

.wp-polls-ans {
	background: #f0f0f0;
	padding-bottom: 1px;
}

.wp-polls-ul {
	padding-top:10px !important;
	margin:0px !important;
}

.wp-polls-ul li {
	padding: 5px 0px;
	border-top: 1px solid #d3d3d3;
}

.wp-polls-que {
	color:#4a6682 !important;
	font-size:14px;
	padding: 5px 0px 0px 0px !important;
	background-color:#f0f0f0;
}

.wp-polls-res a {
	text-decoration:none;
	font-weight: bold;
	color:#404041;
}

.wp-polls-res {
	background-color:#E0E0E0;
	font-size:12px;
	margin:10px;
	padding:5px;
}

.wp-polls-total {
	background-color:#E0E0E0;
	font-size:12px;
	margin:10px;
	padding: 5px 0px !important;
}

.wp-polls-back {
	background-color:#E0E0E0;
	margin:10px;
}

.wp-polls-back a {
	text-decoration:none;
	font-weight:bold;
}

.pollbar {
	margin: 10px 0px 5px 0px !important;
	height: 4px !important;
	background-color: #4a6682 !important;
}

.wp-polls-loading {
	text-align: center;
	height: 24px !important;
	line-height: 16px;
	font-size: 12px !important;
	padding: 5px;
	margin: 5px;
	background-color: #e0e0e0;
}

#polls-widget-2 {
	font-family:arial;
}

#polls-widget-2 .wp-polls-res {
	background-color:#E0E0E0;
	font-size:12px;
	margin:5px;
	padding:5px;
}

#polls-widget-2 .wp-polls-ul {
	font-size:12px;
	padding-top:0px !important;
}

#polls-widget-2 .wp-polls-ul li {
	border-top: 1px solid #d3d3d3;
}

#polls-widget-2 .wp-polls-que {
	text-align:left !important;
	background:none;
	color:#404041 !important;
	border: none;
	font-size:14px;
	padding:5px !important;
	margin:0px 5px 5px 5px;
}

#polls-widget-2 .wp-polls-total {
	background-color:#E0E0E0;
	font-size:12px;
	margin:5px;
	padding:5px;
}

#polls-widget-2 .wp-polls-back {
	background-color:#E0E0E0;
	font-size:12px;
	margin:5px;
	padding:5px;
}

#polls-widget-2 .wp-polls-back a {
	text-decoration:none;
	color: #c01e2e;
}

.csPager li {
list-style-type:none !important;
}

/*--------------------------------------------- END OF SONDA */

.ngg-galleryoverview {
	overflow: hidden !important;
}

.ngg-gallery-thumbnail {
	width: 100%;
}

.ngg-gallery-thumbnail img {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	height: auto;
}

/* ------------------------------------------ NOWA GALERIA */

ul.thumbs {
position: relative;
margin: 0;
padding: 0;
}
ul.thumbs li {
float: left;
padding: 0;
margin: 2px;
list-style: none;
font-size:0px;
line-height:0px;
}
div.navigation a.prev {
background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
background-image: url(nextPageArrowWhite.gif);
}

ul.thumbs li.selected a.thumb {
background: black;
}
div.slideshow span.image-wrapper {

}

.ngg-galleryoverview .thumbs li {
	opacity:0.7;
}

.ngg-galleryoverview .thumbs li.selected {
	opacity:1.0;
}




#heh {
	max-height:480px !important;
	max-width:640px !important;
	width:auto !important;
	height:auto !important;
}



.slideshow-container {
	overflow: hidden;
	position: relative;
	height:480px;
	background:black;
}

.ngg-galleryoverview {
	max-width:640px;
	overflow:visible !important;
	margin-top:0px !important;
	position:relative;
	margin-bottom: 10px;
}

#controls {
	position: absolute;
	z-index:999;
	width: 100%;
}

.nav-controls {
	position:relative;
	top:-28px;
}

.nav-controls .prev {
	height: 480px;
	width:55px;
	float: left;
	background-image:url('images/lb.png');
	opacity:0.5;
	display: block;
}

.nav-controls .prev:hover {
	opacity:1.0;
}

.nav-controls .next {
	height: 480px;
	width:55px;
	background-image:url('images/rb.png');
	float: right;
	opacity:0.5;
	display: block;
}

.nav-controls .next:hover {
	opacity:1.0;
}

.ss-controls {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.image-wrapper {
	position:absolute;
	font-size: 0;
	display:table;
	height:480px;
	width:640px;
	text-align:center;
}

span.image-caption {
	display: block;
}

.image-author {
	padding:5px;
	background:#404041;
	text-transform:uppercase;
	color: rgb(218, 218, 218);
	letter-spacing:1px;
	border-top: 1px solid white;
	font-size: 10px;
}

.image-desc {
	padding: 5px;
	background: #E0E0E0;
	color: #404041;
	border-top: 1px solid white;
	font-size: 12px;
}

#main-photo {
	display:table-cell;
	vertical-align:middle;
}

.image-caption {
	position: absolute;
	width:640px;
}

#caption {
	height: 45px;
	font-family: verdana;
}

#single-caption {
	height:initial;
	margin-bottom: 10px;
}

#single-caption .image-caption {
	position:relative;
}

.navigation-container {
	font-size: 0;
	height:99px;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #E0E0E0;
	margin-top:6px;
}

div.navigation a.pageLink {
	height: 95px;
	line-height: 77px;
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 55px;
	background-position: center center;
	background-repeat: no-repeat;
	background:black;
}

div.navigation a.pageLink:nth-of-type(1) {
	background-image:url('images/l.png');
}

div.navigation a.pageLink:nth-of-type(2) {
	background-image:url('images/r.png');
}

.ss-controls {
	width: 18px;
}

.controls * {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
	
.ss-controls .play {
	background-image:url('images/ss_play.png');
	width: 18px;
	height: 18px;
	display: block;
	margin: 5px;
	opacity:0.3;
}

.ss-controls .pause {
	background-image:url('images/ss_pause.png');
	width: 18px;
	height: 18px;
	display: block;
	margin: 5px;
	opacity:0.3;
}

.ss-controls a:hover {
	opacity:1.0;
}

/* ------------------------------------------ SIDEBAR GALLERY */

.fpw-kwadrat a, #sidebar-gallery a {
	display: block;
	width: 271px;
	height: 100%;
	border: 1px solid #d3d3d3;
	padding: 5px;
	margin: 5px;
}

.fpw-kwadrat a img, #sidebar-gallery a img {
	width: 100%;
	height: auto;
	opacity: 1;	
}

.fpw-kwadrat a img:hover, #sidebar-gallery a img:hover {
	width: 100%;
	height: auto;
	opacity: 0.9;	
}

.fpw-kwadrat .img-cont, #sidebar-gallery .img-cont {
	width: 271px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.fpw-kwadrat .img-cont:hover:after, #sidebar-gallery .img-cont:hover:after { 
	font-family:arial;
	font-size:11px;
	content: attr(data-title);
	position: absolute; 
	bottom:0;
	left:0;
	background: rgba(64, 64, 65, 0.75);
	padding: 5px; 
	color: #FFF;
	width: 251px;
	padding: 5px 10px;
	z-index:999999999999999999;
}
 
/* ------------------------------------------ SIDEBAR GALLERY END*/
 
/* ------------------------------------------ NAPISZ DO NAS */

#napisz {
	border: 1px solid #E9E9E9;
	margin: 10px 0px 10px 0px;
}

#napisz a {
	width: 650px;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #c01e2e;
	margin: 5px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
 
#napisz a:hover {
 	background: #c01e2e;
	color: white;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* ------------------------------------------ NAPISZ DO NAS END */

/* ------------------------------------------ NEWS STRIP */

#news-slider {
	margin-top: 10px;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: rgb(255, 255, 16);
}

#news-slider .bx-wrapper {
	color: #404041;
}

#news-slider .bx-wrapper .bx-viewport {
	border: 0px !important;
	box-shadow: 0px 0px 0px !important;
	webkit-box-shadow: 0px 0px 0px !important;
	left: 0px !important;
	background: none !important;
	height: 18px !important;
}

.news-slider {
	font-family: arial;
	color: #404041;
	font-weight: bold;
	text-align: center;
	width: initial !important;
	width: auto !important;
}

.news-slider a {
	color: #404041;
	font-weight: bold;
}

.break {
	margin-right:20px;
	color: black;
	font-weight: bold;
}

/* ------------------------------------------ NEWS STRIP END */

/* ------------------------------------------ NEWSLETTER */

#newsletterwidget-3 .rounded {
	text-transform: uppercase;
}

.newsletter form p:last-of-type {
	margin: 5px;
	padding: 5px;
	border: 1px solid #d3d3d3;
}

.newsletter-submit {
	width: 100%;
	border: none;
	background: white;
	padding: 2px;
	color: #404041;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	cursor: pointer;
}

.newsletter-submit:hover {
	background: #c01e2e;
	color: white;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.newsletter-email {
	width: 271px;
	padding: 5px;
	margin: 5px 5px 0px 5px;
	border: 1px solid #d3d3d3;
}

/* ------------------------------------------ NEWSLETTER END */

#simple_ads_manager_widget-3 {
	text-align: center;
	background: white !important;
}

/*--------------------------------------------- GOOGLE CAPTCHA */

.g-recaptcha {
	padding: 0px 0px 9px 130px !important;
}

#gglcptch_error {
	padding: 0px 0px 9px 130px !important;
	font-size: 14px !important;
}

/*--------------------------------------------- GOOGLE CAPTCHA END */

/*--------------------------------------------- SPONSORED ARTICLES */

#sponsored-article {
	background: #c01e2e;
	color: white;
	margin-right: 10px;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 8px;
	line-height: 13px;
	border-radius: 5px;
}

/*--------------------------------------------- SPONSORED ARTICLES END */

.ad-top-2 {
	margin-top: 10px;
}