@media screen and (max-width:768px){
	.svc_share{ display:block !important;}	
}
.svc_share {
    position: absolute;
    right: 7px;
    z-index: 99;
	top:10px;
	display:none;
	background:rgba(0,0,0,0.5);
}
.post_grid_inner:hover .svc_share{ display:block;}
.svc_share{
	border:1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	width:28px;
	height:28px;
	margin-top:-3px;
	text-align:center;
    text-decoration: none;
	-webkit-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-moz-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-o-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.svc_share .fa-share-alt,
.svc_share .fa-paper-plane-o{
    padding-top: 6px;
	color:#fff;
}
.svc_share .svc_share-box{
	display:block;
	position:absolute;
	text-align:right;
	right:100%;
	top:-1px;
	min-width:170px;
	padding-right:5px;
	margin-right:0px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-40px);
	-moz-transform:translateX(-40px);
	-o-transform:translateX(-40px);
	transform:translateX(-40px);
	-webkit-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-moz-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-o-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.svc_share:hover .svc_share-box{
	visibility:visible;
	opacity:1;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform:translateX(0px);
	-moz-transform:translateX(0px);
	-o-transform:translateX(0px);
	transform:translateX(0px);
}
.svc_share .svc_share-box .s8-social {
    margin-bottom: 0;
    margin-top: 0;
	text-align:right;
	display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
	text-indent:0em !important;
}
.svc_share-box .s8-social li.google {
    background-color: #d13f2d;
}
.svc_share-box .s8-social li.facebook {
    background-color: #3b5998;
}
.svc_share-box .s8-social li.twitter {
    background-color: #44ccf6;
}
.s8-social li a i {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
}
.s8-social li a {
    border: medium none;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 1;
    padding-top: 6px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.svc_share .svc_share-box .s8-social li{
	border: medium none;
	border-radius: 2px;
    display: inline-block;
	float:right;
    height: 28px;
    line-height: 28px;
    margin: 0 2px !important;
    text-align: center;
	width: 28px;
	-webkit-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-moz-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-o-transition-timing-function:cubic-bezier(.25,.1,.25,1);
	transition-timing-function:cubic-bezier(.25,.1,.25,1);
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
}
.social_span {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:99;
}

.sa-big-grid-post:hover .svc_share{ display:block;}


.sa_block_wrap *::before, .sa_block_wrap *::after {
    box-sizing: border-box;
}
/*


  Big grid styles


*/
.sa-hover-1 .sa-big-grid-wrapper .entry-thumb {
  transition-timing-function: ease !important;
}
/*
  Colored gradients
*/
.sa-grid-style-2 .sa-big-grid-post-0 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-0 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #4db2ec;
  background: -moz-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -o-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -ms-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-1 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-1 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d17646;
  background: -moz-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -o-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -ms-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-2 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-2 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d760b7;
  background: -moz-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -o-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -ms-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #54a3db;
  background: -moz-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #54a3db), color-stop(100%, #4bcf77));
  background: -webkit-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  background: -o-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  background: -ms-linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  background: linear-gradient(45deg, #54a3db 0%, #4bcf77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54a3db', endColorstr='#4bcf77', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-4 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-4 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #f4d03f;
  background: -moz-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f4d03f), color-stop(100%, #f27a35));
  background: -webkit-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
  background: -o-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
  background: -ms-linear-gradient(-45deg, #f4d03f 0%, #f27a35 100%);
  background: linear-gradient(135deg, #f4d03f 0%, #f27a35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #d760b7;
  background: -moz-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -o-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -ms-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.sa-grid-style-2 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before,
.sa-grid-style-3 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #4db2ec;
  background: -moz-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -o-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -ms-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.sa-grid-style-2 .sa-video-play-ico img,
.sa-grid-style-3 .sa-video-play-ico img {
  opacity: 0.5;
}
/*
  Style 1
*/
.sa-grid-style-1 .sa-meta-info-container {
  bottom: 0;
}
.sa-grid-style-1 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-1 .sa-module-thumb a:last-child:before {
    height: 130% !important;
  }
}
.sa-grid-style-1 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.7);
}
.sa-grid-style-1 .sa-big-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 0 0 10px 20px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-1 .sa-big-thumb .sa-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.sa-grid-style-1 .sa-big-thumb .entry-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}
.sa-grid-style-1 .sa-big-thumb .sa-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-1 .sa-big-thumb .sa-module-meta-info {
    margin-bottom: 18px;
  }
}
.sa-grid-style-1 .sa-medium-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-1 .sa-medium-thumb .sa-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.sa-grid-style-1 .sa-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.sa-grid-style-1 .sa-small-thumb .sa-big-grid-meta {
  margin: 0 15px 11px;
}
.sa-grid-style-1 .sa-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.sa-grid-style-1 .sa-tiny-thumb .sa-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.sa-grid-style-1 .sa-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.sa-grid-style-1 .sa-tiny-thumb .sa-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.sa-grid-style-1.sa-hover-1 .sa-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.sa-grid-style-1.sa-hover-1 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sa-grid-style-1.sa-hover-1 .sa-post-category {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sa-grid-style-1.sa-hover-1 .sa-big-grid-post:hover .sa-module-thumb .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.sa-grid-style-1.sa-hover-1 .sa-big-grid-post:hover .sa-module-thumb a:last-child:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.sa-grid-style-1 .sa-video-play-ico img {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-1 .sa-video-play-ico img {
    bottom: auto;
    left: auto;
    margin: 20px 20px 0;
  }
}
/*
  Style 2
*/
.sa-grid-style-2 .sa-meta-info-container {
  bottom: 0;
}
.sa-grid-style-2 .sa-module-thumb a:last-child:before {
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}
.sa-grid-style-2 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.2);
}
.sa-grid-style-2 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta {
  font-size: 34px;
}
.sa-grid-style-2 .sa-big-thumb .sa-meta-info-container {
  position: static;
  top: 0;
  bottom: auto;
}
.sa-grid-style-2 .sa-big-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 20px 0 20px 20px;
  top: 0;
  position: absolute;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-2 .sa-big-thumb .sa-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.sa-grid-style-2 .sa-big-thumb .sa-module-meta-info {
  position: absolute;
  bottom: 0;
}
.sa-grid-style-2 .sa-big-thumb .entry-title {
  font-size: 34px;
  line-height: 41px;
  /* responsive */
}
@media (max-width: 1140px) {
  .sa-grid-style-2 .sa-big-thumb .entry-title {
    font-weight: 500;
  }
}
.sa-grid-style-2 .sa-big-thumb.sa-big-grid-post-1 .sa-big-grid-meta {
  top: auto;
  bottom: -6px;
}
.sa-grid-style-2 .sa-big-thumb.sa-big-grid-post-1 .sa-module-meta-info {
  bottom: auto;
  right: 22px;
  top: 5px;
}
.sa-grid-style-2 .sa-medium-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-2 .sa-medium-thumb .sa-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.sa-grid-style-2 .sa-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.sa-grid-style-2 .sa-small-thumb .sa-big-grid-meta {
  margin: 0 15px 11px;
}
.sa-grid-style-2 .sa-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.sa-grid-style-2 .sa-tiny-thumb .sa-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.sa-grid-style-2 .sa-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.sa-grid-style-2 .sa-tiny-thumb .sa-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.sa-grid-style-2.sa-hover-1 .sa-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.sa-grid-style-2.sa-hover-1 .sa-post-category {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sa-grid-style-2.sa-hover-1 .sa-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.sa-grid-style-2.sa-hover-1 .sa-big-grid-post:hover .sa-post-category {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
  Style 3
*/
.sa-grid-style-3 .sa-meta-info-container {
  bottom: 0;
}
.sa-grid-style-3 .sa-module-thumb a:last-child:before {
  opacity: 0.8;
}
.sa-grid-style-3 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.2);
}
.sa-grid-style-3 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta {
  font-size: 34px;
}
.sa-grid-style-3 .sa-big-thumb .sa-meta-info-container {
  position: static;
  top: 0;
  bottom: auto;
}
.sa-grid-style-3 .sa-big-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 20px 0 20px 20px;
  top: 0;
  position: absolute;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-3 .sa-big-thumb .sa-big-grid-meta {
    width: 90%;
    margin-left: 15px;
  }
}
.sa-grid-style-3 .sa-big-thumb .sa-module-meta-info {
  position: absolute;
  bottom: 0;
}
.sa-grid-style-3 .sa-big-thumb .entry-title {
  font-size: 34px;
  line-height: 41px;
  /* responsive */
}
@media (max-width: 1140px) {
  .sa-grid-style-3 .sa-big-thumb .entry-title {
    font-weight: 500;
  }
}
.sa-grid-style-3 .sa-big-thumb .entry-title a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-3 .sa-big-thumb.sa-big-grid-post-1 .sa-big-grid-meta {
  top: auto;
  bottom: -6px;
}
.sa-grid-style-3 .sa-big-thumb.sa-big-grid-post-1 .sa-module-meta-info {
  bottom: auto;
  right: 22px;
  top: 5px;
}
.sa-grid-style-3 .sa-medium-thumb .sa-big-grid-meta {
  width: 80%;
  margin: 20px 0 14px 19px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-3 .sa-medium-thumb .sa-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.sa-grid-style-3 .sa-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.sa-grid-style-3 .sa-medium-thumb .entry-title a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-3 .sa-small-thumb .sa-big-grid-meta {
  margin: 0 15px 11px;
}
.sa-grid-style-3 .sa-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
}
.sa-grid-style-3 .sa-small-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-3 .sa-tiny-thumb .sa-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.sa-grid-style-3 .sa-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.sa-grid-style-3 .sa-tiny-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-3 .sa-tiny-thumb .sa-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.sa-grid-style-3.sa-hover-1 .sa-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.sa-grid-style-3.sa-hover-1 .sa-post-category {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sa-grid-style-3.sa-hover-1 .sa-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.sa-grid-style-3.sa-hover-1 .sa-big-grid-post:hover .sa-post-category {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
  Style 4
*/
.sa-grid-style-4 .sa-meta-info-container {
  bottom: 0;
  z-index: 1;
}
.sa-grid-style-4 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.4);
}
.sa-grid-style-4 .entry-title {
  background-color: #4db2ec;
  background-color: rgba(77, 178, 236, 0.7);
}
.sa-grid-style-4 .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-4 .sa-module-meta-info {
  margin: 0;
  padding: 5px 7px 6px;
  background-color: rgba(0, 0, 0, 0.4);
  display: table;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-4 .sa-module-meta-info {
    display: none;
  }
}
.sa-grid-style-4 .sa-big-thumb .sa-meta-info-container {
  width: 80%;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-4 .sa-big-thumb .sa-meta-info-container {
    width: 100%;
  }
}
.sa-grid-style-4 .sa-big-thumb .sa-post-category {
  margin-bottom: 0;
  display: table;
}
.sa-grid-style-4 .sa-big-thumb .sa-module-meta-info {
  margin: 0;
}
.sa-grid-style-4 .sa-big-thumb .entry-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
  padding: 3px 8px 6px;
}
.sa-grid-style-4 .sa-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  padding: 4px 11px 6px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-4 .sa-medium-thumb .entry-title {
    padding: 5px 7px 6px;
  }
}
.sa-grid-style-4 .sa-medium-thumb .sa-post-category {
  margin-bottom: 0;
  display: table;
}
.sa-grid-style-4 .sa-small-thumb .sa-post-category {
  margin-bottom: 0;
  display: table;
}
.sa-grid-style-4 .sa-small-thumb .sa-module-meta-info {
  margin: 0;
}
.sa-grid-style-4 .sa-small-thumb .entry-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 5px 7px 6px;
}
.sa-grid-style-4 .sa-tiny-thumb .sa-big-grid-meta {
  margin: 0 10px 10px 14px;
}
.sa-grid-style-4 .sa-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  padding: 5px 7px 6px;
  margin-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-4 .sa-tiny-thumb .entry-title {
    margin-right: 0;
  }
}
.sa-grid-style-4 .sa-tiny-thumb .sa-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
  margin-bottom: 0;
  display: table;
}
.sa-grid-style-4 .sa-tiny-thumb .sa-big-grid-meta {
  margin: 0;
}
.sa-grid-style-4.sa-hover-1 .sa-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.sa-grid-style-4.sa-hover-1 .sa-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
/*
  Style 5
*/
.sa-grid-style-5 .sa-meta-info-container {
  top: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  font-size: 0;
  width: 100%;
}
.sa-grid-style-5 .sa-meta-info-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sa-grid-style-5 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta {
  font-size: 34px;
}
.sa-grid-style-5 .sa-meta-align {
  display: inline-block;
  vertical-align: middle;
}
.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa-grid-style-5 .sa-module-thumb a:last-child:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.sa-grid-style-5 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
.sa-grid-style-5 .sa-big-thumb .sa-meta-info-container {
  padding: 0 50px;
  box-sizing: border-box;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-5 .sa-big-thumb .sa-meta-info-container {
    padding: 0 15px;
  }
}
.sa-grid-style-5 .sa-big-thumb .entry-title {
  font-size: 34px;
  line-height: 41px;
  /* responsive */
}
@media (max-width: 1140px) {
  .sa-grid-style-5 .sa-big-thumb .entry-title {
    font-weight: 500;
  }
}
.sa-grid-style-5 .sa-medium-thumb .sa-meta-info-container {
  padding: 0 40px;
  box-sizing: border-box;
}
.sa-grid-style-5 .sa-medium-thumb .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.sa-grid-style-5 .sa-small-thumb .sa-meta-info-container {
  padding: 0 20px;
  box-sizing: border-box;
}
.sa-grid-style-5 .sa-small-thumb .entry-title {
  margin-top: 2px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.sa-grid-style-5 .sa-tiny-thumb .sa-big-grid-meta {
  padding: 0 10px;
}
.sa-grid-style-5 .sa-tiny-thumb .entry-title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}
.sa-grid-style-5 .sa-tiny-thumb .entry-title a {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.sa-grid-style-5 .sa-tiny-thumb .sa-post-category {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 5px;
  line-height: 1;
}
.sa-grid-style-5 .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
}
.sa-grid-style-5.sa-hover-1 .sa-module-thumb a:last-child:before {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.sa-grid-style-5.sa-hover-1 .sa-module-thumb .entry-thumb {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.sa-grid-style-5.sa-hover-1 .sa-post-category {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sa-grid-style-5.sa-hover-1 .sa-big-grid-post:hover .sa-module-thumb a:last-child:before {
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.75);
}
.sa-grid-style-5.sa-hover-1 .sa-big-grid-post:hover .entry-thumb {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
@-moz-document url-prefix() {
  .sa-grid-style-5 .sa-big-grid-post .sa-post-category {
    padding: 4px 7px 4px;
    line-height: 13px;
  }
  @media (max-width: 1018px) {
    .sa-grid-style-5 .sa-big-grid-post .sa-post-category {
      padding: 2px 6px 1px;
      line-height: 14px;
    }
  }
}
/* General big grids*/
.sa-big-grid-post {
  position: relative;
  overflow: hidden;
  /*


          font responsive


  */
}
.sa-big-grid-post .entry-review-stars {
  color: #fff;
  margin-top: -5px;
}
.sa-big-grid-post .sa-post-category {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 7px 3px;
  line-height: 14px;
  pointer-events: auto;
  /* responsive portrait tablet and phone */
}
@media (max-width: 1018px) {
  .sa-big-grid-post .sa-post-category {
    font-size: 9px;
    padding: 2px 6px 1px;
  }
}
.sa-big-grid-post .sa-meta-info-container {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: 100%;
}
.sa-big-grid-post .sa-meta-align {
  pointer-events: none;
}
.sa-big-grid-post .sa-post-author-name a,
.sa-big-grid-post .sa-post-author-name span,
.sa-big-grid-post .sa-post-date {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sa-big-grid-post .entry-title {
  margin: 0;
}
.sa-big-grid-post .entry-title a {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.sa-big-grid-post .sa-module-meta-info {
  margin: 11px 0 20px 20px;
  min-height: 0;
  z-index: 1;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-big-grid-post .sa-module-meta-info {
    margin-left: 17px;
  }
}
.sa-big-grid-post .sa-post-author-name {
  pointer-events: auto;
}
.sa-big-grid-post .sa-big-grid-meta {
  z-index: 1;
}
.sa-big-grid-post .sa-video-play-ico img {
  /* responsive portrait tablet */
}
@media (max-width: 1018px) {
  .sa-big-grid-post .sa-video-play-ico img {
    width: 30px !important;
  }
}
.sa-big-grid-post.sa-big-thumb .sa-big-grid-meta {
  font-size: 27px;
}
.sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    font-size: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    font-size: 22px;
  }
}
.sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta {
  font-size: 24px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta {
    font-size: 16px;
  }
}
.sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta .entry-title {
    line-height: 1.3;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta .entry-title {
    font-size: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta .entry-title {
    font-size: 65%;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-post.sa-medium-thumb .sa-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.sa-big-grid-post.sa-small-thumb .sa-big-grid-meta {
  font-size: 16px;
}
.sa-big-grid-post.sa-small-thumb .sa-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .sa-big-grid-post.sa-small-thumb .sa-big-grid-meta .entry-title {
    line-height: 1.4;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-post.sa-small-thumb .sa-big-grid-meta .entry-title {
    font-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-post.sa-small-thumb .sa-big-grid-meta .entry-title {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-post.sa-small-thumb .sa-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta {
  font-size: 15px;
}
.sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta .entry-title {
  /* responsive */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (max-width: 1140px) {
  .sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta .entry-title {
    line-height: 1.4;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta .entry-title {
    font-size: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta .entry-title {
    font-size: 70%;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-post.sa-tiny-thumb .sa-big-grid-meta .entry-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.sa-big-grid-post .sa-module-thumb {
  overflow: hidden;
  margin: 0;
}
.sa-big-grid-post .sa-module-thumb img {
  max-width: none;
  width:100%;
  height:100%;
}
.sa-big-grid-post .entry-thumb {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-post .entry-thumb {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-post .entry-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-post .entry-thumb {
    width: 100%;
  }
}
.sa-big-grid-post .sa-module-thumb {
  background-color: #e5e5e5;
}
.sa-big-grid-post .sa-post-author-name,
.sa-big-grid-post .sa-post-date {
  top: 0;
}
.sa-big-grid-post .sa-video-play-ico img {
  z-index: 1;
}
@-moz-document url-prefix() {
  .sa-big-grid-post .sa-post-category {
    padding: 3px 7px 4px;
    /* responsive portrait tablet and phone */
  }
  @media (max-width: 1018px) {
    .sa-big-grid-post .sa-post-category {
      padding: 2px 6px 1px;
    }
  }
}
.sa_block_big_grid_8 .sa-big-grid-scroll .sa-big-grid-post .sa-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-scroll .sa-big-grid-post .sa-big-grid-meta .entry-title {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
.sa_block_big_grid_8 .sa-big-grid-post-0.sa-big-grid-post .sa-big-grid-meta .entry-title,
.sa_block_big_grid_8 .sa-big-grid-post-1.sa-big-grid-post .sa-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-post-0.sa-big-grid-post .sa-big-grid-meta .entry-title,
  .sa_block_big_grid_8 .sa-big-grid-post-1.sa-big-grid-post .sa-big-grid-meta .entry-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.sa-grid-style-2 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title,
.sa-grid-style-3 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-2 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title,
  .sa-grid-style-3 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    font-size: 70%;
  }
}
.sa-grid-style-5 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-grid-style-5 .sa-big-grid-post.sa-big-thumb .sa-big-grid-meta .entry-title {
    font-size: 60%;
  }
}
.sa_block_big_grid_1,
.sa_block_big_grid_2,
.sa_block_big_grid_3,
.sa_block_big_grid_4,
.sa_block_big_grid_5,
.sa_block_big_grid_6,
.sa_block_big_grid_7,
.sa_block_big_grid_8 {
  padding-bottom: 10px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_1,
  .sa_block_big_grid_2,
  .sa_block_big_grid_3,
  .sa_block_big_grid_4,
  .sa_block_big_grid_5,
  .sa_block_big_grid_6,
  .sa_block_big_grid_7,
  .sa_block_big_grid_8 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.iosSlider.sa_block_wrap {
  margin-bottom: 34px !important;
}
/*

  scroll bar


*/
.sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-y: hidden;
    padding-top: 3px;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
  }
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-big-grid-post {
    margin-left: 3px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-big-grid-post:first-child {
    margin-left: 0;
  }
}
.sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-module-thumb {
    width: 100%;
    height: 170px;
  }
}
.sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll .sa-big-grid-post {
    display: inline-block;
    white-space: normal;
    float: none;
    vertical-align: top;
    width: 80%;
  }
}
.sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll.sa-scroll-full .sa-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_wrap .sa-big-grid-wrapper .sa-big-grid-scroll.sa-scroll-full .sa-big-grid-post {
    width: 100%;
  }
}
/*
  Big grid 1
*/
.sa_block_big_grid_1 .sa-big-grid-post {
  float: left;
}
.sa_block_big_grid_1 .sa-big-thumb {
  margin-right: 3px;
  margin-bottom: 3px;
}
.sa_block_big_grid_1 .sa-big-thumb .sa-module-thumb {
  width: 100%;
  height: 399px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.sa_block_big_grid_1 .sa-big-grid-scroll{
  width: 49.5%;
  float: left;
}
.sa_block_big_grid_1 .sa-big-thumb{ 
  width: 50%;
}
.sa_block_big_grid_1 .sa-small-thumb{ 
  width: 49%;
  float: left;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_1 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: 355px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_1 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: 271px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_1 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: auto;
  }
  .sa_block_big_grid_1 .sa-big-thumb{ 
    width: 100%;
  }
  .sa_block_big_grid_1 .sa-small-thumb{ 
    width: 100%;
    float: left;
  }
  .sa_block_big_grid_1 .sa-big-grid-scroll{
    width: 100%;
    float: left;
  }
}
.sa_block_big_grid_1 .sa-small-thumb .sa-module-thumb {
  width: 100%;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_1 .sa-small-thumb .sa-module-thumb {
    width: 235px;
    height: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_1 .sa-small-thumb .sa-module-thumb {
    width: 180px;
    height: 134px;
  }
}
.sa_block_big_grid_1 .sa-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_1 .sa-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.sa_block_big_grid_1 .sa-big-grid-post-1,
.sa_block_big_grid_1 .sa-big-grid-post-3 {
  margin-right: 3px;
}
.sa_block_big_grid_1 .sa-big-grid-post-1,
.sa_block_big_grid_1 .sa-big-grid-post-2 {
  margin-bottom: 3px;
}
.sa_block_big_grid_1.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_1 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_1 .sa-module-empty {
    display: none !important;
  }
}
.sa_block_big_grid_1 .sa-module-empty .sa-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_1 .sa-module-empty .sa-module-thumb {
    width: 235px;
    height: 176px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_1 .sa-module-empty .sa-module-thumb {
    width: 180px;
    height: 134px;
  }
}
/*
  Big grid 2
*/
.sa_block_big_grid_2 .sa-big-grid-post {
  float: left;
}
.sa_block_big_grid_2 .sa-big-thumb {
  margin-right: 3px;
  margin-bottom: 3px;
}
.sa_block_big_grid_2 .sa-big-thumb .sa-module-thumb {
  width: 100%;
  height: 486px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.sa_block_big_grid_2 .sa-big-thumb{
  width: 70%;
}
.sa_block_big_grid_2 .sa-big-grid-scroll{
  width: 29.5%;
  float: left;
}
.sa_block_big_grid_2 .sa-big-grid-scroll .sa-small-thumb{
  width: 100%;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_2 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: 426px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_2 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: 336px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_2 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: auto;
  }
  .sa_block_big_grid_2 .sa-big-thumb{
    width: 100%;
  }
  .sa_block_big_grid_2 .sa-big-grid-scroll{
    width: 100%;
  }
}
.sa_block_big_grid_2 .sa-small-thumb .sa-module-thumb {
  width: 100%;
  height: 160px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_2 .sa-small-thumb .sa-module-thumb {
    width: 285px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_2 .sa-small-thumb .sa-module-thumb {
    width: 222px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_2 .sa-small-thumb .sa-module-thumb {
    height: 124px !important;
  }
}
.sa_block_big_grid_2 .sa-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_2 .sa-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.sa_block_big_grid_2 .sa-big-grid-post-1,
.sa_block_big_grid_2 .sa-big-grid-post-2 {
  margin-bottom: 3px;
}
.sa_block_big_grid_2.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_2 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_2 .sa-module-empty {
    display: none !important;
  }
}
.sa_block_big_grid_2 .sa-module-empty .sa-module-thumb {
  width: 324px;
  height: 160px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_2 .sa-module-empty .sa-module-thumb {
    width: 285px;
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_2 .sa-module-empty .sa-module-thumb {
    width: 222px;
    height: 110px;
  }
}
/*
  Big grid 3
*/
.sa_block_big_grid_3 .sa-big-grid-post {
  float: left;
}
.sa_block_big_grid_3 .sa-big-thumb {
  margin-right: 3px;
  margin-bottom:3px;
}
.sa_block_big_grid_3 .sa-big-thumb .sa-module-thumb {
  width: 100%;
  height: 462px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
.sa_block_big_grid_3 .sa-big-thumb{
  width: 50%;
}
.sa_block_big_grid_3 .sa-big-grid-scroll{
  width: 49.5%;
  float: left;
}
.sa_block_big_grid_3 .sa-small-thumb{
  width: 49.5%;
  float: left;
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_3 .sa-big-thumb .sa-module-thumb {
    width: 488px;
    height: 422px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_3 .sa-big-thumb .sa-module-thumb {
    width: 368px;
    height: 318px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_3 .sa-big-thumb .sa-module-thumb {
    width: 100%;
    height: auto;
  }
  .sa_block_big_grid_3 .sa-big-grid-scroll{
    width: 100%;
  }
  .sa_block_big_grid_3 .sa-big-thumb{
    width: 100%;
  }
  .sa_block_big_grid_3 .sa-small-thumb{
    width: 100%;
    float: left;
  }
}
.sa_block_big_grid_3 .sa-medium-thumb {
  margin-bottom: 3px;
  width: 100%;
}
.sa_block_big_grid_3 .sa-small-thumb {
  margin-bottom: 3px;
  margin-right:3px;
}
.sa_block_big_grid_3 .sa-small-thumb:last-child {
  margin-bottom: 3px;
  margin-right:0px;
}
.sa_block_big_grid_3 .sa-medium-thumb .sa-module-thumb {
  width: 100%;
  height: 261px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_3 .sa-medium-thumb .sa-module-thumb {
    height: 237px;
    width: 489px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_3 .sa-medium-thumb .sa-module-thumb {
    height: 179px;
    width: 369px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_3 .sa-medium-thumb .sa-module-thumb {
    height: 124px !important;
  }
}
.sa_block_big_grid_3 .sa-small-thumb .sa-module-thumb {
  width: 100%;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_3 .sa-small-thumb .sa-module-thumb {
    width: 243px;
    height: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_3 .sa-small-thumb .sa-module-thumb {
    width: 183px;
    height: 136px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_3 .sa-small-thumb .sa-module-thumb {
    height: 124px !important;
  }
}
.sa_block_big_grid_3 .sa-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_3 .sa-big-grid-post-0 {
    width: 100%;
    float: none;
  }
}
.sa_block_big_grid_3 .sa-big-grid-post-3 {
  margin-left: 3px;
}
.sa_block_big_grid_3.sa-grid-style-4 .sa-post-category {
  margin-bottom: 0;
}
.sa_block_big_grid_3.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_3 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_3 .sa-module-empty {
    display: none !important;
  }
}
.sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-1 .sa-module-thumb {
  width: 533px;
  height: 261px;
  margin-bottom: 3px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-1 .sa-module-thumb {
    height: 237px;
    width: 489px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-1 .sa-module-thumb {
    height: 179px;
    width: 369px;
  }
}
.sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-2 .sa-module-thumb,
.sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-3 .sa-module-thumb {
  width: 265px;
  height: 198px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-3 .sa-module-thumb {
    width: 243px;
    height: 182px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_3 .sa-module-empty.sa-big-grid-post-3 .sa-module-thumb {
    width: 183px;
    height: 136px;
  }
}
/*
  Big grid 4
*/
.sa_block_big_grid_4 {
  margin-right: -3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 {
    margin-right: -10px;
  }
}
.sa_block_big_grid_4 .sa-big-grid-post {
  width: 50%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 .sa-big-grid-post {
    width: 100%;
    float: none;
  }
}
.sa_block_big_grid_4 .sa-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 .sa-big-grid-post:first-child {
    padding-bottom: 3px;
  }
}
.sa_block_big_grid_4 .sa-module-thumb {
  height: 399px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_4 .sa-module-thumb {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_4 .sa-module-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 .sa-module-thumb {
    width: 100%;
    height: 220px;
  }
}
.sa_block_big_grid_4 .sa-big-thumb {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 .sa-big-thumb {
    padding-right: 0;
  }
}
.sa_block_big_grid_4.sa-grid-style-1 .sa-big-grid-meta,
.sa_block_big_grid_4.sa-grid-style-1 .sa-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4.sa-grid-style-1 .sa-big-grid-meta,
  .sa_block_big_grid_4.sa-grid-style-1 .sa-module-meta-info {
    margin-left: 12px;
  }
}
.sa_block_big_grid_4.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_4 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_4 .sa-module-empty {
    display: none !important;
  }
}
/*
  Big grid 5
*/
.sa_block_big_grid_5 {
  margin-right: -3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 {
    margin-right: -10px;
  }
}
.sa_block_big_grid_5 .sa-big-grid-post {
  width: 33.33333333%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-big-grid-post {
    width: 100%;
    float: none;
    padding-top: 3px;
  }
}
.sa_block_big_grid_5 .sa-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-big-grid-post:first-child {
    padding-top: 0;
  }
}
.sa_block_big_grid_5 .sa-big-grid-post .sa-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_5 .sa-big-grid-post .sa-module-thumb {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_5 .sa-big-grid-post .sa-module-thumb {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-big-grid-post .sa-module-thumb {
    height: 168px;
  }
}
.sa_block_big_grid_5 .sa-module-meta-info {
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_5 .sa-module-meta-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-module-meta-info {
    display: none;
  }
}
.sa_block_big_grid_5 .sa-module-thumb a:last-child:before {
  height: 100%;
}
.sa_block_big_grid_5.sa-grid-style-1 .sa-big-grid-meta,
.sa_block_big_grid_5.sa-grid-style-2 .sa-big-grid-meta,
.sa_block_big_grid_5.sa-grid-style-3 .sa-big-grid-meta {
  margin: 0 20px 11px;
  /* responsive */
}
@media (max-width: 1018px) {
  .sa_block_big_grid_5.sa-grid-style-1 .sa-big-grid-meta,
  .sa_block_big_grid_5.sa-grid-style-2 .sa-big-grid-meta,
  .sa_block_big_grid_5.sa-grid-style-3 .sa-big-grid-meta {
    margin: 0 14px 11px;
  }
}
.sa_block_big_grid_5.sa-grid-style-1 .entry-title,
.sa_block_big_grid_5.sa-grid-style-2 .entry-title,
.sa_block_big_grid_5.sa-grid-style-3 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_5.sa-grid-style-1 .entry-title,
  .sa_block_big_grid_5.sa-grid-style-2 .entry-title,
  .sa_block_big_grid_5.sa-grid-style-3 .entry-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 500;
  }
}
.sa_block_big_grid_5.sa-grid-style-4 .sa-module-meta-info {
  display: none;
}
.sa_block_big_grid_5.sa-grid-style-4 .sa-big-grid-meta {
  padding-right: 3px;
}
.sa_block_big_grid_5.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_5.sa-grid-style-5 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.sa_block_big_grid_5 .sa-small-thumb {
  padding-right: 3px;
}
.sa_block_big_grid_5 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-module-empty {
    display: none !important;
  }
}
.sa_block_big_grid_5 .sa-module-empty .sa-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_5 .sa-module-empty .sa-module-thumb {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_5 .sa-module-empty .sa-module-thumb {
    height: 148px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_5 .sa-module-empty .sa-module-thumb {
    height: 168px;
  }
}
.sa_block_big_grid_5 .sa-module-empty.sa-big-grid-post-1 {
  padding-right: 3px;
}
.sa_block_big_grid_5.sa-grid-style-1 .sa-video-play-ico img,
.sa_block_big_grid_5.sa-grid-style-2 .sa-video-play-ico img,
.sa_block_big_grid_5.sa-grid-style-3 .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
}
/*
  Big grid 6
*/
.sa_block_big_grid_6 {
  margin-right: -3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 {
    margin-right: -10px;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-0,
.sa_block_big_grid_6 .sa-big-grid-post-1 {
  width: 49.5%;
  float: left;
  margin-bottom: 0px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0,
  .sa_block_big_grid_6 .sa-big-grid-post-1 {
    margin-bottom: 0;
    margin-top: 3px;
    width: 100%;
    float: none;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-0:first-child,
.sa_block_big_grid_6 .sa-big-grid-post-1:first-child {
  /* responsive portrait phone */
}
.sa_block_big_grid_6 .sa-big-grid-scroll{
  width: 100%;
}
.sa_block_big_grid_6 .sa-big-grid-scroll .sa-tiny-thumb{
  width: 19.6%;
}
.sa_block_big_grid_6 .sa-big-grid-scroll .sa-tiny-thumb:last-child{
  margin-right: 0;
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0:first-child,
  .sa_block_big_grid_6 .sa-big-grid-post-1:first-child {
    margin-top: 0;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-0.sa-big-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-1.sa-big-thumb {
  margin-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0.sa-big-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-1.sa-big-thumb {
    padding-right: 0;
  }
  .sa_block_big_grid_6 .sa-big-grid-scroll .sa-tiny-thumb{
    width: 100%;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-0 .sa-module-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-1 .sa-module-thumb {
  height: 373px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-1 .sa-module-thumb {
    height: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-1 .sa-module-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-1 .sa-module-thumb {
    width: 100%;
    height: 220px;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-2,
.sa_block_big_grid_6 .sa-big-grid-post-3,
.sa_block_big_grid_6 .sa-big-grid-post-4,
.sa_block_big_grid_6 .sa-big-grid-post-5,
.sa_block_big_grid_6 .sa-big-grid-post-6 {
  width: 20%;
  float: left;
}
.sa_block_big_grid_6 .sa-big-grid-post-2.sa-tiny-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-3.sa-tiny-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-4.sa-tiny-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-5.sa-tiny-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-6.sa-tiny-thumb {
  margin-right: 3px;
  margin-top: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-2.sa-tiny-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-3.sa-tiny-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-4.sa-tiny-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-5.sa-tiny-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-6.sa-tiny-thumb {
    padding-right: 0;
  }
}
.sa_block_big_grid_6 .sa-big-grid-post-2 .sa-module-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-3 .sa-module-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-4 .sa-module-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-5 .sa-module-thumb,
.sa_block_big_grid_6 .sa-big-grid-post-6 .sa-module-thumb {
  height: 140px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_6 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-6 .sa-module-thumb {
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-6 .sa-module-thumb {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_6 .sa-big-grid-post-6 .sa-module-thumb {
    height: auto;
  }
}
.sa_block_big_grid_6 .sa-post-category {
  vertical-align: bottom;
}
.sa_block_big_grid_6.sa-grid-style-1 .sa-big-thumb .sa-big-grid-meta {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6.sa-grid-style-1 .sa-big-thumb .sa-big-grid-meta {
    margin: 0 0 0 14px;
  }
}
.sa_block_big_grid_6.sa-grid-style-1 .sa-big-thumb .sa-module-meta-info {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6.sa-grid-style-1 .sa-big-thumb .sa-module-meta-info {
    margin: 7px 0 14px 14px;
  }
}
.sa_block_big_grid_6.sa-grid-style-2 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_6.sa-grid-style-3 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before {
  background: #d17646;
  background: -moz-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -o-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -ms-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.sa_block_big_grid_6.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_6 .sa-module-empty.sa-big-grid-post {
  padding-right: 3px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_6 .sa-module-empty.sa-big-grid-post {
    display: none !important;
  }
}
.sa_block_big_grid_6.sa-grid-style-1 .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6.sa-grid-style-1 .sa-video-play-ico img {
    margin: 10px 10px 0;
  }
}
.sa_block_big_grid_6.sa-grid-style-2 .sa-tiny-thumb .sa-video-play-ico img,
.sa_block_big_grid_6.sa-grid-style-3 .sa-tiny-thumb .sa-video-play-ico img,
.sa_block_big_grid_6.sa-grid-style-4 .sa-tiny-thumb .sa-video-play-ico img,
.sa_block_big_grid_6.sa-grid-style-5 .sa-tiny-thumb .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6.sa-grid-style-2 .sa-tiny-thumb .sa-video-play-ico img,
  .sa_block_big_grid_6.sa-grid-style-3 .sa-tiny-thumb .sa-video-play-ico img,
  .sa_block_big_grid_6.sa-grid-style-4 .sa-tiny-thumb .sa-video-play-ico img,
  .sa_block_big_grid_6.sa-grid-style-5 .sa-tiny-thumb .sa-video-play-ico img {
    margin: 10px 10px 0;
  }
}
.sa_block_big_grid_6 .sa-tiny-thumb .sa-video-play-ico img {
  width: 30px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_6 .sa-tiny-thumb .sa-video-play-ico img {
    width: 20px !important;
  }
}
/*
  Big grid 7
*/
.sa_block_big_grid_7 {
  margin-right: -12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 {
    margin-right: -10px;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0,
.sa_block_big_grid_7 .sa-big-grid-post-1,
.sa_block_big_grid_7 .sa-big-grid-post-2 {
  width: 33.33333333%;
  float: left;
  margin-bottom: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0,
  .sa_block_big_grid_7 .sa-big-grid-post-1,
  .sa_block_big_grid_7 .sa-big-grid-post-2 {
    margin-bottom: 0;
    float: none;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0.sa-small-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-1.sa-small-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-2.sa-small-thumb {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0.sa-small-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-1.sa-small-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-2.sa-small-thumb {
    padding-right: 0;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
  height: 220px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
    height: 195px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
    height: 196px;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-meta-info,
.sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-meta-info,
.sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-meta-info {
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-module-meta-info,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-meta-info,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-meta-info {
    display: none;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 .sa-big-grid-meta,
.sa_block_big_grid_7 .sa-big-grid-post-1 .sa-big-grid-meta,
.sa_block_big_grid_7 .sa-big-grid-post-2 .sa-big-grid-meta {
  margin: 0 20px 11px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-big-grid-meta,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-big-grid-meta,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-big-grid-meta {
    margin: 0 15px 11px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .sa-big-grid-meta,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-big-grid-meta,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-big-grid-meta {
    margin: 0 15px 11px;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 .entry-title,
.sa_block_big_grid_7 .sa-big-grid-post-1 .entry-title,
.sa_block_big_grid_7 .sa-big-grid-post-2 .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .entry-title,
  .sa_block_big_grid_7 .sa-big-grid-post-1 .entry-title,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .entry-title {
    font-weight: 500;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 {
    width: 100%;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-0 .entry-title {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-0 .entry-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-meta-info,
.sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-meta-info,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-meta-info {
    display: none;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-2 .sa-module-thumb {
    height: 150px !important;
  }
}
.sa_block_big_grid_7 .sa-meta-info-container {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-meta-info-container {
    padding-right: 0;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-3,
.sa_block_big_grid_7 .sa-big-grid-post-4,
.sa_block_big_grid_7 .sa-big-grid-post-5,
.sa_block_big_grid_7 .sa-big-grid-post-6 {
  width: 25%;
  float: left;
}
.sa_block_big_grid_7 .sa-big-grid-post-3.sa-small-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-4.sa-small-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-5.sa-small-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-6.sa-small-thumb {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-3.sa-small-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-4.sa-small-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-5.sa-small-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-6.sa-small-thumb {
    padding-right: 0;
  }
}
.sa_block_big_grid_7 .sa-big-grid-post-3 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-4 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-5 .sa-module-thumb,
.sa_block_big_grid_7 .sa-big-grid-post-6 .sa-module-thumb {
  height: 175px;
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_7 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-6 .sa-module-thumb {
    height: 124px;
  }
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_7 .sa-big-grid-post-6 .sa-module-thumb {
    height: 150px !important;
  }
}
.sa_block_big_grid_7.sa-grid-style-2 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_7.sa-grid-style-3 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before {
  background: #d760b7;
  background: -moz-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -o-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -ms-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.sa_block_big_grid_7.sa-grid-style-2 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_7.sa-grid-style-3 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -moz-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -o-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -ms-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.sa_block_big_grid_7.sa-grid-style-2 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_7.sa-grid-style-3 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before {
  background: #d17646;
  background: -moz-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -o-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -ms-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.sa_block_big_grid_7.sa-grid-style-4 .sa-module-meta-info {
  display: none;
}
.sa_block_big_grid_7.sa-grid-style-4 .sa-big-grid-meta {
  margin: 0;
}
.sa_block_big_grid_7.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_7.sa-grid-style-5 .sa-small-thumb .sa-meta-info-container {
  padding: 0 30px 0 18px;
}
.sa_block_big_grid_7 .sa-module-empty.sa-big-grid-post {
  padding-right: 12px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_7 .sa-module-empty.sa-big-grid-post {
    display: none !important;
  }
}
.sa_block_big_grid_7.sa-grid-style-1 .sa-video-play-ico img,
.sa_block_big_grid_7.sa-grid-style-2 .sa-video-play-ico img,
.sa_block_big_grid_7.sa-grid-style-3 .sa-video-play-ico img,
.sa_block_big_grid_7.sa-grid-style-4 .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
}
/*
  Big grid 8
*/
.sa_block_big_grid_8 .sa-grid-columns {
  width: 33.33333333%;
  float: left;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-grid-columns {
    display: inline;
    float: left;
    width: 100%;
    padding-left: 0px !important;
  }
}
.sa_block_big_grid_8 .sa-meta-info-container {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-meta-info-container {
    width: 100% !important;
  }
}
.sa_block_big_grid_8 .sa-module-meta-info {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-module-meta-info {
    display: none;
  }
}
.sa_block_big_grid_8 .sa-grid-group-1 .sa-big-grid-post {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-grid-group-1 .sa-big-grid-post {
    padding-top: 3px;
  }
}
.sa_block_big_grid_8 .sa-grid-group-1 .sa-big-grid-post:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-grid-group-1 .sa-big-grid-post:first-child {
    padding-top: 0;
  }
}
.sa_block_big_grid_8 .sa-big-grid-scroll.sa-scroll-full .sa-grid-columns {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-scroll.sa-scroll-full .sa-grid-columns {
    padding-left: 0;
  }
}
.sa_block_big_grid_8 .sa-big-grid-scroll .sa-grid-columns {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-scroll .sa-grid-columns {
    padding-left: 3px;
  }
}
.sa_block_big_grid_8 .sa-big-grid-scroll .sa-grid-columns:first-child {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-scroll .sa-grid-columns:first-child {
    padding-left: 0;
  }
}
.sa_block_big_grid_8 .sa-big-grid-post-1 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-2 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-3 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-4 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-5 .sa-module-thumb {
  height: 182px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_8 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-5 .sa-module-thumb {
    height: 167px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_8 .sa-big-grid-post-1 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-5 .sa-module-thumb {
    height: 125px;
  }
}
.sa_block_big_grid_8 .sa-big-grid-post-0 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-1 .sa-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-1 .sa-module-thumb {
    height: 198px !important;
  }
}
.sa_block_big_grid_8 .sa-big-grid-post-0 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-6 .sa-module-thumb {
  height: 364px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_8 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-6 .sa-module-thumb {
    height: 334px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_8 .sa-big-grid-post-0 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-6 .sa-module-thumb {
    height: 250px;
  }
}
.sa_block_big_grid_8 .sa-big-grid-post-2 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-3 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-4 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-5 .sa-module-thumb,
.sa_block_big_grid_8 .sa-big-grid-post-6 .sa-module-thumb {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-big-grid-post-2 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-3 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-4 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-5 .sa-module-thumb,
  .sa_block_big_grid_8 .sa-big-grid-post-6 .sa-module-thumb {
    height: 156px !important;
  }
}
.sa_block_big_grid_8 .sa-small-thumb .sa-module-meta-info {
  display: none;
}
.sa_block_big_grid_8 .sa-small-thumb .sa-big-grid-meta {
  margin: 0 20px 14px;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-small-thumb .sa-big-grid-meta {
    margin: 0 15px 14px;
  }
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-meta-info-container,
.sa_block_big_grid_8.sa-grid-style-3 .sa-meta-info-container {
  bottom: auto;
  top: 0;
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-small-thumb .sa-big-grid-meta,
.sa_block_big_grid_8.sa-grid-style-3 .sa-small-thumb .sa-big-grid-meta {
  margin-top: 20px;
}
.sa_block_big_grid_8.sa-grid-style-4 .sa-small-thumb .sa-big-grid-meta {
  margin: 0;
}
.sa_block_big_grid_8.sa-grid-style-4 .sa-meta-info-container {
  width: 80%;
}
.sa_block_big_grid_8.sa-grid-style-5 .sa-module-meta-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-1 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-1 .sa-module-thumb a:last-child:before {
  background: rgba(244, 208, 63, 0.97);
  background: -moz-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(244, 208, 63, 0.97)), color-stop(100%, #f27a35));
  background: -webkit-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  background: -o-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  background: -ms-linear-gradient(-45deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#f27a35', GradientType=1);
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-2 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-2 .sa-module-thumb a:last-child:before {
  background: #d17646;
  background: -moz-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #d17646), color-stop(100%, #c63939));
  background: -webkit-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -o-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: -ms-linear-gradient(45deg, #d17646 0%, #c63939 100%);
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d17646', endColorstr='#c63939', GradientType=1);
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-3 .sa-module-thumb a:last-child:before {
  background: #d760b7;
  background: -moz-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #d760b7), color-stop(100%, #3b78b4));
  background: -webkit-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -o-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: -ms-linear-gradient(-45deg, #d760b7 0%, #3b78b4 100%);
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d760b7', endColorstr='#3b78b4', GradientType=1);
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-4 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-4 .sa-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -moz-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -o-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -ms-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-5 .sa-module-thumb a:last-child:before {
  background: #4db2ec;
  background: -moz-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #4db2ec), color-stop(100%, #4a8f5e));
  background: -webkit-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -o-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: -ms-linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db2ec', endColorstr='#4a8f5e', GradientType=1);
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before,
.sa_block_big_grid_8.sa-grid-style-3 .sa-big-grid-post-6 .sa-module-thumb a:last-child:before {
  background: #b0b43b;
  background: -moz-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #b0b43b), color-stop(100%, rgba(145, 96, 81, 0.97)));
  background: -webkit-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  background: -o-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  background: -ms-linear-gradient(-45deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b43b', endColorstr='#916051', GradientType=1);
}
.sa_block_big_grid_8 .sa-module-empty {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8 .sa-module-empty {
    display: none !important;
  }
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-6 .sa-module-thumb {
  height: 364px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-6 .sa-module-thumb {
    height: 334px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-6 .sa-module-thumb {
    height: 250px;
  }
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-2 {
  opacity: 0.9;
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-3 {
  opacity: 0.8;
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-4 {
  opacity: 0.7;
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-5 {
  opacity: 0.7;
}
.sa_block_big_grid_8 .sa-module-empty.sa-big-grid-post-6 {
  opacity: 0.8;
}
.sa_block_big_grid_8.sa-grid-style-1 .sa-big-grid-meta {
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa_block_big_grid_8.sa-grid-style-1 .sa-big-grid-meta {
    margin: 0 15px 13px !important;
  }
}
.sa_block_big_grid_8.sa-grid-style-1 .sa-big-thumb .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
}
.sa_block_big_grid_8.sa-grid-style-2 .sa-video-play-ico img,
.sa_block_big_grid_8.sa-grid-style-3 .sa-video-play-ico img {
  top: auto;
  left: auto;
  margin: 0 20px 20px;
}
.sa_block_big_grid_8.sa-grid-style-4 .sa-video-play-ico img {
  bottom: auto;
  left: auto;
  margin: 20px 20px 0;
}
.td_top_authors {
  margin-bottom: 16px;
}
.td_top_authors img {
  position: absolute;
  max-width: 70px;
  left: 0;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_top_authors img {
    max-width: 55px;
  }
}
.td_top_authors .item-details {
  margin-left: 85px;
  position: relative;
  height: 70px;
  top: 1px;
  /* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_top_authors .item-details {
    height: 55px;
    margin-left: 70px;
  }
}
.td_top_authors .item-details span {
  padding: 3px 7px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
}
.td_top_authors .sa-active .sa-author-post-count {
  background-color: #4db2ec;
}
.td_top_authors .sa-active .sa-author-comments-count {
  background-color: #4db2ec;
  opacity: 0.8;
}
.td_top_authors .sa-active .sa-authors-name a {
  color: #4db2ec;
}
.td_top_authors .td_mod_wrap {
  min-height: 70px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #fff;
}
.td_top_authors .td_mod_wrap:hover {
  border: 1px solid #ededed;
}
.td_top_authors .td_mod_wrap:hover .sa-author-post-count {
  background-color: #4db2ec;
}
.td_top_authors .td_mod_wrap:hover .sa-author-comments-count {
  background-color: #4db2ec;
  opacity: 0.8;
}
.td_top_authors .td_mod_wrap:hover .sa-authors-name a {
  color: #4db2ec;
}
.td_top_authors .block-title {
  margin-bottom: 16px;
}
.td_top_authors .sa-authors-url {
  display: table;
  position: relative;
  top: -2px;
  /* responsive portrait tablet */
}
.td_top_authors .sa-authors-url a {
  color: #999;
  font-size: 11px;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_top_authors .sa-authors-url {
    display: none;
  }
}
.td_top_authors .sa-authors-name a {
  padding-bottom: 4px;
  font-size: 15px;
  color: #222;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
}
.td_top_authors .sa-authors-name a:after {
  content: "";
  height: 96px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 324px;
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .td_top_authors .sa-authors-name a:after {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_top_authors .sa-authors-name a:after {
    width: 228px;
  }
}
@media (max-width: 767px) {
  .td_top_authors .sa-authors-name a:after {
    width: 100%;
  }
}
.td_top_authors .sa-author-post-count {
  background-color: #222;
}
.td_top_authors .sa-author-comments-count {
  background-color: #444;
}
.sa-big-grid-slide {
  height: 534px !important;
  overflow: hidden;
  /* responsive portrait phone */
  /* responsive landscape tablet */
  /* responsive portrait tablet */
}
@media (max-width: 767px) {
  .sa-big-grid-slide {
    height: 451px !important;
    margin-bottom: 48px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sa-big-grid-slide .sa-big-grid-scroll {
    overflow: visible !important;
    white-space: normal;
  }
  .sa-big-grid-slide .td_module_mx10,
  .sa-big-grid-slide .td_module_mx9 {
    display: block !important;
    width: 100% !important;
  }
  .sa-big-grid-slide .td_module_mx9 .sa-module-thumb {
    max-height: 200px;
  }
  .sa-big-grid-slide .sa-big-grid-post-1 {
    margin-bottom: 3px !important;
  }
  .sa-big-grid-slide .sa-big-grid-post-2 {
    width: 50% !important;
    display: inline-block !important;
    margin-left: 0 !important;
  }
  .sa-big-grid-slide .sa-big-grid-post-2 .entry-thumb {
    min-height: 100%;
    min-width: 100%;
  }
  .sa-big-grid-slide .sa-big-grid-post-3 {
    width: 50% !important;
    display: inline-block !important;
  }
  .sa-big-grid-slide .sa-big-grid-post-3 .entry-thumb {
    min-height: 100%;
    min-width: 100%;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-slide {
    height: 474px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-slide {
    height: 384px !important;
  }
}
.sa-big-grid-slide .sa-icon-left,
.sa-big-grid-slide .sa-icon-right {
  z-index: 1;
  padding: 20px;
  position: absolute;
  display: block;
  height: 80px;
  margin-top: -65px;
  top: 50%;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  /* responsive portrait phone */
}
@media (max-width: 767px) {
  .sa-big-grid-slide .sa-icon-left,
  .sa-big-grid-slide .sa-icon-right {
    display: none;
  }
}
.sa-big-grid-slide .sa-icon-left {
  left: 0;
}
.sa-big-grid-slide .sa-icon-right {
  right: 0;
}
.sa-big-grid-slide:hover .sa-icon-left,
.sa-big-grid-slide:hover .sa-icon-right {
  opacity: 0.6;
}
.sa-big-grid-slide .sa_block_wrap {
  /* responsive landscape tablet */
  /* responsive portrait tablet */
  /* responsive portrait phone */
}
@media (min-width: 1140px) {
  .sa-big-grid-slide .sa_block_wrap {
    width: 1068px !important;
  }
}
@media (min-width: 1019px) and (max-width: 1140px) {
  .sa-big-grid-slide .sa_block_wrap {
    width: 980px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .sa-big-grid-slide .sa_block_wrap {
    width: 740px !important;
  }
}
@media (max-width: 767px) {
  .sa-big-grid-slide .sa_block_wrap {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
}
#sa_css_split_separator {
  visibility: visible;
}

.sa_block_wrap .svc_post_cat.sa_bg_color_cat a{ color:#fff !important;}
.sa_block_wrap .svc_post_cat.sa_bg_color_cat a {
    margin-right: 5px;
}