body {
    margin: 0;
    padding: 0;
    background: #2c2c2c;
    /*height: 100%;*/
}

html, body {
    height: 100%;
}

#site-wrapper {
    float: right;
    max-width: 1400px;
    width: 100%;
    height: 100%;
}

.short-post { cursor: pointer; background: #f6f6f6; }

.short-post .post-thumbnail {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.short-post h2 {
    height: 60px;
    margin: 0;
    line-height: 60px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 20px;
    overflow: hidden;
}

.short-post .hover {
    text-align: center;
    height: 200px;
    line-height: 200px;
    top: 0;
    background: rgba(205,0,0,0.4);
    opacity: 0;
}

.short-post:hover .hover {
    opacity: 1;
}

.short-post .hover a {
    outline: 0;
}
.short-post .hover img {
    height: auto;
    width: auto;
    min-width: 0;
    border: 2px solid #f6f6f6;
    padding: 10px;
}

.short-post .hover img:hover {
    padding: 6px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.short-post section {
    background: #f6f6f6;
    color: #111111;
    height: 240px;
    line-height: 20px;
    overflow: hidden;
}

.short-post section .content {
    margin: 20px;
    height: 200px;
    overflow: hidden;
}

.short-post section p {
    padding: 0;
    margin: 0;
    font-size: 12px !important;
}

.short-post section:hover {
    background: #f6f6f6;
    color: #111111;
}

.more-span { display: none; }

#about {
    background-color: #111;
    background-image: url('../i/finance.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #f6f6f6;
    height: 500px;
}

#logotype {
    height: 100px;
    min-width: 0;
}

#procenti {
    background: #f6f6f6;
    color: #111111;
}

#procenti tr td,
#procenti tr th {
    padding: 2px 10px;
}
#procenti tr th {
    background: #e0e0e0;
    color: #2e2e2e;
    text-transform: uppercase;
}
#procenti tr { height: 60px; }
#procenti tr:hover { background: #ffffff; }
#procenti tr:hover a { background: #D9534F }
#procenti tr td {
    box-shadow: rgba(0,0,0,0.1) 0 -1px 0 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 -1px 0 0 inset;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 -1px 0 0 inset;
}

.more-link {
    line-height: 90px;
    width: 100%;
    text-transform: uppercase;
    outline: 0;
}

.more-link:hover { text-decoration: none; }
.green-small-text {
    color: #395;
    font-size: 10px;
    text-transform: uppercase;
}

#choose {
    height: 80px;
    background: #f6f6f6;
    line-height: 80px;
}

#choose > div { width: 20%; height:100%;  }
#choose div {  }
#choose .value {
    height: 100%;
    background: #f0f0f0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
    padding-left: 10px;
}
#choose .value:hover { background: #e6e6e6; }
#choose .value:active { background: #e0e0e0; }
#choose .value:after {
    content: url('../i/a-down.png');
    position: absolute;
    top: 3px;
    right: 10px;
}

#choose .drop-list {
    position: absolute;
    background: #f6f6f6;
    width: 100%;
    z-index: 11;
    list-style: none;
    line-height: 30px;
    max-height: 248px;
    height: 0;
    overflow: hidden;
}

#choose .drop-list.active { height: auto; }

#choose .drop-list li {
    background: #e8e8e8;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 0 20px;
}

#choose .drop-list li:hover { background: #395; color: #f6f6f6; }
#choose .drop-list li:active { background: #365; }
#compare-button {
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
}
#compare-button:before {
    /*content: url('../i/calc.png');*/
}
.page-image { height: 400px; line-height: 400px; background: #000; }
.page-image img { opacity: 0.7; min-width: 100%; }
.page-title {
    border-left: 2px solid #f6f6f6;
    margin-left: 60px;
    margin-bottom: 30px;
    padding: 8px 30px 8px 6px;
    background: rgba(255,255,255,0.03);
    text-transform: uppercase;
    color: #f6f6f6;
    font-weight: normal !important;
    max-width: 50%;
    text-align: left;
}
body.page {
    background: #f6f6f6;
}
.page-content {
    color: #111111;
    padding: 60px;
    text-align: justify;
}
.page-comment {
    padding: 20px 60px;
    background: #e8e8e8;
    border-top: 2px solid #d8d8d8;
}

#comment-form input {
    line-height: 30px;
}

#comment-form input,
#comment-form textarea {
    padding: 6px;
    border: 1px solid #d0d0d0;
    font-weight: normal;
}

#comment-form textarea {
    max-width: 100%;
    min-width: 100%;
    height: 120px;
}

#comment-submit {
    padding: 10px 20px !important;
    text-transform: uppercase;
}

#comment-form label:first-of-type input {
    border-right: 0;
}

#pagination {
    line-height: 60px;
    width: auto;
    float: right;
    background: #f0f0f0;
}

#pagination > .page-numbers {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    text-align: center;
    font-size: 22px;
}

#pagination > a.page-numbers:hover {
    text-decoration: none;
    background: #359;
    color: #f6f6f6;
    outline: 0;
}
#pagination > a.page-numbers:active { background: #348; }

body.error404 { background: #f6f6f6; }

#er404 {
    padding: 100px 60px;
}

body.single {
    background: #f6f6f6;
    color: #111111;
}

.comment {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 60px;
}
.comment:nth-child(2n) {
    background: #f0f0f0;
}
.comment:last-child {
    border: 0;
}
.comment header {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.comment header .author {
    font-weight: bold;
    padding-right: 20px;
    font-size: 16px;
}

.comment header .date {
    font-size: 12px;
    float: right;
    color: #aaa;
}

.comment section {
    line-height: 20px;
    padding-top: 10px;
}

.kk-star-ratings {
    margin-top: 20px;
}

#category-info {
    background: #f6f6f6;
    height: 100%;
    padding: 100px 60px;
}

.post-short-info { height: 300px; cursor: pointer; text-align: center; vertical-align: center; }
.post-short-info > div > img { min-height:100%; min-width: 100%; }
.post-short-info > div > img.no-scale { min-height: 0; min-width: 0; }
.post-short-info .hover { background: rgba(205,0,0,0.4); color: #f6f6f6; padding-top: 100px; opacity: 0; }
.post-short-info .link-icon { opacity: 0.6; border: 2px solid #f6f6f6; padding: 10px; }
.post-short-info h2 { font-weight: normal; font-size: 16px; text-transform: uppercase }
.post-short-info:hover .hover { opacity: 1; }
.post-short-info:hover .hover > img { padding: 6px; transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg); }

#post-content footer { padding: 20px 60px; }

#diemzel { margin: 40px auto; clear: both; }

.footer-row {
    height: 30px;
    line-height: 30px;
}
span.linked {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #ddd;
    padding: 4px 8px;
    margin-right: 4px;
}
span.linked a { color: #888888; }
span.linked:hover { background: #359; }
span.linked:hover a { color: #f6f6f6; text-decoration: none; }

span.type-title { color: #555; font-size: 10px; text-transform: uppercase; display: block; text-align: center; margin: 4px 0;}
