/*!
Theme Name: Theme 67
Author: JB by SeoPro
*/
/*FONTs
-------------------------------------------------*/
/*Open Sans*/
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-bold-webfont.eot');
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  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-thumbs-up:before { content: '\e800'; }
.icon-pencil:before { content: '\e801'; }
.icon-lock:before { content: '\e802'; }
.icon-left-open:before { content: '\e803'; }
.icon-right-open:before { content: '\e804'; }
.icon-up-open:before { content: '\e805'; }
.icon-ok:before { content: '\e806'; }

/*BASE RULES
-------------------------------------------------*/
html,
body {
  font: 400 14px/1.5 'Open Sans', sans-serif;
}
body {
  margin: 0;
  background: #fff;
  color: #333;
  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: 315px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #FDA900;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #fdd200;
  text-decoration: none;
}
a:focus {
  outline: none;
}
blockquote {
  padding: 20px 20px 25px 15px;
  border-left-width: 4px;
  border-color: #fdd200;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.5;
}
.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,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 20px 0 12px;
  color: inherit;
}
h1 {
  font-size: 36px;
  line-height: 1.1;
}
h2 {
  font-size: 30px;
  line-height: 1.1;
}
h3 {
  font-size: 24px;
  line-height: 1.1;
}
h4 {
  font-size: 20px;
  line-height: 1.1;
}
h5 {
  font-size: 18px;
  line-height: 1.1;
}
h6 {
  font-size: 16px;
  line-height: 1;
}
/*HEADER
-------------------------------------------------*/
.wrap-first {
  background-image: url(img/slider-bg-sm.png);
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: 100% 100%;
}
.wrap-second {
  background-color: #333;
}
.layout-header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1000;
}
.layout-header-r1 {
  padding: 5px 0;
  color: #333;
}
.layout-header-r2 {
  position: relative;
}
/*FIXED HEADER*/
.layout-header {
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  -o-transition: top 2s;
  transition: top 2s;
}
.layout-header.fixed {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 4px 19px 0px rgba(0, 0, 0, 0.37);
     -moz-box-shadow: 0 4px 19px 0px rgba(0, 0, 0, 0.37);
          box-shadow: 0 4px 19px 0px rgba(0, 0, 0, 0.37);
}
.layout-header.fixed .layout-nav a,
.layout-header.fixed .mobile-nav a {
  color: #000;
}
.layout-header.fixed a:hover,
.layout-header.fixed a:active,
.layout-header.fixed a:focus,
.layout-header.fixed .current-menu-item a,
.layout-header.fixed .current_page_item a {
  border-color: #fdd200;
  color: #fdd200;
}
.layout-header.fixed .layout-signin-btn a {
  color: #000;
  border-color: #000;
}
.layout-header.fixed .layout-logo a {
  color: #000;
}
.layout-header.fixed .layout-logo a::before {
  background: url(img/logo1.svg) no-repeat 50% 50%;
}
/*LOGO*/
.layout-logo a {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.layout-logo a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background: url(img/logo.svg) no-repeat 50% 50%;
}
/*HEADER-PHONE*/
.layout-header-tel {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  background: url(img/24x7.svg) no-repeat 0 50%;
}
/*SIGN IN BTN*/
.layout-signin-btn a {
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #ddd;
}
/*NAV*/
.layout-nav ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.layout-nav li,
.mobile-nav li {
  list-style-type: none;
  display: inline-block;
}
.layout-nav a,
.mobile-nav a {
  display: inline-block;
  padding: 5px 8px;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-nav a:hover,
.mobile-nav a:hover,
.layout-nav a:active,
.mobile-nav a:active,
.layout-nav a:focus,
.mobile-nav a:focus,
.layout-nav .current-menu-item a,
.mobile-nav .current-menu-item a,
.layout-nav .current_page_item a,
.mobile-nav .current_page_item a {
  border-color: #fff;
}
.mobile-nav {
  display: none;
}
.mobile-nav-visible {
  display: inline-block;
  vertical-align: middle;
}
/*NAV-ORDER BTN*/
.nav-order a {
  position: relative;
  color: #e4bd00;
}
/*SLICKNAV MENU*/
.slicknav_menu {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slicknav_menu .menu {
  text-align: left;
}
.slicknav_menu .menu a {
  color: #333;
  border-bottom: 0;
  text-transform: uppercase;
}
.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: #b95454;
}
.slicknav_open .slicknav_icon-bar {
  background: #b95454;
}
.slicknav_btn {
  float: right;
  z-index: 10000000;
}
.slicknav_btn:hover,
.slicknav_btn:active,
.slicknav_btn:focus {
  color: #333 !important;
  border-color: 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: #333;
}
.slicknav_nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  margin-top: 4px;
  padding: 5px 0;
  border-bottom: 4px solid #f5f5f5;
  clear: both;
  background: #fff;
  max-height: 200px;
  overflow: auto;
}
/*SLICKNAV MENU RESPONSIVE*/
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
  .layout-nav {
    display: none;
  }
}
/*FOOTER
-------------------------------------------------*/
.layout-footer {
  background: #000;
  line-height: 1.25;
  color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.layout-footer-r1 {
  padding-top: 15px;
}
.layout-footer-r2 {
  padding: 15px 0;
}
.layout-footer-r3 {
  padding: 5px 0;
}
/*FOOTER-MENU*/
.layout-footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.layout-footer-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.layout-footer-menu a {
  font-size: 13px;
  color: #c5c7c9;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-footer-menu a:hover,
.layout-footer-menu a:focus,
.layout-footer-menu a:active,
.layout-footer-menu .current-menu-item a,
.layout-footer-menu .current_page_item a {
  color: #fdd200;
}
/*TERMS*/
.layout-footer-menu2 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.layout-footer-menu2 li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.layout-footer-menu2 a {
  font-size: 12px;
  color: #ddd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-footer-menu2 a:hover,
.layout-footer-menu2 a:focus,
.layout-footer-menu2 a:active {
  color: #fdd200;
}
/*COPYRIGHT*/
.layout-copy {
  font-size: 12px;
}
/*FOOTER-PHONE*/
.layout-footer-tel {
  opacity: 1;
}
/*FOOTER RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .layout-payments,
  .layout-copy,
  .layout-footer-tel {
    text-align: center;
    margin: 5px auto;
  }
  .layout-footer-r2 .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;
  }
  .layout-footer-r2 .row > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*FEATURES
-------------------------------------------------*/
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
       transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.layout-features-block {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  background: #f5f5f5;
  color: #4E5C72;
  overflow: hidden;
}
.layout-features-block-item {
  height: 55px;
  line-height: 55px;
  position: relative;
}
.layout-features-block-item:hover .layout-features-block-icon {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
       transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  -moz-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  background: #FDA900;
}
.layout-features-block-item:hover .layout-features-block-icon:before {
  color: #fff;
}
.layout-features-block-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -27.5px;
  width: 55px;
  height: 55px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -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;
  border: 3px solid #FDA900;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
}
.layout-features-block-icon:before {
  content: '';
  font-size: 25px;
  font-family: 'fontello';
  color: #FDA900;
  text-align: center;
}
.layout-features-block .item-1 .layout-features-block-icon:before {
  content: '\e800';
}
.layout-features-block .item-2 .layout-features-block-icon:before {
  content: '\e801';
}
.layout-features-block .item-3 .layout-features-block-icon:before {
  content: '\e802';
}
.layout-features-block-content-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 70px;
  overflow: hidden;
  line-height: 1.33;
}
.layout-features-block-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.layout-features-block-text {
  font-size: 11px;
}
/*FEATURES RESPONSIVE*/
@media (max-width: 991px) {
  .layout-features-block-icon {
    display: none;
  }
  .layout-features-block-content-wrap {
    padding-left: 0;
  }
}
/*MAIN
-------------------------------------------------*/
.layout-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*/
.layout-article a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-article h1,
.layout-article h2,
.layout-article h3,
.layout-article h4,
.layout-article h5,
.layout-article h6 {
  text-align: center;
  position: relative;
}
.layout-article h1:after,
.layout-article h2:after,
.layout-article h3:after,
.layout-article h4:after,
.layout-article h5:after,
.layout-article h6:after {
  display: block;
  margin: 30px auto 20px auto;
  width: 100px;
  height: 3px;
  background-color: #fdd200;
  content: "";
}
.layout-article .layout-btn-wrap {
  margin: 30px 0;
  text-align: center;
}
/*HEADERS
-------------------------------------------------*/
.layout-title,
.layout-article h1,
.layout-article h2,
.layout-article h3,
.layout-article h4,
.layout-article h5,
.layout-article h6 {
  overflow: hidden;
}
.layout-title a,
.layout-article h1 a,
.layout-article h2 a,
.layout-article h3 a,
.layout-article h4 a,
.layout-article h5 a,
.layout-article h6 a {
  color: #4E5C72;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-title a:hover,
.layout-article h1 a:hover,
.layout-article h2 a:hover,
.layout-article h3 a:hover,
.layout-article h4 a:hover,
.layout-article h5 a:hover,
.layout-article h6 a:hover {
  color: #4E5C72;
}
/*LIST ITEMS*/
.layout-article ol,
.layout-article ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.layout-article ol ol,
.layout-article ul ol,
.layout-article ol ul,
.layout-article ul ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.layout-article li {
  list-style-type: none;
  list-style-position: inside;
  margin: 5px 0;
  position: relative;
}
.layout-article ul li:before {
  content: '\e806';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  background: #fdd200;
  -webkit-border-radius: 27px;
     -moz-border-radius: 27px;
          border-radius: 27px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.layout-article ol {
  counter-reset: li;
}
.layout-article ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  display: inline-block;
  margin-right: 5px;
  color: #fdd200;
  font-weight: 700;
  font-size: 15px;
  font-family: monospace;
}
/*SIDEBAR
-------------------------------------------------*/
.layout-sidebar {
  padding: 25px 0;
}
/*WIDGETS*/
.layout-widget {
  margin-bottom: 40px;
}
.layout-widget-title {
  margin: 0;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  color: #4E5C72;
}
.layout-widget-title:after {
  display: block;
  margin: 20px 0;
  width: 40px;
  height: 1px;
  background-color: #fdd200;
  content: "";
}
.layout-widget ol,
.layout-widget ul {
  margin: 0;
  padding: 0;
}
.layout-widget li {
  list-style-type: none;
}
.layout-widget a {
  display: inline-block;
  color: #c5c7c9;
  padding: 0 0 5px 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-widget a:before {
  content: '\e804';
  font-family: 'fontello';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 9px;
  color: #88c87b;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-widget a:hover,
.layout-widget a:active,
.layout-widget a:focus,
.layout-widget .current-menu-item a,
.layout-widget .current_page_item a {
  color: #333;
}
.layout-widget a:hover:before,
.layout-widget a:active:before,
.layout-widget a:focus:before,
.layout-widget .current-menu-item a:before,
.layout-widget .current_page_item a:before {
  color: #FDA900;
}
/*PAGE: BLOG
-------------------------------------------------*/
/*ARTICLES*/
.layout-blog .layout-article {
  overflow: hidden;
  padding: 15px 0 30px 0;
  border-bottom: 4px dashed #e5e5e5;
}
.layout-blog .layout-article:first-child {
  padding-top: 0;
}
.layout-blog .layout-article-title {
  text-align: center;
  font-size: 18px;
}
.layout-blog .layout-article-title a {
  color: #333;
}
.layout-blog .layout-article-title a:hover,
.layout-blog .layout-article-title a:active,
.layout-blog .layout-article-title a:focus {
  color: #FDA900;
}
/*PAGINATION*/
.layout-blog-pagination {
  margin: 30px;
  text-align: center;
}
.layout-blog-pagination .nav-links {
  font-size: 0;
}
.layout-blog-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  margin: 2px;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 1.25;
  border: 1px solid #f5f5f5;
  color: #ddd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-blog-pagination .page-numbers:hover,
.layout-blog-pagination .page-numbers:active,
.layout-blog-pagination .page-numbers:focus {
  color: #FDA900;
  border-color: #FDA900;
}
.layout-blog-pagination .page-numbers.current {
  color: #4E5C72;
  border-color: #4E5C72;
  cursor: default;
}
.layout-blog-pagination .next span:before,
.layout-blog-pagination .prev span:before {
  width: auto;
}
.layout-blog-pagination .screen-reader-text {
  display: none;
}
/*PAGE: 404
-------------------------------------------------*/
.layout-404 {
  margin: 5% 0;
  text-align: center;
}
.layout-404 .layout-article-title {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
  color: #e5e5e5;
}
.layout-404 .layout-article-text {
  display: inline-block;
  font-size: 20px;
}
/*PAGE: 404 RESPONSIVE*/
@media only screen and (max-width: 767px) {
  .layout-404 .layout-article-title {
    display: block;
    font-size: 150px;
    margin: 0 0 15px 0;
  }
  .layout-404 .layout-article-text {
    font-size: 16px;
  }
}
/*BUTTONS
-------------------------------------------------*/
/*BIG-BTN*/
.layout-big-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.33;
  font-weight: normal;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-transform: capitalize;
  background-color: #fdd200;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  border: none;
}
.layout-big-btn:hover,
.layout-big-btn:active,
.layout-big-btn:focus {
  background: #e4bd00 !important;
  border-color: #e4bd00 !important;
  color: #fff !important;
  text-decoration: none;
}
/*MORE-BTN*/
.layout-more-btn {
  padding: 7px 15px 5px 15px;
  font-size: 12px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
.layout-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*/
.layout-top-slider {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  text-align: center;
  padding: 80px 0 80px 0;
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
.layout-top-slider .container {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.layout-top-slider:after {
  content: '';
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
  position: absolute;
}
.layout-top-slider-content {
  margin: 0 auto 80px auto;
  overflow: hidden;
}
.layout-top-slider-caption {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: normal;
  color: #fff;
  text-shadow: 2px 2px 2px #4E5C72;
  text-transform: uppercase;
}
.layout-top-slider-text {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1px 1px 1px #4E5C72;
}
.layout-top-slider .layout-btn-wrap {
  margin-top: -60px;
  position: relative;
}
.layout-top-slider .layout-big-btn {
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.layout-top-slider ul {
  margin: 0;
  padding: 0;
}
.layout-top-slider li {
  list-style-type: none;
  display: none;
}
.layout-top-slider li:first-child {
  display: block;
}
.layout-top-slider img {
  margin: auto;
}
/*TOP-SLIDER NEXT/PREV BUTTONS*/
.layout-top-slider .bx-wrapper .bx-next,
.layout-top-slider .bx-wrapper .bx-prev {
  height: 60px;
  line-height: 60px;
  width: 30px;
  margin-top: -90px;
  background-image: inherit;
  color: #fff;
  text-indent: inherit;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-top-slider .bx-wrapper .bx-next:after,
.layout-top-slider .bx-wrapper .bx-prev:after {
  font-family: 'fontello';
  font-size: 30px;
}
.layout-top-slider .bx-wrapper .bx-next:hover,
.layout-top-slider .bx-wrapper .bx-prev:hover {
  opacity: 1;
}
.layout-top-slider .bx-wrapper .bx-next {
  right: 0;
}
.layout-top-slider .bx-wrapper .bx-next:after {
  content: '\e804';
}
.layout-top-slider .bx-wrapper .bx-prev {
  left: 0;
}
.layout-top-slider .bx-wrapper .bx-prev:after {
  content: '\e803';
}
/*TESTIMONIALS (SLIDER)
-------------------------------------------------*/
/*TESTIMONIALS-SLIDER CONTENT*/
.layout-testimonials-block {
  margin: 30px 0;
  padding: 20px 0 30px 0;
  border: 1px dashed #e5e5e5;
  border-left: 0;
  border-right: 0;
}
.layout-testimonials-block ul {
  margin: 0;
  padding: 0;
}
.layout-testimonials-block ul li:before {
  content: none;
}
.layout-testimonials-block li {
  list-style-type: none;
}
.layout-testimonials-block-item {
  padding: 1px 0;
  color: #4E5C72;
  text-align: left;
}
.layout-testimonials-block-content {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
}
.layout-testimonials-block-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #f5f5f5;
  position: absolute;
  bottom: -20px;
  left: 50px;
  z-index: 3;
}
.layout-testimonials-block-content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 11px solid #fff;
  border-top-color: #ddd;
  position: absolute;
  bottom: -23px;
  left: 49px;
  z-index: 2;
}
.layout-testimonials-block-caption {
  margin: 20px 0 15px 40px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.layout-testimonials-block-text {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.layout-testimonials-block-text:before {
  position: absolute;
  font-size: 33px;
  line-height: 1;
  top: 8px;
  left: 12px;
  content: '\e809';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 8px;
  color: #C8C8C8;
}
/*TESTIMONIALS-SLIDER PAGER*/
.layout-testimonials-block .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -20px;
}
.layout-testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #ddd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover,
.layout-testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:focus,
.layout-testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:active {
  background: #b14949;
}
.layout-testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #333;
  cursor: default;
}
/*TESTIMONIALS-SLIDER RESPONSIVE*/
@media only screen and (min-width: 992px) {
  .layout-testimonials-block .bx-wrapper .bx-controls {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .layout-testimonials-block .bx-wrapper li {
    width: 293px !important;
  }
}
@media only screen and (max-width: 991px) {
  .layout-testimonials-block .bx-wrapper li {
    width: 345px !important;
  }
}
/*SCROLL-TOP BUTTON
-------------------------------------------------*/
.scroll-button {
  position: fixed;
  z-index: 1;
  right: 15px;
  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.75;
  background: #333;
  border: solid 2px #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.scroll-button:hover,
.scroll-button:active,
.scroll-button:focus {
  opacity: 1;
}
.scroll-button:before {
  content: "\e805";
  font-family: 'fontello';
  font-size: 25px;
  left: 15px;
  top: 10px;
  position: absolute;
}
/*CUSTOM SCROLLBAR
-------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #333;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background: #FDA900;
}
::-webkit-scrollbar-thumb:hover {
  background: #fdd200;
}
/*CUSTOM font selection
-------------------------------------------------*/
::-moz-selection {
  background: #fdd200;
  color: #fff;
}
::webkit-selection {
  background: #fdd200;
  color: #fff;
}
::-moz-selection {
  background: #fdd200;
  color: #fff;
}
::selection {
  background: #fdd200;
  color: #fff;
}

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