html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 0px;
}

@media screen and (orientation: landscape) {
  body {
    min-width: 1054px;
  }
}

.header_frame {
  background-image: url(/img/headerbg.png);
  width: 100%;
  height: 115px;
  margin: 0px;
  padding: 0px;
  text-align: center;

  box-shadow: #888 0px 4px 6px;
  -moz-box-shadow: #888 0px 4px 6px;
  -webkit-box-shadow: #888 0px 4px 6px;
  z-index: 10;
}

.header_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 95%;
  height: 115px;
  position: relative;
}

.header_content .logo {
  width: 309px;
  height: 115px;
  float: left;
}

.header_content .logo div {
  width: 309px; 
  height: 51px;
  margin: 0px;
  cursor: pointer;
  background-image: url(/img/etranetlogo.png);
  background-repeat: no-repeat;
  margin-top: 34px;
}

.header_content .lead {
  width: 396px;
  height: 115px;
  float: right;
  background-image: url(/img/headerlead.png);
  background-repeat: no-repeat;
}

.header_content .navbar {
  width: 500px;
  height: 20px;
  z-index: 10;
  text-align: right;
  position: absolute;
  top: 82px;
  left: 695px;
}

.header_content .navbar .container {
  width: 500px;
  float: right;
}

.header_content .navbar .menu {
  margin: 0px;
  padding: 0px;
  display: inline;
  float: left;
  width: 155px;
  height: 25px;
  padding-top: 6px;
  padding-bottom: 2px;
  text-align: center;
  background-color: #e8e8ea;
  font-family: "Tahoma", "Helvetica"; 
  font-size: 12pt;
}

.header_content .navbar .first {
  -moz-border-radius: 0px;
  -webkit-border-radius: 8px 0px 0px 0px;
  border-radius: 8px 0px 0px 0px;
  background-color: #dcdddf; 
}

.header_content .navbar .middle {
  width: 120px;
  background-color: #e8e8ea;
}

.header_content .navbar .last {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px 8px 0px 0px;
  border-radius: 0px 8px 0px 0px; 
  background-color: #fafafa;
}

.header_content .navbar a {
  color: #4f76ad;
  text-decoration: none;
  font-weight: normal;
  font-size: 17px;
}

.header_content .navbar .langs {
  padding-top: 10px;
  font-size: 12px;
  color: #576977;
  font-style: italic;
}

.content_frame {
  width: 100%;
  /*height: 650px;*/
  margin: 0px;
  padding: 0px;
}

.content_page {
  max-width: 1200px;
  width: 95%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content_page a {
  text-decoration: none;
}

.content_page .slideshow ul {
  margin: 0px;
  padding: 0px;
}

.content_page .slideshow li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}

.content_page .slideshow img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.content_page .news {
  position: absolute;
  /*top: 470px;*/
  bottom: 0px;
  z-index: 12;
  width: 330px;
  text-align: center;
  background: rgba(30, 66, 125, .82);
  padding: 10px;
  color: white; 
  font-size: 13px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px; 
  margin: 20px;
}

.content_page .page {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
  min-height: 650px;
}

.content_page .page .menu_items {
  width: 280px;
  height: 100%;
  float: left;
  padding: 20px;
  padding-top: 10px;
  padding-left: 20px;
  margin-left: 0px;
}

.content_page .page .menu_items .menu_btn {
  border-bottom: 1px solid #e0e0e0;
}

.content_page .page .menu_items .menu_btn a {
  font-size: 17px;
}

.content_page .page .menu_items .submenu,
.content_page .page .menu_items .submenu .submenu2 {
  font-size: 10pt;
  display: none;
}

.content_page .page .menu_items .submenu li {
  list-style-type: none;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_page .page .menu_items .submenu2 {
  padding-left: 20px;
}

.content_page .page .menu_items ul li li {
  /* dprelec, DISABLED for now
  border-bottom: 1px solid #e0e0e0;*/
}

.content_page .page .menu_items ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

.content_page .page .menu_items .submenu {
  padding-left: 20px;
}

.content_page .page .menu_items ul li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content_page .page .menu_items li a {
  color: #4f76ad;
}

.content_page .page .menu_items li a:hover {
  color: #1a2d67;
}

.content_page .page .menu_items li a.current {
  font-weight: bold;
  color: #1a2d67;
}

.content_page .page .menu_items .submenu2 li {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.content_page .page .text {
  width: 830px;
  float: left;
  text-align: justify;
  font-size: 11pt;
  color: #454545;
  padding-left: 25px;
  padding-right: 15px;
}

.content_page .page .text table {
  margin-top: 15px;
  margin-bottom: 20px;
}

.news h4 {
  padding: 0px;
  margin: 10px;
  margin-top: 3px;
}

.news a {
  color: white;
}

.news a:hover {
  text-decoration: underline;
}

.content_page .nav_menu {
  position: absolute;
  z-index: 12;
  width: 400px;
  text-align: left;
  background: rgba(30, 66, 125, .82);
  padding: 10px;
  color: white; 
  -webkit-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px; 

  font-size: 13px;
  font-weight: bold;

  display: none;
}

.content_page .nav_menu a:hover {
  text-decoration: underline;
}

.content_page .proizvodi {
  left: 280px;
  width: 550px;
}

.content_page .proizvodi .icon {
  width: 160px;
  height: 340px;
  float: left;
  border-right: 1px solid white;
  background-image: url(/img/icon_proizvodi.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.content_page .tvrtka .icon {
  width: 160px;
  height: 200px;
  float: left;
  margin-right: 40px;
  border-right: 1px solid white;
  background-image: url(/img/icon_tvrtka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.content_page .usluge .icon {
  width: 160px;
  height: 200px;
  float: left;
  margin-right: 40px;
  border-right: 1px solid white;
  background-image: url(/img/icon_usluge.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav_menu .links {
  text-align: center;
  width: 340px;
  float: left;
  padding: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 13px;
  font-weight: bold;
}

.nav_menu .links a {
  color: white;
  text-decoration: none;
}

.content_page .usluge {
  left: 550px;
}

.content_page .usluge .links,
.content_page .tvrtka .links {
  margin: auto;
  float: none;
}

.content_page .nav_menu .links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.content_page .nav_menu .links li {
  margin-top: 7px;
  margin-bottom: 7px;
}

.content_page .tvrtka {
  left: 705px;
}

.content_page .dash {
  border: 0px;
  width: 220px;
  border-bottom: 1px dashed white;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.content_page .a_little_spacer {
  margin-top: 10px;
}

.footer_frame {
  width: 100%;
  height: 58px;
  background-image: url(/img/footerbg.png);
  background-repeat: repeat-x;
}

.footer_content {
  color: white;
  padding-top: 20px;
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.footer_content .links {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer_content a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.footer_frame .bottom {
  color: #576977;
  font-size: 12px;
  height: 70px;
  text-align: center;
  padding-top: 22px;
}

.footer_content .linkedin {
  width: 81px;
  right: 0px;
  float: right;
  margin-top: -20px;
}

.footer_content .linkedin .img {
  width: 81px;
  height: 23px;
  background: url(/img/linkedin_sprite.png) no-repeat top left;
  background-position: 0 0; width: 81px; height: 23px;
} 

.footer_content .linkedin .img:hover {
  background-position: 0 -24px; width: 81px; height: 23px; 
}

/* bxslider settings and workarounds */
.bx-wrapper {
  margin: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: 0px !important;
  box-shadow: 5px 0 4px -4px #ccc, -5px 0 4px -4px #ccc;
  -moz-box-shadow: 5px 0 4px -4px #ccc, -5px 0 4px -4px #ccc;
  -webkit-box-shadow: 5px 0 4px -4px #ccc, -5px 0 4px -4px #ccc;

  left: 0px;
}

#bx-pager {
  width: 1000px;
  position: absolute;
  z-index: 11;
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}

#bx-pager a {
  color: white;
  text-decoration: none;
  margin-right: 10px;
  text-align: center;
  width: 22px;
  height: 20px;
  float: left;
/*  border: 1px solid #a8a6a8; */
  border-radius: 4px;

  background-color: #a4a6bd;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#a4a6bd));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #a4a6bd); 
  background-image:    -moz-linear-gradient(top, #fcfcfc, #a4a6bd);
  background-image:     -ms-linear-gradient(top, #fcfcfc, #a4a6bd);
  background-image:      -o-linear-gradient(top, #fcfcfc, #a4a6bd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#30617f', EndColorStr='#a4a6bd');
}

#bx-pager a:hover, 
#bx-pager a.active {
  background-color: #283f8b;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#283f8b), to(#050d22));
  background-image: -webkit-linear-gradient(top, #283f8b, #050d22); 
  background-image:    -moz-linear-gradient(top, #283f8b, #050d22);
  background-image:     -ms-linear-gradient(top, #283f8b, #050d22);
  background-image:      -o-linear-gradient(top, #283f8b, #050d22);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#27e38a', EndColorStr='#050d22');
}

a.nolink {
  cursor: context-menu;
}

a.nolink:hover {
  text-decoration: none !important;
}

/* fixes for old design and layouts */
.tabl_magnetske td {
  padding: 10px;
}

div .firme li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

div .firme li span {
  padding-right: 8px;
  color: #4f76ad;
}

.navbar_menu_current {
  color: #1a2d67 !important;
}

.razmak_tekst font {
  font-size: 10pt;
  color: #4f76ad;
}

.email_status {
  margin: 10px; 
  padding: 15px; 
  border: 1px solid blue; 
  display: none;
  background-color: #cfc;
}

.email_error {
  border: 1px solid red;
}

