@font-face {
    font-family: 'NeutrafaceText-Bold';
    src: url('../font/NeutrafaceText-Bold.eot');
    src: url('../font/NeutrafaceText-Bold.eot#iefix') format('embedded-opentype'),
         url('../font/NeutrafaceText-Bold.woff') format('woff'),
         url('../font/NeutrafaceText-Bold.ttf') format('truetype'),
         url('../font/NeutrafaceText-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.2; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #008040; color: #fff; text-shadow: none; }
::selection { background: #008040; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #008040; text-decoration:none; }
a:hover { color: #008040; text-decoration:underline; }
a:focus { outline: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: ORG. TEND d.o.o.
   ========================================================================== */
h1, h2, h3, h4, h5{
  font-family: 'NeutrafaceText-Bold';
  font-weight:normal;
}
h1, h1 a{
  font-family: 'NeutrafaceText-Bold';
  color:#c2bc92;
  font-size:28px;
  text-transform:uppercase;
}
h2, h2 a{
  font-family: "Trebuchet MS", Times, serif;
  font-size: 18px;
  color: #9C9365;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: bold;
}
h3, h3 a{
  font-family: "Trebuchet MS", Times, serif;
  font-size: 14px;
  color: #9C9365;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: bold;
}
h1 a:hover, h2 a:hover, h3 a:hover{
  color: #9C9365;
}
body{
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 14px; 
  color: #4d4d4d; 
  position:relative;
  width:100%;
  height:100%;
  float:left;
}
.lasko-group-link { 
  position:absolute;
  top:0;
  left:0;
  width:100%;
  min-width: 990px;
  height:30px;
  background:#000;
  display:block;
  text-indent:-999em;
  z-index:2;
  background: #000 url('../img/lasko-group.gif') no-repeat 50%;
}

.lasko-union-link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width: 990px;
	height: 57px;
	background:#000;
	display:block;
	text-indent:-999em;
	z-index:2; 
	background: #333 url('../img/unionLasko.png') no-repeat center center !important;
}

.language{
  position:absolute;
  left:27px;
  top:40px;
}
.language a{
  font-family: 'NeutrafaceText-Bold';
  font-size:9px;
  text-transform:uppercase;
  color:#c6c5c6;
}
.language a:hover, .language a.active{
  text-decoration:none;
  color:#006836;
}
.language .eng{
  padding:0 0 0 16px;
  background:url('../img/lang-spacer.gif') no-repeat 0 2px;
}
#container {
  margin:0 auto;
  width:990px;
}
.front .main-header{
  width:100%;
  height:416px;
  position:relative;
}
.subpage .main-header{
  width:100%;
  height:291px;
  position:relative;
}
.main-header{
  background: url('../img/header-bgr.jpg') no-repeat 0 32px;
}
.main-header h1{
  margin:0;
  padding:0;
}
.main-header h1 a{
  display:block;
  background: url('../img/logo-lasko.jpg') no-repeat;
  width:168px;
  height:100px;
  text-indent:-999em;
  position:absolute;
  top:33px;
  left:410px;
}
#mainnav{
  width:990px;
  height:28px;
  position:absolute;
  top:133px;
  left:0;
  text-align:center;
  background: url('../img/mainnav-bgr.jpg') no-repeat;
}
#mainnav a{
  font-family: 'NeutrafaceText-Bold';
  text-transform:uppercase;
  color:#9cc4b1;
  text-decoration:none;
  line-height:28px;
  background: url('../img/mainnav-spacer.gif') no-repeat 0 2px;
  padding:0 0 0 26px;
  font-size:12px;
  letter-spacing:1px;
}
#mainnav a.first{
  background:none;
  padding:0;
}
#mainnav a:hover, #mainnav a.active{
  color:#fff;
}
.secondary-wrap{
  float:left;
  width:162px;
  margin:10px 20px 0 0;
}
.secondary-top, .secondary-bottom{
  float:left;
  width:162px;
  height:15px;
  background: url('../img/subnav-bgr.jpg') no-repeat 0 0;
  margin:0 0 15px 0;
}
.secondary-bottom{
  background: url('../img/subnav-bgr.jpg') no-repeat 0 100%;
}
.secondary-bottom{
  margin:15px 0 0 0;
}
.parent-title{
  font-family: 'NeutrafaceText-Bold';
  text-transform:uppercase;
  color:#9C9365;
  margin:0 0 13px 0;
  float:left;
  font-size:13px;
}
.secondary-nav a{
  float:left;
  text-decoration:none;
  clear:left;
  background: url('../img/subnav-item.gif') no-repeat 0 2px;
  padding:0 0 6px 12px;
}
.secondary-nav ul li ul li a{
  background:none;
  font-size:11px;
  padding:0 0 5px 16px;
}
.secondary-nav a:hover{
  color:#88B8A1;
  text-decoration:none;
}
.secondary-nav li.spacer{
  float:left;
  width:150px;
  border-bottom: 1px solid #EAEAEA;
  margin:0 0 6px 12px;
  padding:0 0 6px 0;
}
.content-nav{
  float:left;
  width:100%;
}
.content-nav-end{
  float:left;
  width:100%;
  margin:0 0 25px 0;
  padding:0 0 25px 0;
  border-bottom: 1px solid #EAEAEA;
}
.content-nav a{
  float:left;
  text-decoration:none;
  clear:left;
  background: url('../img/subnav-item.gif') no-repeat 0 2px;
  padding:0 0 6px 12px;
}
.content-nav a:hover{
  text-decoration:underline;
}
.front .banner, .subpage .banner{
  position:absolute;
  left:0;
  bottom:0;
  width:990px;
  height:255px;
  overflow:hidden;
}
.subpage .banner{
  height:130px;
}
.front .banner img, .subpage .banner img{
  margin-bottom:0 !important;
}
#search{
  position:absolute;
  top:104px;
  right:25px;
}
.shortcuts{
  position:absolute;
  top:101px;
  left:29px;
}
.shortcuts a{
  text-transform:uppercase;
  font-family: 'NeutrafaceText-Bold';
  padding:0 0 0 15px;
  text-decoration:none;
  font-size:10px;
  color:#107143;
}
.shortcuts a:hover{
  color:#88b8a1;
}
.shortcuts .home{
  background: url('../img/home.png') no-repeat 0 0;
  margin:0 25px 0 0;
  padding:0 0 0 15px;
}
.shortcuts .contact{
  background: url('../img/contact.png') no-repeat 0 0;
  padding:0 0 0 18px;
}
#search .inputText{
  border:1px solid #e0e0e0;
  float:left;
  font-size:10px;
  width:130px;
  height:15px;
  padding:0 3px;
}
#search .inputButton{
  float:left;
}
/* background */
body.front{
  background:#fff url('../img/front-bgr.png') repeat-x 0 30px;
}
body.subpage{
  background:#fff url('../img/subpage-bgr.png') repeat-x 0 31px;
}
/* front */
.frontContent{
  margin:22px 0 0 0;
  padding:0px 10px 0px 119px;
  float:left;
  width:861px;
  background:#fff url('../img/main-content-bgr.jpg') repeat-y;
}
.fColLeft, .fColMiddle, .fColRight{
  float:left;
  width:267px;
  border-left:1px solid #e9e9e9;
  padding:0 10px;
}
.fColRight{
  width:264px;
}
.fColRight ul{
  margin:0 0 10px 0;
  padding:0 0 25px 0;
  border-bottom:1px solid #eeeeee;
}
.fColRight li {
  text-decoration: none;
  clear: left;
  background: url('../img/subnav-item.gif') no-repeat 0 1px;
  padding: 0 0 6px 12px;
  list-style:none;
}
/* subpage */
.mainContent{
  background:#fff url('../img/main-content-bgr.jpg') repeat-y;
  padding:0 10px 40px 32px;
  width:948px;
  margin:15px 0 0 0;
  float:left;
}
.secondary-nav{
  float:left;
  width:162px;
}
.content{
  float:left;
  width:460px;
  padding:0 20px 20px 2px;
}
.content #title h1{
  margin:0 0 40px 0;
}
.contentRight{
  float:right;
  width:258px;
  border-left:1px solid #e0e0e0;
  margin:75px 0 0 0;
  padding:0 9px 0px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 24px;
  font-style: italic;
  font-size: 16px;
  color: #9C9365;
}
.contentRight a{
  color: #9C9365;
}
.content p, .contentRight p{
  margin:0;
  padding:0;
}
/* news list */
.news-list-container article{
  float:left;
  clear:left;
  width:100%;
}
.news-list-container time{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4D4D4D;
  padding:0 0 0 12px;
  float:left;
  clear:left;
}
.news-list-container h2, .news-list-container h2 a{
  font-size:14px;
  color: #008040;
  text-decoration:none;
  font-weight:normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.news-list-container h2 a{
  background: url('../img/subnav-item.gif') no-repeat 0 1px;
  padding: 0 0 6px 12px;
  float:left;
  clear:left;
}
.news-list-container h2 a:hover{
  text-decoration:underline;
}
.news-single-files a{
  margin:0 10px 0 0;
}
.news-single-files dt{
  margin:5px 0;
}
.news-single-backlink{
  margin:20px 0 0 0;
}
.pagebrowser{
  float:left;
  clear:left;
  width:100%;
  margin:10px 0;
  padding:5px 0;
  border-top: 1px solid #E0E0E0;
}
.pagebrowser ul{
  margin:0;
  padding:0;
}
.pagebrowser li{
  list-style:none;
  float:left;
}
.pagebrowser a, .pagebrowser .activenumber{
  padding:3px 5px;
  float:left;
  display:block;
}
/* news single */
.news-single-item time{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #4D4D4D;
}
.news-single-item h2{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  color: #006836;
} 
/* footer */
footer{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  float:left;
  width:990px;
  height:150px;
  background:url('../img/footer-bgr.jpg') no-repeat;
  position:relative;
}
footer .footnav{
  text-align:center;
  margin:0 auto;
  padding:0;
  width:990px;
  position:absolute;
  left:0;
  bottom:30px;
}
footer a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #008040;
  font-weight: normal;
  text-decoration: none;
  padding:0 0 0 16px;
  background:url('../img/footer-spacer.gif') no-repeat 0 3px;
}
footer a:hover{
  text-decoration:underline;
}
#story{
  display:none;
}
.story-link{
  display: block;
  text-indent: -999em;
  width: 28px;
  height: 55px;
  position: absolute;
  left: 470px;
  background: none;
  top: 38px;
}









/* Formhandler */
.csc-mailform{
  border:none;
  padding:0;
  margin:0;
}
.csc-mailform legend{
  display:none;
}
.csc-mailform-field , .csc-mailform-field-date{
  padding:2px 0;
  float:left;
  clear:left;
  width:100%;
}
.csc-mailform-field label{
  float:left;
  width:140px;
  line-height:28px;
}
.csc-mailform-field-date label{
  width:auto;
  padding:0 10px 0 0;
  line-height:28px;
  float:left;
}
.csc-mailform-field-date .input-normal{
  width:124px;
}
.input-normal{
  float:left;
  border:1px solid #EAEAEA;
  padding:4px;
  width:180px;
  color:#4D4D4D;
}
.textarea-normal{
  float:left;
  clear:left;
  border:1px solid #EAEAEA;
  padding:4px;
  width:320px;
  height:70px;
  color:#4D4D4D;
}
.button-submit{
  border:none;
  background:#9C9365;
  color:#fff;
  font-weight:bold;
  cursor:pointer;
  padding:4px 10px;
  margin:15px 0 0 0;
}
.error{
  font-weight:bold;
  color:#de2304;
  padding:3px 0;
}
/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

.fancybox-outer {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}

.fancybox-opened {
  z-index: 1003;  
}

.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

.fancybox-error {
  color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url('../img/blank.gif'); /* helps IE */
  z-index: 1003;
}

.fancybox-prev {
  left: 0;  
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
  visibility: hidden;
}

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;  
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
      border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;  
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
#wrongAge, #checkAgeNotice{
  display:none;
}
#checkAgeNotice {
    background:url('../img/age_back.gif') no-repeat; 
  width:372px;
  height:256px;
    background-color:#fff; 
    text-align:left; 
  display:none;
}

.check_header{
  float:left;
  background:url('../img/age_header.gif') no-repeat; 
  width:276px;
  height:45px;
  margin:30px 0 0 48px;
} 
.check_date{
  float:left;
  padding:30px 0 15px 56px;
  text-align:center;
}

.check_date select {
  border:1px solid #016D01;
  color:#333333;
  font-family:Arial;
  font-size:16px;
  margin:4px 2px 0 0;
  
}

.check_button{
  width:300px;
  float:left;
  margin:11px 0 0 140px;
  cursor:pointer;
}
.check_notice{
  float:left;
  background:url('../img/age_notice.gif') no-repeat; 
  width:227px;
  height:28px;
  margin:25px 0 0 77px;
}

#datepicker{
  width:199px;
  height:19px;
  border:1px solid #036033;
  margin:0;
  padding:0;
  font-size:13px;
  color: #008040;
  text-align:center;
  padding:2px 0 0 0;
  font-weight:bold;
}
#checkAgeNotice h2 { 
    background:url('http://www.pivo-lasko.si/fileadmin/templates/img/global/info.png') 0 50% no-repeat; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}

#wrongAge { 
    background:url('../img/age_back2.gif') no-repeat; 
  width:372px;
  height:256px;
    background-color:#fff; 
  display:none;
} 
.wrong_notice{
    background:url('../img/age_wrong.gif') no-repeat; 
  width:256px;
  height:63px;
  margin:70px 0 0 57px;
} 
.wrong_button{
  float:left;
  margin:26px 0 0 139px;
  cursor:pointer;
}
#wrongAge h2 { 
    background:url('http://www.pivo-lasko.si/fileadmin/templates/img/global/info.png') 0 50% no-repeat; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}

#okAge { 
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
#okAge h2 { 
    background:url('http://www.pivo-lasko.si/fileadmin/templates/img/global/info.png') 0 50% no-repeat; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
} 
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button{
  width:auto;
  height:auto;
}
.tx-indexedsearch-form, .tx-indexedsearch-search-submit{
  float:left;
}
.tx-indexedsearch-browsebox .browsebox{
  margin:20px 0;
  padding:0;
}
.news-single-img{
  float:right;
  width:170px;
}
.news-single-img img{
  float:right;
  clear:right;
  padding:0 0 10px 20px;
}
#c1179{
  float:left;
  margin-top:50px;
}
input.tend {
    display:none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */









/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.tcol3 tr.tr-even.tr-0, 
.tcol4 tr.tr-even.tr-0,
.hranilnevrednosti tr.tr-even.tr-0 {
  font-weight: bold;
  font-size: 13px;  
}

.tcol3 td {width: 25% !important;}
.tcol4 td {width: 33.3% !important;}

.let190, .years190 {
	display: block; width: 287px; height: 112px;
	position: absolute; top: 220px; left: 50%; margin-left: -143px;
	text-indent: -9999px;
}

.let190 {background: url(../img/190let.png);}
.years190 {background: url(../img/190years.png);}

.contenttable {margin: 20px 0;}
.contenttable td {padding: 5px; border: 1px solid silver;}