/*!
Theme Name: Theme 55
Author: OlgaX by SeoPro
*/
/*FONTs
-------------------------------------------------*/
/*Montserrat*/
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*Fontello icons*/
@font-face {
  font-family: 'fontello';
  src: url('./fonts/fontello.eot');
  src: url('./fonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('./fonts/fontello.woff') format('woff'),
       url('./fonts/fontello.ttf') format('truetype'),
       url('./fonts/fontello.svg?#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.icon-star:before { content: '\e800'; }
.icon-stopwatch:before { content: '\e801'; }
.icon-thumbs-up:before { content: '\e802'; }
.icon-left-open-big:before { content: '\e803'; }
.icon-right-open-big:before { content: '\e804'; }
.icon-angle-up:before { content: '\e805'; }
.icon-right-small:before { content: '\e806'; }

/*BASE RULES
-------------------------------------------------*/
html,
body {
  font: 400 14px/2 Montserrat, sans-serif;
}
body {
  margin: 0;
  background: #fff;
  color: #787878;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  min-width: 320px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #e3b56f;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #222;
  text-decoration: none;
}
a:focus {
  outline: none;
}
blockquote {
  padding: 5px 0 5px 15px;
  border-left-width: 2px;
  border-color: #BC8B41;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}
.alignleft {
  float: left;
  margin: 0.5em 2em 0.5em 0;
  clear: both;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 2em;
  clear: both;
}
.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto;
  clear: both;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
/*HEADER
-------------------------------------------------*/
.tpl_header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1000;
}
.tpl_header-top {
  padding: 5px 0;
  background: #222;
  color: #fff;
}
.tpl_header-bottom {
  position: relative;
  background: #e3b56f;
  -webkit-box-shadow: 0 1px 4px #000;
     -moz-box-shadow: 0 1px 4px #000;
          box-shadow: 0 1px 4px #000;
}
/*FIXED HEADER*/
.tpl_header.fixed {
  position: fixed;
  width: 100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
/*LOGO*/
.tpl_logotype a {
  font-size: 18px;
  color: #fff;
}
.tpl_logotype a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background: url(img/logo.svg) no-repeat 50% 50%;
}
/*HEADER-PHONE*/
.tpl_header-tel {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  clear: both;
  padding-left: 40px;
  height: 30px;
  line-height: 40px;
  background: url(img/24x7.svg) no-repeat 0 50%;
}
.tpl_header-tel img {
  vertical-align: top;
}
/*NAV*/
.tpl_nav ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.tpl_nav li,
.mobile-nav li {
  list-style-type: none;
  display: inline-block;
}
.tpl_nav a,
.mobile-nav a {
  display: inline-block;
  padding: 5px 10px;
  color: #222;
  font-size: 12px;
  text-transform: uppercase;
}
.tpl_nav a:hover,
.mobile-nav a:hover,
.tpl_nav a:active,
.mobile-nav a:active,
.tpl_nav a:focus,
.mobile-nav a:focus,
.tpl_nav .current-menu-item a,
.mobile-nav .current-menu-item a,
.tpl_nav .current_page_item a,
.mobile-nav .current_page_item a {
  background: #BC8B41;
}
.mobile-nav {
  display: none;
}
.mobile-nav-visible {
  display: inline-block;
  vertical-align: middle;
}
/*NAV-ORDER BUTTON*/
.nav-order a {
  position: relative;
}
.nav-order a:after,
.nav-order a:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #BC8B41;
}
.nav-order a:after {
  bottom: 6px;
}
.nav-order a:before {
  top: 6px;
}
/*SLICKNAV MENU*/
.slicknav_menu {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slicknav_menu .menu {
  text-align: left;
}
.slicknav_menu .menu a {
  color: #787878;
  padding: 0;
}
.slicknav_menu .menu a:hover,
.slicknav_menu .menu a:active,
.slicknav_menu .menu a:focus,
.slicknav_menu .menu .current-menu-item a,
.slicknav_menu .menu .current_page_item a {
  background: transparent;
  color: #e3b56f;
}
.slicknav_open .slicknav_icon-bar {
  background: #BC8B41;
}
.slicknav_btn {
  float: right;
  z-index: 10000000;
}
.slicknav_btn:hover,
.slicknav_btn:active,
.slicknav_btn:focus {
  background: transparent !important;
}
.slicknav_menutxt,
.slicknav_icon {
  float: left;
}
.slicknav_icon {
  margin-top: 4px;
}
.slicknav_icon-bar {
  font: 700 16px/20px Arial, sans-serif;
  display: block;
  width: 1em;
  height: 0.125em;
  margin: 2px;
  background: #222;
}
.slicknav_nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  padding: 2% 0;
  clear: both;
  background: #222;
  background: rgba(34, 34, 34, 0.95);
  text-transform: uppercase;
  text-align: center;
  max-height: 200px;
  overflow: auto;
}
.slicknav_nav li {
  display: block;
}
/*SLICKNAV MENU RESPONSIVE*/
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
  .tpl_nav {
    display: none;
  }
}
/*FOOTER
-------------------------------------------------*/
.tpl_footer {
  background: #222;
  padding: 20px 0 35px 0;
  line-height: 1.25;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.tpl_footer-top,
.tpl_footer-center {
  margin-bottom: 15px;
}
/*FOOTER-MENU*/
.tpl_footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tpl_footer-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.tpl_footer-menu a {
  color: #BC8B41;
}
.tpl_footer-menu a:hover,
.tpl_footer-menu a:focus,
.tpl_footer-menu a:active,
.tpl_footer-menu .current-menu-item a,
.tpl_footer-menu .current_page_item a {
  color: #e3b56f;
}
/*TERMS*/
.tpl_footer-menu2 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tpl_footer-menu2 li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.tpl_footer-menu2 a {
  font-size: 13px;
  color: #787878;
}
.tpl_footer-menu2 a:hover,
.tpl_footer-menu2 a:focus,
.tpl_footer-menu2 a:active {
  color: #999;
}
/*COPYRIGHT*/
.tpl_copy {
  font-size: 13px;
  color: #787878;
}
/*FOOTER-PHONE*/
.tpl_footer-tel {
  opacity: 0.5;
}
/*FOOTER RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .tpl_payments,
  .tpl_copy,
  .tpl_footer-tel {
    text-align: center;
    margin: 5px auto;
  }
  .tpl_footer-center .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tpl_footer-center .row > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*FEATURES
-------------------------------------------------*/
.tpl_features-block {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  background: #F8F8F8;
  color: #222;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.tpl_features-block-item {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.tpl_features-block-item:hover .tpl_features-block-icon {
  background: transparent;
  -webkit-transform: rotate(360deg) scale(1.2);
     -moz-transform: rotate(360deg) scale(1.2);
      -ms-transform: rotate(360deg) scale(1.2);
       -o-transform: rotate(360deg) scale(1.2);
          transform: rotate(360deg) scale(1.2);
}
.tpl_features-block-item:hover .tpl_features-block-icon:before {
  color: #e3b56f;
}
.tpl_features-block-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #e3b56f;
  text-align: center;
  -webkit-transform: rotate(0deg) scale(1);
     -moz-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
       -o-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tpl_features-block-icon:before {
  content: '';
  font-size: 30px;
  font-family: 'fontello';
  color: #fff;
  text-align: center;
}
.tpl_features-block .item-1 .tpl_features-block-icon:before {
  content: '\e800';
}
.tpl_features-block .item-2 .tpl_features-block-icon:before {
  content: '\e801';
}
.tpl_features-block .item-3 .tpl_features-block-icon:before {
  content: '\e802';
}
.tpl_features-block-content-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  overflow: hidden;
  line-height: 1.25;
}
.tpl_features-block-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.tpl_features-block-text {
  font-size: 11px;
}
/*FEATURES RESPONSIVE*/
@media (max-width: 991px) {
  .tpl_features-block-icon {
    display: none;
  }
  .tpl_features-block-content-wrap {
    padding-left: 0;
  }
}
/*MAIN
-------------------------------------------------*/
.tpl_main-wrap {
  margin: 15px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/*ARTICLE*/
.tpl_article {
  margin-bottom: 30px;
}
.tpl_article .tpl_btn-wrap {
  margin: 30px 0;
  text-align: center;
}
/*HEADERS
-------------------------------------------------*/
.tpl_title,
.tpl_article h1,
.tpl_article h2,
.tpl_article h3,
.tpl_article h4,
.tpl_article h5,
.tpl_article h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.tpl_title .title-wrap,
.tpl_article h1 .title-wrap,
.tpl_article h2 .title-wrap,
.tpl_article h3 .title-wrap,
.tpl_article h4 .title-wrap,
.tpl_article h5 .title-wrap,
.tpl_article h6 .title-wrap {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.tpl_title .title-wrap:after,
.tpl_article h1 .title-wrap:after,
.tpl_article h2 .title-wrap:after,
.tpl_article h3 .title-wrap:after,
.tpl_article h4 .title-wrap:after,
.tpl_article h5 .title-wrap:after,
.tpl_article h6 .title-wrap:after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -1px;
  height: 1px;
  background: #e3b56f;
}
/*LIST ITEMS*/
.tpl_main-wrap ol,
.tpl_main-wrap ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.tpl_main-wrap ol ol,
.tpl_main-wrap ul ol,
.tpl_main-wrap ol ul,
.tpl_main-wrap ul ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.tpl_main-wrap li {
  list-style-type: none;
  list-style-position: inside;
  margin: 5px 0;
  position: relative;
}
.tpl_main-wrap ul li:before {
  content: '\25cf';
  display: inline-block;
  margin-right: 10px;
  color: #BC8B41;
}
.tpl_main-wrap ol {
  counter-reset: li;
}
.tpl_main-wrap ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  display: inline-block;
  margin-right: 3px;
  color: #BC8B41;
  font-weight: 700;
  font-size: 14px;
  font-family: monospace;
}
/*SIDEBAR
-------------------------------------------------*/
.tpl_sidebar {
  padding: 30px 0;
}
/*WIDGETS*/
.tpl_widget {
  margin-bottom: 40px;
}
.tpl_widget-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #F8F8F8;
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.tpl_widget ol,
.tpl_widget ul {
  margin: 0;
  padding: 0;
}
.tpl_widget li {
  list-style-type: none;
  margin-bottom: 5px;
}
.tpl_widget a {
  color: #787878;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.tpl_widget a:hover,
.tpl_widget a:active,
.tpl_widget a:focus,
.tpl_widget a .current-menu-item a,
.tpl_widget a .current_page_item a {
  color: #e3b56f;
}
/*PAGE: BLOG
-------------------------------------------------*/
/*ARTICLES*/
.layout-blog .tpl_article {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px dashed #F8F8F8;
}
.layout-blog .tpl_article-title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.layout-blog .tpl_article-title a {
  color: #BC8B41;
}
.layout-blog .tpl_article-title a:hover,
.layout-blog .tpl_article-title a:active,
.layout-blog .tpl_article-title a:focus {
  color: #222;
}
.layout-blog .tpl_article-title .title-wrap:after {
  left: 0;
  right: 0;
}
/*PAGINATION*/
.tpl_blog-pagination {
  margin: 30px 0;
  text-align: center;
}
.tpl_blog-pagination .nav-links {
  font-size: 0;
}
.tpl_blog-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  padding: 2px 7px;
  font-size: 18px;
}
.tpl_blog-pagination .page-numbers:hover,
.tpl_blog-pagination .page-numbers:active,
.tpl_blog-pagination .page-numbers:focus,
.tpl_blog-pagination .page-numbers.current {
  color: #787878;
}
.tpl_blog-pagination .screen-reader-text {
  display: none;
}
/*PAGE: 404
-------------------------------------------------*/
.layout-404 {
  text-align: center;
}
.layout-404 .tpl_article-title {
  margin: 0;
  font-size: 200px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.layout-404 .tpl_article-text {
  font-size: 20px;
}
/*PAGE: 404 RESPONSIVE*/
@media only screen and (max-width: 480px) {
  .layout-404 .tpl_article-title {
    font-size: 100px;
  }
  .layout-404 .tpl_article-text {
    font-size: 16px;
  }
}
/*BUTTONS
-------------------------------------------------*/
/*DARK-BTN*/
.tpl_dark-btn {
  padding: 13px 25px 11px 25px;
  border: 2px solid #BC8B41;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #e3b56f;
  color: #fff;
  text-shadow: 0 1px 1px #BC8B41;
  text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tpl_dark-btn:hover,
.tpl_dark-btn:active,
.tpl_dark-btn:focus {
  background: #BC8B41 !important;
  border-color: #BC8B41 !important;
  color: #fff !important;
}
/*LIGHT-BTN*/
.tpl_light-btn {
  padding: 7px 15px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tpl_light-btn:hover,
.tpl_light-btn:active,
.tpl_light-btn:focus {
  background: #BC8B41 !important;
  border-color: #BC8B41 !important;
  color: #fff !important;
}
/*MORE-LINK*/
.tpl_more-btn-wrap {
  text-align: right;
}
/*TOP-BLOCK (SLIDER)
-------------------------------------------------*/
/*BX-SLIDER FIX (rewriting plugin styles)*/
body .bx-wrapper {
  margin: 0;
}
body .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
body .bx-wrapper .bxslider,
body .bx-wrapper .bxslider li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .bx-wrapper li {
  display: block;
}
/*TOP-SLIDER CONTENT*/
.tpl_top-slider {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #222;
  background-image: url(img/slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  text-align: center;
  padding: 35px 0 30px 0;
  position: relative;
}
.tpl_top-slider .container {
  position: relative;
  z-index: 1;
}
.tpl_top-slider:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 20%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0) 100%);
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
  position: absolute;
}
.tpl_top-slider-content {
  margin: 0 auto 90px auto;
  max-width: 650px;
  overflow: hidden;
}
.tpl_top-slider-content img {
  margin: auto;
}
.tpl_top-slider-caption {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.25;
  color: #F8F8F8;
}
.tpl_top-slider-text {
  font-size: 16px;
  line-height: 1.25;
  color: #b3b3b3;
}
.tpl_top-slider .tpl_btn-wrap {
  margin-top: -60px;
  position: relative;
}
.tpl_top-slider .tpl_dark-btn {
  font-size: 16px;
}
.tpl_top-slider ul {
  margin: 0;
  padding: 0;
}
.tpl_top-slider li {
  list-style-type: none;
  display: none;
}
.tpl_top-slider li:first-child {
  display: block;
}
/*TOP-SLIDER NEXT/PREV BUTTONS*/
.tpl_top-slider:hover .bx-wrapper .bx-next,
.tpl_top-slider:hover .bx-wrapper .bx-prev {
  color: #fff;
}
.tpl_top-slider .bx-wrapper .bx-next,
.tpl_top-slider .bx-wrapper .bx-prev {
  height: 60px;
  line-height: 60px;
  width: 30px;
  margin-top: -30px;
  background-image: inherit;
  text-indent: inherit;
  color: transparent;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.tpl_top-slider .bx-wrapper .bx-next:after,
.tpl_top-slider .bx-wrapper .bx-prev:after {
  font-family: 'fontello';
  font-size: 30px;
}
.tpl_top-slider .bx-wrapper .bx-next {
  right: 0;
}
.tpl_top-slider .bx-wrapper .bx-next:after {
  content: '\e804';
}
.tpl_top-slider .bx-wrapper .bx-prev {
  left: 0;
}
.tpl_top-slider .bx-wrapper .bx-prev:after {
  content: '\e803';
}
/*TESTIMONIALS (SLIDER)
-------------------------------------------------*/
/*TESTIMONIALS-SLIDER CONTENT*/
.tpl_testimonials-block {
  margin: 30px 0;
  padding: 20px 15px 30px 15px;
  background: #fefefe;
  border: 2px solid #eee;
  border-left: 0;
  border-right: 0;
}
.tpl_testimonials-block ul {
  margin: 0;
  padding: 0;
}
.tpl_testimonials-block ul li:before {
  content: none;
}
.tpl_testimonials-block li {
  list-style-type: none;
}
.tpl_testimonials-block-item {
  padding: 15px;
  color: #787878;
}
.tpl_testimonials-block-caption {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 14px;
}
.tpl_testimonials-block-caption .title-wrap {
  padding-bottom: 5px;
}
.tpl_testimonials-block-text {
  font-style: italic;
}
/*TESTIMONIALS-SLIDER PAGER*/
.tpl_testimonials-block .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -20px;
}
.tpl_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #BC8B41;
}
.tpl_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #e3b56f;
}
/*TESTIMONIALS-SLIDER RESPONSIVE*/
@media only screen and (min-width: 992px) {
  .tpl_testimonials-block .bx-wrapper .bx-controls {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .tpl_testimonials-block .bx-wrapper li {
    width: 300px !important;
  }
}
@media only screen and (max-width: 991px) {
  .tpl_testimonials-block .bx-wrapper li {
    width: 345px !important;
  }
}
/*SCROLL-TOP BUTTON
-------------------------------------------------*/
.scroll-button {
  position: fixed;
  z-index: 1;
  right: 40px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
  background: #BC8B41;
}
.scroll-button:hover,
.scroll-button:active,
.scroll-button:focus {
  opacity: 1;
}
.scroll-button:before {
  content: "\e805";
  font-family: 'fontello';
  font-size: 40px;
  left: 12px;
  top: 4px;
  position: absolute;
}
/*CUSTOM SCROLLBAR
-------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #222;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background: #BC8B41;
}
::-webkit-scrollbar-thumb:hover {
  background: #e3b56f;
}

/*# sourceMappingURL=style.css.map */
