/*-------------------------------------------
	@Reset
---------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }

/*-------------------------------------------
	@Structure
---------------------------------------------*/

html, body {
margin: 0px;
padding: 0px;
min-height:100%;/* make sure it is at least as tall as the viewport */
height: 100%;
width: 100%;
text-align: center;
border: none;
color: #5B5B5B;
font-family : segoe ui, sans-serif;
font-size : 14px;
}

html { 
position: absolute;
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;    
}

.clear {
clear: both;
line-height: 0;
}

a {
color: #f25522;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

#logo {
position: absolute;
right: 30px;
top: 30px;
width: 192px;
height: 150px;
margin: 0px;
padding: 0px;
text-align: left;
}

#languageswitch {
position: absolute;
right: 30px;
top: 0px;
width: 192px;
height: 15px;
margin: 0px;
padding: 0px;
text-align: right;
}

section {
position: relative;
top: 0px;
left: 50%;
width: 960px;
margin: 20px;
margin-left: -500px;    
text-align: left;
padding: 25px 20px 35px 20px;
}

.parallax-container {
height: 300px;
width: 100%;
}

pre {
overflow: auto;
}

pre code {
word-wrap: normal;
white-space: pre;
}

#map {
float: bottom;
position: relative;
top: 0px;
left: 0px;
right: 0px;
height: 250px;
margin: 0px 0px 20px 0px;
padding: 0px 0px 0px 0px;
border-radius: 3px;
border: 1px solid #B68715;
}

h1 {
font-size : 42px;
padding-bottom: 0px;
color: #B68715;
}
h2 {
font-size : 28px;
padding-bottom: 13px;
color: #4D4D4D;
}
h3 {
font-size : 28px;
padding-top: 10px;
padding-bottom: 33px;
color: #B68715;
}
h4 {
font-size : 20px;
padding-bottom: 13px;
color: #B68715;
}
p {
font-size : 18px;
padding-bottom: 8px;
color: #000000;
vertical-align: top;
}
span.bold {
font-weight: bold;
font-size: larger;
color: #B68715;
}

table {
margin-bottom: 8px;
}
td {
vertical-align: top;
}
td.distance {
padding-bottom: 10px;
}

footer {
position: relative;
bottom: 0px;
background: #000;
color: #ddd;
padding: 30px 0 30px;
text-align: center;
}

footer a {
color: #ddd;
text-decoration: none;
}

footer a:hover {
color: #eee;
text-decoration: underline;
}

input.text {
font-family: Arial,sans-serif;
color: #000000;
border-radius: 3px;
border: 1px solid #B68715;
background-color: rgba(255,255,255,1);
}
textarea {
font-family: Arial,sans-serif;
font-size: 14px;
color: #000000;
border-radius: 3px;
border: 1px solid #B68715;
background-color: rgba(255,255,255,1);
}

.adipoli-wrapper
{
margin:auto;
position:relative;
display: inline-block;
}
.adipoli-wrapper>img
{
position: absolute;
z-index: 1;
}
.adipoli-before
{
position: absolute;
z-index: 5;
}
.adipoli-after
{
position: absolute;
z-index: 10;
}
.adipoli-slice {
display:block;
position:absolute;
z-index:15;
height:100%;
}
.adipoli-box
{
display:block;
position:absolute;
z-index:15;
}

.notification_error {
border: 1px solid #A25965;
height: auto;
width: 94%;
padding: 4px;
background: #F8F0F1;
text-align: left;
border-radius: 5px;
margin: 0px 0px 20px 20px;
}
 
.notification_ok {
border: 1px #B68715 solid;
height: auto;
width: 94%;
padding: 8px;
background: #f5f9fd;
text-align: center;
border-radius: 5px;
margin: 0px 0px 20px 20px;
}