/* Thread page */

.thread {

	

}

.thread-title {

	background-image: url('../../../image/catalog/banner/header-parallax.jpg');

}

.thread-title h1 {

	    background: #b47a52;
    padding: 23px 0px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;



}

.news-layout.news-standard .image img {

	width: 100%;

    object-fit: cover;

}



.news-layout.news-standard .caption h4 {

	font-size: 13px;

	line-height: 2.2;

}

.news-layout.news-standard .view-more {

	text-align: right;

	font-weight: bold;

	font-style: italic;

}

.news-layout.news-blog h2{

	font-size: 18px;

}



.news-layout.news-blog .image img {

	width: 100%;

}



.news-layout.news-blog .view-more {

	text-align: right;

	font-weight: bold;

	font-style: italic;

}



.news-layout.news-gallery .caption h2 {

	font-size: 18px;

	text-align: center;

}

.news-container {

	margin-top: 10px;

}



.news-container .news-banner img {

	width: 100%; 

}

.news-container .news-title h1 {

	font-size: 28px;

	font-weight: bold;

}

.news-container .news-description {

	margin-top: 20px;

}



.parallax-bg {

	background-attachment: fixed;

    background-size: cover;

    background-repeat: repeat-y;

}