
#content-container {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 24px;
}
#content-container > .row {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#content-container > .row:first-child > .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* trending articles */
	#trending-articles {
		background-color: #DCDCD7;
		height: 54%;
		margin-bottom: 6%;
	}
	#trending-articles > * {
		display: block;
		height: 20%;
		border-top: .5px solid white;
		border-bottom: .5px solid white;
	}
	#trending-articles > h3 {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	#trending-articles > a {
		color: black;
		text-decoration: none;
		padding-left: 20px;
	}
	#trending-articles span {
		display: block;
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	}
	#trending-articles > h3 > span {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	#trending-articles > h3 {
		font-family: "prata";
		font-size: 22px;
		font-weight: normal;
		white-space: nowrap;
	}
/* end trending articles */

/* slideshow */
	#homeslideshow {
		margin-bottom: 10px;
	}
	#homeslideshow.carousel.slide, #homepage-featured-article {
		width:100%;
		height:440px;
		/* margin-bottom: 100px; */
	}
	#homeslideshow .carousel-inner, #homeslideshow .item, #homeslideshow .item a, #homeslideshow .item img {
		max-height: 100%;
		max-width: 100%;
		object-fit: contain;
		margin: 0 auto;
	}
	#homeslideshow .item img {
		max-height: 100%;
		max-width: 100%;
		height: 100%;
		object-fit: contain;
		margin: 0 auto;
	}
	.homeslideshow-text-bar {
		display: table;
		position: absolute;
		bottom: 10%;
		width: 100%;
		height: 55px;
		text-align: center;
		color: white;
		padding: 5px;
		background-color: rgba(0, 0, 0, .5);
		vertical-align: middle;
	}
	.homeslideshow-text-bar > span {
		display: table-cell;
		font-size: 24px;
		overflow: hidden;
		vertical-align: middle;
	}
	#homeslideshow .carousel-inner {
		overflow: visible;
	}
	.homeslideshow-button {
		position:absolute;
		bottom: -60px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		margin-bottom: 0px;
	}
	/*.carousel-control {*/
	/*	bottom: auto!important;*/
	/*	margin-top: 20px;*/
    /*    width:35%;*/
		/*top: unset;*/
		/*opacity: unset;*/
	/*}*/
	.read-more {
		text-align: center;
	}
/* end slideshow */
/* featured companies slideshow */
	#homepage-featured-companies-slideshow.carousel.slide {
		display: inline-block;
		width:100%;
		max-width: 540px;
		height:305px;
		vertical-align: top;
	}
	#homepage-featured-companies-slideshow .carousel-inner, #homepage-featured-companies-slideshow .item, #homepage-featured-companies-slideshow .item a, #homepage-featured-companies-slideshow .item img {
		max-height: 100%;
		max-width: 100%;
		height: 100%;
		width: 100%;
	}
	.featured-companies-description {
		display: hidden;
	}
	#featured-companies-description {
		display: inline-block;
		width: 100%;
		max-width: 400px;
		vertical-align: top;
		padding: 15px 15px 15px 0px;
	}
/* end featured companies slideshow */
/* home tours slideshow */
	#homepage-home-tours-slideshow.carousel.slide {
		display: inline-block;
		width:100%;
		max-width: 540px;
		height:305px;
		vertical-align: top;
	}
	#homepage-home-tours-slideshow .carousel-inner, #homepage-home-tours-slideshow .item, #homepage-home-tours-slideshow .item a, #homepage-home-tours-slideshow .item img {
		max-height: 100%;
		max-width: 100%;
		height: 100%;
		width: 100%;
	}
	.home-tours-description {
		display: none;
	}
	#home-tours-description {
		display: inline-block;
		width: 100%;
		text-align: center;
		line-height: .8px;
		vertical-align: top;
		/*padding: 15px 15px 15px 0px;*/
	}
	#home-tours-description,
	#featured-companies-description {
		line-height: 21px;
	}
/* end home tours slideshow */
/* categories */
	.button, a.button {
		text-decoration: none;
		padding: 4px 10px;
		border-radius: 5px;
		font-weight: bold;
		display: inline-block;
		margin-top: 20px;
	}
	a.button {
		color: white;
	}
	.article-height {
		height: 430px;
	}
	.article-height > a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.article-height > a > div:first-child {
		height: 70%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.article-height > a > div:first-child > img {
		visibility: hidden;
	}
	.articles-banner {
		height: 30%;
		padding: 10px 10px 0 0px;
		text-align: left;
		color: black;
	}
	.articles-banner p {
		color:black;
		font-size: 16px;
		line-height: 18px;
	}
	.articles-banner p:first-child {
		font-weight: bold;
		text-transform: uppercase;
		color: #A9A9A9;
	}
	.articles-banner h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 5px 0 10px 0;
	}
/* end categories */


/* media queries */
	@media (max-width: 576px) {
		.mobile-remove {
			display: none;
		}
		.homeslideshow-text-bar > span {
			font-size: 16px;
		}
		.article-height {
			height: 360px;
		}
		.articles-banner:last-child {
			line-height: 15px;
		}
		#home-tours-description,
		#featured-companies-description {
			margin-top: 40px;
			text-align: center;
		}
		#content-container {
			text-align: center;
		}
	}
	@media (min-width: 577px) {
		.mobile-remove {
			display: none;
		}
	}
	@media (min-width: 670px) {
		.mobile-remove {
			display: none;
		}
		.homeslideshow-text-bar > span {
			font-size: 24px;
		}
		#home-tours-description,
		#featured-companies-description {
			margin-top: 40px;
			text-align: center;
		}
		#content-container {
			text-align: center;
		}
	}
	@media (min-width: 992px) {
		.mobile-remove {
			display: inline-block;
		}
		.homeslideshow-text-bar > span {
			font-size: 24px;
		}
		.article-height {
			height: 390px;
		}
		#home-tours-description,
		#featured-companies-description {
			margin-top: 0;
			text-align: left;
		}
		#content-container {
			text-align: center;
		}

	}
	@media (min-width: 1200px) {
		.homeslideshow-text-bar > span {
			font-size: 24px;
		}
		.carousel-height-controller {
		 	height: 350px;
		}
		#home-tours-description,
		#featured-companies-description{
			margin-top: 0;
			text-align: left;
		}
		#content-container {
			text-align: left;
		}
	}
	.horizontal-line {
		font-family: "Roboto";
		overflow: hidden;
		border-bottom: none;
	}
	h2 {
		overflow: hidden;
	}
	.horizontal-line:after {
		content:"";
		display: inline-block;
		height: 0.5em;
		vertical-align: bottom;
		width: 100%;
		margin-right: -100%;
		margin-left: 10px;
		border-top: 2px solid;
	}
/* end media queries */
