html {
    font-family: Muli, Calibri, Monospaced;
    min-height: 100%;
    height: 100%;
    background: #fff;
}

body {
    color: #1a1a1a;
}

#mainHeader {
    font-family: Muli, sans-serif;
    background: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    max-width: 2560px;
}

#mainHeader > nav {
    display: block;
    padding: 0;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
}

#mainHeader > nav .logo {
    height: 100%;
}

#mainHeader .navbar-brand {
    height: 100px;
    padding: 25px 0 25px 10px;
}

@media (min-width: 768px) {
    #mainHeader .navbar-nav {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    #mainHeader .navbar-collapse > ul > li > span {
        display: none
    }

    #mainHeader .navbar-collapse > ul > li {
        text-align: center;
        font-size: 120%;
        padding: 10px 0;
    }
}

#mainHeader .navbar-nav > li {
    padding: 0 10px;
}

#mainHeader .navbar-nav > li > a {
    color: #1a1a1a;
    padding: 2px 6px;
}

#mainHeader > nav li > a:hover, #mainHeader > nav li.active > a {
    text-decoration: underline;
}

#mainHeader #navbarCollapse {
    border: none;
    box-shadow: none;
}

.navbar-toggle {
    margin-top: 30px;
    margin-right: 30px;
}

/* Secondary header */

#secHeader {
    height: 350px;

    background: none;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

#secHeader > nav {
    background: none;
}

#secHeader > nav .logo {
    height: 100%;
}

#secHeader .navbar-brand {
    height: 110px;
    padding: 10px;
}

@media (max-width: 768px) {
    #secHeader .navbar-brand {
        height: 90px;
    }
}

#secHeader .navbar-nav {
    padding: 10px;
}

#secHeader > nav li > a, #secHeader > nav li > span {
    font-family: Muli, sans-serif;
    color: white;
    background: none;
    font-size: 23px;
    padding: 10px 15px;
    line-height: 23px;
}

#secHeader > nav li > span {
    font-size: 30px;
    line-height: 35px;
}

@media (min-width: 768px) {
    #secHeader > nav li:hover > a, #mainHeader > nav li.active > a {
        background: none;
        border-bottom: 2px solid #fff;
    }
}

@media (max-width: 768px) {
    #secHeader > nav li:hover > a, #mainHeader > nav li.active > a {
        text-decoration: underline;
    }
}

@media (max-width: 768px) {
    #secHeader nav li > span {
        display: none
    }

    #secHeader nav li {
        text-align: center;
        padding: 10px 0;
    }
}

#secHeader #navbarCollapse {
    border: none;
    box-shadow: none;
}

/* Main Container */

#mainContainer {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 0 0 40px 0;
    max-width: 2560px;
}

#mainContainer .mainArticle {
    font-family: Muli, sans-serif;
    font-size: 15px;
    padding-bottom: 20px;
}

#mainContainer .mainArticle.articleJustified {
    text-align: justify;
}

#mainContainer .mainArticle span {
    display: block;
}

#mainContainer .mainArticle ul {
    text-align: left;
}

#mainContainer h1 {
   font-size: 36px;
}

#mainContainer h2 {
    font-size: 30px;
}

#mainContainer h3 {
    font-size: 24px;
}

#mainContainer h4 {
    font-size: 18px;
}

#mainContainer h5 {
    font-size: 14px;
}

#mainContainer h6 {
    font-size: 12px;
}

#mainContainer .false-h1 {
    font-size: 36px!important;
}

#mainContainer .false-h2 {
    font-size: 30px!important;
}

#mainContainer .false-h3 {
    font-size: 24px!important;
}

#mainContainer .false-h4 {
    font-size: 18px!important;
}

#mainContainer .false-h5 {
    font-size: 14px!important;
}

#mainContainer .false-h6 {
    font-size: 12px!important;
}

#mainContainer .mainArticle h1,
#mainContainer .mainArticle h2,
#mainContainer .mainArticle h3,
#mainContainer .mainArticle h4,
#mainContainer .mainArticle h5,
#mainContainer .mainArticle h6 {
    font-family: Muli;
    font-weight: 400;
    text-align: center;
    clear: both;
}

#mainContainer .mainArticle header > h1,
#mainContainer .mainArticle header > h2,
#mainContainer .mainArticle header > h3,
#mainContainer .mainArticle header > h4 {
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    padding-bottom: 20px;
}

#mainContainer .mainArticle img {
    width: 100%;
    padding: 30px 0;
}

/* fluidBoxes Projects */

#fluidBoxesProjects {
    padding: 0 0;
    margin-top: -5px;
}

#fluidBoxesProjects .grid {
    font-size: 0;
}

#fluidBoxesProjects .grid-sizer, #fluidBoxesProjects .grid-item {
    width: 100%;
}

#fluidBoxesProjects .grid-item {
    display: inline-block;
    font-size: 16px;
}

#fluidBoxesProjects .grid-item a {
    margin: 10px;
    display: block;
    position: relative;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 500px) {
    #fluidBoxesProjects .grid-sizer, #fluidBoxesProjects .grid-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    #fluidBoxesProjects .grid-sizer, #fluidBoxesProjects .grid-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    #fluidBoxesProjects .grid-sizer, #fluidBoxesProjects .grid-item {
        width: 33.3%;
    }
}

#fluidBoxesProjects .grid-item a:hover {
    background-color: black;
}

#fluidBoxesProjects .grid-item img {
    padding: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#fluidBoxesProjects .grid-item a:hover img {
    opacity: 0.6;
}

#fluidBoxesProjects .grid-item a .shadow {
    position: absolute;
    text-align: left;
    width: 100%;
    height: 120px;
    bottom: 0;
    margin: 0;
    display: block;

    background: none;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));

    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

#fluidBoxesProjects .grid-item a:hover .shadow {
    height: 140px;
    max-height: 100%;
}

#fluidBoxesProjects .grid-item a p.desc {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    padding-left: 12px;
    padding-bottom: 25px;
    margin: 0;
    line-height: 100%;

    font-family: Muli, calibri;
    font-weight: 100;
    color: white;

    opacity: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    #fluidBoxesProjects .grid-item a p.desc {
        opacity: 1;
    }

    #fluidBoxesProjects .grid-item a .shadow {
        height: 160px;
    }
}

#fluidBoxesProjects .grid-item a:hover p.desc {
    opacity: 1;
}

#fluidBoxesProjects .grid-item a p.desc > h4.title {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

#fluidBoxesProjects .grid-item a p.desc > span.subtitle {
    font-size: 16px;
    font-weight: 600;
}

#fluidBoxesProjects .grid-item a p.desc > span {
    display: block;
    padding: 5px;
}

/* fluidBoxes News */

#fluidBoxesNews {
    padding: 0 0;
    margin-top: -5px;
}

#fluidBoxesNews .grid {
    font-size: 0;
}

#fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
    width: 100%;
}

#fluidBoxesNews .grid-item {
    display: inline-block;
    font-size: 16px;
    cursor: hand;

    overflow: hidden;
}

#fluidBoxesNews .grid-item a.main {
    margin: 10px;
    display: block;
    position: relative;
    text-decoration: none;
    color: black;

    max-height: 625px;
    height: 625px;
    overflow: hidden;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#fluidBoxesNews .grid-item .newsDescription {
    padding: 15px;
    text-align: justify;
    max-height: 225px;
    height: 225px;
    min-height: 225px;

    overflow: hidden;
}

#fluidBoxesNews .grid-item .newsDescription h3 {
    margin-top: 10px;
}

#fluidBoxesNews .grid-item:hover .newsDescription h3 {
    text-decoration: underline;
}

#fluidBoxesNews .dotted .newsDescription {
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
    border-left: dashed 2px #ccc;
    border-right: dashed 2px #ccc;
    border-bottom: dashed 2px #ccc;
}

#fluidBoxesNews .dotted:hover .newsDescription {
    border-left: dashed 2px #999;
    border-right: dashed 2px #999;
    border-bottom: dashed 2px #999;

}

#fluidBoxesNews .shadowed a.main {
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -ms-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;

    box-shadow: 0 0 3px 1px #eee;

}

#fluidBoxesNews .shadowed a.main:hover {

    box-shadow: 0 0 6px 3px #ddd;

}

#fluidBoxesNews .newsDescription .more {
    color: #2d8ac7;
    text-align: right;
    margin-top: 0;
    display: block;
}

#fluidBoxesNews .newsDescription .more:hover {
    text-decoration: underline;
}

#fluidBoxesNews .image {
    width: 100%;
    height: 78.5vw;
}

#fluidBoxesNews .imageContent {
    width: 100%;
    height: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    background-size: cover;
    background-position: center;
}


@media (max-width: 768px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item .newsDescription, #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item a.main {
        height: auto;
        max-height: none;
    }
}

@media (min-width: 768px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
        width: 50%;
    }
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .image {
        height: 39vw;
    }
}

@media (min-width: 986px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
        width: 50%;
    }
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .image {
        height: 33vw;
    }
}

@media (min-width: 1200px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
        width: 33.3%;
    }
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .image {
        height: 22vw;
    }
}

@media (min-width: 2000px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
        width: 25%;
    }
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .image {
        height: 15vw;
    }
}

@media (min-width: 2560px) {
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .grid-item {
        width: 25%;
    }
    #fluidBoxesNews .grid-sizer, #fluidBoxesNews .image {
        height: 440px;
    }
}

#fluidBoxesNews .grid-item img {
    padding: 0;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#fluidBoxesNews .grid-item a.main p.desc {
    position: absolute;
    text-align: left;
    width: 100%;
    bottom: 0;
    padding-left: 20px;
    padding-bottom: 40px;
    margin: 0;
    line-height: 100%;

    font-family: Muli, calibri;
    font-weight: 100;
    color: white;

    opacity: 0;
}

#fluidBoxesNews .grid-item a.main:hover p.desc {
    opacity: 1;
}

#fluidBoxesNews .grid-item a.main p.desc > span.title {
    font-size: 16px;
    font-weight: 800;
}

#fluidBoxesNews .grid-item a.main p.desc > span.subtitle {
    font-size: 16px;
    font-weight: 600;
}

#fluidBoxesNews .grid-item a.main p.desc > span {
    display: block;
    padding: 5px;
}

/* slick */

.slider {
    margin-bottom: 60px;
    background-color: #fff;
}

.slider .sliderItem img {
    height: 300px;
    margin: 0 20px;
    z-index: 1;
    opacity: 0.4;

    -webkit-transition: opacity 1s, height 1s;
    -moz-transition: opacity 1s, height 1s;
    -ms-transition: opacity 1s, height 1s;
    -o-transition: opacity 1s, height 1s;
    transition: opacity 1s, height 1s;
}

@media (min-width: 500px) {
    .slider .sliderItem img {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .slider .sliderItem img {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .slider .sliderItem img {
        height: 600px;
    }
}

.slider .slick-current img {
    opacity: 1;
}

.slider .slick-next {
    right: 0;
    background: url('../images/ARight.png') no-repeat;
    background-position-y: 50%;
    background-size: contain;
}

.slider .slick-next:before {
    content: '';
}

.slider .slick-prev {
    left: 0;
    background: url('../images/ALeft.png') no-repeat;
    background-position-y: 50%;
    background-size: contain;
}

.slider .slick-prev:before {
    content: '';
}

.slider .slick-next, .slider .slick-prev {
    width: 60px;
    height: 100%;
    z-index: 1;
}

.slider .slick-next::before, .slider .slick-prev::before {
    color: #333;
}

/* Special */

.infoBox {
    margin-left: 100px;
    margin-top: 100px;
    max-width: 650px;
    padding: 30px 60px;
    line-height: 25px;
    color: white;
}

/* Contacts */
.map {
    width: 100%;
    height: 600px;

    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

@media (max-width: 768px) {
    .map {
        height: 300px;
    }
}

/* Footer */
#mainFooter {
    font-family: Muli, Tahoma, Geneva, sans-serif;
    background-color: #fff;
    color: #888;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: block;
}

#mainFooter h4 {
    font-size: 20px;
}

#mainFooter a {
    color: #888;
}

#mainFooter a:hover {
    color: #aaa;
    text-decoration: none;
}

#mainFooter .social {
    padding: 10px;
    height: 100%;
}

#mainFooter .social > a {
    padding: 10px;
    line-height: 100%;
}

#mainFooter .links > a {
    display: block;
}

#mainFooter .smallLogo {
    max-height: 54px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
}

/* Supersized */
#supersized {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

/* Other */

.off {
    max-width: 500px;
    width: 500px;
    height: 500px;
    max-height: 500px;
    overflow: hidden;

    position:absolute;
    top:-1000px;
    left:-1000px;
}

th.ceny, td.ceny {
    text-align: center;
    padding: 5px 10px 5px 10px;
}

th.ceny_left, td.ceny_left {
    text-align: left;
    padding: 5px 10px 5px 10px;
}

tr.ceny {
    border-width: 0px 0px 1px 0px;
    border-color: #cccccc;
    border-style: solid;
}

