.fspp .brand-font-color {
  color: #C3261F;
}
.fspp .main-slider .swiper-container .main-slider-pagination .slider-pagination-color,.fspp .slider-pagination-color {
  background-color: #d53128;
}
.fspp .brand-font-color-hover:hover {
  color: #C3261F!important;
}
.fspp [class*=brand-ico-color][class*=before]:before {
  color: #C3261F;
}
.fspp .editorial .editorial-content .item-head.gradient-medium,.fspp .gradient-medium {
  background-color: #d53128;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFd53128', endColorstr='#FFC3261F');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d53128), color-stop(100%, #C3261F));
  background-image: -webkit-linear-gradient(top, #d53128 0%, #C3261F 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d53128), to(#C3261F));
  background-image: linear-gradient(to bottom, #d53128 0%, #C3261F 100%);
}
.fspp .gradient-medium-horizontal {
	-webkit-filter: none;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFd53128', endColorstr='#FFC3261F');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#d53128),color-stop(100%,#C3261F));
    background-image: -webkit-linear-gradient(left,#d53128 0,#C3261F 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#d53128),to(#C3261F));
    background-image: linear-gradient(to right,#d53128 0,#C3261F 100%);
	background-color: #d53128;
}
.no-touch .fspp .gradient-medium-hover:hover {
    background-color: #d53128;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFd53128', endColorstr='#FFC3261F');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d53128),color-stop(100%,#C3261F));
    background-image: -webkit-linear-gradient(top,#d53128 0,#C3261F 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d53128),to(#C3261F));
    background-image: linear-gradient(to bottom,#d53128 0,#C3261F 100%);
}
.fspp .gradient-medium-hover-flip:hover {
    background-color: #C3261F;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC3261F', endColorstr='#FFd53128');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#C3261F),color-stop(100%,#d53128));
    background-image: -webkit-linear-gradient(top,#C3261F 0,#d53128 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#C3261F),to(#d53128));
    background-image: linear-gradient(to bottom,#C3261F 0,#d53128 100%);
}
.fspp .brand-color-border,.fspp .brand-color-border-hover:hover {
    border-color: #C3261F!important;
    border-style: solid;
}
.fspp .gradient-light {
  background-color: #e4553c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFe4553c', endColorstr='#FFd9412e');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4553c), color-stop(100%, #d9412e));
  background-image: -webkit-linear-gradient(top, #e4553c 0%, #d9412e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4553c), to(#d9412e));
  background-image: linear-gradient(to bottom, #e4553c 0%, #d9412e 100%);
}
.fspp .gradient-light-horizontal {
    background-color: #e4553c;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFe4553c', endColorstr='#FFd9412e');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#e4553c),color-stop(100%,#d9412e));
    background-image: -webkit-linear-gradient(left,#e4553c 0,#d9412e 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#e4553c),to(#d9412e));
    background-image: linear-gradient(to right,#e4553c 0,#d9412e 100%);
}
.fspp .gradient-dark {
  background-color: #ae000c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFae000c', endColorstr='#FFae000c');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae000c), color-stop(100%, #ae000c));
  background-image: -webkit-linear-gradient(left, #ae000c 0%, #ae000c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ae000c), to(#ae000c));
  background-image: linear-gradient(to bottom, #ae000c 0%, #ae000c 100%);
}
.fspp .gradient-dark-horizontal {
    background-color: #ae000c;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFae000c', endColorstr='#FFae000c');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#ae000c),color-stop(100%,#ae000c));
    background-image: -webkit-linear-gradient(left,#ae000c 0,#ae000c 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#ae000c),to(#ae000c));
    background-image: linear-gradient(to right,#ae000c 0,#ae000c 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: #C3261F;
}
.fspp .floating-menu .slide-menu .swiper-slide .menu-elem a.active-section {
    color: #C3261F;
}

.thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #C3261F;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #C3261F!important;
}

.thumbs .thumbs-swiper .swiper-slide .border {
    border: 5px solid #C3261F;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide:hover .border {
    border: 5px solid #C3261F!important;
}