/* News Block Three */
.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#ff799e;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	height:123%;
	display:block;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.02,1.02);
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:32px 35px 30px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#15192b;
	font-size:14px;
	font-weight:400;
	opacity:0.90;
	margin-bottom:12px;
}

.news-block-two .inner-box .lower-content h5{
	position:relative;
	line-height:1.3em;
	color:#15192b;
	font-weight:500;
	margin-bottom:12px;
}

.news-block-two .inner-box .lower-content h5 a{
	position:relative;
	color:#15192b;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content h5 a:hover{
	color:#ff799e;
}

.news-block-two .inner-box .lower-content .more{
	position:relative;
	color:#181818;
	font-size:14px;
	padding-left:25px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content .more:before{
	position:absolute;
	content:'';
	left:0px;
	top:1px;
	width:18px;
	height:18px;
	border:2px solid #ff7ca0;
	border-radius:50px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .lower-content .more:hover{
	color:#ff799e;
}

.news-block-two .inner-box .lower-content .more:hover::before{
	background-color:#ff799e;
}

/*** 
.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.news-block-three .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%);
}

.news-block-three .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:40px;
	bottom:40px;
}

.news-block-three .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
}

.news-block-three .inner-box .image .overlay-box .overlay-inner .content .title{
	position:relative;
	color:#49bc60;
	font-size:14px;
}

.news-block-three .inner-box .image .overlay-box h3{
	position:relative;
	font-weight:500;
	line-height:1.3em;
	margin-top:12px;
}

.news-block-three .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-three .inner-box .image .overlay-box h3 a:hover{
	color:#ff799e;
}

.news-block-three .inner-box .image .overlay-box .text{
	position:relative;
	color:#ffffff;
	opacity:0.9;
	font-size:16px;
	line-height:1.8em;
	max-width:600px;
	margin-top:12px;
	margin-bottom:20px;
}

.news-block-three .inner-box .image .overlay-box .go{
	position:relative;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:16px;
	padding-top:28px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	background-color:#ff799e;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-three .inner-box .image .overlay-box .go .arrow{
	font-size:12px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-three .inner-box .image .overlay-box .go:hover{
	padding-right:10px;
}

.news-block-three .inner-box .image .overlay-box .go:hover .arrow{
	margin-left:-45px;
}

.bsg-bg
background-color: #2f4f4f;
}

.bg-u3 {
    background-color: #455A64;
    }