/* Add here all your CSS customizations */
.page-header-light {
    background-color: #f7f7f7;
    border-top: 3px solid #f4f4f4;
    border-bottom: 5px solid #f4f4f4;


    margin: 0 0 35px;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

.page-header-light h1 {
    border-bottom: medium none;
    color: #1d2127;
    font-size: 2.3em;
}

h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e;
    letter-spacing: -1px;
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}

h2.hlogo-s {
        margin-bottom:0;
    }

    span.slogo-s {
        color:silver;
    }
    #header {
        background: white;
    }

html .heading-primary, html .lnk-primary, html .text-color-primary {
    color: #0088cc !important;
}

html .list-dark.list-icons li .fa, html .list-dark.list-icons li .icons {
    border-color: #2e353e;
    color: #2e353e;
}

.list.list-icons {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0;
}
.mt-xlg {
    margin-top: 30px !important;
}
.list.list-icons.list-icons-style-3 li {
    padding-left: 36px;
    padding-top: 5px;
}
.list.list-icons li {
    position: relative;
}
.list li {
    margin-bottom: 13px;
}
li {
    line-height: 24px;
}
.list.list-icons li {
    padding-left: 25px;
    position: relative;
}

.mb-xs {
    margin-bottom: 5px !important;
}
.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    background-color:  #0088cc;
}



.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    border-radius: 50%;
    color: #fff;
    height: 25px;
    padding: 5px;
    text-align: center;
    width: 25px;
}
.list.list-icons li .fa, .list.list-icons li .icons {
    border-color: #2883b0;
}
.list.list-icons li .fa, .list.list-icons li .icons {
    left: 0;
    position: absolute;
    top: 5px;
}

.obvestila-header {

       background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 1.1em;
    font-weight: 400;
    min-height: 20px;
    padding: 12px 20px 12px 15px;
    position: relative;


    color: #0088cc;


    text-align: left;
    margin-bottom:15px;
}

/* Index */

h2.small {
    float: left;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: none;
    line-height:inherit;
    font-weight: normal;
    color:#777777;

}
h3.big {
     font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
    text-transform: none;
}

.icon-featured {
    height: 80px;
    line-height: 80px;
    width: 80px;
}

.container .call-to-action {
    border-radius: 8px;
}
.call-to-action.call-to-action-default {
    background: #f2f2f2 none repeat scroll 0 0;
}
.call-to-action {
    clear: both;
    min-height: 125px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}
.mb-xl {
    margin-bottom: 25px !important;
}
.call-to-action .call-to-action-content {

    padding-top: 35px;
    padding-bottom: 35px;
    width: 100%;
    text-align: center;
    min-height: 370px;
}
.call-to-action h2 {
    color: #1d2127;
    margin: 0 0 9px;
    padding: 0;
    text-transform: none;
}
.call-to-action p {
    font-size: 1.2em;
}

.call-to-action .call-to-action-btn {
     padding-bottom: 20px;
    text-align: center;
}

.list.list-icons li.index .fa, .list.list-icons li.index .icons {
    margin-left: -35px;
    position: absolute;
    top: 5px;
}

.list.list-icons.list-icons-style-3 li.index {
    font-size: 16px;
    padding-left:0;
}

a.link {
    font-size:16px;
    border-bottom:1px solid #777777;
    line-height: 35px;
    color:#777777;
}

a.link:hover {
    text-decoration: none;
}

#cookie {
  display: none;
  position:fixed;
  max-width:400px;
  bottom:0;
  padding:15px;
  background-color: #fff;
  border:1px solid #E9E9E9;;
  margin:30px;
  line-height: 20px;
  z-index: 1000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#cookie a.btn {
  margin-top:10px;
  color: #FFF;
  background-color: #0088cc;
  border-color:#0088cc;
}

#cookie a.btn:hover, #cookie a.btn:active, #cookie a.btn:focus {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.table-po th {
  background-color:#0099e6;
  color:#fff;
}

#header nav ul.nav-top li a, #header nav ul.nav-top li span {
  font-size:13px;
}
