.fspp .brand-font-color {
  color: #8e908f;
}
.fspp .main-slider .swiper-container .main-slider-pagination .slider-pagination-color,.fspp .slider-pagination-color {
  background-color: #b0b2b1;
}
.fspp .brand-font-color-hover:hover {
  color: #8e908f!important;
}
.fspp [class*=brand-ico-color][class*=before]:before {
  color: #8e908f;
}
.fspp .editorial .editorial-content .item-head.gradient-medium,.fspp .gradient-medium {
  background-color: #b0b2b1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFb0b2b1', endColorstr='#FF8e908f');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b0b2b1), color-stop(100%, #8e908f));
  background-image: -webkit-linear-gradient(top, #b0b2b1 0%, #8e908f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0b2b1), to(#8e908f));
  background-image: linear-gradient(to bottom, #b0b2b1 0%, #8e908f 100%);
}
.fspp .gradient-medium-horizontal {
	-webkit-filter: none;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFb0b2b1', endColorstr='#FF8e908f');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#b0b2b1),color-stop(100%,#8e908f));
    background-image: -webkit-linear-gradient(left,#b0b2b1 0,#8e908f 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#b0b2b1),to(#8e908f));
    background-image: linear-gradient(to right,#b0b2b1 0,#8e908f 100%);
	background-color: #b0b2b1;
}
.no-touch .fspp .gradient-medium-hover:hover {
    background-color: #b0b2b1;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFb0b2b1', endColorstr='#FF8e908f');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#b0b2b1),color-stop(100%,#8e908f));
    background-image: -webkit-linear-gradient(top,#b0b2b1 0,#8e908f 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b0b2b1),to(#8e908f));
    background-image: linear-gradient(to bottom,#b0b2b1 0,#8e908f 100%);
}
.fspp .gradient-medium-hover-flip:hover {
    background-color: #8e908f;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8e908f', endColorstr='#FFb0b2b1');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8e908f),color-stop(100%,#b0b2b1));
    background-image: -webkit-linear-gradient(top,#8e908f 0,#b0b2b1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#8e908f),to(#b0b2b1));
    background-image: linear-gradient(to bottom,#8e908f 0,#b0b2b1 100%);
}
.fspp .brand-color-border,.fspp .brand-color-border-hover:hover {
    border-color: #8e908f!important;
    border-style: solid;
}
.fspp .gradient-light {
  background-color: #bdbebe;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFbdbebe', endColorstr='#FFa1a2a2');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bdbebe), color-stop(100%, #a1a2a2));
  background-image: -webkit-linear-gradient(top, #bdbebe 0%, #a1a2a2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bdbebe), to(#a1a2a2));
  background-image: linear-gradient(to bottom, #bdbebe 0%, #a1a2a2 100%);
}
.fspp .gradient-light-horizontal {
    background-color: #bdbebe;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFbdbebe', endColorstr='#FFa1a2a2');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#bdbebe),color-stop(100%,#a1a2a2));
    background-image: -webkit-linear-gradient(left,#bdbebe 0,#a1a2a2 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#bdbebe),to(#a1a2a2));
    background-image: linear-gradient(to right,#bdbebe 0,#a1a2a2 100%);
}
.fspp .gradient-dark {
  background-color: #a3a4a4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFa3a4a4', endColorstr='#FF7d7e7e');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a3a4a4), color-stop(100%, #7d7e7e));
  background-image: -webkit-linear-gradient(left, #a3a4a4 0%, #7d7e7e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a3a4a4), to(#7d7e7e));
  background-image: linear-gradient(to bottom, #a3a4a4 0%, #7d7e7e 100%);
}
.fspp .gradient-dark-horizontal {
    background-color: #a3a4a4;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFa3a4a4', endColorstr='#FF7d7e7e');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#a3a4a4),color-stop(100%,#7d7e7e));
    background-image: -webkit-linear-gradient(left,#a3a4a4 0,#7d7e7e 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#a3a4a4),to(#7d7e7e));
    background-image: linear-gradient(to right,#a3a4a4 0,#7d7e7e 100%);
}
.lt-ie10 .fspp .gradient-dark,
.lt-ie10 .fspp .gradient-light,
.lt-ie10 .fspp .gradient-medium {
  -webkit-filter: none;
  filter: none;
}
.fspp .vjs-default-skin .vjs-play-progress,.fspp .vjs-default-skin .vjs-volume-level {
  background-color: #8e908f;
}
.fspp .floating-menu .slide-menu .swiper-slide .menu-elem a.active-section {
    color: #8e908f;
}

.thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #8e908f;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #8e908f!important;
}

.thumbs .thumbs-swiper .swiper-slide .border {
    border: 5px solid #8e908f;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide:hover .border {
    border: 5px solid #8e908f!important;
}