.fspp .brand-font-color {
  color: #4C3327;
}
.fspp .main-slider .swiper-container .main-slider-pagination .slider-pagination-color,.fspp .slider-pagination-color {
  background-color: #81523b;
}
.fspp .brand-font-color-hover:hover {
  color: #4C3327!important;
}
.fspp [class*=brand-ico-color][class*=before]:before {
  color: #4C3327;
}
.fspp .editorial .editorial-content .item-head.gradient-medium,.fspp .gradient-medium {
  background-color: #81523b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF81523b', endColorstr='#FF4C3327');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #81523b), color-stop(100%, #4C3327));
  background-image: -webkit-linear-gradient(top, #81523b 0%, #4C3327 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81523b), to(#4C3327));
  background-image: linear-gradient(to bottom, #81523b 0%, #4C3327 100%);
}
.fspp .gradient-medium-horizontal {
	-webkit-filter: none;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF81523b', endColorstr='#FF4C3327');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#81523b),color-stop(100%,#4C3327));
    background-image: -webkit-linear-gradient(left,#81523b 0,#4C3327 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#81523b),to(#4C3327));
    background-image: linear-gradient(to right,#81523b 0,#4C3327 100%);
	background-color: #81523b;
}
.no-touch .fspp .gradient-medium-hover:hover {
    background-color: #81523b;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF81523b', endColorstr='#FF4C3327');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#81523b),color-stop(100%,#4C3327));
    background-image: -webkit-linear-gradient(top,#81523b 0,#4C3327 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#81523b),to(#4C3327));
    background-image: linear-gradient(to bottom,#81523b 0,#4C3327 100%);
}
.fspp .gradient-medium-hover-flip:hover {
    background-color: #4C3327;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4C3327', endColorstr='#FF81523b');
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4C3327),color-stop(100%,#81523b));
    background-image: -webkit-linear-gradient(top,#4C3327 0,#81523b 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4C3327),to(#81523b));
    background-image: linear-gradient(to bottom,#4C3327 0,#81523b 100%);
}
.fspp .brand-color-border,.fspp .brand-color-border-hover:hover {
    border-color: #4C3327!important;
    border-style: solid;
}
.fspp .gradient-light {
  background-color: #a06548;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFa06548', endColorstr='#FF3e2921');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a06548), color-stop(100%, #3e2921));
  background-image: -webkit-linear-gradient(top, #a06548 0%, #3e2921 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a06548), to(#3e2921));
  background-image: linear-gradient(to bottom, #a06548 0%, #3e2921 100%);
}
.fspp .gradient-light-horizontal {
    background-color: #a06548;
    *zoom:1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFa06548', endColorstr='#FF3e2921');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#a06548),color-stop(100%,#3e2921));
    background-image: -webkit-linear-gradient(left,#a06548 0,#3e2921 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#a06548),to(#3e2921));
    background-image: linear-gradient(to right,#a06548 0,#3e2921 100%);
}
.fspp .gradient-dark {
  background-color: #704c3b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF704c3b', endColorstr='#FF291b15');
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #704c3b), color-stop(100%, #291b15));
  background-image: -webkit-linear-gradient(left, #704c3b 0%, #291b15 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#704c3b), to(#291b15));
  background-image: linear-gradient(to bottom, #704c3b 0%, #291b15 100%);
}
.fspp .gradient-dark-horizontal {
    background-color: #704c3b;
    *zoom:1;filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF704c3b', endColorstr='#FF291b15');
    background-image: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0%,#704c3b),color-stop(100%,#291b15));
    background-image: -webkit-linear-gradient(left,#704c3b 0,#291b15 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#704c3b),to(#291b15));
    background-image: linear-gradient(to right,#704c3b 0,#291b15 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: #4C3327;
}
.fspp .floating-menu .slide-menu .swiper-slide .menu-elem a.active-section {
    color: #4C3327;
}

.thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #4C3327;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide.active-thumb .border-active {
    border: 5px solid #4C3327!important;
}

.thumbs .thumbs-swiper .swiper-slide .border {
    border: 5px solid #4C3327;
}

.lt-ie9 .thumbs .thumbs-swiper .swiper-slide:hover .border {
    border: 5px solid #4C3327!important;
}