html {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	overflow: hidden;
	color: black;
	background-color: #f8b305;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: europa, sans-serif;
	left: 0;
}

a {
	text-decoration: none;
	color: #226E3F;
}

h1 {
	text-align: center;
	font-size: 50px;
}

h2 {
	text-align: center;
	font-size: 30px;
}

h3 {
	text-align: center;
	font-size: 20px;
}

@font-face {
	font-family: europa;
	src: url("europa.otf"); 
}

@font-face {
    font-family: "europa";
    src: url("europa-bold.otf");
    font-weight: bold;
}

.page {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.header {
	height: 80px;
	width: 100%;
	position: relative;
	display: inline;
	white-space: nowrap;
	z-index: 101;
	overflow: hidden;
	float: left;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	left: 0;
	top: 0;
}

.header img {
	display: block;
}

.title {
	position: relative;
	display: inline;
	float: left;
	left: 0;
	width: auto;
}

.title img {
	width: 620px;
}

.lang {
	position: relative;
	display: inline;
	float: right;
	height: 25px;
	width: 80px;
	right: 0px;
	padding-top: 10px;
	overflow: hidden;
}

.lang img {
	height: 25px;
	width: 25px;
}

.lang td {
	width: 30px;
}

.lang table, tr, th, td {
	border: none;
	border-bottom: dashed 3px;
}

.bottom {
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
	left: 0;
	padding-top: 10px;
	border-top: 1px solid;
	border-top-color: #606060;
	z-index: 100;
	background-color: #f8b305; 
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- - MENU - -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.left {
	background-color: #fef0cd;
	position: relative;
	margin: 0;
	width: 229px;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 13px;
	text-align: left;
	padding: 0;
}

.left_menu {
	position: relative;
	top: 0;
	left: 0;
	bottom: 20px;
/*	padding-left: 10px;*/
	text-align: left;
	float: none;
}

.left_menu ul {
	width: 189px;
	list-style: none;
	padding-left: 20px;
	overflow: hidden;
}

.left_menu ul li {
	list-style: none;
	border-bottom: 1px solid rgba(120, 120, 120, .2);
	text-transform: uppercase;

}

.left_menu ul li a:link, a:visited {
	padding-top: 3px;
	display: block;
	height: 20px;
	width: 189px;
	text-decoration: none;
	color: #1a1a1a;
}

.left_menu ul li a:hover {
	background-color: rgba(200, 100, 120, .2);		
}

.left_menu ul ul {
	display: none;
}

.left_menu ul li:hover ul {
	display: block;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 8px;
	left: auto;
}

.left_menu ul li ul li {
	float: none;
	border-bottom: none;
}

/* -- -- -- -- -- -- THE  END -- -- -- -- -- -- */
/* -- -- -- -- -- -- - MENU - -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.index {
	background: url(../images/background.jpg) no-repeat center;
	background-size: 100% auto;
}

.main {
	background-color: #fef0cd;
	position: absolute;
	left: 229px;
	right: 0px;
	top: 80px;
	bottom: 30px;
	overflow: auto;
}

.main iframe {
	display: block;
	margin: 0 auto;
	background-color: rgba(255,255,255,100);
}

.main iframe th {
	padding-right: 20px;
	width: auto;
	border-bottom: solid 1px rgba(80,80,80,50);	
}

.main iframe td, tr {
	vertical-align: top;
	padding-left: 10px;
	background-color: #fef0cd;
}

.progtable {
	position: relative;
	width: 100%;
	margin: 0 auto;
/*	-webkit-column-width: 100px; /* Chrome, Safari, Opera */
/*    -moz-column-width: 100px; /* Firefox */
/*    column-width: 100px;*/
}

table.programa {
	width: 80%;
	margin: 0 auto;
}

table.programa th, td {
	padding-right: 20px;
	width: auto;
	border-bottom: solid 1px rgba(80,80,80,50);
}

table.programa td {
	vertical-align: top;
	padding-left: 10px;
	background-color: #fef0cd;

}

table.prog th, td {
	padding-right: 20px;
	width: 33%;
	border-bottom: solid 1px rgba(80,80,80,50);
}

table.prog td {
	vertical-align: top;
	background-color: rgba(179,141,50, .3);
}

.handicap {
	width: auto;
	display: block;
}

.handicap td {
	width: 60px;
	padding-left: 5px;
}

.handicap tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.7);
}

.handicap tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.1);
}

.galleria {
	height: 400px;
	max-width: 600px;
	max-height: 400px;
	background: #fef0cd;
}

.mapa {
	background: url(../images/mapa.svg) no-repeat center;
	background-size: 100% auto;
}

.mapa_k {
	background: url(../images/mapakids.svg) no-repeat center;
	background-size: 100% auto;
}

.cemetery {
	position: relative;
	height: 15px;
	left: 15px;
	float: left;
	padding: 0;
	margin: 0;
}

.copy {
	position: relative;
	float: right;
	right: 35px;
	text-align: right;
	font-size: 10px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- - RESPONSIVE - -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.mobileMenuBar {
	display: none;
	position: relative;
	top: 0;
	width: 100%;
}

.menuTrigger {
	display: none;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 100;
	background-color: #fef0cd;
}

.langTrigger {
	display: none;
}

.langTrigger img {
	height: 20px;
	width: 20px;
	opacity: 0.75;
}

@media screen and (max-width: 480px) { /* -- Vertical Mobile --*/

body {
	margin-left: 0;
	margin-right: 0;
	}

h3 {
	line-height: 2;
}

.mobileMenuBar {
	display: inline-block;
	background-color: #fef0cd;
	width: 100%;
}

.menuTrigger {
	position: relative;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	z-index: 150;
	float: left;
}

.menuTrigger img {
	top: 80px;
	left: 20px;
}

.menu {
	height: 0px;
	overflow: hidden;
	background-color: rgba(179,141,50, .5);
	width: auto;
}

.menu ul {
	list-style: none;
	list-style-type: none;
	padding-left: 15px;
}

.menu ul ul {
	padding-left: 30px;
}
.menu li {
	list-style: none;
}

.menuOpen {
	height: auto;
}

.langTrigger {
	position: relative;
	display: inline;
	float: right;
	height: 25px;
	width: 80px;
	right: 0px;
	padding: 0px;
	overflow: hidden;
}

.langTrigger img {
	height: 25px;
	width: 25px;
}


.langTrigger table, tr, th, td {
	border: none;
}

.lang {
	display: none;
}

.title img {
	width: 80%;
	margin: 0 auto;
}
.main {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 80px;
	bottom: 15px;
	overflow: auto;
	z-index: 5;
}

.bottom {
	display: inline;
	height: 30px;
	padding-top: 0;
	z-index: 15;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* -- -- -- -- -- -- - MENU - -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.left {
	position: relative;
	width: 0px;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 13px;
	text-align: left;
	overflow: visible;
	z-index: 149;
}

.left_menu {
	position: relative;
	width: 189px;
	top: 0px;
	left: 0;
	bottom: 20px;
	text-align: left;
	float: none;
	
}

.left_menu ul {
	width: 189px;
	list-style: none;
	padding-left: 20px;
	overflow: hidden;
}

.left_menu ul li {
	list-style: none;
	border-bottom: 1px solid rgba(120, 120, 120, .2);
	text-transform: uppercase;
	background-color: rgba(179,141,50, .5);		

}

.left_menu ul li a:link, a:visited {
	padding-top: 3px;
	display: block;
	height: 20px;
	width: 189px;
	text-decoration: none;
	color: #1a1a1a;
}

.left_menu ul li a:hover {
	background-color: rgba(200, 100, 120, .2);		
}

.left_menu ul ul {
	display: none;
}

.left_menu ul li:hover ul {
	display: block;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 8px;
	left: auto;
}

.left_menu ul li ul li {
	float: none;
	border-bottom: none;
}

/* -- -- -- -- -- -- THE  END -- -- -- -- -- -- */
/* -- -- -- -- -- -- - MENU - -- -- -- -- -- -- */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.form {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	height: 100%;
	width: 100%;
}

.cemetery {
	width: 100%;
	left: 0;
}
.cemetery img {
	left: 0;
	width: 100%;
}

.copy {
	right: 10px;
	font-size: 8px;
}

.entries {
	margin: auto;
	position: relative;
	overflow: hidden;
	width: 190px;
	align-self: center;
}
}