﻿@charset "UTF-8";
/* čšžČŠŽ - force UTF8 */

/* ------------------------------------------------------------------------------------- */
/* grid člankov */
/* ------------------------------------------------------------------------------------- */

.cms-main-content {
  margin-top: 15px;
}

.cms-side-content {
  margin-top: 15px;
}

.cms-table-noborder {
  border: none;
}

  .cms-table-noborder > thead > tr > th,
  .cms-table-noborder > tbody > tr > th,
  .cms-table-noborder > tfoot > tr > th,
  .cms-table-noborder > thead > tr > td,
  .cms-table-noborder > tbody > tr > td,
  .cms-table-noborder > tfoot > tr > td {
    border: none;
  }

    .cms-table-noborder > thead > tr > th,
    .cms-table-noborder > tbody > tr > td.cms-td-border {
      border: 0 solid #dddddd;
      border-width: 0 0 2px 0;
    }

      .cms-table-noborder > thead > tr > th.cms-back-gray,
      .cms-table-noborder > tbody > tr > td.cms-back-gray {
        background: #f5f5f5;
      }


    .cms-table-noborder > tbody > tr > td hr {
      border: 0 solid #ddd;
      border-width: 1px 0 0 0;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
      margin: 5px 0;
    }

@media print {
  .cms-table-noborder th,
  .cms-table-noborder td {
    border: none !important;
  }
}


/* ------------------------------------------------------------------------------------- */
/* PRIKAZ ČLANKA */
/* ------------------------------------------------------------------------------------- */

.cms-entry {
  margin: 0 0 15px 0;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 0;
  text-align: justify;
}

  .cms-entry.cms-entry-grid {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2);
  }

.cms-grid-meta {
  background: #f5f5f5;
  margin: 5px 0;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2);
}

.cms-entry .cms-toolbar {
  width: auto;
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 10;
  margin: 0 0 0 10px;
}

/*.cms-entry .cms-toolbar a {
      display: inline-block;
      background: #fff;
      padding: 2px;
      border: 1px solid #aaa;
    }*/

.cms-entry .cms-meta {
  width: auto;
  float: right;
  /*position: absolute;
    right: 5px;
    top: 5px;*/
  margin: 0 0 0 10px;
  background: #fff;
  color: #555;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.2);
  /*opacity: 0.8;*/
}

/*.cms-entry .cms-meta:hover {
      opacity: 1;
    }*/

.cms-entry.cms-entry-dark .cms-content {
  background: #333;
  color: #fff;
  border-color: #777;
}

  .cms-entry.cms-entry-dark .cms-content h1,
  .cms-entry.cms-entry-dark .cms-content .h1,
  .cms-entry.cms-entry-dark .cms-content h2,
  .cms-entry.cms-entry-dark .cms-content .h2,
  .cms-entry.cms-entry-dark .cms-content h3,
  .cms-entry.cms-entry-dark .cms-content .h3,
  .cms-entry.cms-entry-dark .cms-content h4,
  .cms-entry.cms-entry-dark .cms-content .h4 {
    color: #acb4de;
  }


  .cms-entry.cms-entry-dark .cms-content a {
    color: #88a0d8;
  }

.cms-entry.cms-entry-dark a:hover,
.cms-entry.cms-entry-dark a:focus {
  color: #b6c6ef;
}

.cms-entry.cms-entry-dark .cms-meta {
  /*background: #ccc;
    color: #333;*/
  background: #222;
  color: #ccc;
  border: 1px solid #aaa;
  box-shadow: 0 8px 8px -5px rgba(255, 255, 255, 0.25);
}


.cms-entry.cms-entry-dark .cms-img-wrapper .cms-img-content {
  border: 1px solid #777;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.25);
}

.cms-entry.cms-title-narrow .cms-title-img {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.cms-entry.cms-title-narrow.cms-title-s .cms-title-img {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.cms-entry.cms-title-narrow.cms-title-xs .cms-title-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}


.cms-entry.cms-title-narrow .cms-title-img-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

  .cms-entry.cms-title-narrow .cms-title-img-center img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    max-width: 100%;
    /*width: auto;*/
  }


.cms-info {
  /*float: right;*/
  position: absolute;
  width: auto;
  right: 5px;
  top: 5px;
  margin: 0 0 0 10px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.50);
}

.cms-title-img-placeholder {
  min-height: 100px;
  margin: 0;
  padding: 0;
}

.cms-title-img {
  min-height: 100px;
  margin: 0;
  padding: 0;
}

  .cms-title-img img {
    width: 100%;
  }

.cms-content {
  position: relative;
  float: none;
  clear: both;
  height: auto;
  width: auto;
  min-height: initial;
  overflow: hidden;
  margin: -100px 30px 0 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}


.cms-entry.cms-no-title-img .cms-content {
  margin: 0;
  padding: 20px;
}


.cms-entry.cms-entry-grid .cms-content {
  position: relative;
  float: none;
  clear: none;
  height: auto;
  width: auto;
  min-height: initial;
  overflow: hidden;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: none;
}

  .cms-entry.cms-entry-grid .cms-content .cms-content-text {
    clear: left;
  }


.cms-entry.cms-entry-grid .cms-edit-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.15;
}

.cms-entry.cms-entry-grid:hover .cms-edit-toolbar {
  opacity: 1;
}

.cms-entry.cms-entry-grid .cms-categories {
  margin: 0 0 10px 0;
}

.cms-entry.cms-entry-grid .cms-img-thumbnail {
  float: left;
  /*position: absolute;
  top: 0;
  left: 0;*/
  height: 50px;
  max-height: 50px;
  width: auto;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}



img.cms-img.cms-img-noborder {
  max-width: 90%;
}

.cms-entry img.cms-img.cms-img-noborder.cms-horz-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cms-entry img.cms-img.cms-img-noborder.cms-horz-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.cms-entry img.cms-img.cms-img-noborder.cms-horz-center {
  text-align: center;
}


.cms-entry .cms-img-wrapper {
}

  .cms-entry .cms-img-wrapper.cms-horz-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .cms-entry .cms-img-wrapper.cms-horz-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .cms-entry .cms-img-wrapper.cms-horz-center {
    text-align: center;
  }

  .cms-entry .cms-img-wrapper .cms-img-content {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 5px;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.50);*/
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.50);
  }

    .cms-entry .cms-img-wrapper .cms-img-content img.cms-img {
      max-width: 800px;
    }


  .cms-entry .cms-img-wrapper .cms-img-title {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    /*white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;*/
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    margin: 5px;
    /*margin: 0;
    border-radius: 0 0 5px 5px;*/
  }

.cms-img-thumb {
  width: 100%;
  min-height: 50px;
  padding: 5px;
  border: 1px solid #ddd;
}
