@font-face {
	font-family: "OpenSans"; src: url('OpenSans-Regular.ttf'); 	
}

body {
	margin: 0px;
}

html, body {
	height: 100%;
}

a {
	text-decoration: none;
}



.wrapper {
	width: 100%;
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -95px;	
}
.wrapper:after {
  content: "";
  display: block;
}
.footer {

	width: 100%;
	height: 95px;
	border: 0px solid red;
	background: linear-gradient(transparent 20%, #126D59 0px);
}

.inner-footer {
	position: relative;
	width: 100%;
	height: 95px;
	top: 0px;
	background: url(footer.png) no-repeat center;	
}

.footer, .wrapper:after {
  height: 95px; 
}


.main {
	width: 1050px;
	margin: auto auto;
	border: 0px solid red;
}

.header {
	width: 100%;
	height: 120px;	
	background: url(header-logo.png) no-repeat center;

}

.inner-main {
	width: 600px;
	margin: auto auto;
	border: 0px solid red;
}

.orange {
	color: #f07420;
}
.white {
	color: #ffffff;
}

.naglowek {
	font-size: 1.4em;
	font-family: "OpenSans";
	letter-spacing: -1px;
}

.opensans {
	font-family: "OpenSans";
}

.h12 {
	font-size: 1.2em;
}

.bold {
	font-weight: bold;
}

.form {
	width: 600px;
	background-color: #126D59;
	border-radius: 15px;
	text-align: center;
}

.text {
	font-family: "OpenSans";
	font-size: 0.8em;
}


.wazne {
	color: red;
		font-weight: bold;
}


select, option {
	width: 350px;
	height: 30px;
	text-indent: 10px
}

input[type=submit] {
	width: 130px;
	height: 40px;
	border-radius: 10px;
	border: 0px;
	background: #126D59; 
	color: white;
	font-size: 1em;
}

.left {
	float: left;
}

.right: {
	float: right;
}

.w400 {
	width: 350px;
}

.small {
	font-size: 0.8em;
}

button {
	width: 130px;
	height: 40px;
	border-radius: 10px;
	border: 0px;
	background: #6d6d6d; 
	color: white;
	font-size: 1em;
}


.mar {
	position: relative;
	left: 50px;
}

.aleft {
	text-align: left;
	padding-left: 20px;
	width: 580px;
}

.thr {
	width: 80%;
	border: 0px;
	height: 1px;
	background-color: #308c7f;
}

.hide {
  display: none;
}

.vis {
	display: box;
}

