@font-face {
	font-family: 'PTRootUIWeb';
	src: url('../img/fonts/PTRootUI_Regular.eot');
	src:
	     url('../img/fonts/PTRootUI_Regular.eot?#iefix') format('embedded-opentype'),
	     url('../img/fonts/PTRootUI_Regular.woff2') format('woff2'),
	     url('../img/fonts/PTRootUI_Regular.woff') format('woff'),
	     url('../img/fonts/PTRootUI_Regular.ttf') format('truetype'),
	     url('../img/fonts/PTRootUI_Regular.svg#PTRootUIWeb-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTRootUIWeb';
	src: url('../img/fonts/PTRootUI_Bold.eot');
	src:
	     url('../img/fonts/PTRootUI_Bold.eot?#iefix') format('embedded-opentype'),
	     url('../img/fonts/PTRootUI_Bold.woff2') format('woff2'),
	     url('../img/fonts/PTRootUI_Bold.woff') format('woff'),
	     url('../img/fonts/PTRootUI_Bold.ttf') format('truetype'),
	     url('../img/fonts/PTRootUI_Bold.svg#PTRootUIWeb-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

.font{
  font-family: 'OpenSans','Arial',sans-serif;  
}

form{
  margin: 0px;
}

img{
  border: 0px;
}

div.clear {
  float: none;
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0;
}

img.ajax_preloader{
  position: absolute; 
  top: 200px;
  left: 200px;
  z-index: 9999;
  display: none;
}

input.input_focus{
  border: solid 1px #222222;  
}

input.input_blur{
  border: solid 1px #888888;  
}

.error{
  color: red;
}

table.kontaktny_formular td{
  vertical-align: top;
}

table.kontaktny_formular td.popisok{
  padding-top: 2px;
  font-weight: bold;
  text-align: right;
}

.spriesvitnit_ie6{
  behavior: url('scripts/iepngfix.htc'); 
}

div.nahlad{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 999;
  width: auto;
  height: auto;
  text-align: center;
  display: none;
}

div.nahlad img{
}

div.filter{
  position: absolute;
  width: auto;
  min-width: 100%;
  _width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 100%;
  _height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 998;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: none;
}

td.nahlad_popis{
  color: #000000;
  background: #ffffff;  
  padding: 5px 10px 10px 10px;
  text-align: left;
}

td.nahlad_popis a{
  color: #000000;
}

td.nahlad_popis div.zdielanie_box{
  float: right;
  text-align: right;
}

td.nahlad_popis div.zdielanie_box a{
  text-decoration: none;
  display: block;
  padding: 3px 6px;
  background-repeat: no-repeat;
  background-position: right center;
}

td.nahlad_popis div.zdielanie_box a:hover{
  text-decoration: none;
  display: block;
  background-color: #eeeeee;
}

.noRadius{
  border-radius: 0px !important;
  -moz-border-radius:0px !important;
  -webkit-border-radius:0px !important;  
}

.rounded{
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  
}

.circled{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;  
}