@charset "utf-8";
/* CSS Document */

.home-blog-container .js .articlelist li.articlelist_item {
    width: calc(100% - 20px);
    text-align: left;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    height: auto;
    padding: 0;
    clear: both;
}

.blog .js .articlelist li.articlelist_item {
    border-bottom: none;
}

.js .articlelist_title a {
    position: relative;
    font-family: "VAGRoundedStd-Light", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
    color: #303030;
    display: block;
    margin: 0;
}

.home-blog-container .js .articlelist_title a:hover {
        color: #ffffff;
}

.js .articlelist_intro {
    font-size: 16px;
    line-height: 26px;
}

#moreNewsreadAll {
    margin: auto;
    display: inline-block;
}
#moreNewstestimonial a {
    margin: 20px auto;
}
#moreNewsreadAll a:hover {
    color: #fff;
}

/* home-blog-container
====================================== */
.home-blog-container {
    text-align: center;
   background: #ffffff; 
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
#jcarousel {
    margin: 40px auto;
    clear: both;
    float: none;
}


.owl-theme .owl-controls .owl-pagination .owl-page span {
    background: #00414a !important;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
    margin: 10px;
}
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    background: #b0d355 !important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    margin-left: -15px;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px auto;
}
.home-blog-container h2 {
    position: relative;
    padding: 20px 0 0 0;
}
.home-blog-container .articlelist_title a {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    color: #4d4d4d;
    display: block;
}

ul#articlelist_teste {
    margin-bottom: 40px;
}

/* home blog module */

.hive-title h2{
text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 20px 0 ;
}
.hive-title h2:before {
	 content: "\e926";
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 5px;

}
.js-latest-news {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
.home-blog-container .articlelist_item {
	border-bottom: none;
    width: 31%;
    position: relative;
    margin: 1%;
    display: inline-block;
    background: #ebebeb;
    min-height: 400px;
	height: inherit;
	overflow: hidden;
}

.home-blog-container .articlelist_title  {
		font-size: 18px;
		color: #ffffff;
		margin: 0.2em 0;
		font-weight: normal;
		display: inline-block;
		line-height: 35px;
		position: absolute;
		box-sizing: border-box;
		text-align: center;
		top: 206px;
		left: 0;
		padding: 0 10px;
		background: #00a0a6;
	}
	
	.home-blog-container .articlelist_title a {
		color: #ffffff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 34px;
		height: 35px;
		max-height: 40px;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		
	}
	.home-blog-container .owl-item:nth-of-type(even) .articlelist_title, 
	.home-blog-container .owl-item:nth-of-type(even) .articlelist_title a {
		background: #b2d33e;
		color: #1d4a3e;
	}

	.home-blog-container .articlelist_item p:first-of-type {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 210px;
}

.home-blog-container .articlelist_item p:first-of-type img {
    position: absolute;
    height: 210px !important;
    width: auto !important;
    margin: auto;
    left: -100%;
    right: -100%;
    z-index: 0;
    max-width: 400% !important;
}

.home-blog-container .articlelist_item .articlelist_title, .home-blog-container .articlelist_item p {
    width: 100%;
}
.home-blog-container .articlelist_item p:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-blog-container .articlelist_item p:nth-of-type(2){
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    top: 30px;
}
span.readMore{
    position: relative;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.home-blog-container .articlelist_item p {
    margin: 0.6em 0 1.2em;
}

#moreNewsbtn {
	text-align: center;
	margin: 20px auto;
}
.owl-carousel {
max-width: 1200px;
    margin: 0 auto;
}

.home-blog-container .js {
    height: 425px;
	max-height: none;
}
@media all and (max-width: 950px) {
	/*.home-blog-container .articlelist_item p:nth-of-type(2){
		top:50px
	}*/
	
	/*.home-blog-container .js {
		height: 515px;
	}*/
}
/*@media all and (max-width: 640px) {
	.home-blog-container .articlelist_item p:nth-of-type(2){
		top:50px
	}
}
*/
@media (max-width: 640px){
.home-blog-container .owl-controls {
    top: 10px;
}
}