
.detailPageHeader {
	padding:4rem 0;
}

.pageDetail {
	display:flex;
	flex-direction:row-reverse;
	width:100%;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100vh);
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100vh);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}

.newsDetailContent {
	padding-bottom: 15rem;
}

@media only screen and (max-width:992px) {
	.pageDetail {
		flex-direction:column;
	}
	.newsDetailContent {
		padding-bottom: 8rem;
	}

}

.side {
	width:10%;
}

.main {
	width:90%;
	display:flex;
}

@media only screen and (max-width:992px) {
	.main {
		width:100%;
	}
	.side {
		display: none;
	}
	.main {
		flex-direction: column;
	}
	.main .slick-slide img {
		height:33.33vh;
	}
}

.slideshowContainer {
	position: relative;
}

#news-slideshow .slick-slide {
	position: relative;
}

#news-slideshow .slick-dots {
	position: relative;
	bottom:0;
	margin-top:4rem;
	text-align: left;
	padding:0 4rem;
}

.shareButtonWrapper {
	position: absolute;
	bottom:0;
	right: 4rem;
}

.shareButton {
	line-height: 4rem;
	font-size: 1.8rem;
}

.shareLinks {
	text-align: center;
}

.shareLinks .btn {
	display: inline-block;
	margin: 1rem;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
}

.shareLinks .btn.facebook {
	border-color:#43609A;
	color:#43609A;
}
.shareLinks .btn.facebook:hover {
	background-color:#43609A;
	color:white;
}

.shareLinks .btn.linkedin:hover {
	background-color:#0090d2;
	color:white;
}

.shareLinks .btn.twitter {
	border-color:#29B6F6;
	color:#29B6F6;
}
.shareLinks .btn.twitter:hover {
	background-color:#29B6F6;
	color:white;
}

.shareLinks .btn.google-plus {
	border-color:#f44336;
	color:#f44336;
}
.shareLinks .btn.google-plus:hover {
	background-color:#f44336;
	color:white;
}

.newsDate {
	padding-bottom: 1rem;
	display: block;
}

.sideNav a > i:before {
	color:inherit;
}


@media only screen and (max-width:992px){
	.pageDetail .slideshowContainer {
		margin-top:0;
		height:auto;
  }
  .row.wrapperPage.pageDetail{
    margin-left: 0;
    margin-right: 0;
  }
  .pageDetailHeader:after {
    display: block;
    width: calc(100% + 8rem);
  }
  	
	.pageDetailHeader {
	    padding: 2rem 0 4rem;
	    margin-bottom: 2rem;
	}
	.pageDetailHeader.blue-gradient-after .newsTags {
		color: #0090d2;
	}
	.pageDetailHeader.blue-gradient-after .newsTags:before {
		color: #0090d2;
		background: none;
		border:1px solid #0090d2;
	}
	.pageDetailHeader.orange-gradient-after .newsTags {
		color: #f07d1c;
	}
	.pageDetailHeader.orange-gradient-after .newsTags:before {
		color: #f07d1c;
		background: none;
		border:1px solid #f07d1c;
	}
	.pageDetailHeader.acqua-color-after .newsTags {
		color: #9ec41a;
	}
	.pageDetailHeader.acqua-gradient-after .newsTags:before {
		color: #9ec41a;
		background: none;
		border:1px solid #9ec41a;
	}
	.pageDetailHeader.green-color-after .newsTags {
		color: #9ec41a;
	}
	.pageDetailHeader.green-gradient-after .newsTags:before {
		color: #9ec41a;
		background: none;
		border:1px solid #9ec41a;
	}
	
	#news-slideshow .slick-dots {
		margin-top:2rem;
	}
	
}

@media only screen and (max-width:767px) {
	#news-slideshow .slick-dots {
		padding: 0 2rem;
	}
	.shareButtonWrapper {
		right: 2rem;
	}
}

.navFix{
	height: 100%;	
	position: relative;
	
}
.sideNav {
	border-left:1px solid #f1f1f1;
}





@media only screen and (max-width:992px) {
	.sideBar {		
		padding: 1rem;
	}
	
	.sideBar:hover {
		width:100%!important;	
	}
	
	.sideBar a strong {
		visibility: visible;
		opacity:1;
		margin-left:0rem;
		width:auto;
	}
	
}





