.fspp .brand-font-color {
  color: #2a6ebb;
}
.fspp .main-slider .swiper-container .main-slider-pagination .slider-pagination-color,.fspp .slider-pagination-color {
  background-color: #378fd0;
}
.fspp .brand-font-color-hover:hover {
  color: #2a6ebb!important;
}
.fspp [class*=brand-ico-color][class*=before]:before {
  color: #2a6ebb;
}
.fspp .editorial .editorial-content .item-head.gradient-medium,.fspp .gradient-medium {
  background-color: #378fd0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF378fd0', endColorstr='#FF2a6ebb');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #378fd0), color-stop(100%, #2a6ebb));
  background-image: -webkit-linear-gradient(top, #378fd0 0%, #2a6ebb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#378fd0), to(#2a6ebb));
  background-image: linear-gradient(to bottom, #378fd0 0%, #2a6ebb 100%);
}
.fspp .gradient-medium-horizontal {
	-webkit-filter: none;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF378fd0', endColorstr='#FF2a6ebb');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#378fd0),color-stop(100%,#2a6ebb));
    background-image: -webkit-linear-gradient(left,#378fd0 0,#2a6ebb 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#378fd0),to(#2a6ebb));
    background-image: linear-gradient(to right,#378fd0 0,#2a6ebb 100%);
	background-color: #378fd0;
}
.no-touch .fspp .gradient-medium-hover:hover {
    background-color: #378fd0;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF378fd0', endColorstr='#FF2a6ebb');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#378fd0),color-stop(100%,#2a6ebb));
    background-image: -webkit-linear-gradient(top,#378fd0 0,#2a6ebb 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#378fd0),to(#2a6ebb));
    background-image: linear-gradient(to bottom,#378fd0 0,#2a6ebb 100%);
}
.fspp .gradient-medium-hover-flip:hover {
    background-color: #2a6ebb;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2a6ebb', endColorstr='#FF378fd0');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#2a6ebb),color-stop(100%,#378fd0));
    background-image: -webkit-linear-gradient(top,#2a6ebb 0,#378fd0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#2a6ebb),to(#378fd0));
    background-image: linear-gradient(to bottom,#2a6ebb 0,#378fd0 100%);
}
.fspp .brand-color-border,.fspp .brand-color-border-hover:hover {
    border-color: #2a6ebb!important;
    border-style: solid;
}
.fspp .gradient-light {
  background-color: #56a6dd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF56a6dd', endColorstr='#FF4280cf');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #56a6dd), color-stop(100%, #4280cf));
  background-image: -webkit-linear-gradient(top, #56a6dd 0%, #4280cf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#56a6dd), to(#4280cf));
  background-image: linear-gradient(to bottom, #56a6dd 0%, #4280cf 100%);
}
.fspp .gradient-light-horizontal {
    background-color: #56a6dd;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF56a6dd', endColorstr='#FF4280cf');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#56a6dd),color-stop(100%,#4280cf));
    background-image: -webkit-linear-gradient(left,#56a6dd 0,#4280cf 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#56a6dd),to(#4280cf));
    background-image: linear-gradient(to right,#56a6dd 0,#4280cf 100%);
}
.fspp .gradient-dark {
  background-color: #017ac2;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF017ac2', endColorstr='#FF015ea8');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #017ac2), color-stop(100%, #015ea8));
  background-image: -webkit-linear-gradient(left, #017ac2 0%, #015ea8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#017ac2), to(#015ea8));
  background-image: linear-gradient(to bottom, #017ac2 0%, #015ea8 100%);
}
.fspp .gradient-dark-horizontal {
    background-color: #017ac2;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF017ac2', endColorstr='#FF015ea8');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#017ac2),color-stop(100%,#015ea8));
    background-image: -webkit-linear-gradient(left,#017ac2 0,#015ea8 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#017ac2),to(#015ea8));
    background-image: linear-gradient(to right,#017ac2 0,#015ea8 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: #2a6ebb;
}
.fspp .floating-menu .slide-menu .swiper-slide .menu-elem a.active-section {
    color: #2a6ebb;
}

.thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #2a6ebb;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #2a6ebb!important;
}

.thumbs .thumbs-swiper .swiper-slide .border {
    border: 5px solid #2a6ebb;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide:hover .border {
    border: 5px solid #2a6ebb!important;
}