/*! normalize.css v2.1.1 | 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. Prevent system color scheme's background color being used in Firefox, IE, and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling user zoom.
 */

html {background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * 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;}

/**
 * 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"], /* 1 */
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;}

/* basic typography -------------------------------------------------------------- */

body { font-size: 15px; color: #3e3e3e; background: #EFEFEF url(../images/body_bg.gif) repeat-x top; font-family:Arial, Helvetica, sans-serif;}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #939393;}
h1, h2 { font-size: 18px; line-height: 18px; text-shadow: 0 0 1px rgba(147, 147, 147, 0.5); }
h3 { font-size: 18px; line-height: 20px; margin-bottom: 3px; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements -------------------------------------------------------------- */
p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 0 8px 8px 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

/*a:visited { color: #30334A; } */
a { color: #f7b109; text-decoration: underline; }
a:focus, a:hover { color: #e2a20a; }

hr { color: #e7e1dd; background-color: #e7e1dd; border:none; height: 1px; margin: 6px 0 6px 0; clear:both;}

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 1.22; font-size: xx-small;}
sup {vertical-align: top;}
suB {vertical-align: bottom;}

abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del { color:#666; }
pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; color:#d0a600; }

/* Lists -------------------------------------------------------------- */
li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}

/* Tables -------------------------------------------------------------- */
table { margin-bottom: 1.4em; width:100%; }
th { font-weight: bold; }
thead th { background: #acaeb9;}
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td { background: #e5ecf9; }
tfoot { font-style: italic; }
caption { background: #eee; color:#000; }

/* Misc classes -------------------------------------------------------------- */
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #666; }
.loud { color: #000; }
.highlight { background:#ff0; }
.added { background:#060; color: #fff; }
.removed { background:#900; color: #fff; }

.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

/* Pre-seting Web site -------------------------------------------------------------- */

@media screen, projection {
h1, h2{font-weight:normal;  text-align:center; position:relative;}
h3, h4, h5 {font-weight:normal; text-align:center; position:relative;}
p { margin:0; padding:6px 0; line-height:1.2; font-weight:normal;}
select, input, textarea {background: #F1F1F7; border:1px solid #D3D4DC; color:#303840;}
.cleaner { clear:both; }

/* web RAVI -------------------------------------------------------------- */

::-moz-selection{background:#000000; color:white;}
::-webkit-selection{background:#000000; color:white;}

#header {  width:993px; height:178px; margin:0 auto; background: url(../images/top_strike.jpg) no-repeat; text-align:left;}
.logo { padding-left:58px; padding-top:12px; width:245px; height:86px;}


#menuHorizontal {width:993px; height:44px; font-size:16px; margin:0 auto; text-align:center; background: #C47107 url(../images/menu_bg.jpg) no-repeat;}
#menuHorizontal ul { margin:0; padding:0;}
#menuHorizontal li {display:inline; list-style-type:none;}
#menuHorizontal a {text-decoration:none; color:#000; display:block; height:16px; line-height:16px; padding:14px 13px;}
#menuHorizontal li a {display:inline-block; white-space:nowrap;}
#menuHorizontal a:hover { background:#2B2B2B; color:#fff;}
#menuHorizontal li.selected a { background:#2B2B2B; color:#fff}

/*----------------content------------*/
#content{
  width:993px; background:#f9f9f9; text-align:left; margin:0 auto 20px;}

.wrapper {width:993px; margin:0 auto; position:relative;}

/*---------------menuVertical---------------*/
#siderLeft {
  padding-top:0px;
  text-align:center;
  margin-bottom:10px;
  width:221px;
  margin:0;
  float:left;
  background: url(../images/menuVertical_bg.gif) repeat-x #CACACA;
  -moz-border-radius:0 0 6px 6px; -webkit-border-radius:0 0 6px 6px; border-radius:0 0 6px 6px; 
}

#siderLeft h2 {
  background: url(../images/menuVertical_h2_bg.gif) no-repeat;
  padding:20px 0; margin:0;
  font-size:22px;
  font-weight:normal;
  color:#fff;
}

#siderLeft p{
  padding:8px; color:#808080; font-size:13px;
}

#siderLeft a, #siderLeft a:visited {
  color: #FFFFFF;
}
#siderLeft a:hover {
  color: #FF6600;
}

/*---------------subject---------------*/

div#subject{
  width:760px;
  padding-left:12px;
  padding-bottom: 20px;
  float:right;
  font-family:Verdana, Arial;

  text-align:left;
}

div#subject p {
  text-align:left;
}

div#subject h1 {
  background-image: url(../images/h1_bg.gif);
  background-repeat: no-repeat;
  text-align:left;
  padding-top:20px;
  padding-bottom: 12px;
  font-size:22px;
  font-weight:normal;
  color:#CD780B;
}

div#subject h2 {
  padding-bottom: 7px;
  margin-bottom:5px;
  border-bottom: #DFDFDF 1px solid;
  color:#E88200;
}

div#subject h3 {
  margin-top:12px;
  margin-bottom:5px;
  padding-bottom: 7px;
  color:#624141;
  border-bottom: #FF0400 1px solid;
}

div#subject h4 {
  margin-top:12px;
  margin-bottom:5px;
  font-size:18px;
  color:#E20000;
  font-weight:normal;
}

div#subject a, div#subject a:visited {
  color: #5F5D5D;
}

div#subject a:hover {
  color: #FF0400;
}

form input, form textarea {
  background-color: #F5F3F1;
  border: 1px solid #FF0400;
}

.warning {
  color:#C40000;
  font-weight:bold;
}

.size1 {
  width: 300px;
}
.size2 {
  width: 130px;
}
.size3 {
  width: 700px;
}

/*--------------subject div tab--------------*/

div#subject div table {
  border: none;
  width:100%;
}

div#subject div table th, div#subject div table td {
  padding:3px;
  margin: 3px;
}

div#subject div table th, div#subject div table th p {
  background-color: #453A3A;
  color: #FFFFFF;
  margin: 3px;
  border-bottom: #FF0400 1px solid;  
}

div#subject div table td, div#subject div table td p {
  background-color: #DCDBDA;
  color: #000000;
}

/*------------footer----------*/

div#footer{ clear:both; width:993px; font-size: 9px; margin:0 auto 20px; text-align:center;}
div#footer p { color:#BCBCBC;}
.footerTextLeft{
  padding:10px;
  float:left;
  display:block;
  font-size: 12px;
}
.footerTextLeft a:hover {
  color:#FF6600;
}
.footerTextRight {
  float:right;
  display:block;
  padding:10px;
  font-size: 12px;
}
.footerTextRight a:hover, div#contact a:hover {
  color:#FF6600;
}
.footerTextLeft a, .footerTextRight a, div#contact a{
  color:#BCBCBC;
}
div#contact{
  width:993px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
  border: #DDDDDD 1px solid;
  background: url(../images/contact_bg.gif) repeat-y;
}
div#contact h3{
  color:#CD780B;
  font-size:18px;
  font-weight:normal;
  padding:10px 0 3px;
  margin:0;
}
div#contact p{
  font-size: 14px;
  color:#757575;
    margin-bottom:10px;
}

/*------------other----------*/
.picR{
  margin-left:10px;
  border: #AFAFAF 1px solid;
}
/*------------obrzky----------*/
div#nahlImg{
  width:220px;
  height:167px;
  float:left;
  background-color:#CACACA;
  border-bottom:#DB8100 1px solid;
  margin-right:10px;
  margin-bottom:10px;
}
div#nahlImg p{
  color:#000;
  padding:4px;
  margin:0px;
}

/* tabulky  -------------------------------------------------------------- */

table.clr {
border-top: #b92f6f 1px solid;
border-bottom: #e5e5e5 1px solid; color:#000;
width:100%; margin: 10px auto;
}
table.clr td {
background-color:#fff; padding: 0.3em; background-color: #f3f3f3;
border-bottom: #e5e5e5 1px solid; vertical-align:middle;
}
table.clr th {
background-color:#cf3c80; text-align:center;
color:#fff; font-weight:normal;
border-bottom: #b92f6f 1px solid; vertical-align:middle;
}
table.clr p {
background-color: #676769; color: #fff;
padding:2px;
}

/* ostatni -------------------------------------------------------------- */

.picRight { display: block; float:right; background:#e0e2e7; border: #9b9da2 solid 1px; margin:0 0 10px 10px; padding:5px;}
.picRight img {border: #9b9da2 solid 1px;}

/* Sample obsahu -------------------------------------------------------------- */
blockquote, q { font-style:italic; background:#f7f8fc; color:#50535f; margin:5px 0; padding:10px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:#d4d6e0 1px solid;}
p.cite { text-align:right; font-style:italic;}

pre code {
border:1px dotted #5f5f5f;
background-color: rgba(0,0,0,0.1);
display:block;
max-height:15em;
overflow:auto;
padding:0.5em;
}

span.imgBox {
display:block;
width:200px;
float:right;
margin:0.5em 0 0.5em 0.5em;
border:1px solid #CCCCCC;
background:#333333;
}
span.imgBox span { padding: 0.5em; display:block;}

th, td {
/*border:1px solid gray;*/
padding:3px 0.5em;
}

form { margin:0; padding:0; border:none;}

p.error {
padding:0.5em; background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.error:empty {background: none repeat scroll 0 0 transparent; border: medium none;}

p.important {
padding:0.5em; text-align:center; color:#624005; font-size:11px;
background-color:#fec42b; border:1px solid #cb8100; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

p.warning, p.msieWarning {
padding:0.5em;
background-color:#910000;
border: 1px solid #ff0000;
color:#FFFFFF; font-size:11px;
text-align:center;
margin:0; -moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
z-index:100; position:absolute; top: 30px;
}
p.warning {top: 0px;}
p.msieWarning a { color:#FF0000; }
p.msieWarning a:hover { color:#5CFF1D; }

.msgOK {
background-color: #009900;
border-bottom:1px solid #00CC00;
border-top:1px solid #00CC00;
color:#a5ffa5; font-size:11px;
padding:5px 0 5px 0; margin-bottom:10px; text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}

#errMsg, p.warning, .msg {
background-color:#9f0000;
border-bottom:1px solid #f90000;
border-top:1px solid #f90000;
color:#FFF;
padding:5px 0 5px 0;
margin-bottom:10px;
text-align:center;
-moz-border-radius:5px; -webkit-border-radius: 5px; border-radius:5px;
}
.msg, .msgOK { margin:0;}
#errMsg:empty, .msg:empty, .msgOK:empty { display:none; }
#errMsg.empty { display:none; } /*kvuli msie samostatny selector */
.msg.empty, .msgOK.empty { display:none; } /*kvuli msie samostatny selector */

input.error { border:#CC0000 solid 1px;}
label.error { background-color:#CC0000; color:#FFF; font-size:11px; border:#8f000a solid 1px; padding:2px 6px; display: block; margin:5px;
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-align:center;}

a.hover:hover { font-style:italic; }
a.active:active { font-weight:bold }

a.pdf, a[href$=".pdf"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -64px;
margin-left:3px; padding-left:20px;
}

/*a.image, a[href$=".jpg"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -16px;
margin-left:3px; padding-left:20px;
}*/
a.word, a[href$=".doc"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -112px;
margin-left:3px; padding-left:20px;
}
a.excel, a[href$=".xls"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -48px;
margin-left:3px; padding-left:20px;
}
a.compress, a[href$=".zip"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px 0px;
margin-left:3px; padding-left:20px;
}
a.text, a[href$=".txt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -96px;
margin-left:3px; padding-left:20px;
}
a.email, a[href^="mailto:"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -33px;
margin-left:3px; padding-left:20px;
}
a.ppt, a[href$=".ppt"] {
background:transparent url(../images/ikony.png) no-repeat; background-position: 0px -80px;
margin-left:3px; padding-left:20px;
}

table.pagination {
background: none repeat scroll 0 0 #efefef;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
color: #000;
empty-cells: hide;
margin: 10px 0;
text-align: center;
width: 100%;
}
table.pagination td strong {color: #000;}

ul.gallery, ul.gallery2 { width:645px;  list-style-type:none; margin:0; padding:0; overflow: hidden; }
ul.gallery li { text-align:center; width:200px; height:150px; position:relative;} /*width:215px; height:143px;*/
ul.gallery li, ul.gallery2 li {float:left; margin:0 10px 10px 0; background:#7a503d; border:#3d2010 solid 1px;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden;}
ul.gallery li:hover {border:#424546 solid 1px;}
ul.gallery2 li img {background:#7a503d; border:#3d2010 solid 1px; width:200px; height:150px;}
ul.gallery li img {width:200px; height:150px;}

ul.gallery li p { background: #3d2010; font-size:11px; color:#c3bab5; width:200px; line-height:13px; overflow:hidden; margin:0; padding:0; position:absolute; bottom: 10px; left:0px;}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; background:#000000;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: url(../images/colorbox/transp_IE-50procent.png) repeat;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px; border:none;outline:0;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px; border:none;outline:0;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px; border:none;outline:0;}
        #cboxClose:hover{background-position:bottom center;}

#pinterest { position: absolute; left:20px; bottom:20px;}

#sliderHolder { width:316px; height:238px; background:#f7b109; position:relative;}
#sliderMask { width:316px; height:238px; z-index:92; background:url(../images/slider-mask.png) no-repeat; position:absolute; top:0; left:0;}

/* easy slider*/

/* image replacement */
.graphic, #prevBtn, #nextBtn{
margin:0;
padding:0;
display:block;
overflow:hidden;
text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */

#slider{ position:absolute; top:0px; left:0px; z-index:91;
height:100%; overflow:hidden;/* dave vychtavka */
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{
/*
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/
width: 316px;
height: 238px;
overflow: hidden;
}
#prevBtn, #nextBtn{
display:block;
width:16px;
height:239px;
position:absolute;
left:10px;
top:110px;
z-index:93;
}
#nextBtn{
left:291px;
}
#prevBtn a, #nextBtn a{
display:block;
width:16px;
height:16px;
background: url(../images/ikony-web.png) no-repeat -16px 0;
}
#nextBtn a{
background: url(../images/ikony-web.png) no-repeat 0px 0;
}

/* // Easy Slider */


/*-----------------------------------------------------------------------------*/
} /* end media screen */

@media (max-width: 720px) {

} /* end media max-width: 720px */

@media (max-width: 768px) {

} /* end media max-width: 768px */

@media (min-width: 768px) and (max-width: 980px) {

} /* end media min-width: 768px and max-width: 980px */

@media (max-width: 980px) {

} /* end media max-width: 980px */

@media (min-width: 980px) {
} /* end media min-width: 980px */

@media (min-width: 1200px) {
} /* end media min-width: 1200px */

@media (min-width: 1550px) {
} /* end media min-width: 1550px */





@media print {
body {
background:white;
color:black;
font-size:12pt;
}
a:after {
content:" (" attr(href) ") ";
font-size:90%;
}
a img { border:0; }
#header { border-bottom:1px solid black; }
table.pagination a:after { content:""; }
}  /* end media print */