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