﻿body{
	background: #ffffff;
}

/* Style for our header texts
	* --------------------------------------- */
h1 {
	font-size: 3em;
	font-family: "calibri, PT Sans Narrow", arial,helvetica;
	color: #000000;
	margin: 0;
	padding: 0;
	font-weight: lighter;
	text-align: left;
	padding: 20px 0px 20px 18px;
}
#slide1 h1 {
	padding-top: 30px;
}
/* Centered texts in each section
	* --------------------------------------- */
.section {
	text-align: center;
}
/* Defining each section background and styles
	* --------------------------------------- */
#section0 {
	background: #ffffff url('../images/background.jpg') center top repeat;
	background-size: cover;
}
/* Bottom menu
	* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}
.text {
	max-width: 810px;
	height: 100%;
	width:100%;
	overflow-y: hidden;
	margin: 0 auto;
	color: #000000;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-top:30px;
    position:relative;
    overflow-x:hidden;
}
.full-text {
	max-width: 100%;
	height: 100%;
	width:100%;
	overflow-y: hidden;
	margin: 0 auto;
        position:relative;
        overflow-x:hidden;
}
.slimScrollBar {
	width: 12px !important;
	margin-right: 2px;
}
.padding {
	display: block;
	padding: 20px;
	padding-left: 34px;
	text-align: left;
    height:auto;
}
td {
	text-align: left;
	vertical-align: top;
	padding-right: 15px;

}
#tabprogram td {
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
a {
	color: white;
	text-decoration: none;
}
.slide {
	position: relative;
}

.img-responsive{
	max-width:98%;
	display:block;
	height:auto;
}

@media(max-width:768px)
{
	td{
		display:block;
		float:left;
		width:100%;
		margin-top:5px;
	}
}

.bubble{
	position:absolute;
}
.small{
	width:200px;
	height:200px;
}
.medium{
	width:300px;
	height:300px;
}
.large{
	width:400px;
	height:400px;
}

/*Menu*/
#menu{
	position:absolute;
	top:20px;
	right:15px;
	z-index:100;
    font-size:15px;
}
.open{
	display:none;
	background:white;
	width:auto;
	font-family: "calibri, PT Sans Narrow", arial,helvetica;
}
.open a{
	display:block;
	border-bottom:1px solid #EEEEEE;
	line-height:30px;
	padding-right:20px;
	padding-left:40px;
	color:#666666;
	text-align:right;
}
.open a:hover{
	color:#000000;
    background: url('../images/icon.png') no-repeat 8px 6px;
}
.collapsed{
	display:block;
	text-align:right;
	cursor:pointer;
}
.pointer a {
	cursor:default;
	color:#919191;
}
.pointer a:hover {
	color:#919191;
}



@media(max-width:768px)
{
    .hideMobile{
        display:none;
    }

}