.alpha50 {
  /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.50);
}

.alpha70 {
  /* Fallback for web browsers that doesn't support RGBa */
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-family: nueva;
    src: url('../imgs/nueva.eot');
    src: url('../imgs/nueva.eot?#iefix') format('embedded-opentype'),
    url('../imgs/nueva.woff') format('woff'),
    url('../imgs/nueva.ttf') format('truetype'),
    url('../imgs/nueva.svg#nueva_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: myriad;
  src: url('../imgs/myriad.ttf');
}

html, html a {
  -webkit-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  font-smooth: always !important;
/*   text-shadow: #dbd5c9 1px 1px 1px; */
/*   -webkit-text-stroke: 1px rgba(182, 171, 147, 0.7); */
}

body {
  color: #dbd5c9;
  margin: 0px;
  font-family: nueva, Arial;
  font-size: 95%;
}

#debug {
  position: absolute;
  left: 5px;
  top: 120px;
  background: rgba(255, 0, 0, 0.7);
  min-width: 200px;
  min-height: 35px;
  z-index: 100;
  color: white;
   display: none;
}

#background, #background_buffer {
/*   min-width: 1544px; */
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

#background_buffer {
  z-index: -110;
}

#container {
  position: relative;
  overflow: hidden;
  -moz-transform-origin: 0 0;
}

#header {
  font-family: myriad;
  font-weight: bold;
}

#header > div {
  max-width: 1062px;
  margin: 0 auto;
  clear: both;
}

#language {
  text-align: left;
  text-transform: uppercase;
  font-size: 8pt;
  float: right;
  width: 188px;
  margin-bottom: 4px;
}

#language ul, #language li {
  padding-left: 0px;
}

#language li.current a {
  color: #dbd5c9;
}

#language ul {
  margin: 0px;
}

#language li {
  display: block;
  float: right;
  padding-left: 5px;
  margin: 0px 0px 0px 0px;
}

#language li a {
  color: #dbd5c9;
  text-decoration: none;
}

#language li a.active {
  color: #dbd5c9;
}

#menu {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 56px;
  letter-spacing: -1px;
}

#logo {
  float: left;
  -moz-transform-origin: 0px 0px;
}

#logo a img {
  border: none;
  text-decoration: none;
}

#logo h1 {
  display: none;
}

#menu ul {
  float: left;
  margin-top: 27px;
  padding-left: 42px;
}

#menu ul div.line {
  margin-top: -2px;
  height: 1px;
  background: #006692;
  width: 0px;
}

#menu li.current div.line {
/*   width: 100%; */
}

#menu li {
  font-size: 90%;
}

/*#menu li span {
  padding-left: 13px;
  padding-right: 13px;
}*/

#submenu {
  padding-left: 20px;
  padding-right: 20px;
}

#submenu_inner ul {
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 180px; /*logo width*/
  padding-left: 50px;
  font-size: 80%;
}

#menu li.selected {
  border-bottom: 1px solid #e2001a;
}

#menu li, #submenu li {
  display: block;
  list-style: none;
  float: left;
  text-align: center;
}

#submenu_inner li {
  margin-right: 30px;
  font-size: 110%;
}

#submenu_inner li.current a {
  color: #dbd5c9;
}

#menu li a, #submenu_inner li a {
  color: #dbd5c9;
  text-decoration: none;
}

#menu li a:hover, #submenu_inner li a:hover {
  color: #dbd5c9;
}

#menu li a {
  text-transform: uppercase;
  margin-left: 13px;
  margin-right: 13px;
}

#search {
  float: right;
  text-transform: uppercase;
  font-size: 80%;
  color: #dbd5c9;
}

#search p {
  margin: 0px;
}

#search input[type="text"] {
  height: 20px;
  width: 183px;
  border: none;
  background: #dbd5c9;
  margin-left: 0px;
  margin-top: 20px;
  display: block;
  float: left;
}

#search input[type="image"] {
  padding-left: 5px;
  padding-top: 2px;
  display: block;
  float: left;
  margin-top: 15px;
}

#close_button {
  margin:auto;
  width: 30px;
  height: 30px;
  position:relative;
  left:520px;
  display: none;
  cursor: pointer;
  background: url('../imgs/cross.png');
}

#middle {
  padding-left: 20px;  /* only right one is needed, but keep left the same to get the content really in the center */
  padding-right: 20px;
}

#scroll_content_outer {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
}

#scroll_content {
  margin-left: 171px;
  padding-top: 25px;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 30px;
  font-size: 13pt;
}

#scroll_content p {
  margin: 0px;
  padding: 0px;
  line-height: 150%;
}

#scroll_content ul.search_results {
  font-size: 110%;
}

#scroll_content ul.search_results a {
  font-weight: bold;
}

#scroll_content a {
  color: #006692;
}

#spacer1 {
  float: right;
  width: 5px;
  height: 200px;
}

#spacer2 {
  float: right;
  width: 90px;
  clear: right;
}

h2 {
  margin: 0px 0px 4px 0px;
  font-family: myriad;
  font-size: 168%; /* = 29px from 13pt - for dynamic resizing*/
}

#prefooter {
  position: absolute;
  bottom: 165px;
  min-height: 50px;
  width: 100%;
  font-family: myriad;
  font-size: 115%;
  padding: 30px;
}

#prefooter h3 { font-size: 1.15em; margin: .50em 0 }

#subprefooter {
width:780px;
margin:auto;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #006692;
  font-family: myriad;
  font-size: 85%;
}

#footer_inner {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1062px;
}

#slideshow {
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  min-height: 5px;
}

#slideshow.linear {
  margin-left: 171px;
  margin-right: 45px;
}

#slideshow a img {
  border: none;
  text-decoration: none;
}

#slideshow_inner {
  -moz-transform-origin: 0px 0px;
}

#mycarousel {
  height: 125px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#mycarousel li {
  overflow: hidden;
}

#copyright {
  float: left;
  margin-left: 171px;
  color: #dbd5c9;
}

#bottommenu ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}

#bottommenu li {
  margin-left: 5px;
  width: 80px;
  display: block;
  float: left;
  text-align: center;
  border-left: 1px solid #bbb5a9;
}

#bottommenu li:first-child {
  border-left: none;
}

#bottommenu li a {
  color: #dbd5c9;
  text-decoration: none;
}

#bottommenu li a:hover {
  color: #dbd5c9;
}

#social {
  position: relative;
  float: right;
  text-align: right;
  margin-right: 20px;
}

#social a {
  text-decoration: none;
}

#social a img {
  border: none;
}

#social span {
  display: none;
}

#flower {
  width: 363px;
  height: 321px;
  background: url('../imgs/flower.png');
  position: absolute;
  left: -30px;
  bottom: 40px;
  z-index: 1000;
  -moz-transform-origin: 20% 120%;
  -ms-transform-origin: 20% 120%;
  pointer-events: none;
}

#eulogo {
  width: 100%;
  background: url('../imgs/eu_background.gif') white;
}

#eulogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

#menu ul :first-child{
  /*width: 80px;*/
}

#submenu_inner ul :first-child {
  /*width: 80px;*/
}

input::-webkit-input-placeholder {
  font-size: 85%;
  color: #505050;
}

input:-moz-placeholder {
  font-size: 85%;
  color: #505050;
}

input:-ms-input-placeholder {
  font-size: 85%;
  color: #505050;
}

#mcs_container .dragger {
  background: #006692;
}

#mcs_container .dragger_pressed {
  background: #006692;
}

#popup {position: absolute; left:50%; right: 50%; background: #fff;}
#popup .close {display: block; background: url("../imgs/close.png"); width: 24px; height: 24px; position: absolute; right: -10px; top: -10px; z-index: 10000; cursor: pointer}

#scroll_content .mCSB_scrollTools .mCSB_dragger{
    height: 11px !important;
    }
/*Kolečko*/
#scroll_content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: rgb(0, 102, 146);
}
/*Scrollbar*/
#scroll_content .mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail{
    background: #828282;
}