/* Blog Head */

	.blog-head{
		width:100%;
		height: auto;
		padding:14px 10px;
		margin-bottom: 20px;
		color:#696969;
		background:#f8f8f8;
	}

/* Head For Inner Slider */

	.blog-head.inner-head{
		margin-bottom:-100%;
		background:transparent;
		margin-bottom: auto;
		color:#696969;
		position: absolute;
		z-index: 5;
		color:white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.blog-head.inner-head .blog-head-right h1{
		margin-top:5px;
	}

/* Blog Header Left Time Dates */
	.t-shadow {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.blog-head .blog-head-left{
		width:90%;
		max-width: 100px;
		padding:0;
		float: left;
	}

	.blog-head .blog-head-left h1{
		margin:0;
		padding:0;
		color:inherit;
	}

	.blog-head .blog-head-left p{
		margin: 0;
		padding:0;
		color:inherit;
		font-size:19px;
	}

/* Blog Header Right */

	.blog-head .blog-head-right{
		width:80%;
		padding:0 0 0 10px;
		float: left;
		display: block;
		color:inherit;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.blog-head .blog-head-right:hover{
		opacity: 0.9;
	}

	.blog-head .blog-head-right h1{
		margin:23px 0 0;
		padding:0;
		color:inherit;
		font-size:28px;
	}

	.blog-head .blog-head-right p{
		margin: 0;
		padding:0;
		color:inherit;
		font-size:15px;
	}

	.flexslider .slides img {
		height: 500px;
	}

	.post{
		position: relative;
	}

	.blog-head.inner-head:hover {
		background: rgba(0, 0, 0, 0.43);
	}

	.flex-direction-nav a:hover{
		opacity: 1;
	}
	.slides{
		background: #444d58;
	}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;

  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
