@charset "UTF-8";
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*  
 * LAYOUT VARIABLES 
 */
.leading-blog .title a {
  margin-top: 10px;
  display: block;
}
.leading-blog .blog-item {
  border-top: 0;
}

/* category */
#blog-category {
  margin-bottom: 30px;
}

.Recnet-blog .Recent-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  font-size: 24px;
  color: #222;
}

/* blog listing */
.secondary-blog.grid_blog .blog-inner {
  background: #fff none repeat scroll 0 0;
  border-bottom: 0.38462rem solid #f9f9f9;
  border-left: 0.38462rem solid #f9f9f9;
  border-right: 0.38462rem solid #f9f9f9;
  padding: 0.76923rem 1.53846rem;
}
.secondary-blog.grid_blog .title {
  font-size: 1.07692rem;
  line-height: 1.69231rem;
  margin: 0.76923rem 0;
}
.secondary-blog.grid_blog .blog-group-button {
  border-top: 1px solid #f9f9f9;
  margin-top: 1.15385rem;
  padding-top: 0.76923rem;
}
.secondary-blog.grid_blog .blog-group-button .blog-meta {
  font-size: 1rem;
}
.secondary-blog.grid_blog .blog-group-button .blog-meta .fa {
  color: #293f85;
}
.secondary-blog.grid_blog .blog-group-button .more .fa {
  color: #293f85;
}
.secondary-blog.grid_blog .blog-group-button .blog-author a {
  color: #999999;
}

.blogs-container h3 {
  margin-bottom: 0.76923rem;
}

.blogs-container h4 {
  margin-bottom: 3px;
  line-height: 1.84615rem;
}

.blogs-container .blog-image img {
  max-width: 100%;
}

.blog-item {
  padding: 1.15385rem 0;
}

.blog-meta > span {
  font-size: 90%;
  color: #999999;
  margin: 0 5px;
}
.blog-meta > span .fa {
  margin-right: 5px;
}
.rtl .blog-meta > span .fa {
  margin-left: 5px;
  margin-right: inherit;
}

.blog-item .blog-meta {
  font-size: 93%;
}

/* blog */
.blog-detail .blog-meta {
  padding-bottom: 0.76923rem;
}
.blog-detail .blog-image {
  margin-bottom: 1.53846rem;
}

.blog-tags, .extra-blogs, .blog-comments, .social-share {
  padding-bottom: 15px;
}

.blog-tags a span {
  background: none repeat scroll 0 0 #666666;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  padding: 0.38462rem 0.76923rem;
}

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #DDDDDD;
}

.blog-video-code .inner {
  background: #DDD;
  padding: 0.92308rem;
  margin-bottom: 1.15385rem;
  text-align: center;
}

/* comment */
.comment-item {
  padding: 0.92308rem 0;
}

.comment-item img {
  padding-right: 0.15385rem;
}
.rtl .comment-item img {
  padding-left: 0.15385rem;
  padding-right: inherit;
}

.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #e9e9e9;
  padding: 1.53846rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.comment-wrap .comment-meta {
  border-bottom: 1px solid #e9e9e9;
  font-size: 11px;
  margin: -1.53846rem -1.53846rem 0.76923rem;
  padding: 0.76923rem 1.53846rem;
}

.comment-wrap .comment-meta > span {
  font-weight: bold;
}

.comment-wrap .comment-meta > span span {
  font-weight: normal;
}

.blog-social .social-wrap > div {
  float: left;
}

.blog-social .social-heading {
  padding-right: 12px;
}

.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #e9e9e9;
  display: block;
  float: right;
  font-weight: bold;
  margin: -0.84615rem -1.53846rem -0.76923rem 0;
  padding: 0.76923rem 1.53846rem;
}

.ipts-captcha img {
  float: left;
  padding-right: 12px;
}
.rtl .ipts-captcha img {
  float: right;
}
.rtl .ipts-captcha img {
  padding-left: 12px;
  padding-right: inherit;
}

.ipts-captcha input {
  width: 7.69231rem;
  height: 2.69231rem;
}

/* categories menu display on left or right sidebar */
.blog-menu .block_content > ul {
  border-top: 1px solid #d6d4d4;
}

.blog-menu li {
  position: relative;
}

.blog-menu li a {
  font-weight: bold;
  color: #333333;
  display: block;
  font-size: 1rem;
  line-height: 2.30769rem;
  padding: 0 2.30769rem 0 1.53846rem;
  border-bottom: 1px solid #d6d4d4;
}

.blog-menu li span.grower {
  display: block;
  background: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 1.07692rem;
}

.blog-menu li span.grower.OPEN:before, .blog-menu li span.grower.CLOSE:before {
  content: "∩ü¿";
  display: block;
  vertical-align: middle;
  width: 2.30769rem;
  height: 2.30769rem;
  color: #333333;
  line-height: 2.30769rem;
  text-align: center;
}

.blog-menu li span.grower.CLOSE:before {
  content: "∩üº";
  color: #c0c0c0;
}

.blog-menu li span.grower:hover + a, .blog-menu li a:hover, .blog-menu li a.selected {
  background: #f6f6f6;
}

.blog-menu li li a {
  font-weight: normal;
  color: #777777;
}

.blog-menu li li a:before {
  content: "∩äà";
  font-family: "FontAwesome";
  line-height: 2.23077rem;
  padding-right: 8px;
}
.rtl .blog-menu li li a:before {
  padding-left: 8px;
  padding-right: inherit;
}
