body, html{
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	width:100%;
}


.wstep{
	padding-top:100px;
}
a{
	text-decoration:none;
	color:#96b85d;
}
.edycja{
	background: #f4f2f2;
	width: 100%;
	float: left;
	display: inline-block;
	padding: 8px;
	margin: 1px;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #e1e1e1;
    box-shadow: 5px 5px 18px 0px #a9a9a9;
}
p{
	font-family: 'Lato', sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
	color:#1f2710;
}
ul li{
	font-size:1.5em;
	line-height:1.4em;
}
h1{
	font-size:2.4em;
	color: #6e8b3d;
}
h2{
	font-size:1.8em;
}
h3{
	font-size:1.4em;
	color: #52682d;
}
.center{
	text-align:center;
}
#header{
	width:100%;
	height:100px;
	background-color:#6e8b3d;
	position: fixed;
	top:0;
	z-index:999;
}
.logo{
	display:inline-block;
	width:360px;
	height:100px;
	float:left;
}
nav#navigation-menu{
	display:inline-block;
	height:100px;
	float:right;
	margin-right:1%;
}
nav#navigation-menu li{
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.1em;
	margin-right:0.7em;
	margin-top:20px;
}
nav#navigation-menu a{
	color:#fff;
}
nav#navigation-menu a:hover{
	color:#96b85d;
}
#container{
	width:100%;
	height:100%;
}
.content{
	max-width:1360px;
	margin:auto;
	padding:1%;
}
.tree_box{
	width:92%;
	height: auto;
	min-height:740px;
	background-color: #52682d;
	border 1px solid red;
	float: left;
	padding:0;
	margin:4% 0 4% 4%;
	color:white;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 5px 5px 18px 0px #a9a9a9;
}
.tree_box p{
	font-size:18px;
	line-height:22px;
	text-align:left;
	color: #fff;
}
.tree_box h1{
	padding-top:0;
	margin-top:0;
	font-size:1.8em;
	color: #96b85d;
}
.tree_box h2{
	font-size:1.3em;
}
.tree_box a.wiecej{
	font-size:1.2em;
	background-color: #6e8b3d;
	border:1px solid #7c9d44;
	width:100%;
	color:#FFF;
	text-align:center;
	padding:0.4em;
	margin:auto;
	display:inline-block;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;

}
.tree_box a:hover.wiecej{
	background-color:#FFF;
	color: #52682d;
}
.opis{
	padding:1em;
	z-index: 10 !important;
}
.opis_pop{
	display: block;
	float: left;
	width:70%;
	margin-right:4%;
}
.opis_pop_2{
	display: block;
	float: left;
	width:26%;
	text-align: left !important;
	t
}
.responsive {
    max-width: 100%;
    height: auto;
}
.respo{
	margin-top: 16em;
}
.icon {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin-right:8px;
  float: left;
  color: #FFF;
}
.icon2 {
  display: block;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  margin-right:8px;
  float: left;
  color: #7c9d45;
	fill: #7c9d45;
}
img{
}
#section-1{
	width:100%;
	padding-top:0px;
}
#section-2{
	width:100%;
	background-color: #ecebeb;
	padding-top:2em;
}
#section-3{
	width:100%;
	background-color: #fff;
	padding-top:2em;
}
#section-4{
	width:100%;
	background-color:#ecebeb;
	padding-top:2em;
}
#section-5{
	width:100%;
	background-color: #fff;
	padding-top:2em;
}
#section-6{
	width:100%;
	background-color:#ecebeb;
	padding-top:2em;
}
#section-7{
	width:100%;
	background-color:#fff;
	padding-top:2em;
}
#section-8{
	width:100%;
	background-color:#52682d;
	padding-top:20px;
	color: #fff;
}
#section-8 p
{
	color: #fff;
	font-size:1.2em;
	line-height:1.3em;
	vertical-align: top;
}
button
{
	font-size: 20px;
	padding: 10px;
	border-radius: 2px;
	cursor: pointer;
	display:inline-block;
	margin-bottom:5px;
}
#fancy-box-dialog
{
    /*  display: none;*/
}
.dialog{
        display: none;
        /*position: absolute;
        width: 300px;
        height: 200px;
        left: 12%;
        top: 5%;
        z-index: 666;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        background-color: White;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.5);*/
    }
.dialog .info{
        min-height: 100px;
}
#info_box .info{
        padding-top: 30px;
}
input#email{
        font-size: 16px;
        width: 270px;
        margin-top: 10px;
}
button.vote{
	width:100%;
	background: #FFF;
	color:#52682d;
	text-decoration:;
	font-weight:bold;
	display:inline-block;
	float:left;
	margin-bottom:5px;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    display:none;
}
#term_box{
	width:22px;
	height: 22px;
	margin-right:1em;
	display:none;
}
button.vote:hover{
	background: none;
	color:#FFF;
	display:none;
}
.pic {
    width: 100%;
    height: auto;
}
.social
{
	padding: 0 0.6em 0;
}
.edycja_opis{
	float: left;
	display: block;
}
#section-4 b{
	color: #000;
}
img.fota{
	width: 300px;
	height: auto;
	margin: 2rem;
	margin-top: 5px;
}

#navigation-menu a{
	padding: 1em;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}
#navigation-menu a:hover{
	background: #627c35;
}

@media only screen and (max-width: 1400px) {
body, html{
	font-size:1em;
	width:100%;
}
#header{
	height: 90px !important;
}
nav#navigation-menu
{
	display: none;
}
.logo img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
}
.main_pic{
	margin-top: 90px !important;
}
h1{
	font-size: 1.2em !important;
}
h2{
	font-size: 1.1em !important;
	margin: 0.3em 0 0.5em !important;
}
.content, .crow .ws-4, .crow .ws-10 
{
  width: 99% !important;
}
p{
	font-size:1.1em;
	text-align:left;
}
.tree_box{
	width:92%;
	height: auto;
	min-height:400px;
}
.crow .ws-5 {
  width: 98%;!important
}
.respo{
	max-width: 30px;
}
.opis_pop
{
	float: left;
	min-width:98%;
}
.opis_pop_2
{
	float: left;
	min-width:98%;
	text-align: left !important;
}
#section-6{
	display: none !important;
}
#section-4 .ws-3{
	width: 100%;
}
#section-8 .ws-5{
	text-align: center;
}
img.fota{
	width: 100% !important;
	height: auto;
}



}


