body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #2C3313;
}
sup {
    vertical-align: super;
    font-size: 11px;
}
sub {
    vertical-align: sub;
    font-size: 11px;
}
a {
    color: #280A06;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
}
h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
h3 {
    font-size: 19px;
    margin-bottom: 20px;
}
h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

/* TABLES */
table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 15px;
    border-top: solid 1px #E0E0E0;
}
td, th {
    padding: 10px;
}
tr.header {
     background: #F8F8F8;
}
th, tr.header td {
    font-family: 'Open Sans Condensed', sans-serif;
    border: none;
    font-weight: 700;
    text-align:center;
    font-size: 18px;
    color: #626262;
    vertical-align: middle;
    border-bottom: solid 2px #E0E0E0;
    border-right: solid 1px #E0E0E0;
}
td {
/*    border-right: solid 5px #EFEFEF;
    border-bottom: solid 5px #EFEFEF;
*/    font-size: 14px;
    color: #626262;
    background: #FFFFFF;
    vertical-align: top;
    text-align: center;
    line-height: 1.3;
    transition: 0.3s;
    border-bottom: solid 1px #E0E0E0;
    border-right: solid 1px #E0E0E0;
}
tr:hover td {
    background: #EEEEEE;
}
td p {
    font-size: 14px;
    color: #666;
}
td:last-child, th:last-child {
    border-right: none;
}
/* TABLES END */
.content table ol, .content table ul {
    margin-bottom: 0;
}
.content table h2 {
    margin-bottom: 0;
}

.main {
    text-align: left;
}
.main .content {
	padding:40px;
	padding-bottom: 0;
	padding-top: 30px;
	font-size: 16px;
	float: left;
	width: 58%;

	background: #FFFFFF;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
	border: solid 1px #CEDBA8;
	overflow: hidden;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 50px;
        line-height: 1.5;
}
.main .content img {
    max-width: 100%;
}
.content h1 {
    font-weight: 700;
    font-size: 35px;
    color: #280A06;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: solid 1px #D1C9C5;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.content h2 {

}
.content ul {
    margin-left: 22px;
    list-style-image: url(../images/li-content.png);
}
.content li {
    padding-left: 2px;
}
.content p, .content ul, .content ol, .content .paragraph {
    line-height: 1.5;
    margin-bottom: 20px;
}
.content p {
    text-align: justify;
}
.content ol {
    list-style: decimal;
    margin-left: 22px;
}
.content .newsList {
    padding-top:0;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.content .newsList a {
    color: #666666;
}

.content .newsList article h1 {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	border: none;
    background: none;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
}
.content .newsList article a:hover h1 {
    text-decoration: underline;
}
.main .content .newsList .ico {
	display: block;
	float: left;
	margin-right: 15px;
        width: 171px;
        line-height: 0;
	box-shadow: 1px 1px 2px #666666;
	vertical-align: middle;
	text-align: center;
}
.main .content .newsList .ico img {
    width: 100%;
    max-width: 171px;
}
.main .content .newsList .article--small {
    margin-bottom: 15px;
}

.main .content .newsList .article--small h1 {
/*    font-size: 16px;
    text-transform: none;
    line-height: 1; */
}
.main .content .newsList  a {
    border-bottom: solid 1px #EEEEEE;
}
.content .newsList--gal article {
    position: relative;
    display: block;
    text-align: center;
    float: left;
    margin-right:2%;
    width: 32%;
    overflow: hidden;
    box-shadow: 1px 1px 2px #666666;
    transition: 0.3s;
}
.content .newsList--gal article:hover {
    box-shadow: 1px 1px 30px #BBBBBB;
}
.content .newsList--gal .article--last {
    margin-right: 0;
}

.main .content .newsList--gal article:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.main .content .newsList--gal article span {
    display: block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.main .content .newsList--gal article h1 {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 1%;
    width: 98%;
    background: url(../images/bg-white-transparent.png);
}
.main .content .newsList--gal article span img {
    max-width: none;
/*    width: 150%; */
}
.featured .gallery .last {
    margin-right: 0;
    float: right;
}



.main .content .newsData {
    display: block;
    font-size: 12px;
    color:#999999;
    margin-left: 10px;
    margin-top: -3px;
    margin-bottom: 9px;
}
.main .content .single article h1 {
    margin-bottom: 20px;
}
.main .content .single .newsData {
    margin-top: -20px;
}
article, .article {
    margin-bottom: 35px;
}
.main .content .newsList article > a {
	text-decoration: none;
	display: block;
}
.main .content article a:hover, .main .content .article a:hover {
    text-decoration: none;
}
.main .content article .readmore {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-weight: 700;
    font-size: 0.8em;
}
.main .content article a:hover .readmore {
    text-decoration: underline;
}
.main .content .single article .no-margin-bottom {
    margin-bottom: 0;
}

/* PRINT */
.print .wrapper {
    text-align: center;
    padding-top: 20px;
}
.print .site-width {
    width: 98%;
    margin: 0 auto;
}
.print .content {
    box-shadow: none;
    width: 95%;
    border: none;
    padding:0;
}

.print header h1 {
    font-size: 20px;
    padding: 30px;
}
.print .main {
    padding: 1%;
}
.print footer {
    font-size: 12px;
}
.print .footer-content-block {
    width: 40%;
    float: left;
    margin-bottom: 20px;
}
.print p {
    margin-bottom: 20px;
}
.print footer .copy {
    padding: 20px;
    text-align: center;
}
/* PRINT END */

.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 20px;
}
.float-left {
	float: left;
	margin-right: 15px;
}
.float-right {
	float: right;
	margin-left: 15px;
}
.float-none {
    display: inline-block;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.half {
    width: 45%;
    padding-right: 5px;
}

.clear {
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
}
.content .page .clear {
    margin-bottom: 20px;
}
.clearfix {
    clear: both;
}
.fontred {
    color: #AA0000;
    font-size: 0.9em;
}
.fontblue {
    color: #0279B1;
}
.fontturq {
    color: #00A8C1;
}

/* HOMEPAGE */

.oferta .gal {
    width: 656px;
}


.single .kontakt {
    background: #FFFFFF;
    padding: 7px;
    width: 284px;
    margin-bottom: 30px;
}
.content address {
    padding-left: 15px;
    border-left: solid 4px #F0F0F0;
    line-height: 1.5;
    margin-bottom: 10px;
}

.kontakt-form {
}

.more, .more a {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: lowercase;
    text-decoration: none;
    padding-top: 5px;
}
.more a:hover {
    text-decoration: underline;
}
.grid1-3 {
    float: left;
    width: 29%;
    margin-right: 6%;
}

.last {
    margin-right: 0;
}
.first {
    margin-left: 0;
}

.content .no-margin {
    margin:0;
}
