/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */


label {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
	line-height: 1.3em;
    padding: 2px 5px 2px 5px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #505050;
   
}
label:hover {
	background: #f8f8f8;
    border-radius: 15px;
	color: #e25b32;
}

.box.light {
    background: #f8f8f8!important;
    padding: 5px;
}


button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pager li.previous a, .pager li.next a, .pagenav-next a, .readon, .pagination ul li a, .pager li a, .pager ul li, .pager li span, .pagination ul li span {
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    background: #e25b32;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 10px 5px 2px 2px;
    padding: 0 25px;
    text-align: center;
    transition: all .1s ease-out;
}

.progress-bar {
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.sp-poll-result {
	padding-top: 10px;
}

.sp-poll-result .poll-info {
	margin-bottom: 1px;
    margin-top: 15px;
}

.sp-poll-result .poll-info > span {
	display: inline-block;
}

.sp-poll-result .poll-info > span:last-child {
	float: right;
	font-size: 13px;
	color: #888;
}

.sp-poll-result .progress {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #e5e5e5;
}

.sp-poll-result .progress-bar {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.sp-poll-result .progress-bar.progress-bar-default {
	background-color: #999;
}


.itemCommentsForm .itemCommentsFormNotes {
	color: #999;
	font-size: 10px;
	font-style: italic;
	margin: 40px 0 0
}

#gkBannerTop {
	background: #fff;
	padding: 5px 0;
}

.nspLinks .nspLinkScroll1 div ul li {
    border-top: 1px solid #e5e5e5;
    margin: 0 !important;
    padding: 10px 0;
}

#gkContentTop {
	border: none;
	border-top: none;
	padding: 5px 20px;
}

.gkMenu > ul > li {
	height: 45px;
	
	
	margin: 0 0 10px 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #777;
    font-size: 12px;
    height: 32px;
    line-height: 33px;
    max-width: 100%!important;
    padding: 0 0 0 20px;
}

.gkMenu > ul > li > a {
	border: 1px solid transparent;
	border-top: none;
	border-bottom: none;
	border-left: none;
	color: #c7c7c7;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 10px 14px 0 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

#gkTopMenu {
	background: transparent url('../images/topmenu_bg.png') repeat 0 0;
	float: left;
	line-height: 28px;
	margin-right: 30px;
	margin-left: 0px;
}

#gkSearch {
	float: right;
	margin: 15px 0 5px 0; 
}

.nspArt h4.nspHeader { 
	font-size: 18px;
	margin: 0;
	padding: 0px 0 5px 0;
}
.nspArt h4.nspHeader a { 
	text-decoration: none;
}
.nspArt h4.nspHeader a:hover { }
.nspArt img.nspImage { 
	border: none;
	display: block;
}
.nspArt .nspImageWrapper {
	display: block;
	position: relative;
}

.box .header {
    text-transform: inherit;
}

.bigtitle .nspArt {
    border-top: 1px solid #fff;
}

#gkBottom1 .box .header {
    font-size: 20px;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    padding: 20px;
    width: 100%;
}

.buttonPDF {
    display: inline-block;
    position: relative;
    margin: 0 4em 0;
    padding: 0.5em;
    border: 2px solid #e25b32;
    overflow: hidden;
    text-decoration: none;
    font-size: 2em;
    outline: none;
    color: #e25b32;
    background: transparent;
    font-family: 'raleway', sans-serif;
	font-size: medium;
}
.buttonPDF:hover {
    display: inline-block;
    position: relative;
    margin: 0 4em 0;
    padding: 0.5em;
    border: 2px solid #e25b32;
    overflow: hidden;
    text-decoration: none;
    font-size: 2em;
    outline: none;
    color: #e25b32;
    background: transparent;
    font-family: 'raleway', sans-serif;
	font-size: medium;
}

.buttonPDF span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.buttonPDF:before,
.buttonPDF:after {
    content: '';
    position: absolute;
    top: 0.67em;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s,opacity .6s;
    -moz-transition: .4s,opacity .6s;
    -o-transition: .4s,opacity .6s;
    transition: .4s,opacity .6s;
}

/* :before */

.buttonPDF:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
}

/* :after */

.buttonPDF:after {
    content: attr(data-active);
    -webkit-transform: translate(150%,0);
    -moz-transform: translate(150%,0);
    -ms-transform: translate(150%,0);
    -o-transform: translate(150%,0);
    transform: translate(150%,0);
}

/* Span on :hover and :active */

.buttonPDF:hover span,
.buttonPDF:active span {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.buttonPDF:hover:before,
.buttonPDF:active:after {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

/* 
  We hide :before pseudo-element on :active
*/

.buttonPDF:active:before {
    -webkit-transform: translate(-150%,0);
    -moz-transform: translate(-150%,0);
    -ms-transform: translate(-150%,0);
    -o-transform: translate(-150%,0);
    transform: translate(-150%,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.gkMenu>ul>li:hover>a, .gkMenu>ul>li:active>a, .gkMenu>ul>li:focus>a {
    background: #ececec;
    border-color: #ececec;
    border-bottom: none;
    border-top: none;
    -webkit-box-shadow: inset 0 0 27px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 0 27px rgba(0,0,0,0.75);
    -ms-box-shadow: inset 0 0 27px rgba(0,0,0,0.75);
    box-shadow: inset 0 0 27px rgba(236,236,236,0.75);
}

.gkMenu>ul>li>a {
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    border-left: none;
    color: #656565;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 10px 14px 0 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#gkTopMenu li a:active, #gkTopMenu li a:focus, #gkTopMenu li a:hover, li.tagged-under a:hover, li.tagged-under a:active, li.tagged-under a:focus {
    color: #ff3b00;
}

.gkMenu>ul>li:hover>a, .gkMenu>ul>li:active>a, .gkMenu>ul>li:focus>a, .gkMenu>ul>li.active:hover>a, .gkMenu>ul>li.active:active>a, .gkMenu>ul>li.active:focus>a, .gkMenu>ul>li.active>a {
    color: #ff0000;
}


.wwm-class {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  padding: 2px 20px;
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,0.66);
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font: normal normal bold 18px/2em "allerta", Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  white-space: pre-line;
  word-spacing: 2px;
  background: #ff0000;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: 2px 2px 0 rgba(9,10,10,0.85) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.wwm-class:hover {
  padding: 10px 20px 10px 71px;
  background: url("https://polskaniepodlegla.pl/templates/gk_news/images/orzel_logo_btn.png"), #ff0000;
  background-repeat: no-repeat;
  background-position: 15% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 60px 60px;
  background-size: 60px 60px;
  text-shadow: 2px 2px 0 rgba(9,10,10,0.85) ;
}

.wwm-class:active {
  background-repeat: no-repeat;
  background-position: 15% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: 60px 60px;
  background-size: 60px 60px;
}

#gkLogin {
        display: none!important;
}