/* =============================================================================
   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
   ========================================================================== */
html, button, input, select, textarea { font-size: 14px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000; }
body { margin: 0; padding:0; }


/* =============================================================================
   Links
   ========================================================================== */
a { color: #000; text-decoration:underline;}
a:visited { color: #000; }
a:hover { color: #000; text-decoration:none;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1,h2,h3,h4,h5 {margin:0; padding:0;}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; text-align:left; background-color:transparent; empty-cells: show;}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

.parallax-viewport {
    position: relative;     /* relative, absolute, fixed */
    overflow: hidden;
}
.parallax-layer {
    position: absolute;
}

body { overflow-x: hidden;  background-image:url(../images/bg.gif); background-repeat:repeat; background-position:left; margin:10px 0;}

.title {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
	color:#00529b;
}
.text {
	font-size:14px;
}
#main-menu {
	font-size:16px;
	position:relative; width:205px; height:auto; padding:10px; margin:2px 5px; 
        /*background-color:#d5eedc; */
        text-align:left; color:#00529b; font-weight:bold;
}
#main-menu div {
	padding:3px 0;
}
#main-menu a {
	font-size:16px;
	color:#00529b;
	font-weight:bold;
	text-decoration:none;
}
#main-menu a:hover {
	text-decoration:underline;
}
.top-menu-frame{
    width:980px;
    float:left; 
    text-align: center;
    background-color: #00529b;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.top-menu {
    position: relative;
    /*height: 29px;*/
    /*overflow: hidden;*/
    margin-top: 8px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 0;
}
.top-menu a {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.top-menu a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.top-menu .item {
    position: relative;
    display: inline-block;
}
.top-menu .left {
    background: url(../images/btn-bg-left.png) no-repeat;
    position: relative;
    float: left;
    display: inline-block;
    width: 18px;
    height: 29px;
}
.top-menu .right {
    background: url(../images/btn-bg-right.png) no-repeat;
    position: relative;
    float: left;
    display: inline-block;
    width: 18px;
    height: 29px;
    margin-right: 2px;
}

.top-menu .body {
    /*background: url(../images/btn-bg-center.png) repeat-x;*/
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    /*height: 29px;*/
    padding: 5px 15px;
    background-color: #005cab;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.footer {
    height: 40px;
    background-color: #00529b;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.top-menu .top-menu-item {
    display: inline-block;
    position:relative;
    /*float:left;*/
}
.top-menu .top-menu-sub-menu {
    position: absolute;
    top: 29px;
    min-width: 100%;
    padding:0;
    margin: 0;
    display:none; /* hides sublists */
    z-index: 9999;
    background-color: transparent;
    color: #fff;
    padding-top: 8px;
}
.top-menu .top-menu-sub-menu li {
    padding: 7px 15px;
    background-color: #005cab;
    text-align: left;
}
.top-menu .top-menu-sub-menu li a {
    display: block;
    min-width: 200px;
    font-size: 14px;
}

.top-menu .top-menu-item:hover .top-menu-sub-menu {
    display:block;
} /* shows sublist on hover */


.korups-form {
    margin-top: 25px;
}
.korups-form h3 {
    margin-bottom: 15px
}
.korups-form .label span {
    color: red;
}
.korups-form input,
.korups-form textarea {
    margin-bottom: 15px;
    width: 300px;
}
.korups-form__request {
    margin-bottom: 10px;
}
#request_submit {
    padding: 5px 15px;
    background-color: #005cab;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.alert-danger {
    color: red;
    font-weight: bold;
}
.alert-success {
    color: green;
    font-weight: bold;
}
