@font-face {
    font-family: 'footable';
    src: url('fonts/footable.eot');
    src: url('fonts/footable.eot?#iefix') format('embedded-opentype'), url('fonts/footable.woff') format('woff'), url('fonts/footable.ttf') format('truetype'), url('fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'footable';
        src: url('fonts/footable.svg#footable') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
}
.clearfix {
  overflow: hidden; /* Clearfix! */
  zoom:1; /* For IE 6/7 (trigger hasLayout) */
  display: block;
}

body {
background: #151515 url('tile_body.jpg') repeat-x;
text-align: center;
padding: 0;
margin: 0;
color: #fff;
font-family: 'roboto', Arial, Sans;
font-size: 1em;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .03em;
}

h1 {
padding: 27px 0 10px 0;
margin: 0;
color: #cbd1f1;
font-weight: normal;
font-size: 2em;
}

h2 {
margin: 2em 0 1em 0;
font-size: 1.4em;
font-weight: normal;
letter-spacing: 0.0em;
color: #ebe1ff;
}

h3 {
font-size: 1.1em;
}

h4 {
font-size: 0.9em;
letter-spacing: 0.1em;
font-weight: normal;
text-transform: uppercase;
}

p, ul {
margin: 1.4em 0 1.4em;
}


a {
color: #ffc51b;
color: #ffbe1b;
}
a:hover {
text-decoration: none;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
    min-height: 10em;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 0.875em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.3125em;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.center-banner {
    width: 400px;
    margin: 0 auto;
}

hr {
    border-color: #4D4D4D;
    border-width: 1px;
}

hr.hr-short {
    width: 150px;
}

hr.hr-left {
    margin-left: 0;
}

.cleaner {
clear: both;
line-height: 1px;
font-size: 1px;
height: 1px;
overflow: hidden;
}

.right {
display: block;
float: right;
margin: 0 0 0 10px;
}

.left {
display: block;
float: left;
margin: 0 10px 0 0px;
}

.col-left,
.col-right {
    width: 48%;
    float: left;
    padding: 0 2% 0 0;
}

.col-right {
    float: right;
    padding: 0 0 0 2%;
}

.button,
.submit,
input[type="submit"] {
    font-family: 'roboto condensed', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: .9em;
    padding: 8px 16px;
    border: 0;
    color: #000;
    background: #ff8a1b;
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ff9f45), color-stop(51%, #ff8a1b));
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, -webkit-linear-gradient(#ff9f45 50%, #ff8a1b 51%);
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, -moz-linear-gradient(#ff9f45 50%, #ff8a1b 51%);
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, -o-linear-gradient(#ff9f45 50%, #ff8a1b 51%);
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, -ms-linear-gradient(#ff9f45 50%, #ff8a1b 51%);
    background: no-repeat url("button-glow.png") 50% -20px, no-repeat url("button-glow.png") 50% 10px, linear-gradient(#ff9f45 50%, #ff8a1b 51%);
    border-radius: 8px;
}

.required {
    color: #ba2824;
    font-weight: bold;
    margin: 0 3px;
}

.error {
    background: #ba2824;
    color: #fff;
    padding: 5px;
    position: relative;
    left: -7px;
}

.success,
.success * {
    color: #1bb55d;
}

#container {
width: 862px;
background: url('bg_header_out.jpg') no-repeat;
text-align: left;
margin: 0 auto 0 auto;
}

#main {
margin: 0 31px 0 31px;
}


#header {
width: 800px;
height: 353px;
background: url('bg_header.jpg');
position: relative;
}


#logo {
padding: 42px 0 0 16px;
}

#logo a {
display: block;
width: 200px;
height: 80px;
cursor: pointer;
overflow: hidden;
}

#catchword {
position: absolute;
font-weight: bold;
font-size: 1.4em;
right: 0;
bottom: 20px;
left: 0;
text-align: center;
}

#catchword a {
color: #000;
text-decoration: none;
}

#catchword a:hover {
color: #ce3c3f;
}

#catchword .color {
color: #ce3c3f;
}



#navbar {
width: 800px;
height: 56px;
background: #343842 url('bg_navbar.png');
}


#navbar #kontakt {
float: right;
text-align: right;
font-size: 0.85em;
margin: 6px 20px 0 0;
line-height: 1.5em;
color: #ccc;
}

#navbar #kontakt .color {
/*color: #ee3c3f;*/
}


#navbar ul, #navbar li, #navbar ul a {
margin: 0;
padding: 0;
display: block;
}

#navbar ul {
padding: 12px 0 0 20px;
}

#navbar li {
width: 95px;
height: 32px;
float: left;
margin: 0 20px 0 0;
}

#navbar ul a {
width: 95px;
height: 24px;
padding: 5px 0 3px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 0.9em;
color: #fff;
letter-spacing: 0.1em;
font-family: 'roboto condensed';
}
#navbar ul a:hover {
color: #fe3c3f;
}


#content_wrapping_outer {
background: url('bg_main_up.png') no-repeat;
}

#content_wrapping_inner {
background: url('bg_main_down.png') no-repeat;
background-position: 0 100%;
}


#content {
padding: 0 20px 20px 20px;
line-height: 1.4em;
}



#footer {
    clear: both;
    padding: 0 20px;
    color: #aaa;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer a {
color: #fff;
}


#footer .left,
#footer .right  {
  padding: 0 0 20px;
  font-size: 0.85em;
}

#footer img {
  display: inline;
  vertical-align: bottom;
}

#footer .important a {
  color: #ffbe1b;
}

.footer-content {
  padding: 0 0 10px;
  text-align: center;
}

#sklady {
    margin: 0 -20px;
}

@keyframes fadeInOut {
    0%   { opacity:0; }
    39%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}
@-o-keyframes fadeInOut{
    0%   { opacity:0; }
    39%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}
@-moz-keyframes fadeInOut{
    0%   { opacity:0; }
    39%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}
@-webkit-keyframes fadeInOut{
    0%   { opacity:0; }
    39%   { opacity:0; }
    50%  { opacity:1; }
    100% { opacity:0; }
}

#contacts-right-form {
    position: relative;
    z-index: 1;
}

#contacts-right-form:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    bottom: -14px;
    right: -14px;
    left: -14px;
    border: 1px solid #FFC237;
    opacity: 0;
    z-index: -1;
    -webkit-animation: fadeInOut 1s 1;
    -moz-animation: fadeInOut 1s 1;
    -o-animation: fadeInOut 1s 1;
    animation: fadeInOut 1s 1;
}

/* Styly konkretnich stranek */



table.nabidka {
width: 100%;
}

table.nabidka th {
text-align: left;
padding: 2px 0 0 10px;
    background: #131313;
}

table.nabidka td {
padding: 2px 10px 3px 10px;
vertical-align: bottom;
}

table.nabidka tr {
    background: #202020;
}

table.nabidka tr:hover {
    background: #171717;
}

table.nabidka th.text-center,
table.nabidka td.text-center {
    text-align: center;
    padding: 0;
}

table.nabidka td.lent {
background: #602020;
}
table.nabidka td.free {
background: #206020;
}

table.nabidka .highlight a{
    font-weight: bold;
}1

.photos {
    padding: 15px 0;
}
.photos a {
    border: medium none;
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 15px;
}
.photos a img {
    border: 3px solid #262A31;
    height: 150px;
}
.photos a:hover img {
    border: 3px solid #FF8C26;
    height: 150px;
}

/* Building blocks o nice form  */
.nice-form {
    /* Name of input field above */
    /* Name of input field on left (aligned left or right) */
}
.nice-form .errors {
    margin: 0;
    display: block;
}
.nice-form .errors .error {
    display: block;
    margin: 0.3em 0 0.7em 0;
    line-height: 1.3em;
    max-width: 100%;
}
.nice-form label {
    display: block;
    margin-bottom: 0.7em;
}
.nice-form label .name {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.2em;
}
.nice-form input,
.nice-form textarea {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: 100%;
}
.nice-form.form-stacked textarea,
.nice-form.form-stacked .error,
.nice-form.form-stacked .controls {
    width: 30em;
}
.nice-form.form-stacked label {
    display: block;
}
.nice-form.form-stacked label .name {
    display: block;
    margin-bottom: 0.2em;
}
.nice-form.form-aligned-left textarea,
.nice-form.form-aligned-right textarea,
.nice-form.form-aligned-left .error,
.nice-form.form-aligned-right .error,
.nice-form.form-aligned-left .controls,
.nice-form.form-aligned-right .controls {
    width: 30em;
}
.nice-form.form-aligned-left label,
.nice-form.form-aligned-right label {
    display: block;
}
.nice-form.form-aligned-left label .name,
.nice-form.form-aligned-right label .name {
    display: block;
    margin-bottom: 0.2em;
}
@media screen and (min-width: 40em) {
     .nice-form.form-aligned-left label .name,
     .nice-form.form-aligned-right label .name {
        display: inline-block;
    }
     .nice-form.form-aligned-left.col-fixed-m label .name,
     .nice-form.form-aligned-right.col-fixed-m label .name {
        width: 10em;
    }
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        margin-left: 10.6em;
    }
     .nice-form.form-aligned-left.col-fixed-m label textarea,
     .nice-form.form-aligned-right.col-fixed-m label textarea,
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        max-width: 60%;
    }
     .nice-form.form-aligned-left.col-fixed-m textarea,
     .nice-form.form-aligned-right.col-fixed-m textarea,
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        width: 30em;
    }
     .nice-form.form-aligned-left.col-fixed-s label .name,
     .nice-form.form-aligned-right.col-fixed-s label .name {
        width: 5em;
    }
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        margin-left: 5.6em;
    }
     .nice-form.form-aligned-left.col-fixed-s label textarea,
     .nice-form.form-aligned-right.col-fixed-s label textarea,
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        max-width: 76%;
    }
     .nice-form.form-aligned-left.col-fixed-s textarea,
     .nice-form.form-aligned-right.col-fixed-s textarea,
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        width: 30em;
    }
     .nice-form.form-aligned-left.col-variable label .name,
     .nice-form.form-aligned-right.col-variable label .name {
        width: 30%;
        padding-right: 1%;
    }
     .nice-form.form-aligned-left.col-variable label input,
     .nice-form.form-aligned-right.col-variable label input,
     .nice-form.form-aligned-left.col-variable label textarea,
     .nice-form.form-aligned-right.col-variable label textarea,
     .nice-form.form-aligned-left.col-variable label .error,
     .nice-form.form-aligned-right.col-variable label .error,
     .nice-form.form-aligned-left.col-variable label .controls,
     .nice-form.form-aligned-right.col-variable label .controls {
        max-width: 68%;
    }
     .nice-form.form-aligned-left.col-variable .error,
     .nice-form.form-aligned-right.col-variable .error,
     .nice-form.form-aligned-left.col-variable .controls,
     .nice-form.form-aligned-right.col-variable .controls {
        margin-left: 31.5%;
    }
     .nice-form.form-aligned-left.form-aligned-right label .name,
     .nice-form.form-aligned-right.form-aligned-right label .name {
        text-align: right;
    }
}
@media screen and (min-width: 80em) {
     .nice-form.form-aligned-left label .name,
     .nice-form.form-aligned-right label .name {
        display: inline-block;
    }
     .nice-form.form-aligned-left.col-fixed-m label .name,
     .nice-form.form-aligned-right.col-fixed-m label .name {
        width: 10em;
    }
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        margin-left: 10.6em;
    }
     .nice-form.form-aligned-left.col-fixed-m label textarea,
     .nice-form.form-aligned-right.col-fixed-m label textarea,
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        max-width: 76%;
    }
     .nice-form.form-aligned-left.col-fixed-m textarea,
     .nice-form.form-aligned-right.col-fixed-m textarea,
     .nice-form.form-aligned-left.col-fixed-m .error,
     .nice-form.form-aligned-right.col-fixed-m .error,
     .nice-form.form-aligned-left.col-fixed-m .controls,
     .nice-form.form-aligned-right.col-fixed-m .controls {
        width: 30em;
    }
     .nice-form.form-aligned-left.col-fixed-s label .name,
     .nice-form.form-aligned-right.col-fixed-s label .name {
        width: 5em;
    }
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        margin-left: 5.6em;
    }
     .nice-form.form-aligned-left.col-fixed-s label textarea,
     .nice-form.form-aligned-right.col-fixed-s label textarea,
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        max-width: 76%;
    }
     .nice-form.form-aligned-left.col-fixed-s textarea,
     .nice-form.form-aligned-right.col-fixed-s textarea,
     .nice-form.form-aligned-left.col-fixed-s .error,
     .nice-form.form-aligned-right.col-fixed-s .error,
     .nice-form.form-aligned-left.col-fixed-s .controls,
     .nice-form.form-aligned-right.col-fixed-s .controls {
        width: 30em;
    }
     .nice-form.form-aligned-left.col-variable label .name,
     .nice-form.form-aligned-right.col-variable label .name {
        width: 30%;
        padding-right: 1%;
    }
     .nice-form.form-aligned-left.col-variable label input,
     .nice-form.form-aligned-right.col-variable label input,
     .nice-form.form-aligned-left.col-variable label textarea,
     .nice-form.form-aligned-right.col-variable label textarea,
     .nice-form.form-aligned-left.col-variable label .error,
     .nice-form.form-aligned-right.col-variable label .error,
     .nice-form.form-aligned-left.col-variable label .controls,
     .nice-form.form-aligned-right.col-variable label .controls {
        max-width: 68%;
    }
     .nice-form.form-aligned-left.col-variable .error,
     .nice-form.form-aligned-right.col-variable .error,
     .nice-form.form-aligned-left.col-variable .controls,
     .nice-form.form-aligned-right.col-variable .controls {
        margin-left: 31.5%;
    }
     .nice-form.form-aligned-left.form-aligned-right label .name,
     .nice-form.form-aligned-right.form-aligned-right label .name {
        text-align: right;
    }
}
.nice-form.field-full-width input[type="text"],
.nice-form.field-full-width input[type="email"],
.nice-form.field-full-width input[type="number"],
.nice-form.field-full-width input[type="search"],
.nice-form.field-full-width input[type="url"],
.nice-form.field-full-width input[type="tel"],
.nice-form.field-full-width textarea {
    box-sizing: border-box;
    width: 100%;
}
.nice-form.field-full-width .error,
.nice-form.field-full-width .controls {
    box-sizing: border-box;
    width: 100%;
}

/*
*     Tabs
*/
.tabs-content {
    border: 1px solid #ffc51b;
    padding: 0 5px;
}

.tabs-content h3 {
    clear: both;
    text-align: center;
    padding-top: 1em;
}

.tabs ul {
    margin: 0;
    padding: 0;
}
.tabs li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    width: 50%;
    float: left;
    background: #272B32;
    border-bottom: 1px solid #ffc51b;
}

.tabs li.active {
    background: #ffc51b;
}

.tabs li a {
    display: block;
    padding: 1em 0;
}

.tabs li.active a {
    color: #000;
}

.footable > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
    cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
    content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
    content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
    display: inline-block;
    font-family: 'footable';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: "\e022";
}
.footable > tfoot .pagination {
    margin: 0;
}
.footable.no-paging .hide-if-no-paging {
    display: none;
}
.footable-row-detail-inner {
    display: table;
}
.footable-row-detail-row {
    display: table-row;
    line-height: 1.5em;
}
.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bold;
}
.footable-row-detail-name {
    display: table-cell;
    font-weight: bold;
    padding-right: 0.5em;
}
.footable-row-detail-value {
    display: table-cell;
}

.footable-sorted {
    color: #ffc51b;
}

.banner {
  transition: all .2s;
  display: block;
  border: 3px solid #ffbe1b;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 20px;
}

.banner:hover {
  background: #ffbe1b;
  color: #343842;
}
