/* VARIABLES */
/* ALL COLOR MUST BE IN #XXXXXX FORMAT */
/* MIXINS */
/* BASE */
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: 100%;
  position: relative;
}
body {
  min-height: 100%;
  color: #17161b;
  background: #ffffff none no-repeat scroll top left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hnr-page {
  font-family: "Lato";
  color: #17161b;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
#menu {
  font-family: "KelsonSans";
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-family: "OpenSans";
  color: #1a3d91;
  font-size: 52px;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-family: "OpenSans";
  color: #0c2d58;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
h3 {
  font-family: "KelsonSansBold";
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}
h4 {
  font-family: "KelsonSansBold";
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
}
h5 {
  font-family: "KelsonSansBold";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}
h6 {
  font-family: "KelsonSansBold";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 767px) {
  .hnr-page {
    font-family: "Lato";
    color: #17161b;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
  }
  h1 {
    font-family: "OpenSans";
    color: #1a3d91;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
  }
  h2 {
    font-family: "OpenSans";
    color: #0c2d58;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
  }
  h3 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h4 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h5 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h6 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
}
@media (max-width: 540px) {
  .hnr-page {
    font-family: "Lato";
    color: #17161b;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
  }
  h1 {
    font-family: "OpenSans";
    color: #1a3d91;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
  }
  h2 {
    font-family: "OpenSans";
    color: #0c2d58;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
  }
  h3 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h4 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h5 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
  h6 {
    font-family: "KelsonSansBold";
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
  }
}
.editor {
  padding: 0.05px;
}
@media (min-width: 768px) {
  h1 {
    opacity: 1;
    margin-top: 10px;
    text-shadow: none;
  }
  h2 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  div:not(.editable) > ul {
    padding: 0px;
  }
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/fonts/OpenSans/regular.woff") format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/fonts/OpenSans/regular.woff") format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("/static/fonts/Lato/regular.woff") format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "KelsonSans";
  src: url("/static/fonts/KelsonSans/regular.woff") format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Lato";
  src: url("/static/fonts/Lato/regular.woff") format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* LAYOUT */
#HEADER {
  padding-right: 0px;
  padding-left: 0px;
}
#MARKETING {
  min-height: 330px;
}
#BODY,
#SIDE_PANEL {
  padding-top: 0;
}
#FOOTER {
  padding-right: 0px;
  padding-left: 0px;
}
#BODY.sections-container > .row {
  margin: 0;
}
#NAVBAR {
  position: relative;
  z-index: 1;
}
/* VENDORS */
/* MODULES */
#hdrBannerCarousel.carousel {
  height: 460px;
}
#hdrBannerCarousel .carousel-inner {
  height: 100%;
}
#hdrBannerCarousel.carousel .item {
  height: 100%;
  background-color: #777;
}
#hdrBannerCarousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 460px;
}
#hdrBannerCarousel .carousel-inner .item .container {
  height: 100%;
}
#hdrBannerCarousel .header-title {
  color: #1a3d91;
  opacity: 1;
  width: auto;
  background-color: #ffffff;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0;
  vertical-align: middle;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
#hdrBannerCarousel .header-title p {
  margin: 0;
  display: none;
}
#hdrBannerCarousel .slider-text-box-1 {
  display: inline-block;
  width: 100%;
}
#hdrBannerCarousel .header-subtitle {
  color: white;
  min-height: 60px;
  max-height: 90px;
  background-color: #0092f4;
  color: #0c2d58;
  text-shadow: none;
  padding: 20px 30px;
  font-size: 18px;
  word-break: normal;
  overflow: hidden;
}
#hdrBannerCarousel .carousel-indicators {
  padding-right: 0;
}
#hdrBannerCarousel .carousel-indicators .active,
#hdrBannerCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 5px;
}
#hdrBannerCarousel .carousel-control.left,
#hdrBannerCarousel .carousel-control.right {
  background-image: none;
  width: 10%;
  height: 100%;
}
#hdrBannerCarousel .carousel-control.left .left-arrow,
#hdrBannerCarousel .carousel-control.right .right-arrow {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  top: 50%;
  left: 50%;
}
#hdrBannerCarousel .carousel-control.left .left-arrow {
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
}
#hdrBannerCarousel .carousel-control.right .right-arrow {
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}
#hdrBannerCarousel .carousel-caption {
  right: 0;
  left: 0;
  text-align: center;
}
#hdrBannerCarousel.short-slider {
  height: 160px;
}
#hdrBannerCarousel.short-slider .item {
  height: 100%;
}
@media (max-width: 991px) {
  #hdrBannerCarousel .carousel-caption {
    top: 150px;
  }
  #hdrBannerCarousel .carousel-control.left,
  #hdrBannerCarousel .carousel-control.right {
    width: 15%;
    z-index: 11;
  }
}
@media (max-width: 767px) {
  #hdrBannerCarousel .slider-text-box-1,
  #hdrBannerCarousel .slider-text-box-2 {
    padding: 0 45px;
  }
  #hdrBannerCarousel .slider-text-box-1 {
    margin-bottom: 10px;
  }
  #hdrBannerCarousel .header-subtitle {
    max-height: 135px;
    padding-right: 30px;
    padding-left: 30px;
  }
  #hdrBannerCarousel .carousel-caption {
    top: 90px;
  }
  #hdrBannerCarousel .header-title {
    font-size: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  #hdrBannerCarousel .header-title,
  #hdrBannerCarousel .slider-text-box-2 {
    width: 100%;
  }
  #hdrBannerCarousel .header-subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }
  #hdrBannerCarousel .slider-text-box-1 {
    margin-top: 7px;
    margin-left: 0;
    font-size: 20px;
  }
  #hdrBannerCarousel .header-title {
    font-size: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-brand {
    max-width: calc(100% - 80px);
    max-height: 70px;
  }
  #hdrBannerCarousel .carousel-control.left,
  #hdrBannerCarousel .carousel-control.right {
    width: 20%;
  }
}
@media (min-width: 767px) {
  #hdrBannerCarousel .carousel-caption p {
    margin-bottom: 20px;
  }
  #hdrBannerCarousel #carousel-desc {
    display: inline-block;
    min-width: 600px;
    text-shadow: none;
    font-size: 20px;
  }
  #hdrBannerCarousel .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #hdrBannerCarousel .header-title,
  #hdrBannerCarousel .header-subtitle {
    display: inline-block;
  }
}
.fixed-region {
  position: fixed;
  top: 200px;
  width: 1px;
  min-height: 200px;
  z-index: 10;
  padding-bottom: 15px;
}
.fixed-region.dragdrop-dropbox {
  width: 100px;
}
.fixed-region-left {
  left: 0;
}
.fixed-region-right {
  right: 0;
}
.fixed-region-right .dropped-element {
  float: right;
}
/* FOOTERS */
footer {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: relative;
  background-color: #121212;
  border: 2px solid #121212;
  color: #959595;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  min-height: 80px;
}
footer > .container {
  position: relative;
}
.footer-3 {
  position: relative;
}
.footer-2 {
  font-size: 14px;
}
.circle-icon img {
  width: 32px;
  height: auto;
  margin: 1px;
}
.square-icon img {
  width: 34px;
  height: auto;
  margin: 1px;
}
.footer-bottom-line {
  border-color: #45485A;
}
.footer-small .powered-by {
  position: absolute;
  right: 0;
  top: 10px;
}
footer .powered-by {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Lato;
  padding-right: 6px;
  text-align: right;
}
footer .powered-by a,
footer .powered-by a:hover,
footer .powered-by a:focus,
footer .powered-by a:active {
  text-decoration: none;
  color: #FFFFFF;
}
footer .powered-by a:focus,
footer .powered-by a:active {
  outline: none;
}
.powered-by img {
  padding-left: 5px;
}
/* MOBILE */
@media (max-width: 767px) {
  footer,
  footer .container p,
  footer .container a {
    text-align: center;
  }
  .social-media-icons {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .footer-small .powered-by {
    position: static;
    padding: 20px 0 0;
  }
}
/* SOCIAL ICONS */
.social-media-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.social-media-icons a:last-of-type {
  margin: 0;
}
.social-media-icons a.circle {
  border-radius: 50%;
}
.social-media-icons a.facebook-icon {
  background: url("/static/images/icons/soc_sprite.png") 0 -30px no-repeat;
}
.social-media-icons a.twitter-icon {
  background: url("/static/images/icons/soc_sprite.png") -30px -30px no-repeat;
}
.social-media-icons a.linkedin-icon {
  background: url("/static/images/icons/soc_sprite.png") -60px -30px no-repeat;
}
.social-media-icons a.googleplus-icon {
  background: url("/static/images/icons/soc_sprite.png") -90px -30px no-repeat;
}
.social-media-icons a.honaro-icon {
  background: url("/static/images/icons/soc_sprite.png") -120px -30px no-repeat;
}
.social-media-icons a.youtube-icon {
  background: url("/static/images/icons/soc_sprite.png") -150px -30px no-repeat;
}
.social-media-icons a.facebook-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") 0 0 no-repeat;
}
.social-media-icons a.twitter-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") -30px 0 no-repeat;
}
.social-media-icons a.linkedin-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") -60px 0 no-repeat;
}
.social-media-icons a.googleplus-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") -90px 0 no-repeat;
}
.social-media-icons a.honaro-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") -120px 0 no-repeat;
}
.social-media-icons a.youtube-icon:hover {
  background: url("/static/images/icons/soc_sprite.png") -150px 0 no-repeat;
}
.col-lg-2 .dropped-element {
  padding: 0;
}
footer [widget-type="sitemap"] .sitemap-link-level0,
footer [widget-type="sitemap"] .sitemap-link-level0:hover {
  color: #ffffff;
}
#contactForm .submit-contact-form {
  background-color: #121212;
  color: #FFFFFF;
  border: 1px solid #121212;
}
body .price-list p:first-child {
  border-color: #1a3d91;
}
[widget-type="quote"]:not(.item) svg path {
  fill: #1a3d91;
}
.contact-form-message {
  margin: 10px auto;
  text-align: center;
}
[widget-type="separator"]:not(.item) {
  height: 24px;
}
[widget-type="separator"]:not(.item) .widget-line-separator {
  background-color: #000;
  width: 100%;
  height: 5px;
  display: inline-block;
}
.quote-widget-S {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .quote-widget-L,
  .quote-widget-S {
    margin-top: 25px;
  }
}
#BODY > .row,
#SIDE_PANEL > .row {
  margin-bottom: 0;
}
footer [widget-type="sitemap"] h3 {
  margin-top: 0;
}
.hnr-page [widget-type="header"],
.hnr-page [widget-type="text"],
.hnr-page [widget-type="imagewithtext"] {
  padding-right: 30px;
  padding-left: 30px;
}
.map-infobox .heading-item.active > a,
.map-infobox .heading-item.active > a:hover,
.map-infobox .heading-item.active > a:focus {
  color: #0092f4;
  border-bottom: 1px solid #0092f4;
}
.map-infobox .infobox-description .site-firm-name {
  color: #0092f4;
}
/* DESIGN MODE */
/**
*   This file should contain each css 'hack'.
*   Good way to get the feel of 'what the hack/heck is it' is footer's case.
*   For some reason footer needs undefined bottom at design view (in particular
*   default value is set to 0px). So we need 'hack.less' to make things happen.
*
*
*   IMPORTANT!
*   Always use important (here) ;)
*   It makes you sure that given rule will be used.
*   And that's the hack purpose, isn't it?
*   Furthermore - as we all know - sometime one float/padding/whatnot in 
*   particular element can 'fix' the whole thing. Then ('cause of !important)
*   we (possibly) it would be easier to notice, that the hack is not longer 
*   needed (or what was the source of bug).
*   It would be great if you inclde info about hack (
*   (makes things easier to trace, debug etc.)
*/
@media (max-width: 1200px) {
  .footer {
    position: relative;
  }
}
