﻿@charset "utf-8";

div#middle h2.top{ /* určuje specifické vlastnosti pro h2.top v div#middle */
    width: 100%;
    color: #4c4230;
    line-height: 25px;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0.6em 0 0.5em;
    height: auto;
    letter-spacing: 0.8px;
}

/* news novinkz */
.news-section{
    margin-bottom: 15px;
    padding-top: 50px;
    float: left;
}
.news{
    float: left;
    width: 100%;
    clear: left;
    padding: 15px 20px;
    border-bottom: 1px solid #e5e2df;
    box-sizing: border-box;
}
.news-heading{
    font-size: 17px;
    color: #4c4130;
    font-weight: 700;
    width: 100%;
    float: left;
    margin: 4px 0 0px;
}
.news-perex{
    color: #4c4130;
    font-size: 15px;
    width: 100%;
    float: left;
    padding-top: 1px;
}
.news-text{
    float: left;
    width: 100%;
    clear: both;
    color: #4c4130;
    font-size: 15px;
}

.news-button{
    display: none;
}

/*
.news-button,
input.submit{
    float: right;
    width: 90px;
    line-height: 39px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dfdeda;
    text-align: center;
    background: #FFFFFF;
    color: #4c4230;
    border-radius: 4px;
    margin-top: 12px;
}
.news-button.submit{
    position: absolute;
    right: 20px;
}
#middle .news-button:hover,
input.submit:hover{
    background: #FFF7E7;
    color: #4c4230;
}
.news-load-more{
    width: auto;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 25px;
    float: none;
    height: 40px;
    display: table;
    text-align: center;
    margin: 25px auto;
}
.button-wrapper{
    float: left;
    width: 100%;
}
.news-section .button-wrapper{
    border-bottom: 1px solid #e5e2df;
}

*/
/* news novinkz  end*/