/* Posts */
.blog-posts article {
    border-bottom: 1px solid #d2dde7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*******************************************************/

.blog-posts article p:last-child{margin-bottom:0px;}

.blog-posts article:last-child{border-bottom:0px;}

.blog-posts .pagination {
    margin: 0px 0 10px;
}

.blog-posts-header{
    border-bottom:0px solid #d2dde7;
    margin-bottom:10px;
}

.blog-posts-footer{
    border-top:1px solid #d2dde7;
    margin-bottom:10px;
    padding-top:10px;
}

.blog-posts-header h1{
    font-size: 48px;
    font-family: 'Capriola', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #3b3428;
    width: calc(100% - 65px);
}

.blog-posts-header h2{
    font-size: 48px;
    font-family: 'Capriola', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #3b3428;
}

/* Post */
article.post h3{
    font-size: 30px;
    font-family: 'Capriola', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #3b3428;
}

article.post h2{
    font-size:24px;
    color: #d3bc6c;
    font-family: 'Open Sans', sans-serif;
}

article.post h1{
    font-size:24px;
    margin-top:0px;
    color: #3f4b64;
    font-family: 'Open Sans', sans-serif;
}

article.post h2 a, article.post h3 a{
    text-decoration: none;
    color:#004a70;
}

article.post h2 a:hover, article.post h3 a:hover{
    color:#004a70;
    text-decoration: underline;
}

article.post .post-meta {
    color: #666666;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 7px;
}

article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta i {
    margin-right: 3px;
}

article.post .post-date {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-date .month {
    background: #CCC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

article.post .post-date .day {
    background: #F4F4F4;
    border-radius: 2px 2px 0 0;
    color: #CCC;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px;
}

article.post .post-image .owl-carousel {
    width: 100.1%;
}

article .post-video {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 61%;
}

article .post-video iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article .post-audio {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 25%;
}

article .post-audio iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article.post-medium .post-image .owl-carousel {
    width: 100.2%;
}

/* Single Post */
.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}

article.blog-single-post .post-meta {
    //margin-bottom: 20px;
}

article.blog-single-post .post-image {
    width:30%;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

article.blog-single-post h4{font-size: 18px;font-family:'Open Sans', sans-serif;}

article.blog-single-post .post-add-sec ul{list-style:none;margin:0px;padding:0px;}
article.blog-single-post .post-add-sec ul li{font-size:14px;line-height:2em;}
article.blog-single-post .post-add-sec ul li .fa{font-size:18px;color:#a08872;}
article.blog-single-post .post-add-sec ul li a{color:inherit;}
article.blog-single-post .post-add-sec ul li a:hover{color:#a08872;}

article.blog-single-post hr{border-top: 1px solid #d2d2d2;}

/********************************************************/

/* blog tools */
.posts-tools .title p{font-size:24px;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:0px;}
.posts-tools ul {
    list-style: none;
    padding:0;
    margin:0;
}

#posts-category .title{background:#42bbf0;}
#posts-category .title:after{background:#42bbf0;}

#posts-months .title{background:#42bbf0;}
#posts-months .title:after{background:#42bbf0;}

#posts-tags .title{background:#42bbf0;}
#posts-tags .title:after{background:#42bbf0;}

.posts-tools .item a{font-size:16px;line-height:1.8em;}

article.post .table-responsive > table {width:auto;font-size:inherit;}
article.post .table-responsive > table p{margin:0px;line-height:1.7em;}
article.post .table-striped > tbody > tr:nth-child(odd) > td, article.post .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
article.post .table-responsive > table > tbody > tr > td{border: 0px solid #666666;}

/**********************list-type*********************/

.lista-3-item .blog-data {
    background: #004a70;
    width: 70px;
    height: 70px;
    border-radius: 0px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0px;
    padding:15px;
    color:#fff;
}

.lista-3-item .blog-data:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
    display: block;
    height: 13px;
    top: 15px;
    bottom: auto;
    margin: 0 auto;
    left: auto;
    right: 0px;
    margin-right: -7px;
    position: absolute;
    width: 13px;
    z-index: 0;
    background: #004a70;
}

.lista-3-item .blog-info {
    padding-left: 90px;
}

.lista-3-item h3{
    margin-top:0px;
}

/*********************************/

.listaart-3-item .content {
    width: 100%;
    padding: 0;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    max-height:310px;
    max-width:300px;
    margin:0 auto;
    margin-bottom:15px;
    height:200px;
}

.listaart-3-item .content .opis{
    padding:10px 20px;
    text-align:center;
    position:absolute;
    background-color: rgba(51,51,51,0.85);
    bottom:20px;
    left:0px;
    width:100%;
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
    z-index:5;
}

.listaart-3-item .content .opis a{
    color:#fff;
}

.listaart-3-item .content .opis:before {
    background-color: rgba(51,51,51,0.95);
    content: "";
    display: block;
    top: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -18px;
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid rgba(51,51,51,0.95);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.listaart-3-item .content .mask {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index:10;
}

.listaart-3-item .content img {
    display: block;
    position: relative;
}

.listaart-3-item .content span.zoom {
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 100%;
    top:40%;
    position: absolute;
    text-align: center;
    width: 100%;
    color:#fff !important;

}

.listaart-3-item .content img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.listaart-3-item .content .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0,0,0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height:100%;
    width:100%;
}

.listaart-3-item:hover .content img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.listaart-3-item:hover .content .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/******************************/
.lista-5-item{
    border:1px solid #ccc;
    margin-bottom:20px;
    background:#fff;
}

.lista-5-item .content {
    width: 100%;
    padding: 0;
    border: none;
    cursor: default;
    margin:0 auto;
    padding-bottom:5px;
}

.lista-5-item .content .opis{
    font-size:14px;
    padding:5px;
}

.lista-5-item .content .data{
    font-size:14px;
    color:#a08872;
}

.lista-5-item a{
    color:inherit;
}

.lista-5-item .content .opis p{
    text-align:justify;
}

.lista-5-item .content img {
    display: block;
    position: relative;
}

.lista-5-item .content .foto {
    height:auto;
    overflow:hidden;
}

/**************************************************/

.lista-7-item{
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:333px;
    overflow:hidden;
    margin-bottom:20px;
	border: 1px solid #d3bc6c;
}

.lista-7-item h3{
    position:absolute;
    bottom:40px;
    left:20px;
    right:20px;
    font-family: 'Open Sans' ,sans-serif;
    font-size:24px;
    color:#fff;
    font-weight:bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.lista-7-item a{
    color:inherit;
}

.lista-7-item h3 a:hover{
    color:#d3bc6c;
}

.lista-7-item a.more{
    position:absolute;
    bottom:20px;
    left:20px;
    //background:#a08872;
    font-size:25px;
    //color:#fff;
    //padding:5px 10px;
    color:#d3bc6c;
}

.lista-7-item a:hover{
    //background:#2f88c5;
    color:#754c24;
}

/*************************************************/

.lista-8-item{
    border:1px solid #ccc;
    background-color: #fff;
}

.lista-8-item .content {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    cursor: default;
    margin:0 auto;
}

.lista-8-item .content .opis{
    padding:10px 20px;
    text-align:center;
    font-size:14px;
    color:#333333;
}

.lista-8-item .content .data{
    font-size:12px;
    color:#ff6612;
}

.lista-8-item h3{
    font-size:17px;
    color:#004a70;
}

.lista-8-item a{
    color:inherit;
}

.lista-8-item a:hover{
    text-decoration:underline;
}

.lista-8-item .fa{
    color:#004a70;
}

.lista-8-item .content .opis p{
    text-align:justify;
}

.lista-8-item .content img {
    display: block;
    position: relative;
}

.lista-8-item .content .foto {

}
