body {
    padding:0px;
    background-color:#0a7fd5;
    color:#000;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

h1, h2 {
    color:#000;
    font-family: sans-serif;
    font-size: 120%;
    font-weight:bold;
    line-height: 1.25;
    margin:0 0 1rem 0;
    padding:0px;
}
h3 {
    color:#000;
    font-family:Arial, sans-serif;
    font-size: 110%;
    font-weight:bold;
    margin:0 0 1rem 0;
    padding:0px;
}


.ihs-dark-link {
    color:#ffffff;
    font-weight:bold;
}

.ihs-dark-link:hover {
    color:#ffffff;
}


.ihs-wide-only {
    display: none;
}

.ihs-page {
    background-color:#fff;
    color:#000;
    padding: 1rem;
}

.ihs-site-header img {
    max-width: 100%;
}

.ihs-navstrip {
    padding: 0.25rem;
}

.ihs-sidebar {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: none;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.ihs-menu-visible .ihs-sidebar {
    display: inline-block;
}

.ihs-nav-title {
    font-weight:bold;
    color:#333;
}
.ihs-nav-items {
    margin:0 0 10px 0;
    padding:0;
    list-style-type:none;
}

.ihs-nav-items a, .ihs-nav-items span {
    background-image: url('sg.gif');
    background-position:left 50%;
    background-repeat: no-repeat;
    border-bottom:1px dotted #accbce;
    color:#666;
    display:block;
    padding-left:10px;
}

.ihs-nav-items span {
    color:#000;
    display:block;
    font-weight:bold;
}


.ihs-nav-items a:hover {
    background-image: url('sg-on.gif');
}

.ihs-nav-sec {
    margin-left:16px;
    margin-bottom:0;
}



a {
    color:#0a7fd5;
    text-decoration:none;
}

a:hover {
    color:#000000;
}

.dld {
    display: inline;
}

.dld a {
    padding-left:15px;
    background-repeat:no-repeat;
    background-position:0 50%;
    background-image:url('dld.gif');
}
.dld-error {
    color:red;
}

.ihs-home-link {
    display: none;
}

.ihs-contact {
    background-color:#d6d6d6;
    color:#000;
    text-align: left;
}

.ihs-stire {
    margin-bottom: 1rem;
}
.ihs-data-stire { color:#545454; }
.ihs-data-stire a { color:#545454; }
.ihs-arhiva {
    text-align:right;
}

.breadcrumb {
    display: block;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    padding: 0;
}

.breadcrumb li:before {
    content: "›";
    display: inline-block;
    color: #666;
    padding: 0 5px;
}

.breadcrumb li:first-child::before{
    content: "";
    display: none;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb li:last-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



@media (min-width: 800px) {
body {
    font-size:11px;
    line-height:16px;
    font-family:Verdana, sans-serif;
}

H1 {
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
    margin:0 0 16px 0;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 120%;
    font-weight:bold;
    margin:16px 0;
    padding:0px;
}

H3 {
    font-family:Arial, sans-serif;
    margin:16px 0;
    padding:0px;
}

.ihs-page {
    margin:20px auto;
    width:884px;
    padding: 0;
}

.centered {
    margin:0 auto;
    clear: both;
}

.ihs-site-header img {
    max-width: 100%;
    margin:48px 0 16px 48px;
}

.ihs-navstrip {
    padding:1px;
    margin-left:48px;
    margin-right:48px;
    overflow:auto;
}

.ihs-sidebar {
    position: static;
    width:185px;
    float:left;
    margin-bottom:20px;
    margin-left:48px;
    margin-top:0;
    padding: 0;
    box-shadow: none;
}

.ihs-narrow-only {
    display: none;
}

.ihs-wide-only {
    display: revert;
}

.ihs-sidebar--visible {
    display: block;
}

.ihs-sidebar--hidden {
    display: block;
}

/*
.statement {
    padding-top:20px;
    text-align:justify;
    width:270px;
}
*/
.motto {
    color:#66b3bf;
    font-family:Arial;
    font-weight:bold;
    font-size:35px;
    padding-top:38px;
    text-align:center;
    width:550px;
    float:right;
}

#motto-en {
    font-size:33px;
}

.rightmost {
    margin-right:0;
}

.leftmost {
    margin-left:0;
}

.rightfloat {
    float:right;
}

.leftfloat {
    float:left;
}

.ihs-content {
    width: 555px;
    float:left;
    margin:0 0 0 48px;
}

.ihs-contact {
    clear:both;
    margin:16px 48px 0 48px;
    padding:5px;
}

.ihs-home-link {
    background-image: url('sg-white.gif');
    background-position:left 50%;
    background-repeat: no-repeat;
    color:#e96c12;
    float:right;
    width:175px;
    padding-left:10px;
    display:block;
}

.ihs-alt-link {
    display:block;
    float:left;
    margin:0;
    padding: 0 0 0 5px;
    width:500px;
}


.breadcrumb {
    overflow: hidden;
    padding: 0;
    margin: 0 0 16px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb li:last-child {
    display: inline-block;
}

}
