
 
body {


	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container
{
	 max-width:100%;
	margin-left:auto;
	margin-right:auto;
	
}

.txt_value_1 {
visibility: hidden;
	
	
}
#value_1
{
visibility: hidden;
height:1px;
}
.txt_value_2::before
{
		content: "Imię";
}

.txt_value_2 {

	
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_3::before
{
		content: "Temat:";
}

.txt_value_3 {

	
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_4::before
{
		content: "Email: ";
}

.txt_value_4 {

	
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}
.txt_value_5::before
{
		content: "Wiadomość:";
}

.txt_value_5 {

	
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: justify;
	line-height: 100%;
	margin:10px;

}




/* ---Typography ----- */
.txt {
font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: justify;
	line-height: 100%;
	margin:10px;
}
.txtt {
font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: center;
	line-height: 150%;
	padding-bottom: 15px;
}

* {outline: none;	
}
img {border: none;}

/* CSS Theme */ 
#contact-wrapper {

font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	color: #bdbdbd;
	text-align: left;

}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
	

}
#contact-wrapper label {
	display: block;
	float: none;
	color: #333;	
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;	
}
.re {
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;	
background-color: #d2cdc4;
border:0;
	text-align: left;
	height: 30px;
	width: 100%;
	padding:5px;
}
.box
{
	max-width:100%;
	padding-top:20px;
	padding-left:0px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	
	
}

form#contactform textarea {
	font-family: 'Muli', sans-serif;
	font-weight: 200;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-color: #d2cdc4;
	border:0;
	text-align: left;
	height: 180px;
	width: 100%;
	padding:5px;
	
}
input[type=submit]

{
	font-family: 'Muli', sans-serif;
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333;	
background-color: #d2cdc4;
border:0;
	padding: 10px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	cursor: pointer;
	
	 -webkit-transition:all  0.3s;
  -moz-transition: all  0.3s;
  -ms-transition: all  0.3s;
  -o-transition: all  0.3s;
  transition: all  0.3s;
}
input[type=submit]:hover

{
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color:#333;	
background-color: #d2cdc4;
border:0;
	padding: 10px;
	border: none;
	cursor: pointer;
	
	 -webkit-transition:all  0.3s;
  -moz-transition: all  0.3s;
  -ms-transition: all  0.3s;
  -o-transition: all  0.3s;
  transition: all  0.3s;
}
.uwaga
{

	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#d13b0c;
	
	margin: 10px;
	
    

}
.ok
{
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}