body {
	font-family: arimo;
}

p {
	font-family: 'arimo';
	color: #3c3c3c;
}

p.lead {
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
    text-transform: uppercase;
    font-family: 'arimo';
    font-weight: bold;
}

h1 {
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-size: 26px;
    line-height: 30px;
}

h3 {
    font-size: 22px;
    line-height: 24px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
	text-decoration: none;
	font-family: 'arimo', arimo, Arial, sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}


header {
	padding: 20px 0;
	background: #ffffff;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	
}

header nav ul {
	float: right;
	margin: 0;
}

header img {
	vertical-align: middle;
}

header nav ul li {
	float: left;
	margin-left: 15px;
	line-height: 20px;
	margin-bottom: 0;
}

header nav ul li a {
	color: #414141;
	text-transform: uppercase;
	font-size: 13px;
}

header nav ul li a:hover {
	color: #636363;
}

header nav select {
	display: none;
}


section#intro {
	background: url(./images/main.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	background-color: #cfcfcf;
	
}

section#intro h1 {
	color: white;
	font-size: 36px;
	line-height: 42px;
}

section#intro p.lead {
	color: white;
}

section#intro ul.list-services li {
	font-family:arimo;
	color: white;
}

section#intro ul.list-services li i {
	color: white;
	margin-right: 5px;
}

section#intro .order-form  span {
	display: block;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

section#intro .order-form div {
	padding: 15px 20px;
	width: 75%;
	background: white;
	float: right;
	border: 15px solid rgba(0, 0, 0, 0.3);
	-moz-background-clip: border;    
  	-webkit-background-clip: border;
  	background-clip: border-box;      			
  	-moz-background-clip: padding;    
  	-webkit-background-clip: padding;  
  	background-clip: padding-box;      
}

section#intro .order-form i {
	color: #147A3D;
	margin: 10px 0;
	text-align: center;
	display: block;
	font-size: 36px;
}

section#intro .order-form h2 {
	text-align: center;
}

section#intro .order-form p {
	text-align: center;
}

section#intro .order-form input,
section#intro .order-form textarea {
	width: 100%;
	--webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'arimo';
}

section#intro .order-form input.required.error {
	margin-bottom: 10px
}

section#intro .order-form label.error {
	margin-bottom: 10px;
	font-family: 'arimo';
	font-weight: normal;
}

section#intro .order-form button.sent {
	background: #105F30; 
}



section#intro2 {
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	background-color: #ffffff;


}

section#intro2 img {
	margin-top: 1em;
}

section#intro2 h1 {
	color: white;
	font-size: 36px;
	line-height: 42px;
	
}

section#intro2 p.lead {
	color: white;
}

section#intro2 p.copyrights2 {
	margin-top: 40px;
	margin-bottom: -30px;
}

section#intro2 ul.list-services li {
	font-family:arimo;
	color: white;
}

section#intro2 ul.list-services li i {
	color: white;
	margin-right: 5px;
}

section#intro2 .order-form  span {
	display: block;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

section#intro2 .order-form div {
	padding: 15px 20px;
	width: 75%;
	background: white;
	float: right;
	-moz-background-clip: border;    
  	-webkit-background-clip: border;
  	background-clip: border-box;      			
  	-moz-background-clip: padding;    
  	-webkit-background-clip: padding;  
  	background-clip: padding-box;      
}

section#intro2 .order-form i {
	color: #147A3D;
	margin: 10px 0;
	text-align: center;
	display: block;
	font-size: 36px;
}

section#intro2 .order-form h2 {
	text-align: center;
}

section#intro2 .order-form p {
	text-align: center;
}

section#intro2 .order-form input,
section#intro2 .order-form textarea {
	width: 100%;
	--webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'arimo';
}

section#intro2 .order-form input.required.error {
	margin-bottom: 10px
}

section#intro2 .order-form label.error {
	margin-bottom: 10px;
	font-family: 'arimo';
	font-weight: normal;
}

section#intro2 .order-form button.sent {
	background: #105F30; 
}



section#intro2 .order-form button,

section#whatsnext a {
	background: #147A3D;
	outline: none;
	border: none;
	display: block;
	margin-left: auto;
	border-radius: 0;
	text-shadow: none;
	margin-right: auto;
	color: white;
	padding: 10px 18px;
	text-transform: uppercase;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#whatsnext a {
	width: 50%;
}

section#intro .order-form button:hover,
section#whatsnext a:hover {
	background: #105F30;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes ul.list-services li {
	font-family: arimo;
}

section#changes {
	padding: 50px 0;
		margin-bottom: 2em;
}

section#changes .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#changes .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes h5 {
	margin: 5px 0;
}

section#changes .info ul.list-services li {
	font-family: 'arimo';
}

section#changes .info ul.list-services li i {
	color: #147A3D;
	margin-right: 5px;
}

section#changes .testimonials blockquote {
	font-family: 'arimo';
	border-left-color: #147A3D;
	font-size: 15px;
}

section#changes .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}



section#changes2 {
	padding: 50px 0;
	margin-top: -28px;
		margin-bottom: -75px;
}

section#changes .preambule {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 1.6em;
}

section#changes2 .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes2 .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes2 h5 {
	margin: 5px 0;
}

section#changes2 .info ul.list-services li {
	font-family: arimo;
}

section#changes2 .info ul.list-services li i {
	color: #147A3D;
	margin-right: 5px;
}

section#changes2 .testimonials blockquote {
	font-family: 'arimo';
	border-left-color: #147A3D;
	font-size: 15px;
}

section#changes2 .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}












section#changes2 {
	padding: 50px 0;
	margin-top: -28px;
		margin-bottom: -75px;
}

section#changes .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#changes2 .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes2 .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes2 h5 {
	margin: 5px 0;
}

section#changes2 .info ul.list-services li {
	font-family: arimo;
}

section#changes2 .info ul.list-services li i {
	color: #147A3D;
	margin-right: 5px;
}

section#changes2 .testimonials blockquote {
	font-family: 'arimo';
	border-left-color: #147A3D;
	font-size: 15px;
}

section#changes2 .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}

















section#changes3 {
	padding: 50px 0;
	margin-top: -28px;

	background-color: #f9f9f9;
	
}

section#changes3 .preambule {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 1.6em;
}

section#changes3 .thumbnail img {
	padding-bottom: 20px;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes3 .thumbnail img:hover {
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#changes3 h5 {
	margin: 5px 0;
}

section#changes3 .info ul.list-services li {
	font-family: arimo;
}

section#changes3 .info ul.list-services li i {
	color: #147A3D;
	margin-right: 5px;
}

section#changes3 .testimonials blockquote {
	font-family: 'arimo';
	border-left-color: #147A3D;
	font-size: 15px;
}

section#changes3 .testimonials blockquote span strong {
	margin-left: 5px;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
}













section#features {
	padding: 60px 0;
	background: url(./images/features.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #cfcfcf;
}

section#features .preambule h3 {
	color: white;
	margin-top: 1em;
	
}

section#features .preambule p {
	color: white;
}

section#features .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#features .feature h5 {
	margin: 5px 0;
	color: white;
}

section#features .feature p {
	margin-left: 70px;
	color: white;
}

section#features .feature i {
	font-size: 48px;
	color: white;
	display: block;
	float: left;
	margin: 10px 20px 0 0;
	width: 49px;
}

section#features2 {
	padding: 50px 0;
	background: url(./images/gallery.jpg) center no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #cfcfcf;
}


section#features2 ul.list-services li {
	font-family: 'arimo';
	color: white;
}

section#features2 ul.list-services li i {
	color: white;
	margin-right: 5px;
}

section#features2 .preambule h3 {
	color: white;
	margin-top: 1.6em;
}


section#features2 .preambule p {
	color: white;
}

section#features2 .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#features2 .preambule h5{
	color: white;
}
section#features2 .feature h5 {
	margin: 5px 0;
	color: white;
}

section#features2 .feature p {
	margin-left: 70px;
	color: white;
}

section#features2 .feature i {
	font-size: 48px;
	color: white;
	display: block;
	float: left;
	margin: 10px 20px 0 0;
	width: 49px;
}


section#whatsnext {
	padding: 50px 0;
	margin-bottom: 2em;
}

section#whatsnext .preambule {
	margin-bottom: -50px;
	text-align: center;
	margin-top: 1.6em;
}

section#whatsnext .question h5 {
	margin: 5px 0;
}

section#whatsnext .question i {
	float: left;
	margin-right: 5px;
	font-size: 20px;
	margin-top: 8px;
	color: #147A3D;
}

section#whatsnext ul.list-services li {
	font-family: arimo;
}

section#gallery {
	background: url(./images/gallery.jpg) center center fixed;
	-webkit-background-size: cover ;
	background-size: cover ;
	padding: 50px 0;
	background-color: #cfcfcf;
	color: white;
}

section#gallery .preambule h3 {
	color: white;
	margin-top: 1.6em;
}

section#gallery .preambule p {
	color: white;
}

section#gallery .preambule {
	margin-bottom: 20px;
	text-align: center;
}

section#gallery a>img {
	opacity: 0.7;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

section#gallery a>img:hover {
	opacity: 1;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer {
	padding: 50px 0 20px 0;
}

footer#footer p.copyrights {
	text-align: center;
}


footer#footer .social {
	display: table;
	text-align: center;
	margin: 20px auto;
}

footer#footer .social li {
	float: left;
	width: 45px;
}

footer#footer .social li a {
	text-align: center;
	--webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #147A3D;
	padding: 6px;
	width: 15px;
	height: 15px;
	display: block;
	vertical-align: center;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li a:hover {
	border-color: #105F30;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}

footer#footer .social li i {
	color: #147A3D;
	font-size: 16px;
}

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


	@media only screen and (min-width: 768px) and (max-width: 959px) {}


	@media only screen and (max-width: 767px) {
		section#intro .order-form input {
			width: 100% !important;
		}

		section#intro .order-form button {
			box-sizing: border-box;
			width: 100%;
		}

		header nav ul {
			display: none;
		}

		header nav select {
			display: block !important;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			width: 100%;
			height: 30px;
			margin-top: 20px;
		}

		section#intro .order-form div {
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
		}
		
		section#intro2 .order-form div {
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
		}

		section#gallery a>img {
			display: block;
			margin: 10px auto;
		}
	}
	
	.formularz{
		
		text-align: center;
	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {}

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