@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: Roboto, sans-serif;
    color: #333333;
    box-sizing: border-box;
    line-height: 1.4;
}

table {
    width: 100%;
    border-spacing: 1px;
}

th {
    background-color: #b00000;
    color: #ffffff;
}

th, td {
    padding: 3px;
}

td {
    font-weight: 100;
}

tr:nth-child(2n) td {
    background-color: #f0f0f0;
}

a {
    color: #b00000;
}
a:hover {
  color: #333333;
}

img {
    display: block;
    max-width: 100%;
}

input,
select {
    border: solid #e5e5e5 1px;
    transition: all 200ms;
    padding: 4px;
    display: block;
    width: 100%;
}
input:hover, input:focus,
select:hover,
select:focus {
  border-color: #b00000;
}

select {
    padding: 0;
}

option {
    padding: 4px;
}

button,
.button {
    display: inline-block;
    padding: 10px 16px 8px;
    background-color: #b00000;
    color: #ffffff;
    cursor: pointer;
    border-bottom: solid #b00000 2px;
}

.w1 {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.relative {
    position: relative;
}

label.radio input {
    display: none;
}

@font-face {
    font-family: 'zkb-icofont';
    src: url("fonts/zkb-icofont.eot?ua59dk");
    src: url("fonts/zkb-icofont.eot?ua59dk#iefix") format("embedded-opentype"), url("fonts/zkb-icofont.ttf?ua59dk") format("truetype"), url("fonts/zkb-icofont.woff?ua59dk") format("woff"), url("fonts/zkb-icofont.svg?ua59dk#zkb-icofont") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'zkb-icofont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-note:before {
    content: "\f001";
}

.icon-user:before {
    content: "\f007";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-close:before {
    content: "\f00d";
}

.icon-off:before {
    content: "\f011";
}

.icon-marker:before {
    content: "\f041";
}

.icon-caret-left:before {
    content: "\f053";
}

.icon-caret-right:before {
    content: "\f054";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-caret-up:before {
    content: "\f077";
}

.icon-caret-down:before {
    content: "\f078";
}

.icon-phone:before {
    content: "\f095";
}

.icon-menu:before {
    content: "\f0c9";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-fb:before {
    content: "\ea92";
}

h1 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: #b00000;
}

h1 {
    font-size: 32px;
}

h2 {
    margin: 20px 0 15px;
    font-size: 24px;
}

h3 {
    margin: 15px 0 10px;
    font-size: 18px;
}

p {
    margin: 15px 0 10px;
}

ul {
    padding-left: 40px;
}

.text-right {
    text-align: right;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 0;
    z-index: 10;
}

.body {
    position: relative;
    padding-top: 78px;
    background-image: url(images/bgr.jpg);
    background-size: cover;
    background-attachment: fixed;
    text-align: left;
}

.logo {
    display: block;
    max-width: 200px;
}

.page-content {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 480px) {
    .w1 {
        padding-left: 30px;
        padding-right: 30px;
    }
}