/* RIGHT TO LEFT */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
#blockleoblogstabs {
  padding-bottom: 55px !important;
}
#blockleoblogstabs .blog-viewmore {
  margin: 10px 0;
}
#blockleoblogstabs .blog-viewmore a {
  font-style: italic;
}
#blockleoblogstabs .blog-viewmore a:after {
  width: 20px;
  display: inline-block;
  float: right;
  content: "\f178";
  font: 12px/20px "FontAwesome";
  margin-left: 7px;
}
#blockleoblogstabs .carousel-control {
  top: 50%;
  margin-top: -15px;
}

.blog_container {
  margin-bottom: 20px;
}
.blog_container:hover .blog-image > a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.blog_container:hover .blog-image .button-light {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog_container .blog-image {
  margin-bottom: 15px;
  position: relative;
}
.blog_container .blog-image img {
  border-color: #E6D0AA;
}
.blog_container .blog-image > a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #E6D0AA;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .blog_container .blog-image > a:after {
  right: 0;
  left: auto;
}
.blog_container .blog-image .button-light {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -45px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.rtl .blog_container .blog-image .button-light {
  right: 50%;
  left: auto;
}
.rtl .blog_container .blog-image .button-light {
  margin-right: -45px;
  margin-left: inherit;
}
.blog_container .blog-title {
  margin-top: 0;
}
.blog_container .blog-title a {
  color: black;
  line-height: 17px;
}
.blog_container .blog-title a:hover {
  color: #E6D0AA;
}
.blog_container .blog-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 10px;
}
.blog_container .blog-shortinfo {
  margin-bottom: 10px;
}
