/* CSS Document */

body {
	text-align: center;
}
.mobile {display: none; }
.niewysw {display: none !important; }
.nmob {display: block; }
#srZ {
    min-height: calc(100vh - 180px - 3rem);
}
.wrapper {
	width: 1000px;
	padding: 0 28px;
	margin: auto;
	position: relative;
}
a {
	color: inherit;
	text-decoration: none;
}

.button {
	text-align: center;

	font-size: 100%;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 1px;
	
}

.button.fpr {
	float: right;
}

.buttons a {
	border: 1px solid #4A4A4A;
	background: #4A4A4A;
	color: #23408E;
	padding: .6rem 1em;
	display: inline-block;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}
.buttons a:hover {
	border: 1px solid #4A4A4A;
	background: #FFF;
	color: #23408E;
}
/*.glosowanieW.button a {
    background: none;
    color: inherit;
    border: none;
}
.glosowanieW.button a:hover {
    background: none;
    color: inherit;
    border: none;
}
.glosowanieW.button {
    border: 2px solid #71bf44;
}
.glosowanieW.button:hover {
    background: none;
    color: #71bf44;
}*/
.button span {
		/*background: #4A4A4A;*/
	font-size: inherit;
	padding: 0.8em 1.5em;
	display: block;
}
.button.zolty  {
	background: #23408E;
	color: #FFF;
	border-color:#23408E;
}

.button.zc a {
    background: #23408E;
    color: #4A4A4A;
    border-color: #23408E;
}

.button a:hover  {
	background: #FFF !important;
	color: #4A4A4A !important;
	border-color:#4A4A4A;
}
.button.zc a:hover {
	border-color: #4A4A4A;
}

.button.pobierz {
	position: relative;
}
.button.pobierz a:after {
	content: '\f019';
	font-family: fontAwesome;
	padding-left: 2em;
	line-height: normal;
}
.button.dalej a:after {
	content: '\f105';
	font-family: fontAwesome;
	padding-left: 2em;
	line-height: normal;
}


.button.wyslij a:after {
	content: '\f1d9';
	font-family: fontAwesome;
	padding-left: 2em;
	font-size: .8em;
	line-height: normal;
}

.button.max {
    width: 100%;
}
.button.max a {
    width: 100%;
    box-sizing: border-box;
}

.akcGlos .button { margin-right: 1rem; margin-bottom: 1rem;
box-shadow: none;
    background: none;
    color: #fff;
}
.akcGlos .button a, .glosowanieW .button a {
    background: #23408E;
    color: #fff;
    border: 2px solid #23408e;
    border-radius: 30px;
}
.akcGlos .button a:hover, .glosowanieW .button a:hover {
    background: none !important;
    color: #23408e !important;
    
}
h2 {
	font-weight: 700;
	font-size: 200%;
	margin: 0 auto;
	line-height: 1.5em;
    text-transform: none;
    color: #23408E;
}
h3 {
	font-weight: 300;
	font-size: 150%;
	margin: 0 auto;
	
    width: 40%;
}
h3.caly {
	width: auto;
}

/******** footer ****/
footer {
	background: #4A4A4A;
	color: #FFF;
	padding: 30px 0;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3em;
}
.podstr footer {
	margin-top: 3em;
}

footer .spolecznosci {
	margin-top: 2em;
	color: #9B9B9B;
}
footer .spolecznosci a {
	display: inline-block;
	margin-right: .5em;
	font-size: 24px;
}

footer .prawa {
	width: 50%;
	float: right;
	
}

footer .kolor {
	color: #23408E;
	display: block;
}

footer .kol2 {
	overflow: hidden;
	margin-bottom: 1.5em;
}
footer .kol2 p {
	width: calc(50% - 1em);
	padding-right: 1em;
	float: left;
}
footer .kol2 p:last-child {
	padding-left: 1em;
	padding-right: 0;
}

footer .realizacja {
	margin-top: 1em;
	color: #9B9B9B;
}

/******* formularze ****/
.tr.zgoda {
	position: relative;
	color: #4A4A4A;
	cursor: pointer;
}
.tr.zgoda.err {
	border: none !important;
}

.tr.zgoda .check-zgoda {
	cursor: pointer;	
}
.tr.zgoda.err {
	color: #E00;
}
.tr.zgoda.check.err {
	color: #4A4A4A;
}

.tr.zgoda .check-zgoda:before {
	width: 20px;
	height: 20px;
	content: '\f096';
	font-family: fontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 14px;
}
.tr.zgoda.check .check-zgoda:before {
	content: '\f046';
}

.tr.zgoda .dymek {
	font-size: .7em;
	margin: 2em 0 2em 20px;
	line-height: 1.2em;
}

#kodObr {
    position: absolute;
    z-index: -1;
    right: 100vw;
}

@media only screen 
and (max-width : 1130px) {
/* mniejsza niż normalna ----------- */

}

@media only screen 
and (max-width : 1056px) {
/************************ po przeladowaniu **************/
.wrapper {
	width: 100vw;
}


.mobile { display: block; }

.nmob { display: none; }
footer .lewa img {
    width: 30vw;
}

footer .lewa {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}
footer .kol2 p {
	width: 100%;
	padding-right: 0;
	float: none;
}
footer .kol2 p:last-child {
    padding-left: 0;
    padding-right: 0;
	margin-top: 1em;
}

footer .prawa {
	width: 100%;
	float: none;
}

button {
	width: 100%;
}

}

@media only screen 
and (max-width : 900px)  {
	

}

@media only screen 
and (orientation : portrait)
	and (max-width : 900px)
 {
/* Smartphones (portrait) ----------- */
.akcGlos .button {
    margin: 0 0 1rem;
    width: 100%;
    display: block;
}
	 
	 
.akcGlos .button a {
    display: block;
}
.glosO .inp.email {
    width: 100%;
	 }

 }

@media only screen 
and (orientation : landscape)
and (max-width : 1057px) {
/* Smartphones (landscape) ----------- */
	

}

