/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:focus {
  outline: none;
}
#wrapper {
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: center;
  overflow: auto;
}
#boxes-wrapper {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
}
#background-image {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 100%;
  min-width: 100%;
}
.page-box {
  position: absolute;
}
.page-box .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  border: 1px solid #ccc;
  opacity: 0.93;
}
.page-box .content {
  position: relative;
  padding: 5px 0px;
  z-index: 2;
  color: #fff;
}
.page-box.top {
  top: 0px;
  width: 280px;
  left: 50%;
  margin-left: -140px;
}
.page-box.top .background {
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
.page-box.top .background:after {
  content: url('../img/box-button-top.png');
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -18px;
}
.page-box.top .button {
  display: block;
  width: 37px;
  height: 16px;
  background-image: url('../img/arrow-up.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -17px;
  z-index: 2;
}
.page-box.bottom {
  bottom: 0px;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  height: 580px;
}
.page-box.bottom .background {
  border-radius: 10px 10px 0px 0px;
  border-bottom: none;
}
.page-box.bottom .background:after {
  content: url('../img/box-button-bottom.png');
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -18px;
}
.page-box.bottom .button {
  display: block;
  width: 37px;
  height: 16px;
  background-image: url('../img/arrow-up.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -17px;
  z-index: 2;
}
.bg-chg-big-button {
  position: absolute;
  display: block;
  top: 0px;
  width: 5%;
  min-width: 60px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.bg-chg-big-button:hover {
  background-color: #ffffff;
}
#bg-prev {
  left: 0px;
  background-image: url('../img/bg-prev.png');
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.2);
}
#bg-next {
  right: 0px;
  background-image: url('../img/bg-next.png');
  box-shadow: -4px 0px 5px rgba(0, 0, 0, 0.2);
}
#sidebar {
  width: 182px;
  height: 100%;
  text-align: left;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
#sidebar ul.sidebar-menu {
  list-style: none;
  margin-top: 10px;
  margin-left: 25px;
}
#sidebar ul.sidebar-menu li {
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-left: 18px;
  border-bottom: 1px solid #0087ca;
  background: url('../img/left-menu-arrow.png') 3px 3px no-repeat;
}
#sidebar ul.sidebar-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#sidebar ul.sidebar-menu li a:hover {
  color: #9cdcf7;
}
#sidebar ul.sidebar-menu li.current a {
  font-weight: bold;
}
#sidebar img.args {
  margin-left: 7px;
  margin-top: 15px;
}
#logo {
  width: 165px;
  height: 201px;
  margin-left: 20px;
  background: url('../img/logo.png') center center no-repeat;
  text-align: center;
  position: relative;
  display: block;
}
#logo .phone {
  width: 165px;
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
#menu {
  font-weight: 100;
  height: 60px;
  margin-left: 230px;
  text-align: center;
}
#menu ul {
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  margin: 0px;
  margin-right: 30px;
  padding: 0px;
}
#menu ul li {
  display: inline-block;
  background: url('../img/separator.png') center left no-repeat;
}
#menu ul li a {
  display: inline-block;
  padding: 10px 10px;
  text-decoration: none;
  color: #fff;
}
#menu ul li:first-child {
  background: none;
}
#menu ul li:hover a {
  color: #9cdcf7;
}
#menu ul li.current a {
  color: #9cdcf7;
}
#languages .content {
  text-align: center;
}
#languages .content ul {
  list-style: none;
}
#languages .content ul li {
  padding: 4px;
  display: inline-block;
  position: relative;
  z-index: 3;
}
#languages .content ul li img {
  position: relative;
  left: 1px;
}
#languages .content ul li:hover,
#languages .content ul li.current {
  background: url('../img/lang-bg.png') center center no-repeat;
}
#page-content {
  margin-left: 235px;
  margin-right: 30px;
  text-align: justify;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
#page-content p {
  margin-bottom: 16px;
}
#page-content a {
  color: #FFF;
  text-decoration: none;
}
#page-content a:hover {
  color: #9cdcf7;
  text-decoration: underline;
}
#page-content ol {
  margin-left: 30px;
}
#page-content ul {
  margin-left: 30px;
}
#page-content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
  border-bottom: 1px solid #0087ca;
}
#page-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #0087ca;
}
#page-content h3 {
  font-size: 18px;
}
#page-content .corobimyinfo {
  font-size: 14px;
}
#languages,
#content {
  display: none;
}
.arguments {
  width: 100%;
  border: none;
}
.arguments tr {
  height: 95px;
}
.arguments .leftcell {
  width: 70px;
  vertical-align: top;
}
.arguments .rightcell {
  vertical-align: top;
  padding-left: 10px;
}
#help-arrows {
  color: #fff;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  z-index: 5;
}
#help-arrows .arrow-up {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -34px;
}
#help-arrows .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 100px;
  margin-left: -34px;
}
#help-arrows .arrow-left {
  position: absolute;
  left: 100px;
  top: 0;
  margin-top: 365px;
}
#help-arrows .arrow-right {
  position: absolute;
  right: 100px;
  top: 0;
  margin-top: 365px;
}
#help-arrows .box {
  width: 412px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -206px;
}
#help-arrows .text {
  width: 300px;
  padding: 10px 100px 10px 10px;
  background: #000000;
  background: rgba(0, 0, 0, 0.93);
  z-index: 1;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.93);
  border-radius: 5px;
  background-image: url('../img/info.png');
  background-position: 330px center;
  background-repeat: no-repeat;
}
#help-arrows .next,
#help-arrows .close {
  float: right;
  display: block;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 5px 40px 5px 5px;
  margin: 4px 0px 0px 4px;
  background: #000000;
  background: rgba(0, 0, 0, 0.93);
  z-index: 1;
  border: 1px solid #ccc;
  border: 1px solid rgba(204, 204, 204, 0.93);
  border-radius: 5px;
}
#help-arrows .next img,
#help-arrows .close img {
  position: absolute;
  top: 8px;
  right: 13px;
}
.cookieslist li {
  float: left;
  margin-left: 40px;
}
.cookies-page-info {float:right;}
.cookies-page-info img {float:left; margin-left:20px;}