.rightBlock{
    background-color: #fff;
    color: #808080;
    padding: 54px;
    height: 335px;
    text-align: left;
}
.rightBlock p{
    color: #808080;
}

h5 {
 margin-bottom: 10px;
 text-align: left;
 font-weight: bold;
 margin-top: 30px;
}

.subHeader.split {
    height: 287px;
}

.subHeader.classic {
    padding: 0px 17px 0px 15px;
    margin-top: 171px;
    }

.blogThumb, .blogThumb img {
    padding-top: 45px;
}
    .thumbBar {
    background-color: #4795C4;
}

ul{
    list-style: circle;
    /* padding-left: 15px; */
}

.workFullWidth {
    padding: 80px 0px 80px 0px;
    background-color: white;
}

ul li {
    list-style: circle;
}

.lists{
    padding: 40px 0px 40px 0px;

}

.lists ul li{
    list-style: none;
    padding: 5px 0px;
}

.text{
    width: 500px;
}
.text .quote{
    color: #064263;
    font-size: 18px;
}

.bxslider2{
    padding-top: 60px;
}
a.current.blue {
    color: #4795C4;
}

.img-right, .img-left {
    float: right;
    margin: 5px 10px;
    border: 1px solid #cecece;
    padding: 3px;
}

.img-center{
        max-width: 100%;
        border-bottom: 8px solid #c44747;
}

.img-left{
    float:left;
//    -webkit-filter: grayscale(100%);
//    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
/*.img-left:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
*/

.slika {position: relative;}
.slika span {
    position: absolute;
    color: #fff;
    bottom: 34px;
    right: 100px;
    font-size: 13px;
}

.further-reading ul{
    font-size: 14px;
    list-style-type: none;
}

.further-reading ul li{
    padding: 3px 0px 15px 0px;
    list-style: none;
}

.further-reading div.full {
    clear: both;
}

.further-reading div.full ul li {
    padding-left: 95px;
}
.anchor{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}