

/*/  ============================  R E S E T  =============================  /*/

*, img, a, body {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    	margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top;
    text-decoration: none;
}
ol, ul, li {
	list-style: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}




/*/ ======================================================================== /*/
/*/ ===========================  Style do LOGIN  =========================== /*/


body {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
	font-family: Verdana, sans-serif;
    color: #444;
    background: #ccc;
}


.clear-both { clear: both; }
.red { color: #bf0000; }
.gray { color: #808080; }


h1 {
	font-family: Gruppo;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
}
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 12px; }







/*/ ======================================================================== /*/
/*/ ========================  Style do INFO - HASŁO  ======================= /*/




#logo-scms {
	width: auto;
	margin: 0px auto;
	margin-top: 100px;
/*/
	opacity: 0.6;
	filter: alpha(opacity=60);
/*/
}

/* -------- FORMULARZ -------- */

#formularz {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 350px;
	padding: 20px 0px;
	border: 0;
	font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
	text-align:center;
	color: #666;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}





#form-has {
	width: 270px;
	margin: 25px 0px 25px 0px;
	height: 40px;
	padding: 23px 17px;
	font-size: 18px;
    text-align: left;
    font-weight: normal;
    color: #777;
	border: 1px solid black;
    border-radius: 3px;
    background: #f5f5f5;
}
input#form-has:focus {
	border: 2px solid #a00;
	padding: 22px 16px;
	background: #fff;
}
	/* Chrome, Firefox, Opera, Safari 10.1+ */
#formularz ::placeholder				{ color: #bbb; }
	/* Internet Explorer 10-11 */
#formularz :-ms-input-placeholder		{ color: #bbb; }
	/* Microsoft Edge */
#formularz ::-ms-input-placeholder		{ color: #bbb; }
	/* Edge */
#formularz ::-webkit-input-placeholder	{ color: #bbb; }


#show-has, #hide-has {
	display: block;
	position: relative;
	margin: -63px 50px 0px 100px;
	width: 30px;
	float: right;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
#show-has:hover, #hide-has:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#hide-has {
	display: none;
}


#form-klaw {
	width: 270px;
	margin: 0px 0px 25px 0px;
	font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #ddd;
    padding: 15px 5px;
    border: 0;
    border-radius: 5px;
    background-color: #555;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#form-klaw:hover {
    color: #fff;
    background-color: #800;
}



#form-info {
	font-family: Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #a00;
}





#test-time2-cont {
	display: block;
	position: fixed;
	bottom: 10px;
    text-align: center;
	width: 100%;
}

#test-time2 {
	display: block;
	margin: 0 auto;
	width: 270px;
	border: none;
	padding: 10px 5px;
    background-color: #aaa;
    text-align: center;
    font-weight: bold;
}






/*/ ==============================  Elementy  ============================== /*/



/*/ ------------------ KLAWISZE ------------------ /*/

.button-1 {
	border: 0;
	padding: 7px 18px 7px 20px;
	font-size: 17px;
	letter-spacing: 0.05em;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
}
.button-2 {
	border: 0;
	padding: 18px 25px 20px 24px;
	font-size: 17px;
	letter-spacing: 0.05em;
	display: block;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
}



/*/ --------- Kolor - 1 --------- /*/
.butkol-1 {
	font-weight: bold;
	color: #777;
	background-color: #dadddf;
	transition: background-color 0.5s ease;
	border: 1px solid #dadddf;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	box-shadow: inset 2px 2px 1px #f5f5f5,
				inset -2px -2px 1px #bbb,
				4px 5px 5px rgba(0, 0, 0, 0.15);
	text-shadow: 1px 2px 0px #eee;
}
.butkol-1:hover {
	background-color: #C1C4C6;
	border: 1px solid #C1C4C6;
}

/*/ --------- Kolor - 2 --------- /*/
.butkol-2 {
	font-weight: bold;
	color: #ddd;
	background-color: #6F7479;
	transition: background-color 0.5s ease;
	border: 1px solid #6F7479;
	box-shadow: inset 2px 2px 1px #aaa,
				inset -2px -2px 1px #555,
				3px 4px 5px rgba(0, 0, 0, 0.3);
	text-shadow: -1px -2px 1px #555;
}
.butkol-2:hover {
	background-color: #585A5D;
	border: 1px solid #585A5D;
}

/*/ --------- Kolor - 3 --------- /*/
.butkol-3 {
	font-weight: bold;
	color: #aaa;
	background-color: #34363B;
	transition: background-color 0.5s ease;
	border: 1px solid #34363B;
	box-shadow: inset 2px 2px 1px #555,
				inset -2px -2px 1px #111,
				3px 4px 5px rgba(0, 0, 0, 0.4);
	text-shadow: -1px -2px 1px #111;
}
.butkol-3:hover {
	background-color: #1F1F21;
	border: 1px solid #1F1F21;
}

/*/ --------- Kolor - 4 --------- /*/
.butkol-4 {
	font-weight: bold;
	color: #FFBFA5;
	background-color: #ba0000;
	transition: background-color 0.5s ease;
	border: 1px solid #ba0000;
	box-shadow: inset 2px 2px 1px #FF7158,
				inset -2px -2px 1px #800000,
				3px 4px 5px rgba(0, 0, 0, 0.3);
	text-shadow: -1px -2px 1px #800;
}
.butkol-4:hover {
	background-color: #a00000;
	border: 1px solid #a00000;
}



.inwestycje .button-1,
.inwestycje .button-2,
.inwestycje .button-3,
.inwestycje .button-4 {
	width: 100%;
}
.inwestycje .cont {
/*/	padding: 15px; /*/
/*/	box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.15); /*/
}
.inwestycje {
		/* ----- Wyrównanie kolumn ----- */
	display: -webkit-flex;
	display: flex;
}
.inwestycje h3 {
	font-size: 18px;
}