/*!
Theme Name: Theme 52
Author: KozhomaS 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;
}

/*Roboto*/
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    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;
}
@font-face {
  font-family: 'angle';
  src: url('./fonts/angle.eot');
  src: url('./fonts/angle.eot#iefix') format('embedded-opentype'),
       url('./fonts/angle.woff2') format('woff2'),
       url('./fonts/angle.woff') format('woff'),
       url('./fonts/angle.ttf') format('truetype'),
       url('./fonts/angle.svg#angle') 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-lock:before { content: '\e802'; }
.icon-up-open:before { content: '\e805'; }
.icon-ok:before { content: '\e806'; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "angle";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before { content: '\e800'; }
.icon-angle-right:before { content: '\e801'; }
.icon-rocket:before { content: '\e802'; }
.icon-pencil:before { content: '\e803'; }
.icon-trophy:before { content: '\e804'; }
.icon-right-big:before { content: '\e805'; }
.icon-pencil-1:before { content: '\e806'; }

/*BASE RULES
-------------------------------------------------*/
html,
body {
  font: 400 14px/1.5 'robotoregular', sans-serif;
}
body {
  margin: 0;
  background: #fff;
  color: #888888;
  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: #444;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #b95454;
  text-decoration: none;
}
a:focus {
  outline: none;
}
blockquote {
  padding: 5px 0 5px 15px;
  border-left-width: 4px;
  border-color: #76c2af;
  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: 26px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/*HEADER
-------------------------------------------------*/
.cons_header {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1000;
  border-top: 4px solid #25bce9;
  -webkit-box-shadow: 0px -7px 25px 0px rgba(37, 188, 233, 1);
  -moz-box-shadow: 0px -7px 25px 0px rgba(37, 188, 233, 1);
  box-shadow: 0px -7px 25px 0px rgba(37, 188, 233, 1);
}
.cons_header-r1 {
  padding: 2px 0;
  background: #fff;
}
.cons_header-r2 {
  padding: 3px 0 7px;
  position: relative;
  width: 100%;
}

/*FIXED HEADER*/
.cons_header {
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  -o-transition: top 2s;
  transition: top 2s;
}
.cons_header.fixed {
  position: fixed;
  width: 100%;
}
.cons_header.fixed .cons_header-r2 {
  background: #FFF;
  border-bottom: 2px solid #e5e5e5;
}

/*LOGO*/
.cons_logotype a {
  font-size: 26px;
  color: #ED3A12;
  letter-spacing: 2px;
}
.cons_logotype a:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 46px;
  height: 36px;
  margin-right: 6px;
  background: url(img/logo.svg) no-repeat 50% 50%;
  border-right: 1px solid #ED3A12;
}
/*HEADER-PHONE*/
.cons_header-tel {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  padding-left: 40px;
  height: 40px;
  line-height: 42px;
  background: url(img/24x7.svg) no-repeat 0 40%;
}
/*SIGN IN BTN*/
.cons_signin-btn {
    margin: 3px 0 0;
}
.cons_signin-btn a {
  padding: 6px 18px;
  font-size: 14px;
  letter-spacing: 0.8px;
  background: #8abb50;
  border-radius: 28px;
  color:#fff;
}
#of-widgets-login-tooltip {
  margin-top: 14px;
}
#of-widgets-login-tooltip .of-widgets-login-popup {
  margin: 15px 0 -0 -50px !important;
  text-align: left;
}
#of-widgets-login-tooltip .of-forgot-tooltip {
  background: none;
  letter-spacing: normal;
  padding: 0;
  border: none;
}
/*NAV*/
.cons_nav,
.mobile-nav {
  margin-bottom: -4px;
}
.cons_nav ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.cons_nav li {
  list-style-type: none;
  display: inline-block;

}
.mobile-nav li {
  text-align: center;
}
.mobile-nav li:first-child {
    margin: 0;
}
.cons_nav ul li {
  margin: 0 0 0 21px;
  background: transparent;
}

.cons_nav ul li a {
  color:#444;
  font: 16px/20px 'robotoregular',sans-serif;
  border: medium none;
  letter-spacing: -0.4px;
  padding: 0 18px 10px;
  position: relative;
  text-transform: uppercase;
  display: block;
  transition: all 0.8s ease 0s;
}

.cons_nav ul li a:before {
  background: #25bce9;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: all 0.8s ease 0s;
}

.cons_nav ul li a:hover {
  background: transparent;
  color: #25bce9;
  transition: all 0.4s ease 0s;
}

.cons_nav ul li a:hover:before,
.cons_nav ul > li.sfHover > a::before,
.cons_nav ul > li.current-menu-item > a:before,
.cons_nav ul > li.current_page_item > a:before {
  height: 5px;
  transition: all 0.4s ease 0s;
}

.mobile-nav a {
  display: inline-block;
  padding: 5px 8px;
  border-bottom: 4px solid transparent;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* .cons_nav a:hover,
.mobile-nav a:hover,
.cons_nav a:active,
.mobile-nav a:active,
.cons_nav a:focus,
.mobile-nav a:focus,
.cons_nav .current-menu-item a,
.mobile-nav .current-menu-item a,
.cons_nav .current_page_item a,
.mobile-nav .current_page_item a {
  color: #b14949;
  border-color: #b14949;
} */

.cons_nav a:before {
    background: #25bce9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all 0.8s ease 0s;
}

.mobile-nav {
  display: none;
}
.mobile-nav-visible {
  display: inline-block;
  vertical-align: middle;
}
/*NAV-ORDER BTN*/
.cons_nav ul li.nav-order a,
.mobile-nav li.nav-order a {
  position: relative;
  color: #8abb50;
  font-weight: bold;
}
.cons_nav ul li.nav-order a:hover,
.cons_nav ul li.nav-order a:focus,
.mobile-nav li.nav-order a:hover {
  color: #ed3a12;
}

.cons_nav ul li.nav-order a:hover:before,
.cons_nav ul li.nav-order a:focus:before {
  height: 0;
  color: #ed3a12;
}
/*SLICKNAV MENU*/
.slicknav_menu {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.slicknav_menu .menu {
  text-align: left;
}
.slicknav_menu .menu a {
  color: #444;
  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: #25bce9;
}
.slicknav_open .slicknav_icon-bar {
  background: #25bce9;
}
.slicknav_btn {
  float: right;
  z-index: 10000000;
}
.slicknav_btn:hover,
.slicknav_btn:active,
.slicknav_btn:focus {
  color: #444 !important;
  border-color: transparent !important;
}
.slicknav_menutxt,
.slicknav_icon {
  float: left;
}
.slicknav_icon {
  margin: 3px 5px 0;
}
.slicknav_icon-bar {
  font: 700 16px/20px Arial, sans-serif;
  display: block;
  width: 1em;
  height: 0.125em;
  margin: 2px;
  background: #444;
}
.slicknav_nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  margin-top: 0;
  padding: 5px 0;
  border-bottom: 4px solid #F6F7F9;
  clear: both;
  background: #fff;
  max-height: 200px;
  overflow: auto;
}
/*SLICKNAV MENU RESPONSIVE*/
@media (max-width: 991px) {
  .mobile-nav {
    display: block;
  }
  .cons_nav {
    display: none;
  }
}
/*FOOTER
-------------------------------------------------*/
.cons_footer {
  background: #3A4557;
  line-height: 1.25;
  color: #9CA1AA;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-top: 4px solid #25BCE9;
}
.cons_footer-r1 {
  padding:5px 0;
  background: #ECF0F1;
}
.cons_footer-r2 {
  padding: 15px 0;
  background: #ECF0F1;
}
.cons_footer-r3 {
  padding: 5px 0;
  background: #eee;
  border-top: 1px solid #ddd;
}
/*FOOTER-MENU*/
.cons_footer-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cons_footer-menu li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.cons_footer-menu a {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_footer-menu a:hover,
.cons_footer-menu a:focus,
.cons_footer-menu a:active,
.cons_footer-menu .current-menu-item a,
.cons_footer-menu .current_page_item a {
  color: #444;
}
/*TERMS*/
.cons_footer-menu2 {
  text-align: center;
}
.cons_footer-menu2 ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cons_footer-menu2 li {
  list-style-type: none;
  display: inline-block;
  margin: 5px;
}
.cons_footer-menu2 a {
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_footer-menu2 a:hover,
.cons_footer-menu2 a:focus,
.cons_footer-menu2 a:active {
  color: #000;
}
/*COPYRIGHT*/
.cons_copy {
  font-size: 12px;
  color: #888;
  line-height: 18px;
}
/*FOOTER-PHONE*/
.cons_footer-tel {
  opacity: 0.85;
}
/*FOOTER RESPONSIVE*/
@media only screen and (max-width: 991px) {
  .cons_payments,
  .cons_copy,
  .cons_footer-tel {
    text-align: center;
    margin: 5px auto;
  }
  .cons_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;
  }
  .cons_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
-------------------------------------------------*/
.cons_features-block {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 10px 0;
  background: #A1BF39;
  color: #4E5C72;
  overflow: hidden;
}
.cons_features-block-item {
  height: 50px;
  line-height: 50px;
  position: relative;
}
.cons_features-block-icon:before:hover {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cons_features-block-icon {
  border:2px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  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;
}
.cons_features-block-icon:before {
  content: '';
  font-size: 25px;
  font-family: 'angle';
  color: #fff;
  text-align: center;
}
.cons_features-block-icon:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 4px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_features-block .item-1 .cons_features-block-icon:before {
  content: '\e806';
}
.cons_features-block .item-1 .cons_features-block-icon:before:hover {
  transform: rotateY(360deg);
}
.cons_features-block .item-2 .cons_features-block-icon:before {
  content: '\e804';
}

.cons_features-block .item-3 .cons_features-block-icon:before {
  content: '\e802';
}
.cons_features-block .item-3 .cons_features-block-icon {
  line-height: 47px;

}
.cons_features-block-content-wrap {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  overflow: hidden;
  line-height: 1.33;
}
.rotate-effect:hover {
  transform: scale(1.2);
  transition: all 0.8s ease 0s;
  background: #ed3a12;
  cursor:default;
}
.cons_features-block-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.cons_features-block-text {
  font-size: 11px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
}
60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
}
75% {
    transform: translate3d(0px, -10px, 0px);
}
90% {
    transform: translate3d(0px, 5px, 0px);
}
100% {
    transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    transform: translate3d(0px, -3000px, 0px);
}
60% {
    opacity: 1;
    transform: translate3d(0px, 25px, 0px);
}
75% {
    transform: translate3d(0px, -10px, 0px);
}
90% {
    transform: translate3d(0px, 5px, 0px);
}
100% {
    transform: none;
}
}
.bounceInDown {
    animation-name: bounceInDown;
}

/*FEATURES RESPONSIVE*/
@media (max-width: 991px) {
  .cons_features-block-icon {
    display: none;
  }
  .cons_features-block-content-wrap {
    padding-left: 0;
  }
}
/*MAIN
-------------------------------------------------*/
.cons_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*/
.cons_article a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_article .cons_btn-wrap {
  margin: 30px 0;
  text-align: center;
}
/*HEADERS
-------------------------------------------------*/
.cons_title,
.cons_article h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  font-family: 'robotoregular';
  overflow: hidden;
  color: #101010;
}
.cons_article h2,
.cons_article h3,
.cons_article h4,
.cons_article h5,
.cons_article h6 {
  font-weight: bold;
  font-family: 'robotoregular';
  overflow: hidden;
  color: #101010;
}
.cons_title a,
.cons_article h1 a,
.cons_article h2 a,
.cons_article h3 a,
.cons_article h4 a,
.cons_article h5 a,
.cons_article h6 a {
  color: #4E5C72;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_title a:hover,
.cons_article h1 a:hover,
.cons_article h2 a:hover,
.cons_article h3 a:hover,
.cons_article h4 a:hover,
.cons_article h5 a:hover,
.cons_article h6 a:hover {
  color: #4E5C72;
}
/*LIST ITEMS*/
.cons_article ol,
.cons_article ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.cons_article ol ol,
.cons_article ul ol,
.cons_article ol ul,
.cons_article ul ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.cons_article li {
  list-style-type: none;
  list-style-position: inside;
  margin: 5px 0;
  position: relative;
}
.cons_article ul li:before {
  content: '\e806';
  font-family: 'fontello';
  display: inline-block;
  margin-right: 8px;
  color: #25bce9;
}
.cons_article ol {
  counter-reset: li;
}
.cons_article ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  display: inline-block;
  margin-right: 5px;
  color: #25bce9;
  font-weight: 700;
  font-size: 15px;
  font-family: monospace;
}
/*SIDEBAR
-------------------------------------------------*/
.cons_sidebar {
  padding: 20px 0;
}
/*WIDGETS*/
.cons_widget {
  margin-bottom: 40px;
}
.cons_widget-title {
  margin: 0 0 5px;
  font-family: "robotoregular";
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  text-transform: uppercase;
  color: #101010;
}
.cons_widget ol,
.cons_widget ul {
  margin: 0;
  padding: 0;
}
.cons_widget li {
  list-style-type: none;
  border-top: 1px solid #d2d2d1;
}
.cons_widget li:first-child {
  border:none;
}
.cons_widget a {
  display: inline-block;
  color: #888;
  padding: 6px 0 5px 25px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_widget a:before {
  content: '\e805';
  font-family: 'angle';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 12px;
  color: #25bce9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_widget a:hover,
.cons_widget a:active,
.cons_widget a:focus,
.cons_widget .current-menu-item a,
.cons_widget .current_page_item a {
  color: #25bce9;
}
/*PAGE: BLOG
-------------------------------------------------*/
/*ARTICLES*/
.layout-blog .cons_article {
  overflow: hidden;
  padding: 15px 0 30px 0;
}
.layout-blog .cons_article:first-child {
  padding-top: 0;
}
.layout-blog .cons_article-title {
  text-align: left;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  font-family: 'robotoregular';
}
.layout-blog .cons_article-title a {
  color: #101010;
}
.layout-blog .cons_article-title a:hover,
.layout-blog .cons_article-title a:active,
.layout-blog .cons_article-title a:focus {
  color: #25bce9;
}
/*PAGINATION*/
.cons_blog-pagination {
  margin: 30px;
  text-align: center;
}
.cons_blog-pagination .nav-links {
  font-size: 0;
}

.nav-links {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.cons_blog-pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #8abb50;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  border: 1px solid #ddd;
  border-right-width: 0;
}

.cons_blog-pagination .page-numbers:first-child {
  border-radius: 4px 0 0 4px;
}
.cons_blog-pagination .page-numbers:last-child {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}
.cons_blog-pagination .page-numbers:hover,
.cons_blog-pagination .page-numbers:active,
.cons_blog-pagination .page-numbers:focus {
  color: #25bce9;
  background: #f5f5f5;
}
.cons_blog-pagination .page-numbers.current {
  color: #999;
  border-color: #ddd;
  cursor: default;
  background: #f5f5f5;
}
.cons_blog-pagination .next span:before,
.cons_blog-pagination .prev span:before {
  width: auto;
}
.cons_blog-pagination .screen-reader-text {
  display: none;
}
/*PAGE: 404
-------------------------------------------------*/
.layout-404 {
  margin: 5% 0;
  text-align: center;
}
.layout-404 .cons_article-title {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 250px;
  font-weight: 400;
  line-height: 1;
  color: #E0E0D1;
}
.layout-404 .cons_article-text {
  display: inline-block;
  font-size: 20px;
}
/*PAGE: 404 RESPONSIVE*/
@media only screen and (max-width: 767px) {
  .layout-404 .cons_article-title {
    display: block;
    font-size: 150px;
    margin: 0 0 15px 0;
  }
  .layout-404 .cons_article-text {
    font-size: 16px;
  }
}
/*BUTTONS
-------------------------------------------------*/
/*BIG-BTN*/
.cons_big-btn {
  padding: 14px 25px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: 0;
  background: #8ABB50;
  letter-spacing:1px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.cons_big-btn:hover,
.cons_big-btn:active,
.cons_big-btn:focus {
  background: #ed3a12!important;
  color: #fff !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*MORE-BTN*/
.cons_more-btn {
  font-size: 14px;
  color: #8ABB50;
  background: transparent;
  padding: 0;
}
.cons_more-btn-wrap .cons_more-btn:active,
.cons_more-btn-wrap .cons_more-btn:focus,
.cons_more-btn-wrap .cons_more-btn:hover {
  background: transparent!important;
  box-shadow: none;
  color: #25bce9!important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cons_more-btn:after {
    content: ">>";
    display: inline-block;
    line-height: 14px;
    margin: 0 0 0 4px;
    vertical-align: top;
    font-family: 'robotoregular';
    font-weight: bold;
}
.cons_more-btn-wrap {
  text-align: left;
}
/*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*/
.cons_top-slider {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  background-image: url(img/slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 55%;
  background-size: cover;
  text-align: center;
  padding: 32px 0 44px;
  position: relative;
}
.cons_top-slider .container {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
.cons_top-slider:after {
  content: '';
  top: 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
  position: absolute;
}
.cons_top-slider-content {
  margin: 30px auto 50px;
  overflow: hidden;
}
.cons_top-slider-caption {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 2px #4E5C72;
}
.cons_top-slider-text {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-shadow: 1px 1px 1px #4E5C72;
}
.cons_top-slider .cons_btn-wrap {
  margin: -24px 0 0 240px;
  position: relative;
  text-align: left;
}
.cons_top-slider .cons_big-btn {
  font-size: 16px;
}
.cons_top-slider ul {
  margin: 0;
  padding: 0;
}
.cons_top-slider li {
  list-style-type: none;
  display: none;
}
.cons_top-slider li:first-child {
  display: block;
}
/*TOP-SLIDER NEXT/PREV BUTTONS*/
.cons_top-slider .bx-wrapper .bx-next,
.cons_top-slider .bx-wrapper .bx-prev {
  height: 60px;
  line-height: 60px;
  width: 30px;
  margin-top: -30px;
  background-image: inherit;
  color: #fff;
  text-indent: inherit;
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.cons_top-slider .bx-wrapper .bx-next:after,
.cons_top-slider .bx-wrapper .bx-prev:after {
  font-family: 'angle';
  font-size: 65px;
}
.cons_top-slider .bx-wrapper .bx-next:hover,
.cons_top-slider .bx-wrapper .bx-prev:hover {
  opacity: 0.6;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cons_top-slider .bx-wrapper .bx-next {
  left: 28px;
}
.cons_top-slider .bx-wrapper .bx-next:after {
  content: '\e801';
}
.cons_top-slider .bx-wrapper .bx-prev {
  left: 0;
}
.cons_top-slider .bx-wrapper .bx-prev:after {
  content: '\e800';
}

.bx-wrapper .bx-controls-direction a {
  top: 100%;
}
/*TESTIMONIALS (SLIDER)
-------------------------------------------------*/
/*TESTIMONIALS-SLIDER CONTENT*/
.cons_testimonials-block {
  margin: 30px 0;
  padding: 20px 0;
  border-left: 0;
  border-right: 0;
  position: relative;
  border-top: 2px solid #ecf0f1;
  border-bottom: 2px solid #ecf0f1;
}


.cons_testimonials-block ul {
  margin: 0;
  padding: 0;
}
.cons_testimonials-block ul li:before {
  content: none;
}
.cons_testimonials-block li {
  list-style-type: none;
}
.cons_testimonials-block-item {
  padding: 15px 0;
  color: #4E5C72;
  text-align: left;
}
.cons_testimonials-block-caption {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #77b3d4;
  text-align: center;
}
.cons_testimonials-block-text {
  padding: 0 40px;
  position: relative;
}
.cons_testimonials-block-text:before {
  content: '\201c';
  position: absolute;
  color: #e0995e;
  font-size: 80px;
  line-height: 1;
  top: -10px;
  left: 0;
}
/*TESTIMONIALS-SLIDER PAGER*/
.cons_testimonials-block .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -20px;
}
.cons_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #9CA1AA;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cons_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:hover,
.cons_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:focus,
.cons_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link:active {
  background: #b14949;
}
.cons_testimonials-block .bx-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #3A4557;
  cursor: default;
}
/*TESTIMONIALS-SLIDER RESPONSIVE*/
@media only screen and (min-width: 992px) {
  .cons_testimonials-block .bx-wrapper .bx-controls {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .cons_testimonials-block .bx-wrapper li {
    width: 293px !important;
  }
}
@media only screen and (max-width: 991px) {
  .cons_testimonials-block .bx-wrapper li {
    width: 345px !important;
  }
}
/*SCROLL-TOP BUTTON
-------------------------------------------------*/
.scroll-button {
  position: fixed;
  z-index: 1;
  right: 15px;
  bottom: 60px;
  width: 32px;
  height: 32px;
  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;
  background: #7d7d7d;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.scroll-button:hover,
.scroll-button:active,
.scroll-button:focus {
  background: #ed3a12;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.scroll-button:before {
  content: "\e805";
  font-family: 'fontello';
  font-size: 22px;
  left: 5px;
  top: 4px;
  position: absolute;
}
/*CUSTOM SCROLLBAR
-------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #444;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  background: #8ABB50;
}
::-webkit-scrollbar-thumb:hover {
  background: #25BCE9;
}

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