﻿.top-banner {
	height: 360px;
}

	.top-banner .text {
		padding-top: 190px;
		color: white;
	}

section.articles {
	padding-bottom: 50px;
	padding-top: 70px;
	background-color: #eaeaea;
}

	section.articles .article-selector {
		margin-bottom: 50px;
	}

		section.articles .article-selector ul li {
			margin: -8px;
		}

		section.articles .article-selector a {
			display: inline;
		}

	section.articles .entry-item {
		margin-top: 30px;
	}

	section.articles .entry-header {
		background-color: white;
		transition: all 0.3s;
	}

		section.articles .entry-header .image-mark {
			background-color: #33593e;
		}

		section.articles .entry-header:hover {
			background-color: #33593e;
		}

			section.articles .entry-header:hover .image-mark {
				opacity: 0.2;
			}

			section.articles .entry-header:hover .article-description {
				color: white;
			}

				section.articles .entry-header:hover .article-description h3 {
					color: white;
				}

				section.articles .entry-header:hover .article-description h4 {
					color: white;
				}

	section.articles .img-container {
		float: left;
		width: 50%;
        overflow:hidden;
	}

	section.articles .article-description {
		color: #33593e;
		float: left;
		max-height: 260px;
		overflow: hidden;
		padding: 20px;
		text-align: left;
		width: 50%;
	}

		section.articles .article-description h4 {
			color: #33593e;
			font-size: 18px;
			text-transform: uppercase;
		}

		section.articles .article-description h3 {
			color: #33593e;
			font-size: 25px;
			font-weight: bold;
			text-transform: uppercase;
		}

		section.articles .article-description p {
			font-size: 15px;
			line-height: 20px;
		}

	section.articles a.see-all {
		text-transform: uppercase;
		color: #33593e;
		font-size: 18px;
	}
.fading-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgb(255,255,255);
    transition: all 0.3s;
    background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
}
.entry-header:hover .fading-bar {
    background: rgb(51,89,62);
    background: linear-gradient(0deg, rgba(51,89,62,1) 30%, rgba(255,255,255,0) 100%);
}
/****************** MEDIA < 767PX ******************/
@media (max-width: 767px) {
    .top-banner {
		background-size: 250% auto;
		height: 170px;
		margin-top: 98px;
	}

		.top-banner .text {
			padding-top: 45px;
		}


			.top-banner .text .title {
				font-size: 20px;
			}

			.top-banner .text .subtitle {
				font-size: 30px;
			}

	section.articles {
		padding-top: 0;
	}

		section.articles .entry-header {
			max-height: 165px;
			overflow: hidden;
		}

		section.articles .article-selector {
			margin-top: 50px;
		}

			section.articles .article-selector ul li {
				display: block;
				padding: 4px 10px;
			}

			section.articles .article-selector a {
				border-bottom: medium none;
				margin-top: -1px;
				display: block;
			}

				section.articles .article-selector a:last-child {
					border-bottom: 1px solid #858585;
					border-top: none;
				}

		section.articles .article-description {
		}

			section.articles .article-description h4 {
				font-size: 16px;
				line-height: 16px;
				margin-bottom: 10px;
			}

			section.articles .article-description h3 {
				font-size: 16px;
				line-height: 18px;
				margin-bottom: 5px;
			}

			section.articles .article-description p {
				font-size: 14px;
			}
}


/****************** MEDIA > 768px && MEDIA < 992px ******************/
@media (min-width: 768px) and (max-width: 992px) {
	a.slb-empty-btn {
		padding: 15px 40px;
	}
}

/****************** MEDIA > 992px && MEDIA < 1199px ******************/
@media (min-width: 992px) and (max-width: 1199px) {
	section.articles .article-description {
		max-height: 205px;
	}
}
