.page-title {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.page-title:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.page-title .container {
	height: 350px;
}
.title-holder {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.title-text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}  
.title-text h1 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
.title-text h2 {
	margin: 0;
	color: #fff;
	font-size: 48px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
.title-text p {
	color: #c3eeff;
}
.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.section {
	padding-top: 40px;
}
.section.section-grey {
	background-color: #fbfbfd;
	border-bottom: 1px solid #eceef2;
	border-top: 1px solid #eceef2;
}
.section .section-title {
	margin-bottom: 40px;
}
.section .section-title h2 {
	text-transform: capitalize;
	font-size: 28px; 
	font-weight: 700;
	color: #212631;
	margin: 0px 0px 15px;
	border-bottom: 4px #f1f1f1 double;
}
.section-row {
	margin-bottom:40px;
}
/*=========================================================
	POST
===========================================================*/
/*----------------------------*\
	post
\*----------------------------*/
.allpost > div {
	transition: width linear .3s;
}

.post {
	margin-bottom: 40px;
}
.post .post-img {
	 display: block;
	 -webkit-transition: 0.2s opacity;
	 transition: 0.2s opacity;
}
.post .post-img:hover, .post .post-img:focus {
	 opacity: 0.9;
}
 .post .post-img > img {
	 width: 100%;
}
 .post .post-meta {
	 margin-top: 15px;
	 margin-bottom: 15px;
}
 .post-meta .post-category {
	 font-size: 13px;
	 text-transform: uppercase;
	 padding: 3px 10px;
	 font-weight: 600;
	 border-radius: 2px;
	 margin-right: 15px;
	 color: #FFF;
	 background-color: #212631;
	 -webkit-transition: 0.2s opacity;
	 transition: 0.2s opacity;
}
 .post-meta .post-category:hover, .post-meta .post-category:focus {
	 text-decoration: none;
	 opacity: 0.9;
}
 .post-meta .post-category.cat-1 {
	 background-color: #4BB92F;
}
 .post-meta .post-category.cat-2 {
	 background-color: #ff8700;
}
 .post-meta .post-category.cat-3 {
	 background-color: #8d00ff;
}
 .post-meta .post-category.cat-4 {
	 background-color: #0078ff;
}
 .post-meta .post-date {
	 font-size: 13px;
	 font-weight: 600;
}
 .post .post-title {
	 font-size: 18px;
	 margin-bottom: 0px;
}
 .post-tags li {
	 display:inline-block;
	 margin-right:3px;
	 margin-bottom:5px;
}
 .post-tags li a {
	 display:block;
	 color:#fff;
	 background-color: #212631;
	 padding:3px 10px;
	 font-weight:600;
	 border-radius:2px;
	 -webkit-transition:0.2s opacity;
	 transition:0.2s opacity;
}
/*----------------------------*\
	post thumb
\*----------------------------*/
 .post.post-thumb {
	 position: relative;
}
 .post.post-thumb .post-img:after {
	 content: '';
	 position: absolute;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 top: 0;
	 background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
	 background: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
}
.post-body {
	 min-height:83px;
}
 .post.post-thumb .post-body {
	 position: absolute;
	 bottom: 0px;
	 padding: 20px 15px;
	 min-height:83px;
}
 .post.post-thumb .post-meta .post-date {
	 color: #eceef2;
}
 .post.post-thumb .post-title {
	 font-size: 18px;
}
 .post.post-thumb .post-title > a {
	 color: #FFF;
}
/*----------------------------*\
	post widget
\*----------------------------*/
 .post.post-widget:after {
	 content: '';
	 display: block;
	 clear: both;
}
 .post.post-widget .post-img {
	 width: 90px;
	 float: left;
	 margin-right: 15px;
}
 .post.post-widget .post-img img {
	 width: 100%;
}
 .post.post-widget .post-title {
	 font-size: 14px;
}
/*----------------------------*\
	post row
\*----------------------------*/
 .post.post-row:after {
	 content: '';
	 display: block;
	 clear: both;
}
 .post.post-row .post-img {
	 width: 40%;
	 float: left;
}
 .post.post-row .post-body {
	 margin-left: calc(40% + 30px);
}
 .post.post-row .post-meta {
	 margin-top: 0px;
}
 .post.post-row .post-title {
	 margin-bottom: 15px;
}
/*=========================================================
	POST PAGE
===========================================================*/
 .sticky-container {
	 position: relative;
	 padding-left: 80px;
}
 .sticky-container .sticky-shares {
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .sticky-shares a {
	 display: block;
	 margin-bottom: 10px;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 text-align: center;
	 border-radius: 50%;
	 background-color: #fbfbfd;
	 color: #a7b3c6;
	 border: 1px solid #eceef2;
	 -webkit-transition: 0.2s all;
	 transition: 0.2s all;
}
 .sticky-shares a:hover {
	 -webkit-transform: scale(1.3);
	 -ms-transform: scale(1.3);
	 transform: scale(1.3);
}
 .sticky-shares a.share-facebook:hover {
	 color: #3b5998;
	 border-color: #3b5998;
}
 .sticky-shares a.share-twitter:hover {
	 color: #55acee;
	 border-color: #55acee;
}
 .sticky-shares a.share-google-plus:hover {
	 color: #dd4b39;
	 border-color: #dd4b39;
}
 .sticky-shares a.share-pinterest:hover {
	 color: #ff0000;
	 border-color: #ff0000;
}
 .sticky-shares a.share-linkedin:hover {
	 color: #007bb5;
	 border-color: #007bb5;
}
/*----------------------------*\
	author
\*----------------------------*/
 .post-author .media .media-left {
	 padding-right: 40px;
}
 .post-author .media .media-left .media-object {
	 width:120px;
	 border-radius: 50%;
}
 .post-author .author-social {
	 margin-top:15px;
}
 .post-author .author-social li {
	 display: inline-block;
	 margin-right: 5px;
}
 .post-author .author-social li > a {
	 display: block;
	 width: 30px;
	 height: 30px;
	 line-height: 30px;
	 text-align: center;
	 background-color: #a7b3c6;
	 color: #FFF;
	 border-radius: 2px;
	 -webkit-transition: 0.2s opacity;
	 transition: 0.2s opacity;
}
 .post-author .author-social li > a:hover, .post-author .author-social li > a:focus {
	 color: #FFF;
	 opacity: 0.9;
}
/*----------------------------*\
	comments
\*----------------------------*/
 .post-comments .media {
	 padding-top: 15px;
	 border-top: 1px solid #eceef2;
}
 .post-comments .media:nth-child(1) {
	 padding-top: 0px;
	 border-top: none;
}
 .post-comments .media .media-left {
	 padding-right: 15px;
}
 .post-comments .media .media-left .media-object {
	 width:70px;
	 border-radius: 50%;
}
 .post-comments .media .media-body .media-heading h4 {
	 text-transform: capitalize;
}
 .post-comments .media .media-body .media-heading .time {
	 font-size: 13px;
	 margin-right: 15px;
	 color: #a7b3c6;
}
 .post-comments .media .media-body .media-heading .reply {
	 font-size: 13px;
	 color: #a7b3c6;
	 -webkit-transition: 0.2s color;
	 transition: 0.2s color;
}
 .post-comments .media .media-body .media-heading .reply:hover, .post-comments .media .media-body .media-heading .reply:focus {
	 color: #212631;
	 text-decoration: none;
}
/*=========================================================
	Aside
===========================================================*/
 .aside-widget {
	 margin-bottom: 40px;
}
/*----------------------------*\
	category
\*----------------------------*/
 .category-widget ul li {
	 display:block;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #eceef2;
}
 .category-widget ul li + li {
	 margin-top:10px;
}
 .category-widget ul li > a {
	 display:block;
	 -webkit-transition:0.2s color;
	 transition:0.2s color;
}
 .category-widget ul li > a > span {
	 float:right;
	 color:#fff;
	 background-color: #212631;
	 padding:0px 5px;
	 font-weight:600;
	 border-radius:2px;
}
 .category-widget ul li > a.cat-1 > span {
	 background-color: #4BB92F;
}
 .category-widget ul li > a.cat-2 > span {
	 background-color: #ff8700;
}
 .category-widget ul li > a.cat-3 > span {
	 background-color: #8d00ff;
}
 .category-widget ul li > a.cat-4 > span {
	 background-color: #0078ff;
}
 .category-widget ul li > a:hover, .category-widget ul li > a:focus {
	 text-decoration:none;
}
 .category-widget ul li > a.cat-1:hover, .category-widget ul li > a.cat-1:focus {
	 color: #4BB92F;
}
 .category-widget ul li > a.cat-2:hover, .category-widget ul li > a.cat-2:focus {
	 color: #ff8700;
}
 .category-widget ul li > a.cat-3:hover, .category-widget ul li > a.cat-3:focus {
	 color: #0078ff;
}
 .category-widget ul li > a.cat-4:hover, .category-widget ul li > a.cat-4:focus {
	 color: #8d00ff;
}
/*----------------------------*\
	tags
\*----------------------------*/
 .tags-widget ul li {
	 display:inline-block;
	 margin-right:3px;
	 margin-bottom:5px;
}
 .tags-widget ul li a {
	 display:block;
	 color:#fff;
	 background-color: #212631;
	 padding:3px 10px;
	 font-weight:600;
	 border-radius:2px;
	 -webkit-transition:0.2s opacity;
	 transition:0.2s opacity;
}
 .tags-widget ul li a:hover, .tags-widget ul li a:focus {
	 opacity:0.9;
	 color:#fff;
	 text-decoration:none;
}
/*----------------------------*\
	archive
\*----------------------------*/
 .archive-widget ul li {
	 display:block;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #eceef2;
}
 .archive-widget ul li + li {
	 margin-top:10px;
}
 .archive-widget ul li > a {
	 display:block;
}
.more_btn {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	transition: all ease .5s;
	cursor: pointer;
}
.more_btn:hover {
	border-color: #555;
	background: #555;
	color:#fff;
}
.more_btn p {
	margin: 0;
}

.animatable {

  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animate-in {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animate-out {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}   100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.animate-in.animationDelay, .animate-out.animationDelay {
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animate-in.animationDelayMed, .animate-out.animationDelayMed {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animate-in.animationDelayLong, .animate-out.animationDelayLong {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animate-in.fadeBgColor, .animate-out.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animate-in.bounceIn, .animate-out.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animate-in.bounceInRight, .animate-out.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animate-in.bounceInLeft, .animate-out.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animate-in.fadeIn, .animate-out.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animate-in.fadeInDown, .animate-out.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animate-in.fadeInUp, .animate-out.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animate-in.moveUp, .animate-out.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}
.sm-grid {
	height: 265px;
    margin-bottom: 25px;
}
.sm-grid .post-img {
	max-height: 180px;
	overflow: hidden;
}
.sm-grid .post-meta {
    margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
}
.sm-grid .post-title {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
    height: 30px;
	font-size: 16px;
	padding: 0 10px;
}
.sm-grid .post-title a {
	color: #000;
}
.post.post-thumb .post-body {
    width: 95%;
}
.post.post-thumb .post-title {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.allpost .section-title {
	margin-bottom: 0px;
}
.allpost .section-title h2 {
	margin-bottom: 20px;
}
.sm-grid:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    transition: all .3s ease-out;
}
.blog-inner {
	margin: 0 auto;
    float: none;
}
.blog-title {
    font-size: 36px;
    font-weight: 700;
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #000;
	letter-spacing: -2px;
}
.blog-header {
	margin-left: 0
}
.blog-content img {
	display: block;
	margin: 30px auto 15px;
}
.blog-content p {
	margin-bottom: 30px;
	font-size: 20px;
    color: #212529;
    font-family: Lora,'Times New Roman',serif;
    line-height: 1.5;
}
.blog-content i {
	color: #ccc;   
    font-size: 16px;
}
.blog-content blockquote {
	border-color: #0192d8;
    font-style: italic;	 
	font-size: 20px;
    color: #868e96;	  
    font-family: Lora,'Times New Roman',serif;
    line-height: 1.5;
}
.blog-content {
	margin: 0 auto;
}