/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 11, 2017, 12:39:15 PM
    Author     : jakub
*/
.news .page-header{
    margin-bottom: 5px;
}
.news .item .header{

    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.news .item .date{
    color: #d2d100;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.news .item .lead{
    color: #757576;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.news .item .more{
    margin-top: 15px;
    color: #000000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.news .list-view .item{
    margin-bottom: 50px;
}

.news.news-view .header{

    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.news.news-view .date{
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;

}
.news.news-view .content{
    margin-top: 20px;
    color: #757576;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.blueimp-gallery > .next img, .blueimp-gallery > .prev img{
    margin-top: -6px;
}
.blueimp-gallery > .next, .blueimp-gallery > .prev{
    border: none;
    background:none;
    width:30px;
    height: 30px;
    top: 35px;;
    background-color: #e1e1e1;
    opacity: 1;
    -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.blueimp-gallery > .next{

    right: 0;
}
.blueimp-gallery > .prev{
    left: auto;
    right: 31px;
}
.blueimp-gallery .play-pause{
    display: none;
}
.blueimp-gallery > .close:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .play-pause:hover, .blueimp-gallery > .prev:hover, .blueimp-gallery > .title:hover {
    color: #fff;
    opacity: 1;
    background-color: #d8d901;
}
.blueimp-gallery > .indicator {
    display: none;
}
.blueimp-gallery-carousel {
    padding-top: 42px;
    height: calc(100% + 42px);
    margin-top: 35px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    width: calc(100% + 1px);
}
.blueimp-gallery > .slides > .slide {
    height: calc(100% - 42px);
}
.blueimp-gallery-left > .prev, .blueimp-gallery-right > .next {
    display: block;
}
.blueimp-gallery-carousel .slide{
/*    border: 1px solid #757576;*/
     background: #eee;
}
.blueimp-gallery-single > .next, .blueimp-gallery-single > .play-pause, .blueimp-gallery-single > .prev{
    display: none; 
}
@media (max-width: 767px) {
    .news .item .header {
        margin-top: 15px;
    }
    .news .item .content {
        margin-left: 0px;
    }
}


