/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

	body {
		background-image: url("https://farmtec.eu/images/background-farmstore.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		color: #808080;
		font: 1em/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	*::-moz-selection {
    	background-color: #008755;
    	color: #FFFFFF;
	}
	
	.container {
		background: none repeat scroll 0 0 #ffffff;
		margin: 3em auto 3em;
		padding-bottom: 1em;
	}
	
	h1, h2, h3, h4, h5, h6 {
		color: #008755;
		font-family: 'PT Sans Narrow', sans-serif !important;
		font-weight: 700;
		text-transform: none;
	}
	
	h1, .h1 {
    	font-size: 42px;
    	line-height: 1.2;
    	margin: 0 auto;
    	padding: 12px 10px;
    	text-align: center;
	}
	
	h2, .h2 {
    	font-size: 26px;
    	line-height: 1.2;
    	margin: 0 auto 5px;
    	padding: 12px 0;
    	text-align: left;
	}
	
	h3, .h3 {
    	font-size: 22px;
    	line-height: 1.2;
    	margin: 20px 0;
    	padding: 0;
    	text-align: left;
    	text-transform: none;
	}
	
	p {
    	font-style: normal;
    	margin: 0 0 20px;
    	text-align: left;
	}
	
	p.intro {
    	font: 400 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
    	margin: 10px 0 40px;
    	padding: 0 10px;
    	text-align: center;
	}
	
	strong {
		color: #808080;
	}
	
	.logo {
		float: none;
		text-align: left;
		z-index: 2;
	}
	
	.logo img {
		height: auto;
		max-width: 100%;
		margin: 30px 0px 30px 10px;
	}
	
	.language {
	    margin-top: 30px;
	    margin-right: 10px;
	    text-align: right !important;
	}
	
	.language img {
		width: 26px;
		height: 26px;
		margin: 0 2px;
	}
	
	.language a:hover {
		opacity: 1;
	}
	
	.selected-language {
		opacity: 0.6;
	}
	
	.contact {
		padding-right: 10px;
		margin-top: 30px;
	}
	
	.contact p {
		text-align: right !important;
		color: #008755;
		font-size: 18px;
		font-weight: bold;
	}
	
	.contact p a {
		text-decoration: none;
		color: #008755;
	}
	
	.contact p a:hover {
		text-decoration: none;
		color: #eec523;
	}
	
	.contact p span {
		font-weight: normal;
		color: #eec523;
	}
	
	a {
		color: #008755;
		outline: 0 none;
		text-decoration: underline;
	}
	
	a:hover {
		color: #44a1d0;		
	}
	
	a:visited {
		color: #008755;
		outline: 0 none;
		text-decoration: underline;
	}

	div.section {
		margin: 0px 0px 10px 0px;
		overflow: hidden;
	}
	
	div.section img {
		height: auto;
		max-width: 100%
	}
	
	.space {
		margin-top: 30px;
	}
	
	.box {
		padding: 0px 10px;
	}
	
	h3 a {
		color: #646464;
		text-decoration: none;
	}
	
	h3 a:hover {
		color: #44a1d0;
	}

	.container .eight.columns {
		text-align: left;
	}
	
	.container .eight.columns p {
    	margin: 0 auto 30px;
    	padding: 0;
    	text-align: left;
    	line-height: 1.5;
	}
	
	#footer {
		border-top: dotted 1px #606060;
    	height: auto;
    	margin: 0 auto;
    	padding: 10px 0;
    	font-size: 13px;
	}
	
	#footer .two-thirds.column p {
		margin: 0px 0px 0px 5px;
		float: left;
		padding: 0;		
	}
	
	#footer .one-third.column p {
		margin: 0px 5px 0px 0px;
		float: right;
		padding: 0;
	}
	
	#footer a {
		outline: 0 none;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #008755;
	}
	
	.seperator-footer {
		color: #fdd229;
	}
			
	.button {
    	background: #008755;
    	border: medium none;
    	color: #FFFFFF !important;
    	cursor: pointer;
    	display: inline-block;
    	font: bold 15px Helvetica,sans-serif;
    	outline: medium none;
    	padding: 0.75em 1.5em;
    	text-align: center;
    	text-decoration: none;
    	white-space: nowrap;
    	margin-bottom: 20px;
}
	.button:hover {
    	background: #f8c002;
    	color: #FFFFFF;    	
    	text-decoration: none;
}

.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.error a, .alert a {color:#8a1f11;}
.success a {color:#264409;}

		
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	.contact { margin-bottom: 20px;	}	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	input[type="text"], input[type="password"], input[type="email"], textarea, select { width: 170px; }
	form textarea { width: 400px } 	
	select { width: 203px; }
	
	.contact { margin-bottom: 20px;	}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.contact { margin-bottom: 20px;	}
	h2, .h2 { text-align: center; }
	.container .eight.columns { text-align: center !important; }	
	.container .eight.columns p { padding: 0 15px; text-align: center !important; }
	p.intro { font: 400 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 10px 0 45px; padding: 0 15px; text-align: center; }
	.language { margin: 0px 0px 10px 0px !important; text-align: center !important; }
	.contact { padding-right: 0px; margin-top: 10px; }
	.contact p { text-align: center !important; color: #008755; font-size: 15px; font-weight: bold; }
	h1, .h1 { font-size: 32px; line-height: 1.0; margin: 0 auto; padding: 12px 10px; text-align: center; }					
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.container { margin: 2em auto 2em; }
	.contact { margin-bottom: 20px;	}
	.logo img { float: none; text-align: center; z-index: 2; margin: 30px 0 10px; }
	.language { text-align: center; margin-bottom: 20px !important; }
	h2, .h2 { text-align: center; }
	.container .eight.columns { text-align: center !important; }	
	.container .eight.columns p { padding: 0 15px; text-align: center !important; }					
	#footer .two-thirds.column p { float: none; text-align: center; margin: 0 0 10px 0; }
	#footer .one-third.column p { float: none; text-align: center; margin: 0 0 15px 0; }	
	form textarea { width: 380px }
	p.intro { font: 400 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 10px 0 45px; padding: 0 15px; text-align: center; }
	.language { margin: 0px 0px 10px 0px !important; text-align: center !important; }
	.contact { padding-right: 0px; margin-top: 10px; }
	.contact p { text-align: center !important; color: #008755; font-size: 15px; font-weight: bold; }
	h1, .h1 { font-size: 32px; line-height: 1.0; margin: 0 auto; padding: 12px 10px; text-align: center; }					
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	.container { margin: 2em auto 2em; }
	.contact { margin-bottom: 20px;	}
	.logo img { float: none; text-align: center; z-index: 2; margin: 30px 0 10px; height: auto; max-width: 90% }
	.language { text-align: center; margin-bottom: 20px !important; }	
	h2, .h2 { text-align: center;	}
	.container .eight.columns { text-align: center; }	
	.container .eight.columns p { padding: 0 15px; text-align: center; }						
	#footer .two-thirds.column p { float: none; text-align: center; margin: 0 0 10px 0; }
	#footer .one-third.column p { float: none; text-align: center; margin: 0 0 15px 0; }		
	input[type="text"], input[type="password"], input[type="email"], textarea, select { width: 260px; }
	form textarea { width: 260px }
	select { width: 294px; }  		
	p.intro { font: 400 16px/24px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 10px 0 45px; padding: 0 15px; text-align: center; }
	.language { margin: 0px 0px 10px 0px !important; text-align: center !important; }
	.contact { padding-right: 0px; margin-top: 10px; }
	.contact p { text-align: center !important; color: #008755; font-size: 15px; font-weight: bold; }
	h1, .h1 { font-size: 32px; line-height: 1.0; margin: 0 auto; padding: 12px 10px; text-align: center; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
