/* Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Lato", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; background-color:#285246;}
h1, h2, p 	{color:#FFFFFF; }
p {font-size:1.75em; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
	padding-top:10em; }
}
