.fspp .brand-font-color {
  color: #53BABF;
}
.fspp .main-slider .swiper-container .main-slider-pagination .slider-pagination-color,.fspp .slider-pagination-color {
  background-color: #67e4ea;
}
.fspp .brand-font-color-hover:hover {
  color: #53BABF!important;
}
.fspp [class*=brand-ico-color][class*=before]:before {
  color: #53BABF;
}
.fspp .editorial .editorial-content .item-head.gradient-medium,.fspp .gradient-medium {
  background-color: #67e4ea;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF67e4ea', endColorstr='#FF53BABF');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #67e4ea), color-stop(100%, #53BABF));
  background-image: -webkit-linear-gradient(top, #67e4ea 0%, #53BABF 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67e4ea), to(#53BABF));
  background-image: linear-gradient(to bottom, #67e4ea 0%, #53BABF 100%);
}
.fspp .gradient-medium-horizontal {
	-webkit-filter: none;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF67e4ea', endColorstr='#FF53BABF');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#67e4ea),color-stop(100%,#53BABF));
    background-image: -webkit-linear-gradient(left,#67e4ea 0,#53BABF 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#67e4ea),to(#53BABF));
    background-image: linear-gradient(to right,#67e4ea 0,#53BABF 100%);
	background-color: #67e4ea;
}
.no-touch .fspp .gradient-medium-hover:hover {
    background-color: #67e4ea;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF67e4ea', endColorstr='#FF53BABF');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#67e4ea),color-stop(100%,#53BABF));
    background-image: -webkit-linear-gradient(top,#67e4ea 0,#53BABF 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#67e4ea),to(#53BABF));
    background-image: linear-gradient(to bottom,#67e4ea 0,#53BABF 100%);
}
.fspp .gradient-medium-hover-flip:hover {
    background-color: #53BABF;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF53BABF', endColorstr='#FF67e4ea');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#53BABF),color-stop(100%,#67e4ea));
    background-image: -webkit-linear-gradient(top,#53BABF 0,#67e4ea 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#53BABF),to(#67e4ea));
    background-image: linear-gradient(to bottom,#53BABF 0,#67e4ea 100%);
}
.fspp .brand-color-border,.fspp .brand-color-border-hover:hover {
    border-color: #53BABF!important;
    border-style: solid;
}
.fspp .gradient-light {
  background-color: #67e4ea;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF67e4ea', endColorstr='#FF3aa6ac');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #67e4ea), color-stop(100%, #3aa6ac));
  background-image: -webkit-linear-gradient(top, #67e4ea 0%, #3aa6ac 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67e4ea), to(#3aa6ac));
  background-image: linear-gradient(to bottom, #67e4ea 0%, #3aa6ac 100%);
}
.fspp .gradient-light-horizontal {
    background-color: #67e4ea;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF67e4ea', endColorstr='#FF3aa6ac');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#67e4ea),color-stop(100%,#3aa6ac));
    background-image: -webkit-linear-gradient(left,#67e4ea 0,#3aa6ac 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#67e4ea),to(#3aa6ac));
    background-image: linear-gradient(to right,#67e4ea 0,#3aa6ac 100%);
}
.fspp .gradient-dark {
  background-color: #5bd4da;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5bd4da', endColorstr='#FF309095');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bd4da), color-stop(100%, #309095));
  background-image: -webkit-linear-gradient(left, #5bd4da 0%, #309095 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bd4da), to(#309095));
  background-image: linear-gradient(to bottom, #5bd4da 0%, #309095 100%);
}
.fspp .gradient-dark-horizontal {
    background-color: #5bd4da;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5bd4da', endColorstr='#FF309095');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#5bd4da),color-stop(100%,#309095));
    background-image: -webkit-linear-gradient(left,#5bd4da 0,#309095 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#5bd4da),to(#309095));
    background-image: linear-gradient(to right,#5bd4da 0,#309095 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: #53BABF;
}
.fspp .floating-menu .slide-menu .swiper-slide .menu-elem a.active-section {
    color: #53BABF;
}

.thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #53BABF;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #53BABF!important;
}

.thumbs .thumbs-swiper .swiper-slide .border {
    border: 5px solid #53BABF;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide:hover .border {
    border: 5px solid #53BABF!important;
}