/*
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, 9:45:21 AM
    Author     : jakub
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext');

a, a:hover, a:visited, a:link, a:active, a:focus
{
    text-decoration: none;
    color: #000;
    background-color: transparent;
    outline: none;
}

h2 {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    line-height: 54px;
}
.breadcrumb > .active {
    color: #222222;
}

.breadcrumb  li,.breadcrumb li > a{
    color: #222222;
    font-size: 13px;
}
.breadcrumb li > a img{
    margin-top: -4px;
}
.breadcrumb > li + li::before {
    color: #222222;
    content: "»";
    font-size: 13px;
}
.breadcrumb {

    margin-bottom: 20px;

    background-color: transparent;
    border-radius: 0;
}

.page-header {
    padding-bottom: 9px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -15px;
    border-bottom:none;
}
.page-header h1{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 55px;
    font-weight: 300;
    color:#fff;
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    margin-top: 36px;
    margin-left: 24px;
}

.pagination {
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
}
.pagination .prev{
    color: #010101;
    float:left;   
}

.pagination .next{
    color: #010101;
    float:right;   
}

.pagination .prev a{
    color: #010101;  
}

.pagination .next a{
    color: #010101;
}
.pagination > li > a, .pagination > li > span {
    border: none;
}
.pagination  li.single-page{
    display: inline-block;
}
.pagination li.single-page a{
    color: #757576;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #757576;
    cursor: default;
    background-color: #d2d100;
    border-color: #d2d100;
}

select.form-control {
    -moz-appearance: none;
    background: #fff url("/gfx/select-arrow.png") no-repeat scroll 95% center;
    border-radius: 0;
    height: 32px;
    padding-right: 38px;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;
    color: #d2d100;
    padding-top: 0px;
    padding-left: 4px;
}

.btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border:none !important;
}
.btn-primary{
    background-color: #d8d901;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d8d901;
    border-color: #d8d901;
}
.row-grey{
    background-color: #f4f4f4;
}
.row-green{
    background-color: #1c4f14;
}
h3.left-line{
    color: #58585a;
    font-family: Oswald;
    font-size: 35px;
    line-height: 35px;
    font-weight: 300;

    padding-left: 25px;
    border-left: 2px solid #d2d100;
    padding-top: 0;
    padding-bottom: 0;
}

.row-green h3.left-line{
    color: #fff;
}
ul.year-list{
    height:55px;
    margin-bottom: 65px;

}
ul.year-list  li{
    list-style: none;
    float:left;
    height:65px;
}
ul.year-list  li a{
    opacity: 0.51;
    color: #000000;
    font-family: Oswald;
    font-size: 27px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
ul.year-list  li.active a{
    opacity: 1;
    color: #d8d901;
    font-family: Oswald;
    border-bottom: 2px solid #d8d901;
}
@media (max-width: 767px) {
    .page-header h1 {
        font-size: 40px;
    }
}