.single-blog-tag {
  padding: 0;
}

/*  blog-layout-one   */
.blog-layout-one .view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.blog-layout-one .view-fifth .mask {
   background-color: rgba(219,127,8, 0.7);
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.blog-layout-one .view-fifth h2 {
   background: rgba(255, 255, 255, 0.5);
   color: #000;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.blog-layout-one .view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.blog-layout-one .view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.blog-layout-one .view-fifth:hover img {
   -webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
   -o-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
}
.blog-layout-one .view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.blog-layout-one .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 5% 0;
}
.blog-layout-one .view {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    padding: 0;
    margin: 0;
    border: none;
}
.blog-layout-one .blog-content .blog-images {
    max-height: 360px;
    margin: 0;
}
.blog-layout-one .col-md-6 {
    margin-bottom: 30px;
}
.blog-layout-one .title-data h2 a {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    padding: 15px;
    display: block;
    text-align: center;
}
.blog-layout-one .blog-inner-content p {
    color: #000;
    padding: 0 10%;
    font-size: 16px;
    text-align: center;
}
.blog-layout-one .title-data p, .blog-layout-one .title-data p a, .blog-layout-one .title-data p time {
    color: #000;
    font-size: 20px;
    margin: 20px 0;
}
.blog-layout-one .btn-light {
    background: rgba(255, 255, 255, 0.5);
   color: #000;
   padding: 10px 20px;
   margin-top: 20px;
}
.blog-layout-one .btn-light:hover {
    background: rgba(0, 0, 0, 0.8);
   color: #fff;
   padding: 10px 20px;
   box-shadow: 5px 5px 0px rgba(255, 255, 255, 0.5);
   transition: all 0.3s ease-in-out;
}

/*   blog-layout-two */
.blog-layout-two .blog-content {
    display: inline-block;
}
.blog-layout-two .title-data h2 a { 
    font-size: 24px; 
    color: #000; 
}
.blog-layout-two .title-data h2 a:hover {
    color: #0facf3;
}
.blog-layout-two .title-data p { 
    font-size: 16px; 
    margin: 15px 0; 
}
.blog-layout-two .btn-light {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #000;
    margin-top: 20px;
}
.blog-layout-two .btn-light:hover {
    background: none;
    color: #000;
    padding: 10px 20px;
    border: 2px solid #000;
}
.blog-layout-two .blog-content .blog-images {
    max-height: 500px;
}

/*  blog-layout-three  */
.blog-layout-three .blog-images .img-responsive {
    width: 100%;
}
.blog-layout-three .blog-content .blog-images {
    max-height: 560px;
}
.blog-layout-three .blog-inner-content {
    position: absolute;
    right: -100px;
    top: 18%;
    background: #fff;
    width: 350px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px #999;
}
.blog-layout-three .blog-content { 
  width: 80%; 
  position: relative;
}
.blog-layout-three .blog-inner-content .title-data h2 a {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
.blog-layout-three .blog-inner-content .title-data p, .blog-layout-three .blog-inner-content .title-data p a, .blog-layout-three .blog-inner-content .title-data p time { 
  font-size: 16px; 
  color: #000;
}
.blog-layout-three .blog-inner-content .title-data p {
  margin: 15px 0;
}
.blog-layout-three .blog-inner-content .btn-light { 
  width: 100%; 
  padding: 10px 20px; 
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

/* blog-layout-four */
.blog-layout-four .blog-images .img-responsive {
    width: 100%;
}
.blog-layout-four .blog-content .blog-images {
    max-height: 560px;
}
.blog-layout-four .view {
    width: 100%;
    height: 560px;
    margin: 10px;
    float: left;
    border: 10px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
}
.blog-layout-four .view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.blog-layout-four .view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.blog-layout-four .view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,255,255, 0.7);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   padding: 15px 0;
}
.blog-layout-four .view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   color: #fff;
   margin: 20px 0;
   padding: 0 10%;
}
.blog-layout-four .view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.blog-layout-four .view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   background-color: rgba(255,255,255, 0.7);
   color: #000;
   padding: 10px 25px;
   margin-top: 15px;
}
.blog-layout-four .view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.blog-layout-four .view-first:hover h2,
.blog-layout-four .view-first:hover p,
.blog-layout-four .view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.blog-layout-four .view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.blog-layout-four .view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.blog-layout-four .view-first p a, .blog-layout-four .view-first p time, .blog-layout-four .view-first p { color: #fff; font-size: 18px;}               
.blog-layout-four .view-first h2 a { font-size: 24px; color: #000;}
.blog-layout-four .view .mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;    
    top: 0;
    overflow: hidden;
    padding: 11% 0;
}

/*  blog-layout-five   */
.blog-layout-five .blog-images .img-responsive {
    width: 100%;
}
.blog-layout-five .blog-content .blog-images {
    max-height: 560px;
}
.blog-layout-five .blog-inner-content {
    position: relative;
    background: #fff;
    width: 80%;
    padding: 30px;
    box-shadow: 0px 3px 5px #999;
    margin: -100px auto 60px;
    text-align: center;
}

.blog-layout-five .blog-inner-content .title-data h2 a {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
.blog-layout-five .blog-inner-content .title-data p, .blog-layout-five .blog-inner-content .title-data p a, .blog-layout-five .blog-inner-content .title-data p time { 
  font-size: 16px; 
  color: #000;
}
.blog-layout-five .blog-inner-content .title-data p {
  margin: 15px 0;
}
.blog-layout-five .blog-inner-content .btn-light {  
  padding: 10px 20px; 
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.blog-layout-five .blog-inner-content .btn-light:hover {  
  background-color: #457103;
  color: #000;
}