﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background-size: cover;
	background-position: center top;
	font-family: Roboto, Arial, Verdana, sans-serif;
	color: #000;
	font-size: small;
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, rgba(255,226,154,1.00) 0%, rgba(255,255,255,0.00) 10.36%);
	background-image: url('../img/tlo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
header {
	background-position: 20px center;
	max-width: 920px;
	padding: 10px 20px;
	margin: 0px auto;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	min-height: 100px;
	background-color: #95e028;
}
#menu ul {
	list-style-type: none;
	text-align: right;
	padding: 20px 0px 20px 0px;
}
#menu li {
	display: inline-block;
	margin: 0px 2px;
}
#menu li a {
	display: block;
	background: transparent;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	color: #009900;
}
#menu li a.active, #menu li a:hover {
}
.heading {
	text-align: right;
	padding-bottom: 20px;
	color: #888;
}
.heading a {
	text-decoration: none;
	color: #009900;
}
.heading a:hover {
	color: #000;
}
h1, h3 {
	background-position: center top;
	max-width: 920px;
	padding: 15px 20px;
	min-height: 19px;
	line-height: 1em;
	font-weight: 400;
	background-color: #009900;
	background-image: url('../img/menu.png');
	background-repeat: repeat-x;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 0px auto;
}
article {
	max-width: 960px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.85);
}
article p {
	padding: 20px;
	text-align: justify;
}
.push-left {
	float: right;
	margin: 0px 0px 0px 20px;
	height: 80px;
}
.name {
	font-size: 20px;
	font-weight: 500;
	color: rgb(255,51,0);
}
.equalcol {
	display: table;
}
.equalcol-row {
}
.col1-2 {
	width: 50%;
	display: table-cell;
	float: left;
}
.col1-4 {
	width: 25%;
	display: table-cell;
	float: left;
}
.col3-4 {
	width: 75%;
	display: table-cell;
	float: left;
}
.clearfix {
	clear: both;
	height: 0px;
}
.bgins {
	background-color: #95e028;
	background: linear-gradient(to left bottom, rgba(75,125,54,0.6) 0px, rgba(75,125,54,0.2) 200px, rgba(75,125,54,0) 400px) #95e028;
}
.bgins3 {
	background-color: rgb(204, 255, 153);
	background: linear-gradient(to left, rgba(255,255,255,1) 0px, rgba(255,255,255,1) 110px, rgba(255,255,255,0) 600px) rgba(204, 255, 153,0.3);
}
.intro {
	font-size: 16px;
	color: #fff;
	line-height: 1em;
}
.foto {
	text-align: center;
	padding: 20px 0px;
}
.foto img {
	width: 15%;
	margin: 0.35%;
	border: none;
}
.foto img:hover {
}
.padding20y {
	padding: 20px 0px;
	text-align: center;
}
.center {
	text-align: center;
}
footer {
	text-align: center;
	max-width: 960px;
	margin: 0px auto;
}
footer p {
	padding: 20px;
	font-size: 16px;
	color: #000;
}
footer a {
	color: #555;
}
footer a:hover {
	color: #000;
}
.tresc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.google-maps {
	border-width: 0px;
	border-color: #FFFFFF;
	height: 320px;
	width: 100%;
}
#author {
	max-width: 920px;
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	font-size: 11px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
}
#author img {
	border: none;
	vertical-align: middle;
}
#author a {
	color: #999;
}
#author a:hover {
	color: #fff;
}
.inside {
	max-width: 480px;
}
.title p {
	font-size: 28px;
}
@media (max-width:480px) {
.col1-4 {
	width: 50%;
}
.col1-2 {
	width: 100%;
}
}
@media (max-width:640px) {
.foto img {
	width: 50%;
}
}
@media (max-width:479px) {
.foto img {
	width: 100%;
}
.heading {
	display: none;
}
.rwd-disp-n {
	display: none;
}
#menu ul {
	text-align: center;
}
header {
	background-position: center 60px;
	min-height: 160px;
}
.inside {
	width: 100%;
}
}
@media (max-width:319px) {
.push-left {
	display: none;
}
}
