

/* Start:/local/templates/.default/assets/css/screen_s1.css?1752970230182795*/
/* $color: #dc7532; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i | Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i | Hind:300,400,500,600,700');
@import "/local/templates/.default/assets/css/bootstrap.css";
@import "/local/templates/.default/assets/css/animate.css";
/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
@import "/local/templates/.default/assets/css/woocommerce.css";
@import "/local/templates/.default/assets/css/owl.carousel.css";
@import "/local/templates/.default/assets/css/font-awesome.css";
@import "/local/templates/.default/assets/css/ionicons.css";
@import "/local/templates/.default/assets/css/font-etline.css";
@import "/local/templates/.default/assets/css/ubf-icons.css";
/* For Revolution Slider */
/**
  *	Button
  * Headings
  * Icon Box
  * Half Background
  * List
  * Image box
  * Carousel Control
  * Carousel thumb
  * Parallax
  * Project
  * Testimonials
  * Quote
  * Tabs
  * Accordions
  * Partner
  * Progress Bar
  * Request
  * Contact Form 7
  * Filter
  * Maps
  * Pricing
  * Counter
  * Team
  * Content wrap
  * Gallery
  * Project detail
  * Lines
*/
/* Button
-------------------------------------------------------------- */
@import "/include/rev-slider/css/settings.css";
@import "/include/rev-slider/css/layers.css";
/**
*	Reset Browsers
* General
* Elements
* Forms
* Typography
* Extra classes
* Layouts
* Column
* Effect
* Rev Slider
* Top Bar
* Header
* Featured Title
* Blog Post
* Widgets
* Pagination
* Footer
* Bottom
* Scroll Top
* Switcher
* Boxed
* Media Queries
*/
/* Reset Browsers
-------------------------------------------------------------- */
@import "/include/rev-slider/css/navigation.css";
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /**
 * overlay option
 */
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  /* loading option */
}
.animsition-loading {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.animsition-loading:before {
  border: 3px solid #f2f2f2;
}
.animsition-loading:before, .animsition-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
.animsition-loading:after {
  -webkit-animation: loader-loading-spin 0.75s linear infinite;
  animation: loader-loading-spin 0.75s linear infinite;
  border: 3px solid transparent;
  border-color: #dc7532 transparent transparent transparent;
}
.animsition-loading:before, .animsition-loading:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
@-webkit-keyframes loader-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
.themesubf-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  padding: 14px 40px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  border-radius: 35px;
}
.themesubf-button.font-default {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 25px;
  letter-spacing: 0px;
}
.themesubf-button.bg-accent {
  background-color: #dc7532;
}
.themesubf-button.bg-black {
  background-color: #000;
  color: #fff;
}
.themesubf-button.bg-white {
  background-color: #fff;
  color: #dc7532;
}
.themesubf-button.bg-light-white {
  background-color: #f2f2f2;
  color: #555;
}
.themesubf-button.bg-white.color-333 {
  background-color: #fff;
  color: #333;
}
.themesubf-button.big {
  padding: 15px 36px;
}
.themesubf-button.small {
  color: #444;
  padding: 14px 26px;
}
.themesubf-button.pd30 {
  padding: 11px 30px;
}
.themesubf-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.themesubf-button:hover:before {
  opacity: 1;
  visibility: visible;
  height: 102%;
  width: 102%;
  border-radius: 35px;
}
.themesubf-button.bg-white.color-333:hover:before, .themesubf-button.bg-accent:hover:before {
  background-color: #212121;
}
.themesubf-button.bg-black:hover:before {
  background-color: #dc7532;
}
.themesubf-button.bg-light-white:hover:before, .themesubf-button.bg-white:hover:before {
  background-color: #dc7532;
}
.themesubf-button.bg-light-white:hover, .themesubf-button.bg-white:hover, .themesubf-button.bg-accent:hover {
  color: #fff;
  /* Button custom */
}
.button-wrap.has-icon .themesubf-button > span {
  position: relative;
  display: block;
}
.button-wrap.has-icon .themesubf-button > span > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
.button-wrap.has-icon.size-14 .themesubf-button > span > .icon {
  font-size: 14px;
}
.button-wrap.has-icon.icon-left .themesubf-button > span > .icon {
  left: 0;
}
.button-wrap.has-icon.icon-left .themesubf-button > span {
  padding-left: 34px;
}
.button-wrap.has-icon.icon-left.pf21 .themesubf-button > span {
  padding-left: 21px;
}
.button-wrap.has-icon.icon-right .themesubf-button > span > .icon {
  right: 0;
}
.themesubf-button.w100 {
  width: 100%;
}
.themesubf-button.pd26 {
  padding: 14px 26px;
}
.themesubf-button.pd32 {
  padding: 14px 32px;
  /* Headings
-------------------------------------------------------------- */
}
.themesubf-headings .heading, .themesubf-headings .sub-heading {
  margin: 0px;
}
.themesubf-headings .sup-heading {
  font-family: 'Montserrat', sans-serif;
}
.themesubf-headings .sub-heading {
  font-weight: 300;
  color: #666;
}
.themesubf-headings.text-center .sub-heading {
  text-align: center;
  margin: 0 auto;
  max-width: 590px;
}
.themesubf-headings .sep-icon {
  display: inline-block;
  position: relative;
}
.themesubf-headings .sep-icon-after, .themesubf-headings .sep-icon-before {
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  right: 100%;
  width: 9999px;
}
.themesubf-headings .sep-icon-after {
  right: auto;
  left: 100%;
}
.themesubf-headings .sep.has-icon {
  display: block;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.themesubf-headings .sep.has-icon .icon-wrap {
  display: inline-block;
  padding: 0px 8px;
  font-size: 22px;
  min-width: 20px;
}
.themesubf-headings .sep.has-icon .icon-wrap > i {
  color: #dc7532;
}
.themesubf-headings .sep.width-125 {
  width: 125px;
}
.themesubf-testimonials .sep.has-width.w80, .themesubf-headings .sep.has-width.w80 {
  width: 80px;
  height: 2px;
}
.themesubf-headings .sep.has-width.w60 {
  width: 60px;
  height: 2px;
}
.themesubf-testimonials .sep.has-width.accent-bg, .themesubf-headings .sep.has-width.accent-bg {
  background-color: #dc7532;
}
.themesubf-headings .sep.border-color-light .sep-icon-after, .themesubf-headings .sep.border-color-light .sep-icon-before {
  border-color: #777;
  /* Style 1 */
}
.themesubf-headings.style-1 .heading {
  font-size: 28px;
  line-height: 48px;
}
.themesubf-headings.style-1 .sub-heading {
  font-size: 16px;
  line-height: 32px;
  margin-top: 16px;
  /* Style 2 */
}
.themesubf-headings.style-2 .heading {
  font-size: 22px;
  line-height: 38px;
}
.themesubf-headings.style-2 .sub-heading {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #555;
  margin-top: 29px;
}
.themesubf-headings.style-2 .sup-heading {
  font-size: 16px;
  color: #222;
  /* Font hind */
}
.themesubf-headings.font-hind .sub-heading {
  font-size: 17px;
  line-height: 28px;
  margin-top: 13px;
  color: #808080;
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  letter-spacing: -0.4px;
  max-width: 100%;
  /* Icon Box
-------------------------------------------------------------- */
}
.themesubf-icon-box .heading, .themesubf-icon-box .sub-heading {
  margin: 0px;
}
.themesubf-icon-box .sep {
  width: 60px;
  height: 2px;
  background-color: #e7e7e7;
}
.themesubf-icon-box .icon-wrap {
  font-size: 45px;
  line-height: 57px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Has width */
}
.themesubf-icon-box.has-width.w95 .icon-wrap {
  width: 95px;
  height: 95px;
  line-height: 95px;
  font-size: 45px;
}
.themesubf-icon-box.has-width.w105 .icon-wrap {
  width: 105px;
  height: 105px;
  line-height: 80px;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Circle */
}
.themesubf-icon-box.circle .icon-wrap {
  border-radius: 50%;
  /* Background */
}
.themesubf-icon-box.light-bg .icon-wrap {
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  /* Color */
}
.themesubf-icon-box.accent-color .icon-wrap {
  color: #dc7532;
}
.themesubf-icon-box.black-color .icon-wrap {
  color: #000;
  /* Border */
}
.themesubf-icon-box.border-light {
  border: 1px solid #f2f2f2;
  /* Center */
}
.themesubf-icon-box.align-center {
  text-align: center;
}
.themesubf-icon-box.align-center .icon-wrap {
  margin: 0 auto;
}
.themesubf-icon-box.align-center .sep {
  margin: 0 auto;
  /* Padding inner */
}
.themesubf-icon-box.padding-inner {
  padding: 38px 15px 29px 15px;
}
.themesubf-icon-box.padding-inner.pd33 {
  padding: 33px 15px 25px 15px;
  /*  Icon top */
}
.themesubf-icon-box.icon-top .icon-wrap {
  position: relative;
  /* Icon left */
}
.themesubf-icon-box.icon-left {
  position: relative;
}
.themesubf-icon-box.icon-left .icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.themesubf-icon-box.icon-left .text-wrap {
  padding-left: 80px;
  /* Style 1 */
}
.themesubf-icon-box.style-1 .heading {
  font-size: 18px;
  line-height: 28px;
  margin: 26px 0px 13px 0px;
}
.themesubf-icon-box.style-1 .sub-heading {
  color: #666;
  line-height: 26px;
  margin-top: 19px;
}
.themesubf-icon-box.style-1.light-bg .icon-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #dc7532;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.themesubf-icon-box.style-1.light-bg:hover .icon-wrap:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.themesubf-icon-box.style-1.accent-color:hover .icon-wrap {
  color: #fff;
  /* Style 2 */
}
.themesubf-icon-box.style-2 .heading {
  font-size: 16px;
  line-height: 26px;
  margin: 0px;
}
.themesubf-icon-box.style-2 .sub-heading {
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-top: 15px;
}
.themesubf-icon-box.style-2.accent-color:hover .icon-wrap {
  color: #222;
}
.themesubf-icon-box.style-2.black-color:hover .icon-wrap {
  color: #dc7532;
}
.themesubf-icon-box.bg-white-column {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-icon-box.bg-white-column:hover {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  /* Style 3 */
}
.themesubf-icon-box.style-3 {
  padding: 23px 0px 38px 0px;
}
.themesubf-icon-box.style-3 .icon-wrap {
  font-size: 40px;
  line-height: 80px;
}
.themesubf-icon-box.style-3 .heading {
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
}
.themesubf-icon-box.style-3 .sub-heading {
  line-height: 22px;
  margin-top: 6px;
}
.themesubf-icon-box.style-3 .more-link {
  display: block;
  line-height: 22px;
  color: #555;
}
.themesubf-icon-box.style-3 .more-link a {
  color: #555;
  position: relative;
}
.themesubf-icon-box.style-3 .more-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c0c0c0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-icon-box.style-3 .more-link a:hover {
  color: #dc7532;
}
.themesubf-icon-box.style-3 .more-link a:hover:after {
  width: 0;
  /* Style 4 */
}
.themesubf-icon-box.style-4 .heading {
  font-size: 18px;
  line-height: 28px;
  margin: 26px 0px 13px 0px;
}
.themesubf-icon-box.style-4 .sub-heading {
  color: #666;
  line-height: 26px;
  margin-top: 19px;
}
.themesubf-icon-box.style-4 .icon-wrap {
  background-color: #000;
  box-shadow: 0 0 0 10px #f5f5f5, 0 0 0 11px #707070;
}
.themesubf-icon-box.style-4:hover .icon-wrap {
  box-shadow: 0 0 0 10px #f5f5f5, 0 0 0 11px #dc7532;
}
@media only screen and (max-width: 1199px) {
  .themesubf-icon-box.padding-inner {
    padding: 15px;
  }
  .themesubf-icon-box.padding-inner.pd33 {
    padding: 10px;
  }
  .themesubf-icon-box.icon-left .text-wrap {
    padding-left: 62px;
  }
  .themesubf-icon-box.style-2 .heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  /* Half Background
-------------------------------------------------------------- */  .themesubf-icon-box.style-3 .heading {
    font-size: 15px;
  }
}
.half-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  /* Style */
}
@media only screen and (max-width: 991px) {
  .half-background.style-2 {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  /* List
-------------------------------------------------------------- */  .themesubf-icon-box.align-center .icon-wrap {
    margin: 20px auto 0;
  }
  .half-background.style-1 {
    height: 330px;
  }
  .half-background.style-2 {
    margin-top: 35px;
  }
}
.themesubf-list .inner {
  padding: 4px 0px;
}
.themesubf-list .item {
  display: block;
  position: relative;
}
.themesubf-list .icon {
  color: #999;
}
.themesubf-list.has-icon .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.themesubf-list.has-icon.align-top .icon {
  top: 0;
  transform: translateY(0%);
  /* Icon left */
}
.themesubf-list.icon-left .item {
  padding-left: 15px;
  /* Font size */
}
.themesubf-list.has-icon.size-16 .icon {
  font-size: 16px;
  /* Style 1 */
}
.themesubf-list.style-1 .icon {
  color: #dc7532;
}
.themesubf-list.style-1.icon-left .item {
  padding-left: 24px;
  width: 100%;
}
.themesubf-list.style-1.icon-left.ofset-padding-32 .item {
  padding-left: 32px;
}
.themesubf-list.style-1 .text {
  color: #666;
  /* Style 2 */
}
.themesubf-list.style-2 .text, .themesubf-list.style-2 .icon {
  color: #777;
}
.themesubf-list.style-2.icon-left .item {
  padding-left: 24px;
}
.themesubf-list.style-2 .inner {
  padding: 0px;
  /* Image box
-------------------------------------------------------------- */
}
.themesubf-image-box .text-wrap {
  position: relative;
  /* Has icon */
}
.themesubf-image-box.has-icon .icon-wrap {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.themesubf-image-box.has-icon.w65 .icon-wrap {
  width: 65px;
  height: 65px;
  height: 100%;
  background-color: #e2e2ea;
  line-height: 65px;
  font-size: 20px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-image-box.has-icon.icon-right .icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.themesubf-image-box.has-icon.icon-right .icon-wrap a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.themesubf-image-box.has-icon.icon-right .icon-wrap a:hover {
  color: #fff;
}
.themesubf-image-box.has-icon:hover .icon-wrap {
  background-color: #dc7532;
  color: #fff;
}
.themesubf-image-box.has-icon:hover .icon-wrap a {
  color: #fff;
  /* Style 1 */
}
.themesubf-image-box.style-1 .text-wrap {
  background-color: #f5f5f7;
}
.themesubf-image-box.style-1 .heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  line-height: 28px;
  transform: translateX(21px);
  width: calc(100% - 86px);
}
.themesubf-image-box.style-1 .heading a {
  display: block;
  padding: 18px 0;
  /* Style 2 */
}
.themesubf-image-box.style-2 .text-wrap {
  padding: 28px 8px 28px 19px;
}
.themesubf-image-box.style-2 .heading {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 600;
  margin: 0px;
}
.themesubf-image-box.style-2 p {
  color: #777;
  margin: 15px 0px 0px 0px;
  line-height: 26px;
  letter-spacing: -0.1px;
}
.themesubf-image-box.style-2 .elm-readmore a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #dc7532;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}
.themesubf-image-box.style-2 .elm-readmore a:hover {
  transform: translateX(10px);
}
@media only screen and (max-width: 1199px) {
  /* Carousel Control
-------------------------------------------------------------- */  .themesubf-image-box.style-2 .text-wrap {
    padding: 15px 0px;
  }
}
.owl-theme .owl-nav, .owl-theme .owl-dots {
  display: none;
}
.has-bullets .owl-theme .owl-dots {
  display: block;
  padding-top: 35px;
}
.has-bullets.bullet24 .owl-theme .owl-dots {
  padding-top: 24px;
}
.has-arrows .owl-theme .owl-nav {
  display: block;
}
.has-arrows .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
}
.has-arrows .owl-theme .owl-nav .owl-next {
  right: 0;
  /* Bullets Style */
}
.owl-theme .owl-dots {
  text-align: center;
  line-height: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid #ddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background-color: #dc7532;
  border-color: #dc7532;
  /* Arrows Center */
}
.has-arrows.arrow-center .owl-theme .owl-nav [class*='owl-'] {
  top: 50%;
}
.has-arrows.arrow-center.offset-v-24 .owl-theme .owl-nav [class*='owl-'] {
  margin-top: -24px;
}
.has-arrows.arrow-center.offset-v-60 .owl-theme .owl-nav [class*='owl-'] {
  margin-top: -60px;
}
.has-arrows.arrow-center.offset-v-82 .owl-theme .owl-nav [class*='owl-'] {
  margin-top: -82px;
}
.has-arrows.arrow-center.offset-v-111 .owl-theme .owl-nav [class*='owl-'] {
  margin-top: -111px;
}
.has-arrows.arrow-center.offset-h-21 .owl-theme .owl-nav [class*='owl-'] {
  left: -21px;
}
.has-arrows.arrow-center.offset-h-21 .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -21px;
  /* Arrows Top */
}
.has-arrows.arrow-top .owl-theme .owl-nav [class*='owl-'] {
  right: 44px;
}
.has-arrows.arrow-top .owl-theme .owl-nav .owl-next {
  right: 0;
}
.has-arrows.arrow-top.arrow75 .owl-theme .owl-nav [class*='owl-'] {
  top: -75px;
  /* Arrows Style 1*/
}
.owl-theme .owl-nav [class*="owl-"] {
  text-align: center;
  background-color: #dc7532;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"]:after {
  font-size: 20px;
  line-height: 40px;
  content: "\f3d2";
  font-family: "Ionicons";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
}
.owl-theme .owl-nav .owl-next:after {
  content: "\f3d3";
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #3e3e3e;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover, .owl-theme .owl-nav [class*="owl-"].disabled {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: default;
  /* Arrows Style 2*/
}
.arrow-style-2 .owl-theme .owl-nav [class*="owl-"].disabled {
  background-color: #e7e7e7;
  color: #bdbdbd;
  /* Arrows & Bullets Circle */
}
.arrow-circle .owl-theme .owl-nav [class*="owl-"], .bullet-circle .owl-theme .owl-dots .owl-dot span {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .has-arrows.arrow-center.offset-v-82 .owl-theme .owl-nav [class*='owl-'] {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  /* Carousel thumb
-------------------------------------------------------------- */  .has-arrows .owl-theme .owl-nav, .has-bullets .owl-theme .owl-dots {
    display: none;
  }
}
.owl-theme .owl-thumbs {
  display: none;
}
.has-thumb .owl-theme .owl-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.has-thumb .owl-thumbs .owl-thumb-item {
  display: inline-block;
  background-color: transparent;
  padding: 0px;
  margin: 20px 10px 0px 10px;
  overflow-y: hidden;
}
.has-thumb.w185 .owl-thumbs .owl-thumb-item {
  width: 179px;
  height: 106px;
  border: 1px solid transparent;
  border-radius: 0;
}
.has-thumb.w185 .owl-thumbs .owl-thumb-item.active {
  border-color: #dc7532;
}
@media only screen and (max-width: 1199px) {
  .has-thumb .owl-thumbs .owl-thumb-item:last-child {
    margin: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* Parallax
-------------------------------------------------------------- */  .has-thumb .owl-thumbs .owl-thumb-item {
    margin: 20px 0px 0px 0px;
  }
  .has-thumb.w185 .owl-thumbs .owl-thumb-item {
    width: 129px;
    height: 56px;
    margin: 10px 10px 0 0;
  }
}
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: repeat;
}
.parallax-1 {
  background-image: url('/local/templates/.default/assets/css/../img/parallax/parallax-1.jpg');
}
.parallax-2 {
  background-image: url('/local/templates/.default/assets/css/../img/parallax/parallax-2.jpg');
}
.parallax-3 {
  background-image: url('/local/templates/.default/assets/css/../img/parallax/parallax-3.jpg');
}
.parallax-4 {
  background-image: url('/local/templates/.default/assets/css/../img/parallax/parallax-4.jpg');
}
.parallax-overlay {
  position: relative;
  z-index: 1;
}
.parallax-overlay .bg-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax-overlay .bg-parallax-overlay.overlay-black {
  background-color: rgba(40, 42, 48, 0.8);
}
.parallax-overlay .bg-parallax-overlay.overlay-black.style2 {
  background-color: rgba(0, 0, 0, 0.7);
}
.parallax-overlay .bg-parallax-overlay.overlay-black.style3 {
  background-color: rgba(0, 0, 0, 0.8);
  /* Project
-------------------------------------------------------------- */
}
.themesubf-project .thumb {
  position: relative;
}
.themesubf-project .heading {
  margin: 0px;
}
.themesubf-project .elm-link {
  z-index: 2;
}
.themesubf-project .elm-link > a {
  display: inline-block !important;
  margin: 0 4px;
}
.themesubf-project .elm-meta > span {
  display: inline-block;
  position: relative;
}
.themesubf-project.has-margin.mg15 {
  margin-left: -15px;
  margin-right: -15px;
}
.themesubf-project.has-margin.mg15 .project-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
.themesubf-project.has-margin.mg15.w25 .project-item {
  width: 25%;
  /* Style 1 */
}
.themesubf-project.style-1 .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 6%);
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-left: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-project.style-1 .heading {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}
.themesubf-project.style-1 .elm-meta > span {
  padding: 0px 11px;
}
.themesubf-project.style-1 .elm-meta > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #bdbdbd;
}
.themesubf-project.style-1 .elm-meta > span:first-child:before {
  background-color: transparent;
  width: 0;
  height: 0;
}
.themesubf-project.style-1 .elm-meta a {
  color: #dc7532;
  line-height: 26px;
}
.themesubf-project.style-1 .thumb:hover .text-wrap {
  opacity: 1;
  visibility: visible;
}
.themesubf-project.style-1 .elm-meta a:hover {
  color: #fff;
  /* Style 2 */
}
.themesubf-project.style-2 .text-wrap {
  background-color: #f7f7f7;
  padding: 17px;
}
.themesubf-project.style-2 .heading {
  font-size: 14px;
  line-height: 27px;
}
.themesubf-project.style-2 .elm-meta > span {
  padding: 0px 8px 0px 14px;
}
.themesubf-project.style-2 .elm-meta > span:first-child {
  padding-left: 0px;
}
.themesubf-project.style-2 .elm-meta > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
}
.themesubf-project.style-2 .elm-meta > span:first-child:before {
  background-color: transparent;
  width: 0;
  height: 0;
}
.themesubf-project.style-2 .elm-meta a {
  color: #7a7a7a;
  line-height: 20px;
}
.themesubf-project.style-2 .elm-meta a:hover {
  color: #dc7532;
}
@media only screen and (max-width: 1199px) {
  .themesubf-project.style-1 .heading {
    font-size: 12px;
  }
  .themesubf-project.has-margin.mg15.w25 .project-item {
    width: 33.33%;
  }
  .themesubf-project.style-2 .text-wrap {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .themesubf-project.style-1 .heading {
    font-size: 14px;
  }
  .themesubf-project.has-margin.mg15.w25 .project-item, .themesubf-project.has-margin.mg15 .project-item {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* Testimonials
-------------------------------------------------------------- */  .themesubf-project.has-margin.mg15.w25 .project-item, .themesubf-project.has-margin.mg15 .project-item {
    width: 100%;
  }
}
.themesubf-testimonials blockquote {
  padding: 0px;
}
.themesubf-testimonials .name-pos .name {
  margin: 0;
}
.themesubf-testimonials.max-width-70 blockquote {
  max-width: 70%;
  margin: 0 auto;
  /* Center */
}
.themesubf-testimonials.align-center {
  text-align: center;
}
.themesubf-testimonials.align-center .icon-wrap, .themesubf-testimonials.align-center .thumb, .themesubf-testimonials.align-center .sep {
  margin: 0 auto;
}
.themesubf-testimonials .text p {
  margin: 0px;
}
.themesubf-testimonials .list-star i {
  color: #dc7532;
  letter-spacing: -0.5px;
  /* Has width */
}
.themesubf-testimonials.has-width.w100 .icon-wrap {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  color: #dc7532;
  background-color: transparent;
}
.themesubf-testimonials.has-width.w35 .icon-wrap {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  background-color: #dc7532;
  display: inline-block;
  /* Circle */
}
.themesubf-testimonials.circle .icon-wrap {
  border-radius: 50%;
  /* Border  */
}
.themesubf-testimonials.border-solid .icon-wrap {
  border: 2px solid #fff;
  /* Style 1 */
}
.themesubf-testimonials.style-1 .text {
  margin-top: 41px;
}
.themesubf-testimonials.style-1 .text p {
  font-size: 16px;
  line-height: 38px;
  color: #fefefe;
  font-style: italic;
}
.themesubf-testimonials.style-1 .sep {
  margin-top: 16px;
}
.themesubf-testimonials.style-1 .name {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 33px 0px 0px 0px;
  /* Style 2 */
}
.themesubf-testimonials.style-2 .testimonial-item {
  padding-top: 45px;
}
.themesubf-testimonials.style-2 .inner {
  position: relative;
}
.themesubf-testimonials.style-2 .thumb {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.themesubf-testimonials.style-2 .thumb img {
  border-radius: 50%;
}
.themesubf-testimonials.style-2 .text {
  background-color: #fff;
  padding: 69px 30px 30px 30px;
  font-style: normal;
}
.themesubf-testimonials.style-2 .name-pos .name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.themesubf-testimonials.style-2 .name-pos .position {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  font-weight: 300;
  display: block;
  margin: 5px 5px 0px 0px;
}
.themesubf-testimonials.style-2 .text p {
  line-height: 26px;
  color: #777;
  margin-top: 7px;
}
.themesubf-testimonials.style-2 .list-star {
  margin-top: 18px;
  /* Style 3 */
}
.themesubf-testimonials.style-3 {
  background-color: #f7f7f7;
}
.themesubf-testimonials.style-3 .inner {
  padding: 42px 20px 33px 20px;
}
.themesubf-testimonials.style-3 .thumb {
  width: 100px;
  height: 100px;
  position: relative;
}
.themesubf-testimonials.style-3 .icon-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.themesubf-testimonials.style-3 .text {
  font-style: normal;
}
.themesubf-testimonials.style-3 p {
  color: #777;
  margin-top: 25px;
}
.themesubf-testimonials.style-3 .name-pos .name {
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}
.themesubf-testimonials.style-3 .name-pos .position {
  color: #999;
  /* Quote
-------------------------------------------------------------- */
}
.themesubf-quote .inner {
  width: 100%;
  display: table;
  overflow: hidden;
}
.themesubf-quote .heading-wrap {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  width: 75%;
}
.themesubf-quote .button-wrap {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: right;
  width: 25%;
  /* Style 1 */
}
.themesubf-quote.style-1 .heading {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .themesubf-quote .heading-wrap {
    width: 60%;
  }
  .themesubf-quote .button-wrap {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .themesubf-testimonials.max-width-70 blockquote {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  /* Tabs
-------------------------------------------------------------- */  .themesubf-quote .heading-wrap, .themesubf-quote .button-wrap {
    display: block;
    width: 100%;
    text-align: left;
  }
  .themesubf-quote .button-wrap {
    margin-top: 15px;
  }
  .themesubf-quote.style-1 .heading {
    font-size: 18px;
  }
}
.themesubf-tabs .tab-title {
  margin: 0;
}
.themesubf-tabs .tab-title .item-title {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  list-style: none;
  display: inline-block;
  letter-spacing: 0.5px;
}
.themesubf-tabs .tab-title .item-title.active {
  position: relative;
}
.themesubf-tabs .tab-title .item-title > span {
  cursor: pointer;
  transition: none;
  display: inline-block;
  text-transform: uppercase;
}
.themesubf-tabs.title-w170 .tab-title {
  width: 170px;
  /* Style 1 */
}
.themesubf-tabs.style-1 .tab-title {
  margin: 0 0 5px 0;
  background-color: transparent;
}
.themesubf-tabs.style-1 .tab-title .item-title {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  margin: 0px 5px 0px 0px;
  border: 1px solid #f2f2f2;
}
.themesubf-tabs.style-1 .tab-title .item-title > span {
  padding: 10px 36px 10px 39px;
}
.themesubf-tabs.style-1 .tab-title .item-title.active > span {
  padding: 13px 36px 10px 39px;
}
.themesubf-tabs.style-1 .tab-title .item-title.active {
  background-color: #fafafb;
  color: #2b323a;
}
.themesubf-tabs.style-1 .tab-content .item-content {
  padding: 19px 21px 19px 21px;
  background-color: #fafafb;
}
.themesubf-tabs.style-1 .tab-content .item-content p {
  margin: 0px 0px 8px 0px;
  line-height: 26px;
  color: #777;
  letter-spacing: -0.13px;
}
.themesubf-tabs.style-1 .tab-content ul {
  margin: 0px;
}
.themesubf-tabs.style-1 .tab-content ul li {
  padding: 5.5px 7px;
}
.themesubf-tabs.style-1 .tab-content ul span {
  display: block;
}
.themesubf-tabs.style-1 .tab-content ul span.fa {
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #dc7532;
  font-size: 16px;
  float: left;
  margin-right: 11px;
  line-height: 30px;
}
.themesubf-tabs.style-1 .tab-content ul span.text {
  overflow: hidden;
  /* Style 2 */
}
.themesubf-tabs.style-2 {
  display: table;
  width: 100%;
}
.themesubf-tabs.style-2 .tab-content-wrap, .themesubf-tabs.style-2 .tab-title {
  display: table-cell;
  vertical-align: top;
}
.themesubf-tabs.style-2 .tab-title .item-title {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin: 0px 0px 5px 0px;
  background-color: #f1f1f1;
  display: block;
}
.themesubf-tabs.style-2 .tab-title .item-title > span {
  padding: 13px 5px;
  display: block;
  text-align: center;
  font-size: 12px;
}
.themesubf-tabs.style-2 .tab-content {
  margin-left: 9px;
}
.themesubf-tabs.style-2 .tab-content .item-content {
  padding: 20px 0px 19px 26px;
  background-color: transparent;
  border: 1px solid #f2f2f2;
}
.themesubf-tabs.style-2 .tab-content .item-content p {
  margin-top: 10px;
  letter-spacing: 0.07px;
}
.themesubf-tabs.style-2 .tab-content .item-content p:first-child {
  margin: 0px;
  letter-spacing: 0px;
}
.themesubf-tabs.style-2 .tab-title .item-title.active {
  background-color: #dc7532;
  color: #fff;
  /* Has padding */
}
.themesubf-tabs.w168 .tab-title .item-title {
  width: 168px;
  text-align: center;
}
.themesubf-tabs.w168 .tab-title .item-title > span {
  padding: 10px 0px;
}
.themesubf-tabs.w168 .tab-title .item-title.active > span {
  padding: 13px 0px 10px 0px;
}
.themesubf-tabs.style-1 .tab-title .item-title:hover > span {
  color: #2b323a;
}
@media only screen and (max-width: 1199px) {
  .themesubf-tabs.w168 .tab-title .item-title {
    width: 140px;
  }
  .themesubf-tabs.style-1 .tab-title .item-title.active > span, .themesubf-tabs.style-1 .tab-title .item-title > span {
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .themesubf-tabs.w168 .tab-title .item-title {
    width: 100%;
  }
  .themesubf-tabs.style-1 .tab-title {
    margin: 0px;
  }
  .themesubf-tabs.style-1 .tab-title .item-title {
    margin: 0px 0px 5px 0px;
    display: block;
  }
  .themesubf-tabs.style-1 .tab-title .item-title {
    text-align: center;
  }
  .themesubf-tabs.style-1 .tab-title .item-title.active > span {
    padding: 10px 0px;
    width: 100%;
  }
  .themesubf-tabs.style-2 .tab-content .item-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* Accordions
-------------------------------------------------------------- */  .themesubf-tabs.style-2 .tab-content-wrap, .themesubf-tabs.style-2 .tab-title {
    display: block;
    text-align: left;
  }
  .themesubf-tabs.title-w170 .tab-title {
    width: 100%;
  }
  .themesubf-tabs.style-2 .tab-content {
    margin: 0px;
  }
}
.themesubf-accordions .accordion-item {
  margin-bottom: 10px;
}
.themesubf-accordions.style-4 .accordion-item {
  margin-bottom: 6px;
}
.themesubf-accordions .accordion-item:last-child {
  margin-bottom: 0px;
}
.themesubf-accordions .accordion-item .accordion-heading {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.themesubf-accordions .accordion-item .accordion-heading > .inner {
  display: block;
  position: relative;
}
.themesubf-accordions .accordion-item .accordion-content {
  display: none;
  /* Has icon */
}
.themesubf-accordions.has-icon .accordion-item .accordion-heading > .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-accordions.has-icon.icon-left .accordion-item .accordion-heading > .inner {
  padding: 0px 0px 0px 34px;
}
.themesubf-accordions.has-icon.icon-left.iconstyle-2 .accordion-item .accordion-heading > .inner {
  padding: 0px 0px 0px 64px;
}
.themesubf-accordions.has-icon.iconstyle-1 .accordion-item .accordion-heading > .inner:before {
  content: "\e906";
  font-family: "ubficon";
  font-size: 20px;
}
.themesubf-accordions.has-icon.iconstyle-2 .accordion-item .accordion-heading > .inner:before {
  content: "\f067";
  font-family: "FontAwesome";
  color: #999;
  font-size: 18px;
  width: 49px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  background-color: transparent;
  border-right: 1px solid #f2f2f2;
}
.themesubf-accordions.has-icon.iconstyle-1 .accordion-item.active .accordion-heading > .inner:before {
  color: #dc7532;
}
.themesubf-accordions.has-icon.iconstyle-2 .accordion-item.active .accordion-heading > .inner:before {
  content: "\f068";
  color: #fff;
  background-color: #dc7532;
  border-color: #dc7532;
}
.themesubf-accordions.has-icon.icon-right .accordion-item .accordion-heading > .inner:before {
  left: auto;
  right: 0;
  /* Style 1 */
}
.themesubf-accordions.style-1 .accordion-item {
  padding: 13px 0px;
  border: 1px solid #f2f2f2;
  background-color: transparent;
}
.themesubf-accordions.style-1 .accordion-item.active {
  padding: 22px 0px 20px 0px;
}
.themesubf-accordions.style-1 .accordion-item .accordion-heading {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  padding: 0px 22px;
}
.themesubf-accordions.style-1 .accordion-item .accordion-content {
  padding-left: 56px;
  padding-top: 13px;
  line-height: 26px;
  letter-spacing: -0.07px;
}
.themesubf-accordions.style-1 .accordion-item.active {
  background-color: #fafafb;
}
.themesubf-accordions.style-1 .accordion-item.active .accordion-heading {
  color: #222;
  /* Style 2 */
}
.themesubf-accordions.style-2 .accordion-item .accordion-heading {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  padding: 0px 0px;
  border: 1px solid #f2f2f2;
  background-color: transparent;
}
.themesubf-accordions.style-2 .accordion-item .accordion-heading {
  padding: 13px 0px 14px 0px;
}
.themesubf-accordions.style-2 .accordion-item.active .accordion-heading {
  color: #222;
}
.themesubf-accordions.style-2 .accordion-content {
  padding: 11px 0px 6px 0px;
  letter-spacing: 0.1px;
  line-height: 26px;
  /* Style 3 */
}
.themesubf-accordions.style-3 .accordion-item .accordion-heading {
  font-size: 16px;
  color: #777;
  font-weight: 500;
  border: 1px solid #f2f2f2;
  background-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 0px;
}
.themesubf-accordions.style-3 .accordion-item.active .accordion-heading {
  background-color: #fafafb;
  color: #222;
  font-weight: 600;
}
.themesubf-accordions.style-3.has-icon.icon-left.iconstyle-2 .accordion-item .accordion-heading > .inner {
  padding: 0px 0px 0px 67px;
}
.themesubf-accordions.style-3 .accordion-content {
  background-color: #fafafb;
  padding: 6px 10px 8px 19px;
  font-weight: 300;
  color: #777;
  margin-top: 4px;
  border: 1px solid #f2f2f2;
  line-height: 26px;
  letter-spacing: 0.1px;
  /* Style 4 */
}
.themesubf-accordions.style-4 .accordion-item .accordion-heading {
  font-size: 16px;
  color: #777;
  font-weight: 500;
  border: 1px solid #f2f2f2;
  background-color: #fafafb;
  text-transform: uppercase;
  padding: 13px 23px;
}
.themesubf-accordions.style-4 .accordion-item.active .accordion-heading {
  background-color: #dc7532;
  border-color: #dc7532;
  color: #fff;
}
.themesubf-accordions.style-4 .accordion-content {
  border: 1px solid #f2f2f2;
  padding: 22px 5px 22px 24px;
}
.themesubf-accordions.style-4.has-icon.icon-right .accordion-item .accordion-heading > .inner:before {
  color: #999;
  font-size: 30px;
  right: 0px;
}
.themesubf-accordions.style-4.has-icon.icon-right .accordion-item.active .accordion-heading > .inner:before {
  color: #fff;
}
.themesubf-accordions.style-4 .accordion-content .name {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-bottom: 10px;
}
.themesubf-accordions.style-4 .accordion-content p {
  margin: 0px;
}
.themesubf-accordions .accordion-item .accordion-heading:hover {
  color: #222;
}
@media only screen and (max-width: 991px) {
  .themesubf-accordions.style-2 .accordion-item .accordion-heading {
    font-size: 13px;
    padding: 6px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .themesubf-accordions.style-2 .accordion-item .accordion-heading {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* Partner
-------------------------------------------------------------- */  .themesubf-accordions.style-2 .accordion-item .accordion-heading {
    padding: 6px 0px;
  }
}
.themesubf-partner.align-center {
  text-align: center;
}
.themesubf-partner.align-center .thumb {
  margin: 0 auto;
}
.themesubf-partner .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-partner .partner-color {
  display: none !important;
}
.themesubf-partner:hover .partner-default {
  display: none !important;
}
.themesubf-partner:hover .partner-color {
  display: block !important;
  /* Style 1 */
}
.themesubf-partner.style-1 .inner {
  border: 1px solid #f2f2f2;
  padding: 23px 0px 15px 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-partner.style-1 .thumb {
  width: 188px;
  height: 100px;
  /* Style 2 */
}
.themesubf-partner.style-2 .thumb {
  width: 188px;
  height: 100px;
}
.themesubf-partner.style-2 .inner {
  padding: 15px 0px;
  /* Progress Bar
-------------------------------------------------------------- */
}
.themesubf-progress {
  position: relative;
  overflow: hidden;
}
.themesubf-progress .title, .themesubf-progress .perc {
  line-height: normal;
  margin: 0;
}
.themesubf-progress .title {
  position: absolute;
  left: 0;
  top: 0;
}
.themesubf-progress .progress-animate {
  width: 0;
}
.themesubf-progress .progress-bg {
  width: 100%;
}
.themesubf-progress .perc {
  width: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.themesubf-progress .perc.show {
  filter: alpha(opacity=100);
  opacity: 1;
}
.themesubf-progress.height-10px .progress-animate {
  height: 10px;
  /* Style 1 */
}
.themesubf-progress.style-1 .title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.themesubf-progress.style-1 .perc-wrap {
  font-family: 'Montserrat', sans-serif;
  color: #35383e;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.themesubf-progress.style-1 .progress-bg {
  background-color: #f7f7f7;
  margin-top: 13px;
}
.themesubf-progress.style-1 .progress-animate {
  background-color: #dc7532;
  /* Request
-------------------------------------------------------------- */
}
.themesubf-request-box.style-1 .inner {
  display: table;
  width: 100%;
  overflow: hidden;
}
.themesubf-request-box.style-1 .themesubf-headings {
  display: table-cell;
  vertical-align: top;
  width: 37%;
  text-align: left;
}
.themesubf-request-box.style-1 .themesubf-contact-form {
  display: table-cell;
  vertical-align: top;
  width: 56%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  /* Contact Form 7
-------------------------------------------------------------- */  .themesubf-request-box.style-1 .themesubf-headings, .themesubf-request-box.style-1 .themesubf-contact-form {
    display: block;
    width: 100%;
    text-align: left;
  }
  .themesubf-request-box.style-1 .themesubf-contact-form {
    margin-top: 15px;
  }
}
.themesubf-contact-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.themesubf-contact-form .wpcf7-form-control-wrap .error_txt {
  color: red;
  position: absolute;
  right: 12px;
  top: 12px;
}
.themesubf-contact-form .wpcf7-form-control-wrap.your-name, .themesubf-contact-form .wpcf7-form-control-wrap.your-email, .themesubf-contact-form .wpcf7-form-control-wrap.your-phone {
  margin-bottom: 14px;
}
.themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-phone {
  margin-bottom: 25px;
  /* Style 1 */
}
.themesubf-contact-form.style-1 input[type="text"], .themesubf-contact-form.style-1 input[type="email"] {
  height: 46px;
  border-color: #fff;
  background: #fff;
  padding: 9px 19px;
}
.themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-phone {
  width: 49%;
  float: left;
}
.themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-email {
  margin-right: 2%;
}
.themesubf-contact-form.style-1 .wrap-submit {
  float: left;
  /* Style 2 */
}
.themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-phone, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-subject {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-email {
  margin-right: 2%;
}
.themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-message {
  clear: both;
}
.themesubf-contact-form.style-2 input[type="text"], .themesubf-contact-form.style-2 input[type="email"], .themesubf-contact-form.style-2 textarea {
  background-color: #fafafb;
  font-weight: 300;
}
.themesubf-contact-form.style-2 textarea {
  height: 188px;
}
.themesubf-contact-form.style-2 input[type="submit"] {
  padding: 19px 49px;
  margin-top: 20px;
}
.themesubf-contact-form.w100 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.w100 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.w100 .wpcf7-form-control-wrap.your-phone, .themesubf-contact-form.w100 .wpcf7-form-control-wrap.your-subject {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 9px;
}
.themesubf-contact-form.w100 textarea {
  height: 142px;
}
.themesubf-contact-form.w100 input[type="submit"] {
  margin-top: 9px;
}
.themesubf-contact-form input[type="text"]:focus, .themesubf-contact-form input[type="email"]:focus {
  border-color: #dc7532;
}
@media only screen and (max-width: 479px) {
  /* Filter
-------------------------------------------------------------- */  .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-phone, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-phone, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-subject {
    width: 100%;
  }
  .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-1 .wpcf7-form-control-wrap.your-email, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-name, .themesubf-contact-form.style-2 .wpcf7-form-control-wrap.your-email {
    margin-right: 0px;
  }
  .themesubf-contact-form.style-1 .wrap-submit {
    float: none;
  }
}
.themesubf-filter {
  margin: 0px;
}
.themesubf-filter li {
  display: inline-block;
  position: relative;
  padding: 0px;
  /* Absolute */
}
.themesubf-filter.filter-absolute {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 1px -3px 0px 0px;
}
.themesubf-filter.filter-absolute.style-1 li a {
  margin: 0px 19px;
  /* Style 1 */
}
.themesubf-filter.style-1 li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px 19.5px;
  color: #555;
}
.themesubf-filter.style-1 li:last-child a {
  margin-right: 0px;
}
.themesubf-filter.style-1 li:first-child a {
  margin-left: 0px;
}
.themesubf-filter.style-1 li:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #d3d3d3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.themesubf-filter.style-1 li:first-child:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
.themesubf-filter.style-1 li a:hover, .themesubf-filter.style-1 li.active a {
  color: #dc7532;
}
@media only screen and (max-width: 1199px) {
  .themesubf-filter.filter-absolute.style-1 li a, .themesubf-filter.style-1 li a {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .themesubf-filter.filter-absolute {
    position: relative;
    top: 0;
    transform: translateY(0%);
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  /* Maps
-------------------------------------------------------------- */
  /* Style 2 */  .themesubf-filter li {
    padding: 5px 0px;
  }
  .themesubf-filter.style-1 li:before {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
}
.themesubf-map.style-2 {
  height: 388px;
  /* Pricing
-------------------------------------------------------------- */
}
.row-price-table {
  width: 100%;
}
.row-price-table.col4 > .themesubf-price-table {
  width: 25%;
  float: left;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.row-price-table.col4 > .themesubf-price-table:first-child {
  border-left: 1px solid #f2f2f2;
}
.themesubf-price-table .title {
  margin: 0px;
}
.themesubf-price-table ul {
  margin: 0px;
}
.themesubf-price-table .sep.has-width.accent-bg {
  background-color: #dc7532;
}
.themesubf-price-table .sep.has-width.w80 {
  width: 80px;
  height: 2px;
}
.themesubf-price-table .price-table-price .price-wrap {
  position: relative;
}
.themesubf-price-table .price-table-price .price-wrap span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: inline-block;
}
.themesubf-price-table .tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  /* Style 1 */
}
.themesubf-price-table.style-1 {
  margin-top: 25px;
}
.themesubf-price-table.style-1 .inner {
  padding: 43px 28px;
}
.themesubf-price-table.style-1 .title {
  font-size: 18px;
  line-height: 24px;
}
.themesubf-price-table.style-1 .tag {
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  letter-spacing: 0.4px;
  margin: 12px 0px 6px 0px;
  font-weight: 500;
}
.themesubf-price-table.style-1 .sep {
  margin-top: 29px;
}
.themesubf-price-table.style-1 .price-table-price {
  margin-top: 16px;
}
.themesubf-price-table.style-1 .price-table-price .figure {
  font-size: 50px;
  line-height: 50px;
  color: #dc7532;
}
.themesubf-price-table.style-1 .price-table-price .currency {
  color: #dc7532;
}
.themesubf-price-table.style-1 .price-table-price .currency-month > span {
  position: relative;
  padding: 0px 16px;
  font-size: 18px;
  line-height: 24px;
}
.themesubf-price-table.style-1 .price-table-price .currency-month > span:before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: -2px;
  top: 50%;
  width: 2px;
  height: 12px;
  background-color: #999;
  transform: translateY(-50%);
}
.themesubf-price-table.style-1 .price-table-price .currency-month > span:first-child:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
.themesubf-price-table.style-1 .price-table-price .currency-month > span:first-child {
  padding-left: 0px;
}
.themesubf-price-table.style-1 .price-table-features {
  margin-top: 13px;
}
.themesubf-price-table.style-1 .price-table-features li {
  display: flex;
  position: relative;
  line-height: 32px;
}
.themesubf-price-table.style-1 .price-table-features li span {
  padding-left: 34px;
}
.themesubf-price-table.style-1 .price-table-features li > i {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  font-size: 8px;
  color: #cacaca;
}
.themesubf-price-table.style-1 .price-table-features li.linethrough span {
  text-decoration: line-through;
  color: #b0b0b0;
}
.themesubf-price-table.style-1 .price-table-features li.linethrough > i {
  text-decoration: line-through;
  color: #ebebeb;
}
.themesubf-price-table.style-1 .price-table-button {
  margin-top: 23px;
}
.themesubf-price-table.style-1 .price-table-button > a {
  padding: 11px 37px;
}
.themesubf-price-table.active {
  margin-top: 0px;
}
.themesubf-price-table.active {
  background-color: #363636;
  border-color: #363636;
}
.themesubf-price-table.active .price-table-price .month, .themesubf-price-table.active .price-table-features li span, .themesubf-price-table.active .title {
  color: #fff;
}
.themesubf-price-table.style-1 .tag:hover {
  background-color: #212121;
  color: #dc7532;
  border-color: #dc7532;
}
@media only screen and (max-width: 1199px) {
  .themesubf-price-table.style-1 .price-table-price .currency-month {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .themesubf-price-table.style-1 .inner {
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .row-price-table.col4 > .themesubf-price-table {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* Counter
-------------------------------------------------------------- */  .row-price-table.col4 > .themesubf-price-table {
    width: 100%;
  }
  .themesubf-price-table.active {
    margin-top: 25px;
  }
}
.themesubf-counter .number-wrap {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.themesubf-counter .heading {
  margin: 0px;
  /* Center */
}
.themesubf-counter.align-center .text-wrap {
  text-align: center;
  /* Style 1 */
}
.themesubf-counter.style-1 .number-wrap {
  color: #fff;
  font-size: 52px;
  line-height: 54px;
}
.themesubf-counter.style-1 .suffix {
  color: #dc7532;
}
.themesubf-counter.style-1 .heading {
  font-size: 14px;
  line-height: 32px;
  color: #ebebeb;
  /* Team
-------------------------------------------------------------- */
}
.themesubf-team .thumb {
  position: relative;
  z-index: 1;
}
.themesubf-team .socials {
  margin: 0px;
}
.themesubf-team .socials li {
  display: inline-block;
  padding: 0px;
  margin: 0px 4px;
}
.themesubf-team .socials li a {
  display: block;
  text-align: center;
}
.themesubf-team .text-wrap .name {
  margin: 0px;
  /* Center */
}
.themesubf-team.align-center .text-wrap {
  text-align: center;
  /* Style 1 */
}
.themesubf-team.style-1 .socials {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  z-index: 2;
}
.themesubf-team.style-1 .socials li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.themesubf-team.style-1 .socials li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #999;
  background-color: #fff;
  transform: translateY(-50%);
}
.themesubf-team.style-1 .text-wrap {
  padding: 16px 0px;
}
.themesubf-team.style-1 .text-wrap .name {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.themesubf-team.style-1 .text-wrap .position {
  letter-spacing: 0.5px;
  color: #999;
}
.themesubf-team.style-1 .socials li a:hover {
  background-color: #dc7532;
  color: #fff;
}
.themesubf-team.style-1 .team-item:hover .socials li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.themesubf-team.style-1 .team-item:hover .socials li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.25s;
}
.themesubf-team.style-1 .team-item:hover .socials li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.15s;
}
.themesubf-team.style-1 .team-item:hover .socials li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  /* Content wrap
-------------------------------------------------------------- */
}
.separator-solid .flat-content-wrap {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 22px;
  margin-bottom: 18px;
}
.flat-content-wrap .title {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  font-weight: 600;
  letter-spacing: -0.15px;
}
.flat-content-wrap p {
  color: #777;
  letter-spacing: -0.15px;
  margin: 0px;
}
.flat-content-wrap .item {
  width: 50%;
  float: left;
}
.flat-content-wrap .item .pd35 {
  padding: 20px 35px 18px 32px;
}
.flat-content-wrap .sep.has-width.w60 {
  width: 60px;
  height: 2px;
}
.flat-content-wrap .sep.has-width.accent-bg {
  background-color: #dc7532;
}
.flat-content-wrap.pd26 {
  padding-left: 26px;
  /* Style 2 */
}
.flat-content-wrap.style-2 .title {
  font-size: 16px;
  line-height: 28px;
  margin: 0px;
}
.flat-content-wrap.style-2 p {
  color: #555;
  letter-spacing: 0px;
  margin-top: 9px;
  /* Style 3 */
}
.flat-content-wrap.style-3 .title {
  font-size: 22px;
  line-height: 28px;
  margin: 0px;
}
.flat-content-wrap.style-3 p {
  color: #777;
  letter-spacing: 0px;
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .flat-content-wrap.pd26 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .flat-content-wrap.pd26 {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 479px) {
  /* Gallery
-------------------------------------------------------------- */  .flat-content-wrap .item {
    width: 100%;
    float: none;
  }
  .flat-content-wrap .item .pd35 {
    padding: 20px;
  }
}
.themesubf-gallery .thumb {
  position: relative;
}
.themesubf-gallery .text-wrap span {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  /* Style 1 */
}
.themesubf-gallery.style-1 .text-wrap {
  position: absolute;
  top: 50%;
  left: 39px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 22px 44px 25px 32px;
}
.themesubf-gallery.style-1 .text-wrap span {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
  display: block;
}
.themesubf-gallery.style-1 .text-wrap .heading {
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
}
.themesubf-gallery.style-1 a {
  padding: 11px 38px;
  margin-top: 21px;
}
@media only screen and (max-width: 479px) {
  /* Project detail
-------------------------------------------------------------- */  .themesubf-gallery.style-1 .text-wrap {
    display: none;
  }
}
.detail-inner-wrap {
  width: 100%;
}
.detail-inner-wrap .detail-info {
  float: left;
  margin-right: 35.5px;
  width: 28.7%;
}
.detail-inner-wrap .detail-gallery {
  overflow: hidden;
}
.detail-inner-wrap .list-info {
  margin: 15px 0px 0px 0px;
}
.detail-inner-wrap .list-info li {
  padding: 12.5px 0px;
  position: relative;
  border-top: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
}
.detail-inner-wrap .list-info li:first-child {
  border-top: 0px;
}
.detail-inner-wrap .list-info span {
  color: #777;
}
.detail-inner-wrap .list-info span > a {
  color: #777;
  font-style : italic;
}
.detail-inner-wrap .list-info span.text {
  color: #222;
  flex: 0 0 50%;
  max-width: 50%;
}
.detail-inner-wrap .list-info span.text.full-width {
  flex: 0 0 100%;
  max-width: 100%;
}
.detail-inner-wrap .list-info.has-icon.icon-left .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
}
.detail-inner-wrap .list-info.has-icon.icon-left span.text {
  padding-left: 30px;
}
.detail-inner-wrap .list-info span > a:hover {
  color: #dc7532;
}
@media only screen and (max-width: 991px) {
  .detail-inner-wrap .detail-info {
    width: 100%;
    float: none;
    margin: 0px;
  }
  .detail-inner-wrap .list-info.has-icon.icon-left span.right {
    left: 80%;
  }
}
@media only screen and (max-width: 479px) {
  /* Lines
-------------------------------------------------------------- */  .detail-inner-wrap .list-info.has-icon.icon-left span.right {
    left: 50%;
  }
}
.themesubf-lines .line {
  z-index: 1;
  display: block;
}
.themesubf-lines .line-full .line {
  width: 100%;
}
.themesubf-lines.style-1 .line {
  height: 1px;
  background-color: #f2f2f2;
}
.row-services .service-name {
  position: relative;
}
.row-services .service-name:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 66%;
  height: 1px;
  background-color: #1d1d1d;
  margin: 1px 0 0;
}
.row-services .service-name span {
  background: #fff;
  position: relative;
  padding: 0 1em 0 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
blockquote, q {
  quotes: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
select {
  max-width: 100%;
  /* General
-------------------------------------------------------------- */
}
body, button, input, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 0 20px;
}
strong, b, cite {
  font-weight: bold;
}
dfn, cite, em, i, blockquote {
  font-style: italic;
}
blockquote {
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0 0 0 32px;
}
blockquote > p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  position: absolute;
  right: 0;
  bottom: 0;
}
blockquote em, blockquote i {
  font-style: normal;
}
abbr, acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}
mark, ins {
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -6px;
}
sub {
  bottom: -3px;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
address {
  font-style: italic;
  margin: 0 0 20px;
}
code, kbd, tt, var, samp, pre {
  /* Elements
-------------------------------------------------------------- */
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
  /* List */
}
ul, ol {
  padding: 0;
  margin: 0 0 20px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
}
li {
  list-style: none;
}
ul li, ol li {
  padding: 0.1em 0;
}
dl, dd {
  margin: 0 0 20px;
}
dt {
  font-weight: bold;
}
del, .disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
  /* Table */
}
table, th, td {
  border: 1px solid #e0e0e0;
}
table:not(.bxhtmled-color-tbl) {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
th, td {
  padding: 8px 12px;
}
a:hover {
  text-decoration: none;
}
.bxhtmled-color-tbl {
  border-spacing: 1px;
}
.bxhtmled-color-tbl td.bxhtmled-color-col-cell {
  padding: 0;
  border-radius: 0;
  line-height: 16px;
}
.bxhtmled-color-tbl tbody > tr:nth-child(1) > td {
  padding: 0;
  line-height: 16px;
  border: none;
  text-align: center;
  vertical-align: middle;
  /* Media */
}
embed, iframe, object, video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
  /* Accessibility - Text meant only for screen readers */
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Forms
-------------------------------------------------------------- */
  /* Fixes */
}
button, input {
  line-height: normal;
}
button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}
input, textarea {
  font-size: 1em;
  max-width: 100%;
  /* Removing the inner shadow on iOS inputs */
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
textarea {
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  overflow: auto;
  /* Improves readability and alignment in all browsers */
  vertical-align: top;
}
input[type="checkbox"] {
  display: inline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
input[type="checkbox"], input[type="radio"] {
  /* Addresses excess padding in IE8/9 */
  padding: 0;
}
input[type="search"] {
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /* Remove chrome yellow autofill */
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
  /* Reset search styling */
}
input[type="search"] {
  outline: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
  /* Input normal */
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  color: #777;
  border: 1px solid #e7e7e7;
  padding: 13px 20px;
  letter-spacing: 0;
  background-color: transparent;
  line-height: inherit;
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease 0.238s;
  -moz-transition: border ease 0.238s;
  transition: border ease 0.238s;
  /* Contact Form 7 */
}
.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input {
  margin-bottom: 0;
  /* Input focus */
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #dc7532;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Button */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #dc7532;
  color: #fff;
  padding: 16px 30px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  -webkit-appearance: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 35px;
  /* Button hover + focus */
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: 0;
  background-color: #222;
  /* Placeholder color */
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #999;
  /* Links */
}
a {
  color: #222;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
  outline: 0;
  color: inherit;
  text-decoration: none;
  /* Typography
-------------------------------------------------------------- */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 15px;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 2.428em;
  /* 34px */
}
h2 {
  font-size: 2em;
  /* 30px */
}
h3 {
  font-size: 1.714em;
  /* 24px */
}
h4 {
  font-size: 1.428em;
  /* 20px */
}
h5 {
  font-size: 1.2em;
  /* 18px */
}
h6 {
  font-size: 1.142em;
  /* 16px */
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  /* Extra classes
-------------------------------------------------------------- */
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-letter-spacing {
  letter-spacing: 0 !important;
}
.max-width-770 {
  max-width: 770px !important;
}
.max-width-680 {
  max-width: 680px !important;
}
.font-heading {
  font-family: 'Montserrat', sans-serif;
}
.font-size-35 {
  font-size: 35px !important;
}
.font-size-30 {
  font-size: 30px !important;
}
.font-size-28 {
  font-size: 28px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.line-height-62 {
  line-height: 62px !important;
}
.line-height-50 {
  line-height: 50px !important;
}
.line-height-39 {
  line-height: 39px !important;
}
.line-height-28 {
  line-height: 28px !important;
}
.line-height-27 {
  line-height: 27px !important;
}
.line-height-26 {
  line-height: 26px !important;
}
.line-height-24 {
  line-height: 24px !important;
}
.line-height-normal {
  line-height: normal !important;
}
.letter-spacing-1-4 {
  letter-spacing: 1.4px !important;
}
.letter-spacing-1-1 {
  letter-spacing: 1.1px !important;
}
.letter-spacing-03 {
  letter-spacing: 0.3px !important;
}
.letter-spacing-01 {
  letter-spacing: 0.1px !important;
}
.letter-spacing-005 {
  letter-spacing: -0.05px !important;
}
.text-accent {
  color: #dc7532 !important;
}
.text-white {
  color: #fff !important;
}
.text-808 {
  color: #808080 !important;
}
.text-777 {
  color: #777 !important;
}
.text-666 {
  color: #666 !important;
}
.bg-light-grey {
  background-color: #f3f4f6 !important;
}
.bg-white-column {
  background-color: #fff !important;
}
.bg-light-snow {
  background-color: #fafafb;
}
.bg-f7f {
  background-color: #f7f7f7 !important;
}
.bg-ffc {
  background-color: #dc7532 !important;
}
.bg-row-1 {
  background: url('/local/templates/.default/assets/img/page/bg-quote.png') center center no-repeat;
  background-size: cover;
}
.bg-row-2 {
  background: url('/local/templates/.default/assets/img/page/bg-iconbox.jpg') center center no-repeat;
  background-size: cover;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-17 {
  padding-top: 17px !important;
}
.padding-top-16 {
  padding-top: 16px !important;
}
.padding-left-13 {
  padding-left: 13px !important;
}
.padding-left-7 {
  padding-left: 7px !important;
}
.margin-top-55 {
  margin-top: 55px !important;
}
.margin-top-51 {
  margin-top: 51px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-33 {
  margin-top: 33px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-28 {
  margin-top: 28px !important;
}
.margin-top-27 {
  margin-top: 27px !important;
}
.margin-top-22 {
  margin-top: 22px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-18 {
  margin-top: 18px !important;
}
.margin-top-14 {
  margin-top: 14px !important;
}
.margin-top-13 {
  margin-top: 13px !important;
}
.margin-top-11 {
  margin-top: 11px !important;
}
.margin-top-7 {
  margin-top: 7px !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-bottom-43 {
  margin-bottom: 43px !important;
}
.margin-bottom-31 {
  margin-bottom: 31px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-23 {
  margin-bottom: 23px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-14 {
  margin-bottom: 14px !important;
}
.margin-right-18 {
  margin-right: 18px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-12 {
  margin-right: 12px !important;
}
.margin-right-8 {
  margin-right: 8px !important;
}
.margin-right-6 {
  margin-right: 6px !important;
}
.position-relative {
  position: relative;
}
.right-38 {
  right: 38px !important;
}
.maxwidth-99 {
  max-width: 99% !important;
  /* Layouts
-------------------------------------------------------------- */
}
#main-content {
  padding: 81px 0;
}
body.page #main-content {
  padding-top: 0;
  padding-bottom: 0;
  /* Inner Content */
}
#inner-content, #inner-sidebar {
  position: relative;
  z-index: 1;
  /* Sidebar Right */
}
.sidebar-right #site-content {
  float: left;
  width: 71.9%;
}
.sidebar-right.width-73 #site-content {
  width: 73.1%;
}
.sidebar-right.width-71 #site-content {
  width: 71.8%;
}
.sidebar-right #sidebar {
  float: right;
  width: 23.1%;
  /* Sidebar left */
}
.sidebar-left #site-content {
  float: right;
  width: 71.7%;
}
.sidebar-left #sidebar {
  float: left;
  width: 23.1%;
  /* No Sidebar */
}
.no-sidebar #site-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  /* Column
-------------------------------------------------------------- */
}
.row.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.gutter-16 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.themesubf-row.separator.light > [class*="col"] {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.themesubf-row.separator.light > [class*="col"]:first-child {
  border-left: 0;
}
.themesubf-row.gutter-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.themesubf-row.gutter-15 > [class*="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.themesubf-row.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.themesubf-row.gutter-30 > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.themesubf-row .span_1_of_4 {
  width: 33.33333%;
  float: left;
}
.themesubf-row .span_1_of_3 {
  width: 25%;
  float: left;
}
.themesubf-row .span_1_of_6 {
  width: 50%;
  float: left;
}
.themesubf-row .span_1_of_6.style-2 {
  position: relative;
  overflow: hidden;
}
.themesubf-row .span_1_of_6.style-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.themesubf-row .span_1_of_12 {
  width: 100%;
}
.themesubf-row.separator.drank > [class*="span_"] {
  border-left: 1px solid #f2f2f2;
}
.themesubf-row.separator.drank > [class*="span_"]:nth-child(odd) {
  border-left: 0;
  /* Effect
-------------------------------------------------------------- */
}
.data-effect .data-effect-item {
  position: relative;
  overflow: hidden;
}
.overlay-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -moz-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -ms-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -o-transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  transform: translate3d(0, 50%, 0) matrix(1, 0, -0.1, 1, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.overlay-effect.bg-color-1 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-effect.bg-color-2 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-effect.bg-color-3 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-effect.bg-color-4 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-effect.bg-color-accent {
  background-color: rgba(0, 0, 0, 0.4);
}
.data-effect-item:hover .overlay-effect {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.has-effect-icon {
  position: relative;
}
.has-effect-icon .elm-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.5);
}
.has-effect-icon .elm-link span, .has-effect-icon .elm-link a {
  display: block;
  text-align: center;
}
.has-effect-icon .elm-link span:before, .has-effect-icon .elm-link a:before {
  content: "";
  font-family: "Ionicons";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-effect-icon.offset-v-43 .elm-link {
  margin-top: -43px;
}
.has-effect-icon.offset-v-19 .elm-link {
  margin-top: -19px;
}
.has-effect-icon.offset-v-25 .elm-link {
  margin-top: -25px;
}
.has-effect-icon.offset-h-49 .elm-link {
  margin-left: -49px;
}
.has-effect-icon.offset-h-46 .elm-link {
  margin-left: -46px;
}
.has-effect-icon.offset-h-24 .elm-link {
  margin-left: -24px;
  /* Icon 1 */
}
.has-effect-icon .elm-link a.icon-1 {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 50px;
  color: #fff;
  font-size: 28px;
}
.has-effect-icon .elm-link a.icon-1:before {
  content: "\f1fe";
}
.has-effect-icon .elm-link a.icon-1.icon-search:before {
  content: "\f4a4";
  /* Icon 2 */
}
.has-effect-icon .elm-link a.icon-2 {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.has-effect-icon .elm-link a.icon-2:before {
  content: "\f1fe";
  /* Icon 3 */
}
.has-effect-icon .elm-link span.icon-3 {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  margin-left: -10px;
}
.has-effect-icon .elm-link span.icon-3:before {
  content: "\f4a4";
}
.has-effect-icon:hover .elm-link {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.has-effect-icon .elm-link a.icon-1:hover {
  border-color: #dc7532;
  background-color: #dc7532;
}
.has-effect-icon .elm-link a.icon-2:hover, .has-effect-icon .elm-link span.icon-3:hover {
  color: #dc7532;
  /* Icon 4 */
}
.has-effect-icon.w40 .elm-link > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  vertical-align: top;
  /* Rev Slider
-------------------------------------------------------------- */
}
.custom .tp-bullet {
  background-color: #f2f2f2;
  border-radius: 50%;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  background-color: #dc7532;
}
.custom.tparrows {
  background-color: #e7e7e7;
  border-radius: 50%;
}
.tp-leftarrow.tparrows {
  margin-left: 15px;
}
.tp-rightarrow.tparrows {
  margin-right: 15px;
}
.custom.tparrows:before {
  color: #bdbdbd;
}
.custom.tparrows:hover {
  background-color: #dc7532;
}
.custom.tparrows:hover:before {
  color: #fff;
  /* Top Bar
-------------------------------------------------------------- */
}
#top-bar {
  position: relative;
  z-index: 1;
}
#top-bar, #top-bar a {
  color: #999;
}
#top-bar .top-bar-inner-wrap {
  display: table;
  width: 100%;
  padding: 12px 0 13px 0;
}
#top-bar .top-bar-content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#top-bar .top-bar-socials {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  /* Top Bar Content */
}
#top-bar .top-bar-content .content, #main-nav-mobi .top-bar-content .content {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 21px;
  margin: 0 6px;
}
#main-nav-mobi .top-bar-content .inner {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#top-bar .top-bar-content .content:first-child, #main-nav-mobi .top-bar-content .content:first-child {
  margin-left: 0;
}
#top-bar .top-bar-content .content:last-child, #main-nav-mobi .top-bar-content .content:last-child {
  margin-right: 0;
}
#top-bar .top-bar-content .content:before, #main-nav-mobi .top-bar-content .content:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
}
#top-bar .top-bar-content .content.address:before, #main-nav-mobi .top-bar-content .content.address:before {
  content: "\f015";
}
#top-bar .top-bar-content .content.phone:before, #main-nav-mobi .top-bar-content .content.phone:before {
  content: "\f098";
}
#top-bar .top-bar-content .content.time:before, #main-nav-mobi .top-bar-content .content.time:before {
  content: "\f017";
}
#top-bar .top-bar-content .content:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 10px;
  background-color: #444;
  transform: translateY(-50%);
}
#top-bar .top-bar-content .content:last-child:after, #main-nav-mobi .top-bar-content .content:last-child:after {
  width: 0;
  height: 0;
  background-color: transparent;
  /* Top Bar Socials*/
}
#top-bar .top-bar-socials .text {
  padding-right: 18px;
}
#top-bar .top-bar-socials .icons a {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 15.8px;
}
#top-bar .top-bar-socials .icons a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 10px;
  background-color: #444;
  transform: translateY(-50%);
}
#top-bar .top-bar-socials .icons a:last-child {
  padding-right: 0 !important;
}
#top-bar .top-bar-socials .icons a:hover {
  color: #dc7532;
  /* Style 1 */
}
.topbar-style-1 #top-bar {
  background-color: #262626;
  /* Style 2 */
}
.topbar-style-2 #top-bar {
  background-color: #e9e9e9;
}
.topbar-style-2 #top-bar .top-bar-socials .icons {
  white-space: nowrap;
}
.topbar-style-2 #top-bar .top-bar-socials .icons a:before, .topbar-style-2 #top-bar .top-bar-content .content:after {
  background-color: #d5d4d4;
}
.topbar-style-2 #top-bar .top-bar-socials .icons a {
  padding: 0 10.5px;
}
.topbar-style-2 #top-bar .top-bar-socials .text {
  padding-right: 11px;
  /* Style 3 */
}
.topbar-style-3 #top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar-style-3 #top-bar, .topbar-style-3 #top-bar a {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-style-3 #top-bar .top-bar-inner-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar-style-3 #top-bar .top-bar-content .content {
  padding: 0 12px 0 22px;
  margin: 0 4px;
}
.topbar-style-3 #top-bar .top-bar-content .content:first-child {
  margin-left: 0;
}
.topbar-style-3 #top-bar .top-bar-socials .icons a:before, .topbar-style-3 #top-bar .top-bar-content .content:after {
  background-color: rgba(126, 121, 122, 0.7);
}
.topbar-style-3 #top-bar .top-bar-socials .icons a {
  padding: 0 10.5px;
}
.topbar-style-3 #top-bar .top-bar-socials .text {
  padding-right: 10px;
  font-size: 13px;
  /* Header
-------------------------------------------------------------- */
}
#site-header {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#site-header-inner {
  position: relative;
}
#site-header .wrap-inner {
  padding-top: 28.5px;
  padding-bottom: 28.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-has-search #site-header #main-nav {
  right: 28px;
}
.menu-has-search #site-header #header-search {
  display: block;
}
#site-header #header-search {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 10;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Site Logo */
}
#site-logo {
  float: left;
  max-width: 100%;
}
#site-header-inner .elm-button {
  float: left;
  margin-left: 14rem;
  /* Head-menu */
}
.head-menu {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  /* Main Nav */
}
.head-menu li {
  display: inline-block;
  padding: 0 10.5px;
}
.head-menu li:last-child {
  padding-right: 0 !important;
}
.head-menu li a:hover, .head-menu li a.selected {
  color: #dc7532 !important;
}
#main-nav ul {
  margin: 0;
}
#main-nav ul li {
  position: relative;
  list-style: none;
}
#main-nav > ul > li {
  float: left;
  padding: 0 17.5px;
}
#main-nav > ul > li > a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  position: relative;
  line-height: 100px;
  font-family: 'Montserrat', sans-serif;
  /* Sub Menu */
}
#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  padding: 15px 0;
  background-color: #262626;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}
#main-nav .sub-menu li a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 14px;
  color: #999;
  padding: 5px 20px;
  font-weight: 600;
}
#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#main-nav .sub-menu li a:hover, #main-nav .sub-menu li.current-item a {
  color: #dc7532;
  /* Mobile Menu */
}
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background-color: #f6f6f6;
  max-height: calc(100vh - 93px);
  overflow: auto;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  text-align: center;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid #ebebeb;
  position: relative;
}
#main-nav-mobi ul > li > a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 600;
}
#main-nav-mobi ul li:first-child {
  border-top: 0;
}
#main-nav-mobi ul > li.current-menu-item > a, #main-nav-mobi ul > li > a:hover {
  color: #dc7532;
}
#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  content: "\f103";
  color: #b1b1b1;
}
#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f102";
}
#main-nav-mobi ul ul li {
  background-color: #f2f2f2;
  border-color: #ebebeb;
  /* Search icon */
}
#site-header .header-search-icon {
  display: block;
  font-size: 14px;
  line-height: 100px;
  /* Search Form */
}
#site-header .header-search-form {
  position: absolute;
  right: 0;
  top: 100%;
  width: 270px;
  opacity: 0;
  visibility: hidden;
}
#site-header .header-search-field {
  width: 300px;
  margin: 0;
  padding-top: 13px;
  padding: 10px 50px 10px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.15);
}
#site-header .header-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  border-radius: 0;
}
#site-header .header-search-form.show {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  /* Mobile Menu Button */
}
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
  background-color: #dc7532;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  /* Header Fixed */
}
#site-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#site-header.is-fixed.is-small .wrap-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-header.is-fixed.is-small .header-search-icon, #site-header.is-fixed.is-small .nav-top-cart-wrapper .nav-cart-trigger, #site-header.is-fixed.is-small #main-nav > ul > li > a {
  line-height: 76px;
  /* Style 1 */
}
.header-style-1 #site-header #main-nav {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-1.menu-has-search #site-header #main-nav {
  right: 44px;
}
.header-style-1 #site-header #main-nav > ul > li.current-menu-item > a, .header-style-1 #site-header #main-nav > ul > li:hover > a {
  color: #dc7532;
  /* Style 2 */
}
.header-style-2 #site-header #main-nav {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-2.menu-has-search #site-header #main-nav {
  right: 44px;
}
.header-style-2 #site-logo {
  margin-left: 6px;
}
.header-style-2 #site-header .wrap-inner {
  padding-top: 31px;
  padding-bottom: 30px;
}
.header-style-2 #main-nav > ul > li > a, .header-style-2 #site-header .header-search-icon {
  line-height: 101px;
}
.header-style-2 #main-nav > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #dc7532;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-style-2 #main-nav > ul > li.current-menu-item > a:after, .header-style-2 #main-nav > ul > li > a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  /* Style 3 */
}
.header-style-3 #site-header {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
}
.header-style-3 #site-header #site-logo {
  margin-left: 2px;
}
.header-style-3 #site-header #main-nav {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-style-3.menu-has-search #site-header #main-nav {
  right: 44px;
}
.header-style-3 #site-header .header-search-icon, .header-style-3 #site-header #main-nav > ul > li > a {
  color: #fff;
}
.header-style-3 #site-header #main-nav > ul > li.current-menu-item > a, .header-style-3 #site-header #main-nav > ul > li:hover > a {
  color: #dc7532;
}
.header-style-3 #site-header .header-search-icon, .header-style-3 #main-nav > ul > li > a {
  line-height: 99px;
}
.header-style-3 #site-header .wrap-inner {
  padding: 30px 0;
}
.header-style-3 #site-header.is-fixed.is-small {
  background-color: #3e3e3e;
  /* Absolute */
}
.site-header-absolute #site-header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  /* Featured Title
-------------------------------------------------------------- */
}
#featured-title {
  background-color: #f2f2f2;
}
#featured-title .featured-title-inner-wrap {
  padding: 28px 0 30px 0;
  display: table;
  overflow: hidden;
  width: 100%;
}
#featured-title .featured-title-heading-wrap {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 65%;
  padding-top: 6px;
}
#featured-title .feautured-title-heading {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
#featured-title #breadcrumbs {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 35%;
  padding-top: 5px;
}
#featured-title #breadcrumbs .sep {
  padding: 0 10px;
  color: #e0e0e0;
}
#featured-title #breadcrumbs .sep:last-child {
  display: none;
}
#featured-title #breadcrumbs span.trail-end {
  color: #999;
}
#featured-title #breadcrumbs a.trail-begin {
  color: #555;
}
#featured-title #breadcrumbs a:hover {
  color: #dc7532;
  /* Blog Post
-------------------------------------------------------------- */
}
.hentry {
  margin-top: 31px;
  padding-top: 40px;
  border-top: 1px solid #ebecf2;
}
.hentry:first-child {
  margin: 0;
  border: none;
  padding: 0;
}
.hentry .post-content-wrap {
  padding: 35px 0 0 0;
  /* Post media */
}
.post-media {
  position: relative;
}
.post-media > .post-calendar {
  position: absolute;
  top: 15px;
  left: 17px;
}
.post-media > .post-calendar .entry-calendar {
  display: inline-block;
  background-color: #dc7532;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  padding: 13px 18px 5px 18px;
}
.post-media .entry-calendar > span {
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.post-media .entry-calendar > span.day {
  font-size: 30px;
}
.post-media .entry-calendar > span.month {
  font-size: 12px;
  /* Post title */
}
.hentry .post-title {
  font-size: 16px;
  margin-bottom: 5px;
  /* Post meta */
}
.hentry .post-meta {
  color: #999;
  line-height: 27px;
  margin-bottom: 15px;
}
.hentry .post-meta a {
  color: #999;
}
.hentry .post-meta .item {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding-left: 14px;
}
.hentry .post-meta .item:first-child {
  padding-left: 0;
}
.hentry .post-meta .item:last-child {
  margin-right: 0;
}
.hentry .post-meta .item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #e5e5e5;
  width: 2px;
  height: 10px;
}
.hentry .post-meta .item:first-child:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
.hentry .post-meta a:hover {
  color: #dc7532;
  /* Post content */
}
.hentry .post-excerpt {
  margin-bottom: 28px;
}
.hentry .post-excerpt p:first-child {
  margin: 0;
}
.hentry .box-excerpt {
  margin: 27px 0;
}
.hentry .box-excerpt .thumb {
  float: left;
  margin: 4px 31px 0 0;
}
.hentry .box-excerpt .text {
  overflow: hidden;
  /* Post read more */
}
.hentry .post-link a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 11px 31px;
  letter-spacing: 0.5px;
  position: relative;
  border-radius: 35px;
  z-index: 1;
}
.hentry .post-link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hentry .post-link a:hover:before {
  opacity: 1;
  visibility: visible;
  height: 102%;
  width: 102%;
  border-radius: 35px;
  background-color: #dc7532;
  /* Post tags */
}
.hentry .post-tags-socials {
  width: 100%;
  display: table;
}
.hentry .post-tags {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  text-align: left;
}
.hentry .post-socials {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  text-align: right;
}
.hentry .post-tags > span {
  font-weight: 600;
  color: #222;
  font-style: italic;
  padding-right: 6px;
}
.hentry .post-tags a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  z-index: 1;
  padding: 3px 15px 3px 18px;
  margin: 0 18px 5px 0;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  letter-spacing: 0.7px;
  position: relative;
}
.hentry .post-tags a:before {
  content: '';
  position: absolute;
  top: 4px;
  right: -12px;
  height: 23px;
  width: 22px;
  border-radius: 4px;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  transform: rotate(45deg) skew(7deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  overflow: hidden;
}
.hentry .post-socials a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  color: #fff;
}
.hentry .post-socials a.facebook {
  background-color: #2d55a1;
}
.hentry .post-socials a.twitter {
  background-color: #1bbcf2;
}
.hentry .post-socials a.linkedin {
  background-color: #0690c9;
}
.hentry .post-socials a.pinterest {
  background-color: #ec4b2e;
}
.hentry .post-socials a:hover, .hentry .post-tags a:hover {
  background-color: #dc7532;
  color: #fff;
}
.hentry .post-tags a:hover {
  border-color: #dc7532;
}
.hentry .post-tags a:hover:before {
  background-color: #dc7532;
  border-color: #dc7532;
  /* Comments */
}
.comments-area {
  padding-top: 58px;
}
.comments-area .comments-title, .comments-area .comment-reply-title {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  /* Comments list */
}
.comment-list {
  margin: 0;
}
.comment-list li.comment {
  padding: 0;
}
.comment-list article {
  position: relative;
  padding: 26px 0 35px 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 6px;
}
.comment-list article .gravatar {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 22px;
  margin-top: 5px;
}
.comment-list article .comment-content {
  overflow: hidden;
}
.comment-list article .comment-content p {
  margin: 0;
}
.comment-list .comment-meta {
  margin-bottom: 17px;
}
.comment-list .comment-meta .comment-author {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}
.comment-list .comment-meta .comment-time {
  line-height: 23px;
  color: #999;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}
.comment-list .comment-meta .comment-time:before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.comment-list .comment-reply {
  position: absolute;
  top: 23px;
  right: 6px;
}
.comment-list .comment-reply:after {
  content: "\f13a";
  font-family: "Ionicons";
  right: 0;
  top: 0;
  color: #dc7532;
  margin-right: -5px;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-list .comment-reply a {
  color: #dc7532;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.comment-list .children {
  margin: 0;
}
.comment-list .children > li {
  padding: 0 0 0 71px;
}
.comment-list .children > li .gravatar {
  margin-right: 19px;
  margin-top: 3px;
}
.comment-list .children > li .comment-meta {
  margin-bottom: 12px;
}
.comment-list .children > li article {
  margin-bottom: 8px;
}
.comment-list .comment-reply a:hover, .comment-list .comment-reply:hover:after {
  color: #222;
  /* Style 2 */
}
.comment-list.style-2 li {
  background-color: #f5f5f5;
  margin-top: 6px;
}
.comment-list.style-2 li:first-child {
  margin-top: 0;
}
.comment-list.style-2 article {
  margin: 0;
  border: none;
  padding: 31px 40px 31px 39px;
}
.comment-list.style-2 article .gravatar {
  width: 106px;
  height: 106px;
  margin: 7px 31px 0 0;
}
.comment-list.style-2 .comment-meta .comment-author {
  font-size: 16px;
  line-height: 26px;
  padding-right: 8px;
}
.comment-list.style-2 .comment-meta .comment-position {
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #999;
  display: inline-block;
  padding-left: 11px;
  position: relative;
}
.comment-list.style-2 .comment-meta .comment-position:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.comment-list.style-2 .comment-meta {
  margin-bottom: 6px;
}
.comment-list.style-2 .comment-text p {
  letter-spacing: 0.1px;
  margin-bottom: 15px;
}
.comment-list.style-2 .comment-text .socials > a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #898989;
  background-color: #fff;
  font-size: 16px;
  margin: 0 0.9px;
}
.comment-list.style-2 .comment-text .socials > a:first-child {
  margin-left: 0;
}
.comment-list.style-2 .comment-text .socials > a:hover {
  background-color: #dc7532;
  color: #fff;
  /* Comments respond */
}
.comment-respond {
  padding-top: 52px;
}
#commentform .name-wrap, #commentform .email-wrap {
  width: 49.2%;
  float: left;
  margin-right: 1.6%;
}
#commentform .email-wrap {
  margin-right: 0;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform textarea {
  background-color: #fafafb;
}
#commentform textarea {
  height: 150px;
}
#comments .comment-respond .form-submit {
  margin: 0;
  /* Widgets
-------------------------------------------------------------- */
}
#sidebar .widget {
  position: relative;
  z-index: 1;
  margin-top: 56px;
  margin-bottom: 56px;
}
#sidebar .widget:first-child {
  margin-top: 0;
  /* Center */
}
.widget.align-center {
  text-align: center;
  /* Box shadow */
}
.widget.has-shadow {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.03);
  /* No sep */
}
.widget.no-sep .widget-title span {
  padding: 0;
}
.widget.no-sep .widget-title span:after {
  height: 0;
  width: 0;
  background-color: transparent;
  /* Border */
}
.widget.has-border.border-solid {
  border: 1px solid #f2f2f2;
  /* Widget title */
}
.widget .widget-title {
  font-size: 16px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.widget .widget-title span {
  display: block;
  position: relative;
  padding: 0 0 16px 0;
}
.widget .widget-title span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #dc7532;
  /* Widget Search */
}
#sidebar .widget.widget_search .search-form {
  position: relative;
}
#sidebar .widget.widget_search .search-form .search-field {
  background-color: #fff;
  padding-right: 50px;
  margin: 0;
}
#sidebar .widget.widget_search .search-form .search-submit {
  position: absolute;
  background-color: #999;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
  text-align: center;
  text-indent: 9999px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
#sidebar .widget.widget_search .search-form .search-submit:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 15px;
  width: 50px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-indent: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar .widget.widget_search .search-form .search-submit:hover {
  background-color: #dc7532;
  /* Widget follow */
}
#sidebar .widget.widget_follow .follow-wrap.col3 {
  margin: 0 -4px;
}
#sidebar .widget.widget_follow .follow-wrap.col3 > .follow-item {
  width: 20%;
  float: left;
  height: auto;
  margin: 0 0 1em;
}
#sidebar .widget.widget_follow .follow-wrap.g8 .follow-item {
  padding: 0 4px;
}
#sidebar .widget.widget_follow .follow-item .inner {
  background-color: #3b59a1;
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px;
}
#sidebar .widget.widget_follow .follow-item.twitter .inner {
  background-color: #46b0e4;
}
#sidebar .widget.widget_follow .follow-item.google .inner {
  background-color: #dd4c39;
}
#sidebar .widget.widget_follow .follow-item.facebook .inner {
  background-color: #4a76a8;
}
#sidebar .widget.widget_follow .follow-item.vk .inner {
  background-color: #4a76a8;
}
#sidebar .widget.widget_follow .follow-item.instagram .inner {
  background: linear-gradient(45deg, #fad803, #f76900, #f70a00, #de1539, #b23994, #8944ba, #7b34ad);
}
#sidebar .widget.widget_follow .follow-item.mail .inner {
  background-color: #005ff7;
}
#sidebar .widget.widget_follow .follow-item.ok .inner {
  background-color: #f37f10;
}
#sidebar .widget.widget_follow .follow-item.telegram .inner {
  background-color: #35a4e0;
}
#sidebar .widget.widget_follow .follow-item.youtube .inner {
  background-color: #ea3f3e;
}
#sidebar .widget.widget_follow .follow-item a {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
#sidebar .widget.widget_follow .follow-item .text {
  display: block;
  margin-top: 13px;
  line-height: 18px;
}
#sidebar .widget.widget_follow .follow-item:hover a {
  background-color: #dc7532;
  /* Widget lastest */
}
.widget.widget_lastest ul {
  margin: 0;
}
.widget.widget_lastest ul li {
  margin-top: 33px;
  padding: 0;
}
.widget.widget_lastest ul li:first-child {
  margin-top: 0;
  border: none;
}
.widget.widget_lastest .thumb {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 19px;
  margin-top: 5px;
}
.widget.widget_lastest .text {
  overflow: hidden;
}
.widget.widget_lastest h3 {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.widget.widget_lastest .post-date {
  font-size: 13px;
  color: #999;
}
#footer .widget.widget_lastest h3 {
  color: #fff;
}
#footer .widget.widget_lastest .post-date {
  color: #777879;
  /* Widget tags */
}
.widget.widget_tags .tags-list a {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  z-index: 1;
  padding: 4px 5px;
  margin: 0 18px 9px 0;
  font-family: 'Montserrat', sans-serif;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  letter-spacing: 0.7px;
  transition: none;
}
.span_1_of_4 .widget.widget_tags .tags-list a {
  margin: 0 18px 18px 0;
}
.widget.widget_tags .tags-list a:before {
  content: '';
  position: absolute;
  top: 4px;
  right: -12px;
  height: 24px;
  width: 23px;
  border-radius: 4px;
  background-color: #fff;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  transform: rotate(45deg) skew(7deg);
  z-index: -1;
  overflow: hidden;
}
#footer .widget.widget_tags .tags-list a {
  color: #fff;
}
#footer .widget.widget_tags .tags-list a:before {
  background-color: transparent;
}
#footer .widget.widget_tags .tags-list a:hover, .widget.widget_tags .tags-list a:hover {
  background-color: #dc7532;
  color: #fff;
}
#footer .widget.widget_tags .tags-list a:hover:before, .widget.widget_tags .tags-list a:hover:before {
  background-color: #dc7532;
  border-color: #fff;
  /* Widget instagram */
}
.widget.widget_instagram .instagram-wrap.col3 {
  margin: 0 -4px;
}
.widget.widget_instagram .instagram-wrap.col3 > .instagram_badge_image {
  width: 33.333%;
  float: left;
  height: auto;
}
.widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image {
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.widget.widget_instagram .instagram_badge_image a {
  position: relative;
  display: block;
  /* Widget list */
}
.widget.widget_list {
  background-color: #414141;
}
.widget.widget_list .inner {
  padding: 18px 30px;
}
.widget.widget_list ul {
  margin: 0;
}
.widget.widget_list .list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}
.widget.widget_list .list-item:first-child {
  border-top: 0;
}
.widget.widget_list .list-item > a {
  position: relative;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  display: block;
}
.widget.widget_list .list-item > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b3b3b3;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.widget.widget_list .list-item .text {
  padding-left: 20px;
  display: block;
  overflow: hidden;
}
.widget.widget_list .list-item > a:hover, .widget.widget_list .list-item > a.selected {
  color: #dc7532;
}
.widget.widget_list .list-item > a:hover:before, .widget.widget_list .list-item > a.selected:before {
  background-color: #dc7532;
  /* Widget lastest twitter */
}
.widget.widget_lastest_twitter ul {
  margin: 0;
}
.widget.widget_lastest_twitter ul li {
  padding: 2px 0;
  margin-top: 12px;
}
.widget.widget_lastest_twitter ul li:first-child {
  margin-top: 0;
}
.widget.widget_lastest_twitter .icon-wrap {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_lastest_twitter .icon-wrap.has-width.w30 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: #414141;
  color: #fff;
}
.widget.widget_lastest_twitter .text {
  overflow: hidden;
  font-weight: 300;
  color: #666;
}
.widget.widget_lastest_twitter .text a {
  font-weight: 600;
  color: #222;
}
.widget.widget_lastest_twitter .text p {
  margin: 0;
}
.widget.widget_lastest_twitter li:hover .icon-wrap.has-width.w30 {
  background-color: #dc7532;
}
.widget.widget_lastest_twitter .text a:hover {
  color: #dc7532;
  /* Widget help */
}
.widget.widget_help .inner {
  padding: 44px 20px 33px 20px;
  /* Pagination
-------------------------------------------------------------- */
}
.themesubf-pagination {
  margin-top: 34px;
  padding-top: 39px;
  border-top: 1px solid #e7e7e7;
}
.themesubf-pagination ul {
  margin: 0;
  position: relative;
}
.themesubf-pagination ul li {
  display: inline-block;
  padding: 0;
  margin-right: 5.5px;
}
.themesubf-pagination ul li .page-numbers {
  display: inline-block;
  font-size: 14px;
  color: #777;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  line-height: 40px;
  background-color: transparent;
}
.themesubf-pagination ul li .page-numbers span.fa {
  font-size: 16px;
}
.themesubf-pagination ul li .page-numbers:hover, .themesubf-pagination ul li .page-numbers.current {
  background-color: #dc7532;
  color: #fff;
  border-color: #dc7532;
}
.themesubf-pagination .page-prev-next {
  width: 100%;
  border: 1px solid #e7e7e7;
}
.themesubf-pagination .page-prev-next > li {
  width: 49.7%;
  border-left: 1px solid #e7e7e7;
  display: inline-block;
  margin: 0;
  padding: 13px 15px 11px 15px;
}
.themesubf-pagination .page-prev-next > li:first-child {
  border-left: 0;
}
.themesubf-pagination .page-prev-next > li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #999;
  position: relative;
  z-index: 1;
}
.themesubf-pagination .page-prev-next > li a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0%;
  text-align: center;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-pagination .page-prev-next > li a.prev:before {
  content: "\f104";
  left: 0;
}
.themesubf-pagination .page-prev-next > li a.next:before {
  content: "\f105";
  right: 0;
}
.themesubf-pagination .page-prev-next > li a:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #e9e9e9;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themesubf-pagination .page-prev-next > li a.prev:after {
  left: 0;
}
.themesubf-pagination .page-prev-next > li a.next:after {
  right: 0;
}
.themesubf-pagination .page-prev-next > li a.prev {
  padding-left: 36px;
}
.themesubf-pagination .page-prev-next > li a.next {
  padding-right: 36px;
}
.themesubf-pagination .page-prev-next > li a:hover {
  color: #dc7532;
}
.themesubf-pagination .page-prev-next > li a:hover:before {
  color: #fff;
}
.themesubf-pagination .page-prev-next > li a:hover:after {
  background-color: #dc7532;
  /* Footer
-------------------------------------------------------------- */
}
#footer {
  background: url('/local/templates/.default/assets/img/page/bg-footer.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 79px 0 72px 0;
}
#footer-widgets .widget .widget-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 24px;
  letter-spacing: 1.3px;
  margin-top: 2px;
}
#footer-widgets .widget .widget-title span {
  padding: 0 0 8px 0;
}
#footer-widgets .widget .widget-title span:after {
  width: 40px;
}
#footer-widgets .widget.widget_lastest ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 13px;
  margin-top: 19px;
}
#footer-widgets .widget.widget_lastest ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
#footer-widgets .widget ul {
  margin: 0;
  list-style: none;
}
#footer-widgets .widget p {
  color: #999;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  /* Widget text */
}
#footer-widgets .widget.widget_text li {
  margin-top: 15px;
}
#footer-widgets .span_1_of_4 .widget.widget_text li {
  margin-top: 35px;
}
#footer-widgets .widget.widget_text li:first-child {
  margin-top: 0;
}
#footer-widgets .widget.widget_text li .inner {
  position: relative;
}
#footer-widgets .widget.widget_text span.fa {
  display: inline-block;
  text-align: center;
  background-color: #dc7532;
  color: #1d1d1d;
  font-size: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin: 0 14px 0 0;
}
#footer-widgets .widget.widget_text span.text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  overflow: hidden;
}
#footer-widgets .widget.widget_text span.text a {
  color: rgba(255, 255, 255, 0.8);
}
#footer-widgets .widget.widget_text span.sl {
  text-transform: uppercase;
  /* Bottom
-------------------------------------------------------------- */
}
#bottom {
  background-color: #1d1d1d;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
}
#bottom .bottom-bar-inner-wrap {
  padding: 26px 0 28px 0;
  display: table;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#bottom .bottom-bar-content {
  display: table-cell;
  margin: 0;
  text-align: left;
  width: 40%;
  vertical-align: middle;
}
#bottom #copyright span {
  color: #fff;
}
#bottom #copyright span.text {
  padding-left: 6px;
  letter-spacing: 0.6px;
}
#bottom .bottom-bar-menu {
  display: table-cell;
  text-align: right;
  width: 60%;
  vertical-align: middle;
}
#bottom ul.bottom-nav {
  margin: 0;
  list-style: none;
}
#bottom ul.bottom-nav > li {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}
#bottom ul.bottom-nav > li:last-child {
  padding-right: 0;
}
#bottom ul.bottom-nav > li > a {
  font-size: 13px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  position: relative;
  font-weight: 500;
}
#bottom ul.bottom-nav > li.current-menu-item > a, #bottom ul.bottom-nav > li > a:hover {
  color: #dc7532;
  /* Scroll Top
-------------------------------------------------------------- */
}
#scroll-top {
  position: fixed;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}
#scroll-top.show {
  right: 24px;
  opacity: 1;
  visibility: visible;
}
#scroll-top:before, #scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top:before {
  z-index: -1;
  background-color: #3e3e3e;
}
#scroll-top:after {
  content: "\f10c";
  font-family: "Ionicons";
  font-size: 18px;
  color: #fff;
}
#scroll-top:hover:before {
  background-color: #dc7532;
  /* Switcher
-------------------------------------------------------------- */
}
.switcher-container {
  position: fixed;
  left: -220px;
  top: 100px;
  width: 220px;
  background-color: #000;
  z-index: 99999999;
}
.switcher-container h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  margin: 0;
}
.switcher-container h2 a {
  background-color: #dc7532;
  display: block;
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: 0;
  color: #fff;
}
.switcher-container h2 a.active:after {
  position: absolute;
  right: 21px;
  top: 0;
  content: "\f104";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
}
.switcher-container h2 a.active i {
  display: none;
}
.switcher-container h2 a:hover, .switcher-container h2 a:focus {
  text-decoration: none;
}
.switcher-container h2 i {
  margin-top: 10px;
  font-size: 25px;
  color: #fff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.switcher-container h2 i:hover {
  color: #fff;
}
.switcher-container h3 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.switcher-container .selector-box {
  color: #fff;
  overflow: hidden;
}
.switcher-container .layout-switcher {
  margin: 0 0 10px 0;
  overflow: hidden;
}
.switcher-container .layout-switcher a.layout {
  float: left;
  display: block;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  margin-left: 10px;
}
.switcher-container .layout-switcher a.layout:first-child {
  margin-left: 0;
}
.switcher-container .layout-switcher a.layout:hover {
  color: #fff;
  cursor: pointer;
}
.switcher-container .color-box {
  height: auto;
  overflow: hidden;
  margin-bottom: 6px;
}
.switcher-container .styleswitch {
  margin-bottom: 10px;
}
.sw-odd {
  background-color: #272727;
  padding: 21px 0 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-even {
  background-color: #191919;
  padding: 21px 0 25px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sw-even a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px 10px 20px;
  margin-right: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
}
.sw-even a:hover {
  background-color: #dc7532;
  border: 1px solid #dc7532;
  color: #fff !important;
}
.sw-light {
  background-color: #fff;
  color: #000 !important;
}
.sw-odd a {
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: inline-block;
  line-height: 17px;
  width: 100%;
  position: relative;
  padding-left: 47px;
}
.sw-odd .ws-colors a:before {
  background: none;
}
.sw-odd .ws-colors a {
  position: relative;
  width: auto;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #333;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
}
.sw-odd .ws-colors a.current:before {
  position: absolute;
  left: 8px;
  top: 6px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  z-index: 999;
  text-shadow: 0 0 2px #000;
}
.sw-odd .ws-colors #color1 {
  background-color: #dc7532;
}
.sw-odd .ws-colors #color2 {
  background-color: #3b59a1;
}
.sw-odd .ws-colors #color3 {
  background-color: #46b0e4;
}
.sw-odd .ws-colors #color4 {
  background-color: #dd4c39;
}
.sw-even h3 {
  margin-bottom: 6px;
}
.sw-odd .sw-image {
  padding: 0 20px 15px 0;
}
.sw-odd .sw-image a {
  padding: 0;
  margin-bottom: 5px;
}
.sw-odd .sw-image .sw-buy {
  padding: 16px 0;
  color: #fff;
  width: 100%;
  /* Pattern */
}
.sw-pattern.pattern {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 98%;
  background-color: #000;
  width: 100%;
  z-index: -1;
  padding: 20px 0 30px 20px;
}
.sw-pattern.pattern a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
.sw-pattern.pattern a.current:before {
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #fff;
  text-shadow: 0 0 2px #000;
  /* Boxed
-------------------------------------------------------------- */
}
.home-boxed #page {
  z-index: 0;
  width: 92.708%;
  margin: 0 auto;
  background: #fff;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  /* Media Queries
-------------------------------------------------------------- */
}
@media only screen and (max-width: 1199px) {
  .hentry .post-tags, .hentry .post-socials, #bottom ul.bottom-nav > li {
    padding: 0 10px;
  }
  .has-effect-icon.w40 .elm-link > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .right-38 {
    right: 0 !important;
  }
  .hentry .box-excerpt .text {
    overflow: inherit;
  }
  .widget.widget_list .inner {
    padding: 15px;
  }
  .themesubf-row.gutter-mobile .span_1_of_3 {
    width: 50%;
  }
  .divider.h35 {
    height: 35px;
    display: block;
    clear: both;
  }
  #site-header-inner .elm-button {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 991px) {
  #site-header .mobile-button {
    display: block;
  }
  #main-nav, .menu-has-search #site-header #header-search, .menu-has-cart #site-header .nav-top-cart-wrapper, #top-bar .top-bar-content, .switcher-container, .row-information {
    display: none;
  }
  #top-bar .top-bar-socials {
    width: 100%;
    display: block;
  }
  #main-content {
    padding: 60px 0;
  }
  #featured-title .featured-title-heading-wrap, #featured-title #breadcrumbs {
    width: 50%;
  }
  .sidebar-right #site-content, .sidebar-right #sidebar, .sidebar-left #sidebar, .sidebar-left #site-content, .sidebar-right.width-71 #site-content, .sidebar-right.width-73 #site-content {
    float: none;
    width: 100%;
  }
  .site-header-absolute #site-header-wrap {
    position: relative;
  }
  .header-style-3 #site-header {
    background-color: #3e3e3e;
  }
  .topbar-style-3 #top-bar {
    background-color: #262626;
  }
  .themesubf-row .span_1_of_3 {
    width: 50%;
  }
  .themesubf-row.gutter-30 > [class*="col"]:nth-child(3) {
    clear: both;
  }
  #footer {
    padding: 60px 0;
  }
  #bottom .bottom-bar-menu, #bottom .bottom-bar-content {
    width: 50%;
    text-align: center;
    vertical-align: top;
  }
  .themesubf-row.separator.drank > [class*="span_"], .themesubf-row.separator.light > [class*="col"] {
    border-left: 0;
  }
  .widget.widget_instagram .instagram-wrap.g10 .instagram_badge_image img {
    width: 100%;
    display: block;
  }
  .comment-list.style-2 article {
    padding: 15px;
  }
  .themesubf-row .col.span_1_of_4 {
    width: 100%;
  }
  .divider.h35 {
    height: 35px;
    display: none;
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .wrap-inner {
    padding: 20px 0;
  }
  #bottom .bottom-bar-content, #bottom .bottom-bar-menu {
    width: 100%;
    display: block;
  }
  #bottom .bottom-bar-menu {
    margin-top: 10px;
  }
  .hentry .box-excerpt .thumb {
    margin: 0 0 27px 0;
    float: none;
  }
  .comment-respond {
    padding-top: 35px;
  }
  .custom.tparrows, .custom .tp-bullet {
    display: none;
  }
  .separator-solid .flat-content-wrap {
    border-bottom: 0;
  }
  .themesubf-row .span_1_of_3, .themesubf-row .span_1_of_6, .themesubf-row.gutter-mobile .span_1_of_3, .themesubf-row .span_1_of_4 {
    width: 100%;
  }
  .padding-left-13 {
    padding: 0 !important;
  }
  .widget.widget_instagram .instagram_badge_image img {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-button {
    margin: -33px 0 0;
  }
  #site-header.is-fixed.is-small .mobile-button {
    margin: 0;
  }
  .head-menu li {
    padding: 0 10.5px 0 0;
  }
  .topbar-style-2 #top-bar .top-bar-socials .text {
    display: none;
  }
  #site-header-inner .elm-button {
    margin: 1em 0 0;
    width: 100%;
    text-align: left;
  }
  #site-header.is-fixed.is-small .elm-button {
    display: none;
  }
  .themesubf-headings.style-1 .heading {
    font-size: 24px;
    line-height: 38px;
  }
  .themesubf-partner.style-1 .thumb {
    width: auto;
    height: auto;
  }
  #featured-title #breadcrumbs, .hentry .post-tags, .hentry .post-socials, #featured-title .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: left;
  }
  .hentry .post-tags a {
    margin-bottom: 15px;
  }
  .themesubf-pagination .page-prev-next > li {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #e7e7e7;
  }
  .themesubf-pagination .page-prev-next > li:first-child {
    border-top: 0;
  }
  .comment-list .children {
    display: none;
  }
  .comment-list .comment-meta .comment-time {
    padding-left: 0;
  }
  .comment-list .comment-meta .comment-time:before {
    width: 0;
    height: 0;
    background-color: transparent;
  }
  #commentform .name-wrap, #commentform .email-wrap {
    width: 100%;
    margin-right: 0;
  }
  .comment-list.style-2 article {
    padding: 10px;
  }
  .comment-list.style-2 .comment-meta .comment-position:before {
    width: 0;
    height: 0;
    background-color: transparent;
  }
  .comment-list.style-2 .comment-meta .comment-position {
    padding-left: 0;
  }
  .comment-list article .gravatar {
    float: none;
    margin: 0;
  }
  .comment-list article .comment-content {
    position: relative;
    margin-top: 15px;
  }
  .comment-list .comment-reply {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .comment-list article .comment-content p {
    padding-bottom: 0;
  }
  #comments .comment-list article .comment-content .comment-text {
    padding-bottom: 30px;
  }
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: 100%;
  }
  .comment-list.style-2 article .gravatar {
    margin: 0;
  }
  #footer .main-logo img {
    width: 120px;
  }
}
.multicolor_popup {
  position: fixed;
  left: -240px;
  top: 200px;
  z-index: 200;
  transition: all 0.5s ease;
}
.multicolor_popup.open {
  left: 0;
}
.multicolor_cont {
  background: #fff;
  font-size: 16px;
  color: #000;
  width: 240px;
}
.multicolor_cont a {
  text-decoration: none;
}
.multicolor_razd {
  padding: 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.multicolor_razd:last-child {
  border-bottom: none;
}
.multicolor_tit {
  margin-bottom: 15px;
}
.multicolor_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.multicolor_el {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.multicolor_el:nth-child(5n) {
  margin-right: 0;
}
.multicolor_el.active {
  border: 2px solid #dc7532;
}
.multicolor_el:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.multicolor_el > i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.multicolor_add_bt_bl {
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
}
.multicolor_add_bt {
  color: #fff;
  display: block;
  width: 250px;
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  text-decoration: none;
  background: #dc7532;
  border: 1px solid #dc7532;
  padding: 17px 10px 17px 20px;
  border-radius: 0 0 6px 6px;
  /* border-top:none; */
}
.multicolor_add_bt .fa {
  transform: rotate(90deg);
  margin-left: 20px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.multicolor_add_bt:focus, .multicolor_add_bt:active, .multicolor_add_bt:hover {
  background: #fff;
  color: #dc7532;
  text-decoration: none;
}
.multicolor_bt {
  width: 28px;
  height: 28px;
  border: 1px solid #e8e8e8;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
.multicolor_bt .fa {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2a2a2;
  color: #fff;
  font-size: 10px;
}
.multicolor_bt:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.popup_bl {
  padding: 65px 30px 55px;
  background: #fff;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 14px;
  width: 480px;
  max-width: 100%;
}
.popup_bl.comm_popup {
  width: 800px;
  padding: 30px 0;
}
.popup_bl.comm_popup .ind_comment_el {
  border: none;
}
.popup_bl .fancybox-close-small {
  padding: 0;
  background: none;
}
.popup_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.popup_txt {
  color: #999;
  margin-bottom: 35px;
}
.popup_form_el {
  margin-bottom: 15px;
  position: relative;
}
.popup_form_el .error_txt {
  position: absolute;
  font-size: 12px;
  color: #ff0b00;
  top: -15px;
  right: 0;
}
.popup_form_el .error_txt.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_el .jq-selectbox__select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}
.popup_form_el img.calendar-icon {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 25;
}
.popup_form_el small {
  font-size: 80%;
  color: #999;
}
.popup_form_el ul {
  margin-bottom: 0;
}
.popup_form_el ul > li {
  margin-bottom: 0;
  padding-left: 0;
}
.popup_form_el ul > li:before {
  display: none;
}
.popup_form_el select[multiple="multiple"] {
  height: 150px;
  font-size: 14px;
}
.popup_form_el[data-sid="DATE"] {
  display: none;
}
.popup_form_el[data-sid="DATE"] .calendar-icon {
  display: none;
}
.popup_form_el[data-sid="SPECIALIST_NAME"] {
  display: none;
}
.pop_el_tit {
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 0;
  top: -24px;
}
.pop_el_tit sup {
  font-size: 90%;
  top: -2px;
  color: #ff0b00;
  font-weight: bold;
  margin-left: 3px;
}
.pop_el_tit.big {
  left: 15px;
  top: 10px;
  font-size: 16px;
}
.popup_form_prava {
  margin-bottom: 30px;
  line-height: 1.4;
}
.jq-checkbox.checked {
  background: #dc7532;
  border-color: #dc7532;
}
.jq-radio.checked {
  background: #fff;
}
.jq-radio.checked .jq-radio__div {
  background: #dc7532;
  border-color: #dc7532;
}
.popup_form_bt .color_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.popup_form_bt .bord_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup_form_prava.error .jq-checkbox {
  border-color: red;
}
.wrapper-shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: rgba(0, 0, 0, 0.16);
  overflow: auto;
}
.wrapper-shadow.wrapper-shadow_active {
  opacity: 1;
  z-index: 10000;
}
.close-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.close-modal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
}
.close-modal a img {
  max-width: 100%;
  height: auto;
}
.modal-form {
  position: fixed;
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  width: 562px;
  left: calc(50% - 280px);
  top: 75px;
  z-index: -1;
  height: auto;
  -webkit-box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  padding: 36px 36px 40px 36px;
}
.modal-form-content {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-form-content__title {
  font-weight: 500;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.modal-form-content__text {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(102, 102, 102, 0.7);
  margin-top: 30px;
}
.modal-form-content form {
  margin-top: 35px;
}
.modal-form-block {
  width: 100%;
  margin-bottom: 15px;
}
.modal-form textarea {
  height: 150px;
}
.modal-form .checkbox {
  padding-left: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 35px;
}
.modal-form input[type="submit"] {
  margin: 0 auto;
  margin-top: 40px;
}
.file-upload {
  height: 45px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.file-upload__name {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: rgba(102, 102, 102, 0.4);
}
.file-upload__button {
  display: block;
}
.file-upload__button img {
  max-width: 100%;
  height: auto;
}
.field-error {
  border-color: red !important;
}
.modal-form_active {
  position: absolute;
  z-index: 10;
  opacity: 1;
}
.checkbox {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.checkbox__text {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #666;
  margin-left: 15px;
  position: relative;
}
.checkbox__text a {
  color: #000;
  border-bottom: 1px solid currentColor;
}
.checkbox__text p {
  margin: 0;
}
.checkbox input:checked ~ .checkbox__text:after {
  opacity: 1;
}
.checkbox input.check-error ~ .checkbox__text:before {
  border-color: red !important;
}
.checkbox__text:before {
  border: 2px solid #dc7532;
  content: '';
  position: absolute;
  top: 4px;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: #fff;
}
.checkbox__text:after {
  border-left: 2px solid #dc7532;
  border-bottom: 2px solid #dc7532;
  content: '';
  position: absolute;
  top: 8px;
  left: -26px;
  width: 7px;
  height: 4px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.error-sending {
  text-align: center;
  padding: 36px 36px 60px 36px;
  max-width: 562px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  background-color: #fff;
  display: none;
  z-index: 10;
  right: calc(50% - 252px);
  position: absolute;
  top: calc(50% - 150px);
}
.error-sending-content {
  margin-top: 10px;
}
.error-sending-content__title {
  font-weight: 500;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 30px;
}
.successful-sending {
  text-align: center;
  padding: 36px 36px 60px 36px;
  max-width: 562px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  box-shadow: 0 5px 20px 0 rgba(63, 70, 85, 0.05);
  background-color: #fff;
  display: none;
  z-index: 10;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.successful-sending-content {
  margin-top: 10px;
}
.successful-sending-content__title {
  font-weight: 500;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .successful-sending {
    max-width: 300px;
    width: 100%;
    padding: 15px;
  }
  .successful-sending-content__image .fa-3x {
    font-size: 2em;
  }
  .successful-sending-content__title {
    font-size: 16px;
  }
}
.successful-sending_active, .error-sending_active {
  display: block;
}
.ajax-pager-loading {
  display: block;
}
.row-about .half-background.style-1, section-about .half-background.style-1, .row.about .half-background.style-1, section.about .half-background.style-1 {
  position: relative;
  overflow: hidden;
}
.row-about .half-background.style-1 img, section-about .half-background.style-1 img, .row.about .half-background.style-1 img, section.about .half-background.style-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index {
  display: flex;
  flex-direction: column;
}
.index section {
  width: 100%;
}
.index section[data-order="0"] {
  order: 0;
}
.index section[data-order="1"] {
  order: 1;
}
.index section[data-order="2"] {
  order: 2;
}
.index section[data-order="3"] {
  order: 3;
}
.index section[data-order="4"] {
  order: 4;
}
.index section[data-order="5"] {
  order: 5;
}
.index section[data-order="6"] {
  order: 6;
}
.index section[data-order="7"] {
  order: 7;
}
.index section[data-order="8"] {
  order: 8;
}
.index section[data-order="9"] {
  order: 9;
}
.index section[data-order="10"] {
  order: 10;
}
.index section[data-order="11"] {
  order: 11;
}
.index section[data-order="12"] {
  order: 12;
}
.index section[data-order="13"] {
  order: 13;
}
.index section[data-order="14"] {
  order: 14;
}
.index section[data-order="15"] {
  order: 15;
}
.index section[data-order="16"] {
  order: 16;
}
.index section[data-order="17"] {
  order: 17;
}
.index section[data-order="18"] {
  order: 18;
}
.index section[data-order="19"] {
  order: 19;
}
.index section[data-order="20"] {
  order: 20;
}
.index section[data-order="21"] {
  order: 21;
}
.index section[data-order="22"] {
  order: 22;
}
.index section[data-order="23"] {
  order: 23;
}
.index section[data-order="24"] {
  order: 24;
}
.index section[data-order="25"] {
  order: 25;
}
.index section[data-order="26"] {
  order: 26;
}
.index section[data-order="27"] {
  order: 27;
}
.index section[data-order="28"] {
  order: 28;
}
.index section[data-order="29"] {
  order: 29;
}
.index section[data-order="30"] {
  order: 30;
}
.index section[data-order="31"] {
  order: 31;
}
.index section[data-order="32"] {
  order: 32;
}
.index section[data-order="33"] {
  order: 33;
}
.index section[data-order="34"] {
  order: 34;
}
.index section[data-order="35"] {
  order: 35;
}
.index section[data-order="36"] {
  order: 36;
}
.index section[data-order="37"] {
  order: 37;
}
.index section[data-order="38"] {
  order: 38;
}
.index section[data-order="39"] {
  order: 39;
}
.index section[data-order="40"] {
  order: 40;
}
.index section[data-order="41"] {
  order: 41;
}
.index section[data-order="42"] {
  order: 42;
}
.index section[data-order="43"] {
  order: 43;
}
.index section[data-order="44"] {
  order: 44;
}
.index section[data-order="45"] {
  order: 45;
}
.index section[data-order="46"] {
  order: 46;
}
.index section[data-order="47"] {
  order: 47;
}
.index section[data-order="48"] {
  order: 48;
}
.index section[data-order="49"] {
  order: 49;
}
.index section[data-order="50"] {
  order: 50;
}
.index section[data-order="51"] {
  order: 51;
}
.index section[data-order="52"] {
  order: 52;
}
.index section[data-order="53"] {
  order: 53;
}
.index section[data-order="54"] {
  order: 54;
}
.index section[data-order="55"] {
  order: 55;
}
.index section[data-order="56"] {
  order: 56;
}
.index section[data-order="57"] {
  order: 57;
}
.index section[data-order="58"] {
  order: 58;
}
.index section[data-order="59"] {
  order: 59;
}
.index section[data-order="60"] {
  order: 60;
}
.index section[data-order="61"] {
  order: 61;
}
.index section[data-order="62"] {
  order: 62;
}
.index section[data-order="63"] {
  order: 63;
}
.index section[data-order="64"] {
  order: 64;
}
.index section[data-order="65"] {
  order: 65;
}
.index section[data-order="66"] {
  order: 66;
}
.index section[data-order="67"] {
  order: 67;
}
.index section[data-order="68"] {
  order: 68;
}
.index section[data-order="69"] {
  order: 69;
}
.index section[data-order="70"] {
  order: 70;
}
.index section[data-order="71"] {
  order: 71;
}
.index section[data-order="72"] {
  order: 72;
}
.index section[data-order="73"] {
  order: 73;
}
.index section[data-order="74"] {
  order: 74;
}
.index section[data-order="75"] {
  order: 75;
}
.index section[data-order="76"] {
  order: 76;
}
.index section[data-order="77"] {
  order: 77;
}
.index section[data-order="78"] {
  order: 78;
}
.index section[data-order="79"] {
  order: 79;
}
.index section[data-order="80"] {
  order: 80;
}
.index section[data-order="81"] {
  order: 81;
}
.index section[data-order="82"] {
  order: 82;
}
.index section[data-order="83"] {
  order: 83;
}
.index section[data-order="84"] {
  order: 84;
}
.index section[data-order="85"] {
  order: 85;
}
.index section[data-order="86"] {
  order: 86;
}
.index section[data-order="87"] {
  order: 87;
}
.index section[data-order="88"] {
  order: 88;
}
.index section[data-order="89"] {
  order: 89;
}
.index section[data-order="90"] {
  order: 90;
}
.index section[data-order="91"] {
  order: 91;
}
.index section[data-order="92"] {
  order: 92;
}
.index section[data-order="93"] {
  order: 93;
}
.index section[data-order="94"] {
  order: 94;
}
.index section[data-order="95"] {
  order: 95;
}
.index section[data-order="96"] {
  order: 96;
}
.index section[data-order="97"] {
  order: 97;
}
.index section[data-order="98"] {
  order: 98;
}
.index section[data-order="99"] {
  order: 99;
}
section.quote {
  z-index: 1;
}
.row-quote {
  position: relative;
}
.row-quote:before, .row-quote:after {
  content: '';
  position: absolute;
  filter: brightness(1.2);
}
.row-quote:before {
  top: 100%;
  left: 0;
  border-top: 95px solid #dc7532;
  border-right: 455px solid transparent;
}
@media only screen and (max-width: 1199px) {
  .row-quote:before {
    border-top: 45px solid #dc7532;
  }
}
.row-quote:after {
  bottom: 100%;
  right: 0;
  border-bottom: 95px solid #dc7532;
  border-left: 455px solid transparent;
}
@media only screen and (max-width: 1199px) {
  .row-quote:after {
    border-bottom: 45px solid #dc7532;
  }
}

/* End */


/* Start:/local/templates/.default/assets/css/colorpicker.css?17267476673208*/
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/local/templates/.default/assets/css/images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index:300;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/local/templates/.default/assets/css/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/local/templates/.default/assets/css/images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/local/templates/.default/assets/css/images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 0px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 62px;
	height: 22px;
	background: url(/local/templates/.default/assets/css/images/colorpicker_hex.png) top;
	background-size:100% auto;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/local/templates/.default/assets/css/images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 62px;
	height: 22px;
	background: url(/local/templates/.default/assets/css/images/colorpicker_submit1.png) top;
	left: 282px;
	top: 142px;
	cursor:pointer;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/* End */


/* Start:/local/templates/.default/assets/css/jquery.formstyler.css?17267476672286*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 20;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/.default/assets/css/jquery.formstyler.theme.css?172674766710567*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #dadada;
	cursor: pointer;
	text-align:left;
}
/* .jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
} */
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 2px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 4px 0 0 3px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 2px 0 0 2px;
	border-radius: 50%;
}
.jq-file {
	width: 100%;
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 80px 0 0px;
	border-bottom: 1px solid #dadada;
	background: #FFF;
	font-size: 16px;
    font-family: proxima_nova;
    color: #999;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	font-size: 16px;
    font-family: proxima_nova;
    color: #999;
	line-height: 34px;
	opacity:0;
}
/* .jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
} */
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}
.jq-selectbox__select {
	height: 44px;
	padding: 0 45px 0 15px;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #fff;
	font-size:16px;
	line-height:44px;
	color: #333;
	color:#999999;
}
/* .jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
} */
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 19px;
	right: 14px;
	width: 0;
	height: 0;
	border-top: 5px solid #a0a0a0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	top:100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font-size:14px;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li:before {
	display:none;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
	margin-bottom:0;
}
.jq-selectbox li:hover {
	background-color: #e8e8e8;
	color:#000;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/.default/assets/css/jquery.fancybox.css?172674766718537*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  /* background: #fff; */
  display: inline-block;
  /* margin: 0 0 6px 0; */
  max-width: 100%;
  overflow: auto;
  /* padding: 0; */
  /* padding: 24px; */
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  height: 55px;
  margin: 0;
  /* padding: 6px; */
  position: absolute;
  right: 0;
  top: 0;
  width: 65px;
  z-index: 10; }

.fancybox-close-small svg path {
	width:20px;
}
.fancybox-close-small svg {
  fill: transparent;
  margin-top:7px;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  width:40px;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/ubf_lawyer_two_new/css/style.css?172674766734542*/
.body{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 25.61px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif !important;
}
h1, h2, h3, h4, h5, h6,
.widget.widget_tags .tags-list a,
#footer-widgets .widget.widget_text span.text,
button, input[type="button"], input[type="reset"], input[type="submit"],
.themesubf-button,
.font-heading,
.widget.widget_list .list-item > a{
	font-family: "Open Sans", sans-serif;
}

.p0{
	padding-left: 0;
	padding-right: 0;
}
img{
	max-width: 100%;
}

.bg-gray{
	background-color: #5C6672;
}

.header-top{
	padding: 12px 0;
	background: #DE9814;
	color: #FEFEFE;
	font-size: 18px;
	line-height: 24.51px;
	font-weight: 600;
}
.header-top__item{
	display: inline-block;
	margin: 0 69px 0 0;
	vertical-align: middle;
}
.header-top__item:last-child{
	margin: 0;
}
.header-top__item-phone,
.header-top__item-address{
	padding: 0 0 0 30px;
	position: relative;
}
.header-top__item-address:before{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/map-point.svg');
	position: absolute;
	top: 2px;
	left: 0;
}
.header-top__item-phone:before{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/phone.svg');
	position: absolute;
	top: 2px;
	left: 0;
}
.header-top__item a{
	color: #FEFEFE;
	text-decoration: none;
}
.header-top__item-phone span{
	margin: 0 0 0 10px;
	font-weight: 400;
}
.header-bottom{
	padding-top: 17px;
	padding-bottom: 17px;
}
.header-bottom-items{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}

.main-menu-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.menu-burger{
	display: inline-block;
	margin: 0 30px 0 0;
}
.main-menu{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.main-menu__item{
	display: inline-block;
	margin: 0 20px 0 0;
	list-style-type: none;
	color: #5C6672;
	font-weight: 400;
	font-size: 20px;
	line-height: 27.24px;
}
.main-menu__item:last-child{
	margin: 0;
}
.main-menu__item-link{
	display: block;
	margin: 0 20px 0 0;
	color: #5C6672;
	text-decoration: none;
}
.main-menu__item-link:last-child{
	margin: 0;
}

.logo-wrapper{
	display: inline-block;
	margin: 0 0 0 35px;
}

.btn{
	display: inline-block;
	cursor: pointer;
}
.btn-def{
	border-radius: 80px;
	border: none;
}
.search-btn{
	margin: 0 0 0 55px;
	outline: none;
}
.search-btn:focus{
	outline: none;
	-webkit-box-shadow: unset;
    box-shadow: unset;
}
.lkk-btn{
	margin: 0 0 0 30px;
	padding: 12.5px 16px;
	min-width: 230px;
	text-align: center;
	font-size: 18px;
 	line-height: 24.51px;
	color: #FEFEFE;
	background: #5C6672;
	border-radius: 80px;
	text-decoration: none;
}
.themesubf-button.bg-accent.lkk-btn{
	background: #5C6672;
}

.numbers{
	position: relative;
}
.numbers-bg{
	min-height: 680px;
	background-image: url('/local/templates/ubf_lawyer_two_new/css/../img/logo-circle.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
    width: 100%;
    top: -185px;
    z-index: 0;
    background-size: 620px;
}
.numbers__items{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content: space-between;
	padding: 249px 15px 128px;
}
.numbers__item{
	color: #5C6672;
	text-align: center;
	max-width: 311px;
}
.numbers__item-img{
	max-width: 680px;
}
.numbers__item-numbs{
	font-weight: 700;
	font-size: 96px;
	line-height: 96.96px;
}
.numbers__item-text{
	margin: 10px 0 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
}

.title{
	margin: 0 0 20px;
	position: relative;
	font-weight: 700;
	font-size: 48px;
	line-height: 48.7px;
}
.title-small{
	position: relative;
	font-weight: 700;
	font-size: 48px;
	line-height: 48.48px;
}
.title-little{
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.title-orange-gray{
	color: #DE9814 !important;
}
.title-orange-gray span{
	color: #5C6672 !important;
}

.consult{
	padding: 51px 0;
	background: #DE9814;
}
.consult-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
}
.consult .title-small{
	margin: 0 50px;
	color: #FFFFFF;
}
.consult .sub-title{
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
}
.consult-btn{
	padding: 12.5px 16px;
	min-width: 230px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
	text-align: center;
	color: #5C6672;
	background: #FEFEFE;
	border-radius: 80px;
}
.title-small.title-line{
	margin-bottom: 50px;
}
.title-small.title-line:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 2px;
    width: 80px;
    background-color: #DE9814;
}

.director-mail{
	padding: 71px 0;
}
.director-mail-content{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.director-mail-content .text-wrapper{
	width: 100%;
	max-width: 525px;
}
.director-mail .title-small{
	color: #DE9814;
}
.director-mail .text{
	margin: 30px 0 0;
	font-size: 18px;
	line-height: 25.61px;
}
.director-mail .text p{
	margin: 0 0 30px;
}
.checked-list{
	margin: 30px 0 0;
	padding: 0;
}
.checked-list__item{
	padding: 0 0 0 24px;
	position: relative;
	list-style-type: none;
	font-weight: 600;
	color: #1C1C1C;
}
.checked-list__item:before{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/checked.svg');
	position: absolute;
	top: 0;
	left: 0;
}
.director-mail .form-wrapper{
	padding: 54px 50px;
	position: relative;
	width: calc(100% - 525px);
	color: #FEFEFE;
	background: #5C6672;
	border-radius: 20px;
	overflow: hidden;
	height: max-content
}
.director-mail .form-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	height: 290px;
	background-image: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/director-mail-bg.svg');
	z-index: 0;
}
.director-mail .form{
	position: relative;
	z-index: 1;
}
.director-mail .form-title{
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.director-mail .form-text{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 27.24px;
}
.director-mail .input-field{
	padding: 12px;
	background: #FEFEFE;
	border-radius: 8px;
}
.director-mail .input-field_message{
	min-height: 96px;
}
.director-mail .label{
	margin: 0 0 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.director-mail .form-btn{
	margin: 20px 0 0;
	padding: 12.5px 16px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
	background: #DE9814;
	color: #FEFEFE;
}
.director-mail .form-link,
.input-field-agreement-wrapper a{
	color: #DE9814;
}
.input-field-agreement-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}
.input-field-agreement{
	display: none !important;
}
.input-field-agreement:checked ~ .input-field-agreement-label {
    background-color: #DE9814;
}
.jq-checkbox,
.input-field-agreement-label {
	position: relative;
	margin: 12px 17px 12px 12px;
	height: 24px;
    width: 24px;
    border-radius: 5px;
	background: #FEFEFE;
	flex-shrink: 0;
}
.jq-checkbox .jq-checkbox__div:after,
.input-field-agreement-label:after {
	content: "";
	position: absolute;
	display: none;
	left: 8px;
	top: 5px;
	width: 6px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 2px;
}
.jq-checkbox.checked .jq-checkbox__div:after,
.input-field-agreement:checked ~ .input-field-agreement-label:after {
    display: block !important;
}
.jq-checkbox.checked .jq-checkbox__div{
	border-bottom: unset;
    border-left: unset;
	-webkit-transform: unset;
    transform: unset;
}
.jq-checkbox .jq-checkbox__div:after{
	top: 4px;
}

.loyalty{
	padding: 94px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: right;
}
.loyalty .list{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.loyalty .list__item{
	margin: 0 0 50px;
	padding: 0 0 0 60px;
	position: relative;
	list-style-type: none;
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
	text-align: left;
}
.loyalty .list__item:before{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/star.svg');
	position: absolute;
	top: calc(50% - 22px);
	left: 0;
}
.loyalty .list__item:last-child{
	margin: 0;
}

.our-clients{
	padding: 165px 0 100px;
}
.our-clients .text-wrapper{
	text-align: center;
}
.our-clients .title{
	margin: 0 0 20px;
	text-align: center;
	color: #DE9814;
}
.our-clients .description{
	display: inline-block;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 25.61px;
	text-align: left;
}

.project{
	background: #5C6672;
}

.case{
	padding: 75px 0;
}
.case .text-wrapper{
	text-align: center;
}
.case .description{
	color: #666666;
}
.case-list{
	margin-top: 70px;
}
.case-list-detail.case-list{
	margin-top: 0;
}
.case-list__item-img-wrapper{
	height: 250px;
	position: relative;
}
.case-list__item-img-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-list__item-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-list__item-description{
	padding: 21px 26px;
	position: relative;
	background: rgba(92, 102, 114, 0.1);
	font-size: 18px;
}
.case-list__item-description-light{
	padding: 21px 70px 21px 26px;
}
.case-list__item-price{
	margin: 10px 0 0;
	min-height: 25.6px;
	font-weight: 600;
}
.case-list__item-link-btn,
.img-block-data-link{
	display: block;
	padding: 14.5px 26px;
	position: relative;
	text-decoration: none;
	color: #FEFEFE;
	font-weight: 600;
	background: rgba(92, 102, 114, 0.4);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.case-list__item-link{
	position: relative;
}
.case-list__item-link-btn-light{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	min-width: 65px;
}
.case-list__item-link-btn:after,
.img-block-data-link:after{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/detail-arrow2.svg');
	position: absolute;
	top: calc(50% - 11px);
	right: 26px;
	width: 13px;
	height: 22px;
}
.case-list__item-link:hover .case-list__item-link-btn{
	background: #DE9814;
	color: #FEFEFE;
}
.case-list__item-link:hover .case-list__item-img-wrapper:before{
	opacity: 1;
}
.case .all-btn{
	margin: 70px 0 0;
}

.advantagers{
	padding: 20px 0 100px;
}
.advantagers .text-wrapper{
	text-align: center;
}
.advantagers .star-list{
	margin-top: 85px;
	margin-right: -36px;
	margin-left: -36px;
}
.star-list{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
}
.star-list__item{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 28px 12px;
	width: 100%;
	max-width: 370px;
}
.star-list__item-text{
	text-align: left;
}
.star-list__item-name{
	font-weight: 700;
	font-size: 20px;
	line-height: 27.24px;
}
.star-list__item-icon-wrap{
	margin: 0 42px 0 0;
	width: 41px;
	flex-shrink: 0;
	font-size: 45px;
    line-height: 57px;
	color: #5C6672;
}
.star-list__item-icon-wrap.orange{
	color: #DE9814;
}
.star-list__item-description{
	margin: 10px 0 0;
}

.img-block .img-block-bg{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
	justify-content: right;
	padding: 0;
	min-height: 542px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.img-block-description{
	color: #666666;
}
.img-block-text-wrapper{
	padding: 70px 56px;
}
.img-block-text-wrapper.bg-gray{
	background: rgba(158, 158, 158, 0.1);
}
.img-block-text{
	width: 100%;
	max-width: 495px;
}
.img-block .themesubf-button{
	margin: 60px 0 0;
	padding-left: 30px;
	padding-right: 30px;
}
.themesubf-button.bg-accent.bg-gray {
    background-color: rgba(92, 102, 114, 1);
}
.img-block-bg .img-block-data{
	width: 100%;
	max-width: 370px;
}
.img-block-bg .user-info{
	padding: 20px 26px;
	color: #1C1C1C;
}
.user-info.bg-gray{
	background: #F5F5F5;
}
.user-info .user-info__item{
	margin: 0 0 5px;
}
.user-info .user-info__item:last-child{
	margin: 0;
}
.user-info .user-info-char{
	color: #5C6672;
}
.user-info .user-info-char b{
	color: #1C1C1C;
}
.user-info .user-info-char span{
	color: #DE9814;
	font-weight: 600;
}
.img-block-data-link{
	background: #DE9814;
}
.img-block-data-link:hover{
	color: #FEFEFE;
}

.finance{
	padding: 100px 0;
}
.finance .text-wrapper {
    text-align: center;
}
.finance .director-mail-content{
	margin-top: 46px;
}

.conv-payment{
	padding: 75px 0;
}
.conv-payment .text-wrapper {
    text-align: center;
}
.conv-payment .note{
	margin: 20px 0 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 37px;
	color: #DE9814;
}
.conv-payment .list{
	margin-top: 73px;
}
.conv-payment .list__item-inner{
	padding: 39px 60px;
	height: 100%;
	background: rgba(158, 158, 158, 0.1);
}
.conv-payment .list__item-title{
	color: #DE9814;
}
.conv-payment .list__item-description{
	color: #1C1C1C;
}
.conv-payment .list__item-bottom{
	margin: 30px 0 0;
}
.conv-payment .list__item-price{
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
}
.conv-payment .list__item-price span{
	color: #5C6672;
}
.conv-payment .list__item .themesubf-button{
	padding-right: 30px;
	padding-left: 30px;
	color: #FEFEFE;
}

.payment-instalments{
	padding: 0 0 80px;
}
.payment-instalments .text-wrapper{
	text-align: center;
}
.payment-instalments .list__item-inner{
	padding: 0 40px;
}
.payment-instalments .list__item-title{
	padding-bottom: 30px;
	position: relative;
	color: #1C1C1C;
}
.payment-instalments .list__item-title:before{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background: #18355E;
	width: 80px;
	height: 2px;
}
.payment-instalments .list__item-price{
	margin: 8px 0 0;
	font-weight: 400;
	font-size: 65px;
	line-height: 63.7px;
	color: #DE9814;
}
.payment-instalments .list__item-price-note{
	margin: 5px 0 0;
	color: #5C6672;
}
.payment-instalments .note{
	margin: 28px 0 0;
	color: rgba(92, 102, 114, 0.6);
}
.payment-instalments .list__item-btn{
	margin: 28px 0 0;
	padding-right: 48px;
	padding-left: 48px;
}
.arrow-list{
	margin: 28px 0 0;
	padding: 0;
}
.arrow-list__item{
	margin: 0 0 13px;
	padding: 0 0 0 28px;
	position: relative;
	color: #1C1C1C;
}
.arrow-list__item:before{
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	width: 17px;
	height: 8px;
	background-image: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/arrow-list.svg');
	background-repeat: no-repeat;
}
.arrow-list__item:last-child{
	margin: 0;
}
.steps-line{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 125px 0 0;
	position: relative;
	max-width: max-content;
}
.steps-line:before{
	content: '';
	position: absolute;
	width: 100%;
	background: #5C6672;
	height: 3px;
}
.steps-line:after{
	content: '';
	position: absolute;
	top: -5px;
	right: 0;
	width: 14px;
    height: 14px;
    border-top: 3px solid #5C6672;
    border-right: 3px solid #5C6672;
	transform: rotate(45deg);
}
.steps-line__item{
	position: relative;
	margin: 0 50px 0 0;
	padding: 13px 0 0;
	min-width: 44px;
	font-weight: 600;
	color: #5C6672;
	white-space: nowrap;
}
.steps-line__item:before{
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #5C6672;
	border-radius: 50%;
}
.steps-line__item-text{
	position: absolute;
	bottom: 100%;
	padding: 0 0 0 8px;
}
.steps-line__item:first-child .steps-line__item-text{
	padding: 0;
}
.steps-line__item-title{
	margin: 0 0 10px;
	color: #1C1C1C;
	font-weight: 400;
	white-space: nowrap;
}
.steps-line__item .line{
	margin: 0 0 14px;
	width: 3px;
	height: 25px;
	background: #DE9814;
}

.slider{
	position: relative;
}
.slider-form{
	padding: 25px 35px;
	width: 340px;
	position: absolute;
	top: calc(50% - 164px);
	right: 0;
	background: #5C6672;
	color: #FEFEFE;
	border-radius: 20px;
	border: 2px solid #DE9814;
	overflow: hidden;
}
.slider-form:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 112px;
	height: 129px;
	background-image: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/slider-form-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-form__title{
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.slider-form__text{
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 27.24px;
}
.slider-form__btn{
	margin: 40px 0 10px;
	width: 100%;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 24.51px !important;
}







.inner-sidebar .themesubf-button{
	min-width: 215px;
}
.widget.widget_list{
	background-color: #5C6672;
}
.widget.widget_list .list-item{
	font-size: 18px;
}
.widget.widget_list .list-item > a:hover, 
.widget.widget_list .list-item > a.selected{
	color: #DE9814 !important;
}
.widget .widget-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	color: #DE9814;
}
.widget_help .text{
	color: #5C6672;
	font-size: 18px;
}
.widget_help .themesubf-button{
	min-width: 100%;
}

.themesubf-headings.style-2 .sup-heading{
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 25.61px;
	color: #1C1C1C;
}
.themesubf-headings.style-2 .heading{
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.themesubf-headings.style-2 .sub-heading{
	color: #1C1C1C;
	font-size: 16px;
}

.service-price{
	font-size: 20px;
	line-height: 27.24px;
}
.service-detail-text{
	font-size: 18px;
	line-height: 25.61px;
	color: #555555;
}
.flat-content-wrap.style-2 .service-include-title{
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.flat-content-wrap.style-2 .service-include-text p{
	color: #5C6672;
}
.service-include .themesubf-list{
	margin: 0 0 15px;
}
.service-include .themesubf-list:last-child{
	margin: 0;
}
.service-include .themesubf-list.style-1 .text{
	color: #1C1C1C;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
}
.service-include .themesubf-button{
	min-width: unset;
}
.service-feed.flat-content-wrap.style-2 .title{
	font-weight: 700;
	font-size: 48px;
	line-height: 48.48px;
}
.themesubf-tabs.style-2 .tab-title .item-title.active{
	background-color: #DE9814;
}
.themesubf-tabs.style-2 .tab-title .item-title > span{
	padding: 13px 14px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}



/*.section-def{
	padding: 70px 0;
}

.left-menu{
	margin: 0 0 24px;
	padding: 28px;
	background: #5C6672;
}
.left-menu__item-link{
	display: block;
	padding: 12px 20px;
	position: relative;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.left-menu__item-link:before{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
}
.left-menu__item:last-child .left-menu__item-link{
	border-bottom: none;
}
.left-menu__item-link.active,
.left-menu__item-link:hover{
	color: #DE9814;
}
.left-menu__item-link.active:before,
.left-menu__item-link:hover:before{
	background: #DE9814;
}

.widget .widget-title{
	color: #DE9814;
	font-size: 32px;
	line-height: 37px;
}
.widget .text{
	color: #5C6672;
}
.widget .themesubf-button{
	min-width: 100%;
	max-width: 230px;
}

.service-header{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	color: #1C1C1C;
	background: #F7F7F7;
}
.service-header-text{
	padding: 16px 26px;
	width: calc(100% - 400px);
}
.service-note{
	margin: 0 0 14px;
}
.service-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
}
.service-prev-text{
	font-size: 16px;
	line-height: 24px;
}
.service-price{
	margin: 20px 0 0;
}
.service-btn{
	margin: 40px 0 0;
}
.service-header-img-wrapper{
	min-width: 400px;
}
.service-detail-text{
	margin: 48px 0 0;
	color: #555555;
}
.service-detail-text p{
	margin: 0 0 15px;
}
.service-include{
	margin: 70px 0 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-include .list-wrapper{
	width: calc(100% - 400px);
	padding: 0 38px 0 0;
}
.service .list-text{
	font-size: 14px;
	line-height: 24px;
	color: #5C6672;
}
.service .checked-list{
	margin: 20px 0 0;
}
.service .checked-list__item{
	margin: 0 0 15px;
}
.files-wrapper{
	padding: 20px 32px;
	width: 100%;
	max-width: 390px;
	background: #5C6672;
}
.files-title{
	margin: 0 0 20px;
	color: #FFFFFF;
}
.files-wrapper .themesubf-button.bg-white{
	color: #333333;
}
.files-wrapper .themesubf-button.bg-white:hover{
	color: #fff;
}
.files-link-wrapper{
	margin: 0 0 16px;
}
.themesubf-button.files-link{
	text-align: left;
}
.files-link:last-child{
	margin: 0;
}
.service .button-wrap.has-icon .themesubf-button > span{
	padding-left: 0;
	padding-right: 15px;
}
.service .button-wrap.has-icon.icon-left .themesubf-button > span > .icon{
	left: unset;
	right: 0;
}*/


#footer{
	padding: 52px 0 72px 0;
	background: #5C6672;
}
#footer-widgets .widget .widget-title{
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 37px;
	font-weight: 700;
}
#footer-widgets .span_1_of_4 .widget.widget_text li{
	margin-top: 20px;
}
#footer-widgets .widget.widget_text span.text{
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
}
#footer-widgets .widget.widget_text span.fa{
	background-color: #DE9814;
	color: #FEFEFE;
}
.widget .widget-title span:after{
	background-color: #DE9814;
}
.span_1_of_4 .widget.widget_tags .tags-list a{
	margin: 0 33px 10px 0;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 25.61px;
	font-weight: 400;
}
.widget.widget_tags .tags-list a:before{
	height: 27px;
    width: 26px;
}
.copyrights{
	font-size: 13px;
	line-height: 26px;
}
#bottom ul.bottom-nav > li{
	padding: 0 19px;
}
#bottom ul.bottom-nav > li > a{
	font-size: 20px;
	line-height: 27.24px;
	font-weight: 400;
}

#site-header #header-search{
	position: relative;
	right: unset;
	top: unset;
	-webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}
.header-style-2 #site-header .header-search-icon{
	line-height: unset;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
	text-transform: none;
}

.themesubf-button.bg-accent{
	background-color: #DE9814;
}
.themesubf-button{
	padding: 12.5px 16px;
	min-width: 230px;
	text-align: center;
}
.project .title-small{
	margin-bottom: 55px;
}
.project .detail-link{
	position: relative;
	padding-right: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
	color: #FEFEFE;
}
.project .detail-link:after{
	content: url('/local/templates/ubf_lawyer_two_new/css/../img/icons/detail-arrow.svg');
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
}
.themesubf-button{
	font-weight: 600;
	font-size: 18px;
	line-height: 24.51px;
}
.themesubf-project.style-1 .text-wrap{
	padding: 17px 21px;
	top: unset;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	transform: unset;
	margin: 0;
}
.themesubf-project.style-1 .thumb:hover .text-wrap{
	background: #DE9814;
}
.themesubf-project.style-1 .heading{
	margin: 0 0 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 27.24px;
}

.mobile-menu-button{
	display: none;
	position: absolute;
    width: 26px;
    height: 26px;
    float: right;
    top: 50%;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-menu-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}
.mobile-menu-button:before, 
.mobile-menu-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.mobile-menu-button:before, 
.mobile-menu-button:after, 
.mobile-menu-button span {
    background-color: #e3b740;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.mobile-menu-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}
.mobile-menu-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}
.mobile-menu-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-menu-button.active span {
    opacity: 0;
}
.mobile-menu-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
#footer .widget.widget_tags .tags-list a{
	position: relative;
	border-right: 1px solid #e7e7e7;
}
#footer .widget.widget_tags .tags-list a:before{
	display: none;
}
#footer .widget.widget_tags .tags-list a:hover, .widget.widget_tags .tags-list a:hover,
#footer .widget.widget_tags .tags-list a:hover:before, .widget.widget_tags .tags-list a:hover:before{
	background-color: #DE9814;
}

.owl-theme .owl-nav [class*="owl-"]{
	background-color: #DE9814;
}

.app-list__item{
	display: inline-block;
	margin: 0 10px 10px 0;
}
.app-list__item-img{
	width: 100%;
	max-width: 151px;
}
.popup_cont{
	font-family: "Open Sans", sans-serif !important;
}
.header-top__item-social{
	float: right;
}
.header-top .social-list{
	line-height: 0;
}
.header-top .social-list__item{
	display: inline-block;
	margin: 0 20px 0 0;
}
.header-top .social-list__item,
.header-top .social-list__item svg{
	width: 25px;
	height: 25px;
}
.header-top .social-list__item svg path{
	fill: rgb(255 255 255);
}
.header-top .social-list__item:hover svg path{
	fill: #ebebeb;
}






@media(max-width: 1199px) {
	.logo-wrapper{
		max-width: 160px;
	}
	.main-menu__item{
		font-size: 18px;
		line-height: 25.24px;
	}
	.themesubf-button.bg-accent.lkk-btn{
		min-width: unset;
		font-size: 16px;
	}
	
	.numbers-bg{
		top: -120px;
		background-size: 460px;
	}
	.numbers__item-numbs{
		font-size: 50px;
		line-height: 50.96px;
	}
	
	.title-small{
		font-size: 38px;
		line-height: 38.48px;
	}
	
	.our-clients {
		padding: 80px 0;
	}
	
	.case-list__item-img-wrapper{
		height: 210px;
	}
	
	.advantagers {
		padding: 20px 0 50px;
	}
	
	.director-mail .form-wrapper{
		padding: 30px;
	}
	.director-mail .form-title{
		font-size: 20px;
		line-height: 25px;
	}
	.director-mail .form-text{
		font-size: 16px;
		line-height: 23.24px;
	}
	.director-mail .input-field-agreement-wrapper{
		font-size: 16px;
	}
	.input-field-agreement-label{
		margin: 12px 17px 12px 0;
	}
	
	.finance .star-list__item:first-child{
		margin-top: 0;
	}
	
	.themesubf-button{
		font-size: 16px;
	}
	
	.steps-line__item{
		margin: 0 40px 0 0;
	}
	
	.payment-instalments .list__item-inner{
		padding: 0;
	}
	
	#footer-widgets .widget .widget-title{
		font-size: 28px;
		line-height: 33px;
	}
	
	.themesubf-headings.style-2 .heading{
		font-size: 22px;
		line-height: 27px;
	}
	.widget .widget-title{
		font-size: 20px;
		margin-bottom: 26px;
	}
	.widget_help .text{
		font-size: 16px;
	}
	
	.flat-content-wrap.style-2 .service-include-title{
		font-size: 24px;
		line-height: 29px;
	}
	.service-feed.flat-content-wrap.style-2 .title{
		font-size: 32px;
		line-height: 32px;
	}
}
@media(max-width: 1182px) {
	.slider .slide__description{
		padding-top: 30px;
	}
}
@media(max-width: 991px) {
	.logo-wrapper{
		margin: 0;
	}
	
	.header-top__item{
		margin: 0px 15px 0 0;
		font-size: 14px;
	}
	
	.main-menu-wrapper{
		display: none;
		background-color: #f6f6f6;
		overflow: auto;
	}
	.main-menu-wrapper.active{
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9;
		max-height: calc(100vh - 93px);
	}
	.mobile-menu-button{
		display: block;
	}
	.main-menu{
		display: block;
	}
	.main-menu__item{
		display: block;
		margin: 0;
	}
	.main-menu__item-link{
		padding: 11px 0 !important;
		text-align: center;
		cursor: pointer;
		padding: 0;
		border-top: 1px solid #ebebeb;
		position: relative;
	}
	
	.numbers-bg{
		background-size: 260px;
	}
	
	.title{
		font-size: 50px;
		line-height: 50.7px;
	}
	.title-small{
		font-size: 28px;
		line-height: 28.48px;
	}
	
	.consult .title-small{
		margin: 0 20px 0 0;
	}
	
	.case-list__item{
		margin: 0 0 30px;
	}
	
	.star-list__item{
		max-width: 345px;
	}
	.star-list__item-name{
		font-size: 18px;
		line-height: 25.24px;
	}
	.star-list__item-description{
		font-size: 16px;
	}
	
	.img-block .img-block-bg{
		min-height: 350px;
		order: 0;
	}
	.img-block-text-wrapper{
		padding: 50px 15px;
		order: 1;
	}
	.img-block-text{
		max-width: 720px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.img-block-bg .img-block-data{
		max-width: 690px;
		margin: 0 auto;
	}
	
	.finance .director-mail-content{
		display: block;
	}
	
	.director-mail-content .text-wrapper{
		max-width: 100%;
	}
	.director-mail .form-wrapper{
		width: 100%;
	}
	.star-list__item{
		max-width: 100%;
	}
	
	.conv-payment .list__item{
		margin-bottom: 30px;
	}
	.conv-payment .list__item:last-child{
		margin-bottom: 0;
	}
	
	.payment-instalments .list__item-inner{
		margin-bottom: 30px;
	}
	.payment-instalments .list__item-inner:last-child{
		margin-bottom: 30px;
	}
	
	.loyalty .list__item{
		margin: 0 0 35px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.consult-wrapper{
		justify-content: space-between;
	}
	.consult-btn{
		margin: 30px 0 0;
	}
	
	.director-mail-content{
		display: block;
	}
	.director-mail .text{
		margin: 30px 0;
	}
	
	.slider-form{
		padding: 15px 25px;
	}
	.slider-form__title{
		font-size: 18px !important;
		line-height: 23px !important;
	}
	.slider-form__text{
		font-size: 16px !important;
		line-height: 23px !important;
	}
	.slider-form__btn{
		min-width: 100%;
		font-size: 14px !important;
	}
	.slider .slide__description{
		font-size: 20px;
	}
	
	.themesubf-row.equalize{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.half-background.style-2{
		height: auto;
	}
}
@media(max-width: 767px) {
	.header-top__item-social{
		float: unset;
	}
	
	.menu-burger{
		margin: 0;
	}
	
	.numbers-bg{
		display: none;
	}
	.numbers__items{
		display: block;
		padding: 45px 15px;
	}
	.numbers__item{
		margin: 0 0 30px;
		max-width: 100%;
	}
	.numbers__item:last-child{
		margin: 0;
	}
	
	.title{
		font-size: 38px;
		line-height: 38.7px;
	}
	
	.consult .title-small{
		margin: 0 0 30px;
	}
	
	.project .title-small {
		margin-bottom: 20px;
	}
	
	.advantagers .star-list{
		margin-top: 45px;
		margin-left: 0;
		margin-right: 0;
	}
	.star-list__item{
		margin: 0 0 30px;
		max-width: 100%;
	}
	/*.star-list__item:last-child{
		margin: 0;
	}*/
	
	.img-block-text{
		max-width: 540px;
	}
	.img-block-bg .img-block-data{
		max-width: 510px;
	}
	
	.conv-payment .list__item-inner{
		padding: 30px;
	}
	
	.steps-line{
		display: block;
		margin: 30px 0 0;
	}
	.steps-line:before{
		width: 3px;
		height: 100%;
	}
	.steps-line:after{
		top: calc(100% - 14px);
		right: unset;
		left: -6px;
		transform: rotate(135deg);
	}
	.steps-line__item{
		margin: 0 0 10px;
		padding: 0 0 0 20px;
		min-height: 50px;
	}
	.steps-line__item:before{
		top: 3px;
		left: -8px;
	}
	.steps-line__item-text{
		padding: 0;
		position: relative;
	}
	.steps-line__item .line{
		display: none;
	}
	
	.consult-wrapper{
		display: block;
	}
	.consult .sub-title{
		margin: 0 0 20px;
	}
	.consult-btn{
		margin: 0;
	}
	
	.slider-form{
		display: none !important;
	}
	
	.themesubf-row.equalize{
		display: block;
	}
	.half-background.style-2 {
		height: 330px;
	}
}

@media(max-width: 600px) {
	.numbers__item-numbs {
		font-size: 36px;
		line-height: 36.96px;
	}
	
	.img-block .img-block-bg {
		min-height: 210px;
	}
	
	.loyalty{
		padding: 50px 0;
	}
	.loyalty .list__item{
		font-size: 18px;
		line-height: 24px;
	}
}
@media(max-width: 575px) {
	.img-block-bg .img-block-data {
		max-width: calc(100% - 15px);
	}
	
	.conv-payment .list__item-inner {
		padding: 15px;
	}
	.conv-payment .list__item .themesubf-button {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media(max-width: 479px) {
	.lkk-btn-wrapper{
		width: 100%;
	}
	.lkk-btn{
		margin: 10px 0 0;
	}
	#site-header.is-fixed.is-small .lkk-btn {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/ammina/ip.selector/.default/style.min.css?17267476674016*/
.bam-ip .bam-ip-link{border-bottom:1px dashed}.bam-ip .bam-ip-link:hover{border-bottom:1px none transparent}.bam-ip-confirm{display:none;position:absolute;background-color:#fff;border:0 none;border-radius:5px;min-width:200px;margin-top:15px;z-index:1000}.bam-ip-confirm .bam-ip-confirm-content{width:100%;display:block;position:relative}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-content-arrow{display:block;position:absolute;width:100%;height:9px;top:-8px;background:url(/local/templates/.default/components/ammina/ip.selector/.default/images/arrow.png) center 0 no-repeat}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-title{padding:15px 20px;border:1px solid #ccc;border-bottom:0 none;border-radius:5px 5px 0 0}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-title span{font-weight:normal;display:block;text-align:center}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-title p{text-align:center;margin:0}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-buttons{display:block}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-buttons .bam-ip-confirm-button{display:inline-block;width:50%;min-width:70px;padding:10px;background-color:#DE9814;background:linear-gradient(to bottom,#DE9814,#DE9814);color:#fff;text-align:center}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-buttons .bam-ip-confirm-button.bam-ip-confirm-button-no{border-radius:0 0 0 5px;border-right:1px solid #5C6672}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-buttons .bam-ip-confirm-button.bam-ip-confirm-button-yes{border-radius:0 0 5px 0;border-left:1px solid #5C6672}.bam-ip-confirm .bam-ip-confirm-content .bam-ip-confirm-buttons .bam-ip-confirm-button:hover{background:linear-gradient(to top,#5C6672,#5C6672)}.bam-ip-popup{display:none;position:absolute}.bam-ip-popup .bam-ip-popup-window{background-color:#fff;margin:auto;padding:20px;z-index:1800;position:fixed;max-width:90%;max-height:90%;width:800px;height:400px;top:0;left:0;bottom:0;right:0}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-title{font-weight:bold;display:block;border-bottom:1px dotted #ccc;padding:0 0 10px 0;margin:0 0 10px 0;font-size:16px;position:relative}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-title h3{padding:0;margin:0;font-size:16px;font-weight:bold}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-title .bam-ip-popup-close{background-image:url(/local/templates/.default/components/ammina/ip.selector/.default/images/close.svg);display:block;position:absolute;top:0;right:0;width:16px;height:16px;background-size:contain}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-search{width:100%;padding:10px}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list{display:block;overflow:auto;max-height:100%;margin-top:10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-content:flex-start}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item{padding:5px 0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}@media(max-width:991.98px){.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media(max-width:575.98px){.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item .bam-ip-popup-content-item-link span{display:block;font-size:.9em;color:#888}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item .bam-ip-popup-content-item-link strong{color:#94002b}.bam-ip-popup .bam-ip-popup-window .bam-ip-popup-content .bam-ip-popup-content-list .bam-ip-popup-content-item .bam-ip-popup-content-item-link.bam-ip-popup-content-item-link-current{font-weight:bold}.bam-ip-popupbg{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#777;opacity:.7;z-index:1000}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/search/style.css?17267476671047*/
div.title-search-result {
    top: 197px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    border: none !important;
    position: fixed !important;
    background: #efefef;
    overflow: hidden;
    z-index: 1;
}

div.title-search-result > div {
    max-height: 320px;
    overflow: hidden;
}

.head_search_all {
    padding: 20px 0;
}

.head_search_rez_el {
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.2;
}

.standart_width {
    max-width: 1500px;
    /* width: 100%; */
    padding: 0 30px;
    margin: 0 auto;
}

.head_search_rez_el .standart_width {
    display: flex;
    align-items: center;
    height: 80px;
}

.head_search_rez_ic {
    display: block;
    margin-right: 30px;
    width: 60px;
    height: 60px;
    line-height: 55px;
}

.head_search_rez_ic img {
    max-height: 100%;
    vertical-align: middle;
}

.head_search_rez_txt {
    display: block;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer/style.css?1726747667264*/
.footer-menu__item{
	margin: 0 0 5px;
}
.footer-menu__item:last-child{
	margin: 0;
}
.footer-menu__item-link{
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
}
.footer-menu__item-link:hover,
.footer-menu__item-link.active{
	color: #DE9814;
}
/* End */
/* /local/templates/.default/assets/css/screen_s1.css?1752970230182795 */
/* /local/templates/.default/assets/css/colorpicker.css?17267476673208 */
/* /local/templates/.default/assets/css/jquery.formstyler.css?17267476672286 */
/* /local/templates/.default/assets/css/jquery.formstyler.theme.css?172674766710567 */
/* /local/templates/.default/assets/css/jquery.fancybox.css?172674766718537 */
/* /local/templates/ubf_lawyer_two_new/css/style.css?172674766734542 */
/* /local/templates/.default/components/ammina/ip.selector/.default/style.min.css?17267476674016 */
/* /local/templates/.default/components/bitrix/search.title/search/style.css?17267476671047 */
/* /local/templates/.default/components/bitrix/menu/footer/style.css?1726747667264 */
