/*tpl config*/
.s-tpl-configuration {
  position: fixed;
  top: calc(50% - 110px);
  left: -192px;
  z-index: 5;
  width: 192px;
  pointer-events: none;
  -webkit-transition: ALL 0.6s ease-in;
  -moz-transition: ALL 0.6s ease-in;
  -o-transition: ALL 0.6s ease-in;
  transition: ALL 0.6s ease-in;
}
.s-tpl-configuration._toggled {
  left: 0;
}
.w-tpl-config .frame {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(150,150,150,0.3);
  pointer-events: auto;
  position: relative;
}
.w-tpl-config .w-filter-row {
  margin-bottom: 10px;
}
.w-tpl-config .w-filter-row:nth-last-child(1) {
  margin-bottom: 0;
}
.w-tpl-config .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.w-tpl-config .color-quad {
  width: 18px;
  height: 18px;
  margin: 0 3px 3px 0;
  content: "";
  background-color: #000;
  content: "";
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  border: 2px solid transparent;
}
.w-tpl-config .color-quad._active {
  border-color: #000;
}
.w-tpl-config .sw-slider-type {
  width: 70px;
  height: 30px;
  margin: 0 3px 3px 0;
  content: "";
  background-color: #404040;
  content: "";
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #cecece;
  font-size: 13px;
  line-height: 30px;
}
.w-tpl-config .sw-slider-type._active {
  color: #fff;
}
.w-tpl-config .sw-slider-type.hdr {
  height: 16px;
  line-height: 16px;
}
.sw-slider-type.short {
  background: #404040;
  background: -webkit-linear-gradient(left, #cecece 20%, #404040 10%, #404040 80%, #cecece 80%);
  background: -o-linear-gradient(left, #cecece 20%, #404040 10%, #404040 80%, #cecece 80%);
  background: linear-gradient(to left, #cecece 20%, #404040 10%, #404040 80%, #cecece 80%);
}
.w-tpl-config .btn-configuration {
  position: absolute;
  top: 0px;
  right: -60px;
  color: #606060;
  width: 60px;
  height: 60px;
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: ALL 0.6s ease-in;
  -moz-transition: ALL 0.6s ease-in;
  -o-transition: ALL 0.6s ease-in;
  transition: ALL 0.6s ease-in;
  pointer-events: auto;
}
.s-tpl-configuration._toggled .btn-configuration {
  opacity: 0;
  pointer-events: none;
}
.w-tpl-config .btn-configuration:hover {
  color: #000;
}
.w-tpl-config .btn-configuration .fa {
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-animation: tpl-config-rotate 1s infinite;
  -moz-animation: tpl-config-rotate 1s infinite;
  animation: tpl-config-rotate 1s infinite;
}
.w-tpl-config .btn-configuration .fa+.fa {
  font-size: 40px;
  top: 0px;
  left: 21px;
  -webkit-animation: tpl-config-rotate 2s infinite;
  -moz-animation: tpl-config-rotate 2s infinite;
  animation: tpl-config-rotate 2s infinite;
}
.w-tpl-config .btn-configuration .fa+.fa+.fa {
  font-size: 27px;
  top: 22px;
  left: 2px;
  -webkit-animation: tpl-config-rotate 1.2s infinite;
  -moz-animation: tpl-config-rotate 1.2s infinite;
  animation: tpl-config-rotate 1.2s infinite;
}
.w-tpl-config .btn-configuration:hover,
.s-tpl-configuration._toggled .w-tpl-config .btn-configuration .fa {
  -webkit-animation: inherit;
  -moz-animation: inherit;
  animation: inherit;
}
@keyframes tpl-config-rotate {
  from {transform: rotate(0deg)}
  to {transform: rotate(360deg)}
}
/*tpl config*/

/*HEADER WIDTH*/
._short-width-header .h-top {
  background-color: transparent;
}
._short-width-header .h-top>.container>.h-navigation {
  background-color: #f3f3f3;
  position: relative;
}
._short-width-header .h-top:after {
  display: none;
}
._short-width-header .h-top .h-navigation:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../i/top-head-after.png);
  content: "";
  height: 2px;
  width: 100%;
  pointer-events: none;
}
._short-width-header .h-middle {
  background-color: transparent;
}
._short-width-header .h-middle {
  padding: 0;
}
._short-width-header .h-middle>.container>.wrapper {
  background-color: #fff;
  padding: 25px 15px;
}
._short-width-header .h-bottom {
  background-color: transparent;
}
._short-width-header .h-bottom .wrapper {
  background-color: #0776d5;
}
/*HEADER WIDTH END*/

/*HEADER WIDTH FOOTER*/
._short-width-footer+.s-footer .f-top {
  border-top: none; 
  border-bottom: none;
  background-color: #f9f9f9;
}
._short-width-footer+.s-footer .f-top>.container>.wrapper {
  border: 1px solid #e6e6e6;
  background-color: #ececec;
}
._short-width-footer+.s-footer .f-bottom {
  background-color: #f9f9f9;
}
._short-width-footer+.s-footer .f-bottom>.container>.wrapper {
  padding: 0 20px;
  background-color: #606060;
}
/*HEADER WIDTH FOOTER END*/

/*MAIN SLIDER WIDTH*/
._short-width-slider .s-main-slider>.container.wide {
  width: 100%;
  padding: 0;
}
._short-width-slider .s-main-slider>.container.wide {
  width: 1400px;
  padding: 0 20px;
}
._short-width-slider .s-main-slider .container .container {
  padding: 0;
  width: 100%;
}
._short-width-slider .s-main-slider .bx-wrapper .bx-controls-direction {
  width: 96%;
  margin: 0 2%;
}
@media (max-width: 1450px) {
  ._short-width-slider .s-main-slider>.container.wide {width: 100%;}
}
@media (max-width: 980px) {
  ._short-width-header .h-bottom .wrapper {background-color: transparent;}

  ._short-width-header .h-top {background-color: #f3f3f3;}
  ._short-width-header .h-top>.container>.h-navigation {background-color: transparent;position: relative;}
  ._short-width-header .h-top:after {display: block;}
  ._short-width-header .h-top .h-navigation:after {display: none;}

  ._short-width-header .h-middle {background-color: #fff;}
  ._short-width-header .h-middle>.container>.wrapper {background-color: transparent;padding: 20px 0px;}

  ._short-width-footer+.s-footer .f-top {border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;background-color: #ececec;}
  ._short-width-footer+.s-footer .f-top>.container>.wrapper {border: none;background-color: transparent;}
  ._short-width-footer+.s-footer .f-bottom {background-color: #606060;}
  ._short-width-footer+.s-footer .f-bottom>.container>.wrapper {padding: 0;background-color: transparent;}
}
@media (max-width: 760px) {
  ._short-width-slider .s-main-slider>.container.wide {padding: 0;}

}
@media (max-width: 580px) {
    .s-tpl-configuration {top: 50px;}
}
/*MAIN SLIDER WIDTH END*/