@import "../css/style.css";
body {
  background: #F7F6F6;
  margin: 0px;
  padding: 95px 0px 0px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #083f16;
}
h1 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
label {
  font-size: 14px;
  font-weight: normal;
}
.color-2 {
  color: #FFF;
}
.red {
  color: red;
}
.green {
  color: #080;
}
.grey {
  color: #929292;
}
.color-main {
  color: #2F7F44;
}
.bg-red {
  background-color: #FCACB9;
}
.bg-white {
  background-color: white;
}
.font-thin {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-bold,
strong {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.font-small {
  font-size: 11px;
}
.font-medium {
  font-size: 18px;
}
.font-bigger {
  font-size: 20px;
  font-weight: 600;
}
.font-big {
  font-size: 36px;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #083f16;
}
.font-max {
  font-size: 70px;
  line-height: 70px;
  color: #2F7F44;
}
.font-headline {
  font-size: 22px;
}
.font-hp {
  font-family: 'Montserrat', sans-serif;
}
.font-hp h1 {
  font-weight: 800;
  font-size: 70px;
  line-height: 68px;
  color: #2F7F44;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-hp h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-hp h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.font-hp-main {
  font-family: 'Montserrat', sans-serif;
}
.font-hp-main h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #80b98e;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.font-hp-main h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 42px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2F7F44;
}
.font-hp-main h2 .black {
  color: #083f16;
}
.font-hp-main h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
}
.font-hp-main .picture {
  max-width: 650px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.font-hp2 {
  font-family: 'Montserrat', sans-serif;
}
.font-hp2 h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #2F7F44;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
.font-hp2 h1 strong {
  font-weight: 800;
}
.font-hp2 h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #083f16;
}
.font-hp2 h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2F7F44;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.no-border {
  border: 0px !important;
}
.no-decoration {
  text-decoration: none !important;
}
.p-left-5 {
  padding-left: 5px !important;
}
.p-left-15 {
  padding-left: 15px !important;
}
.p-left-30 {
  padding-left: 30px !important;
}
.p-left-45 {
  padding-left: 45px !important;
}
.m-left-05em {
  margin-left: 0.5em !important;
}
.m-left-10 {
  margin-left: 10px !important;
}
.m-left-5 {
  margin-left: 5px !important;
}
.m-left-50 {
  margin-left: 50px !important;
}
.m-left-100 {
  margin-left: 100px !important;
}
.m-right-5 {
  margin-right: 5px !important;
}
.m-right-20 {
  margin-right: 20px !important;
}
.m-bottom-5 {
  margin-bottom: 5px !important;
}
.m-bottom-15 {
  margin-bottom: 15px !important;
}
.m-bottom-30 {
  margin-bottom: 30px !important;
}
.m-top-30 {
  margin-top: 30px !important;
}
.m-top-15 {
  margin-top: 15px !important;
}
.m-top-5 {
  margin-top: 5px !important;
}
.p-right-15 {
  padding-right: 15px !important;
}
.p-bottom-5 {
  padding-bottom: 5px !important;
}
.p-bottom-30 {
  padding-bottom: 30px !important;
}
.p-bottom-50 {
  padding-bottom: 50px !important;
}
.p-bottom-0 {
  padding-bottom: 0px !important;
}
.p-top-5 {
  padding-top: 5px !important;
}
.p-top-15 {
  padding-top: 15px !important;
}
.p-top-20 {
  padding-top: 20px !important;
}
.p-top-30 {
  padding-top: 30px !important;
}
.p-top-35 {
  padding-top: 35px !important;
}
.p-top-40 {
  padding-top: 40px !important;
}
.p-top-45 {
  padding-top: 45px !important;
}
.p-top-0 {
  padding-top: 0px !important;
}
.p-10 {
  padding: 10px;
}
.p-5 {
  padding: 5px;
}
.w-100 {
  width: 100px;
}
.w-150 {
  width: 150px;
}
.w-500 {
  width: 500px;
}
.w-380 {
  width: 380px;
}
.wp-49 {
  width: 49% !important;
}
.wp-10 {
  width: 10% !important;
}
.wp-33 {
  width: 33% !important;
}
.wp-63 {
  width: 63% !important;
}
.wp-100 {
  width: 100% !important;
}
.lh-25 {
  line-height: 25px;
}
.lh-36 {
  line-height: 36px;
}
.lh-14 {
  line-height: 14px;
}
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle !important;
}
.h-50 {
  height: 50px;
}
.hp-100 {
  height: 100%;
}
.cleaner {
  clear: both;
  height: 1px;
  width: 1px;
  float: none;
  display: block;
}
.no-wrap {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.hidden {
  display: none;
}
.f-left {
  float: left;
}
.f-right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.a-right {
  text-align: right !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.f-size-11 {
  font-size: 11px;
}
.f-size-12 {
  font-size: 12px;
}
.f-size-13 {
  font-size: 13px;
}
p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
ul li {
  list-style: none;
}
#layout {
  min-width: 380px;
}
span.error {
  font-size: 12px;
  color: red;
}
hr.separator {
  height: 1px;
  background: #FFF;
  border-top: 1px solid #dddfdf;
}
.navbar-nav {
  margin: 0px -15px;
  color: #083f16;
  font-size: 16px;
}
.navbar-default {
  background: white;
}
.navbar-default .navbar-nav > li > a:focus {
  color: inherit;
  outline: 0;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #929292;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: padding linear 0.2s;
  transition: padding linear 0.2s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
}
.navbar-default .navbar-nav > li > a.last {
  font-weight: 700;
  color: #80b98e;
  padding-right: 15px;
}
.navbar-default .navbar-nav > li > a.last i {
  font-size: 12px;
}
.navbar-default .navbar-nav > li > a.last:hover {
  font-weight: 700;
  color: #2F7F44;
}
.navbar-default .navbar-nav > li > a.last:hover i {
  font-size: 12px;
}
.navbar-default .navbar-nav > li > a.separator {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  width: 1px;
  background: url('/images/separator.png?v216') no-repeat 50% 62%;
  height: 90px;
}
.navbar {
  min-height: 60px;
  margin-bottom: 0px;
  min-width: 350px;
  -webkit-transition: min-height linear 0.2s;
  transition: min-height linear 0.2s;
  border: 0px;
}
.navbar-fixed-top {
  z-index: 500;
}
.navbar-brand {
  line-height: 95px;
  background: url('/images/logo2.png?v216') no-repeat 0% 50%;
  width: 300px;
  height: 95px;
  padding: 0px;
  background-size: contain;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.navbar .container-fluid {
  max-width: 980px;
  position: relative;
}
.right-submenu {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 12px;
  z-index: 505;
  display: none;
  -webkit-transition: top linear 0.2s;
  transition: top linear 0.2s;
}
.right-submenu > span {
  margin-left: 10px;
}
.right-submenu > span > img {
  position: relative;
  top: -1px;
}
.is-scrolled .right-submenu {
  top: -40px;
}
.is-scrolled .navbar-brand {
  height: 40px;
  width: 230px;
  margin-top: 10px;
}
.is-scrolled .navbar-default .navbar-nav > li > a {
  padding-bottom: 7px;
}
.is-scrolled .navbar-default .navbar-nav > li > a.separator {
  height: 43px;
}
.is-scrolled .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 10px;
}
.is-scrolled .navbar-default .navbar-nav > li > a.last {
  background-position: right 24px;
}
.ticket-btn {
  font-size: 11px;
}
.btn-hold-width {
  width: 160px;
}
.submit-form-msg {
  margin-top: 12px;
  margin-bottom: 15px;
}
.submit-form-msg-right {
  margin-left: 5px;
}
.tick-grey {
  z-index: 10;
  width: 92px;
  height: 34px;
  background: url('/images/gray-tick.png?v216') no-repeat;
  position: absolute;
  left: calc(50% - 49px);
  bottom: -33px;
}
.tick-white {
  z-index: 10;
  width: 90px;
  height: 37px;
  background: url('/images/white-tick.png?@version') no-repeat;
  position: absolute;
  left: calc(50% - 48px);
  bottom: -34px;
}
.left-tick-grey {
  position: absolute;
  top: calc(50% - 42px);
  left: -34px;
  width: 35px;
  height: 84px;
  background: url('/images/gray-tick-left.png?v216') no-repeat;
}
.li-list-nr {
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  background: url('/images/li-nr.png?v216');
}
.bgg-green {
  background: #00A65A;
}
.bgg-purple {
  background: #605CA8;
}
.bgg-orange {
  background: #F39C12;
}
.bgg-red {
  background: #DD4B39;
}
.bgg-blue {
  background: #3C8DBC;
}
.bgg-grey {
  background: #C0C0C0;
}
.frame {
  padding: 50px 0px 50px 0px;
  position: relative;
}
.frame.hp {
  padding: 0px 0px 0px 0px;
}
.frame.proces {
  padding: 50px 0px 20px 0px;
}
.frame.first {
  border-top: 0px;
}
.frame.white {
  background: #FFF;
}
.frame.gray {
  background: #FBFBFB;
}
.frame.gray-medium {
  background: #F8F7F7;
}
.frame.gray-hard {
  background: #EBEBEB;
}
.frame.hp2 {
  padding: 0px 0px 0px 0px;
}
.frame .container-fluid {
  max-width: 1010px;
  padding-top: 15px;
}
.frame .container-fluid.hp {
  padding-top: 50px;
  max-width: 1350px;
}
.frame .container-fluid.noP {
  padding-top: 0px;
}
.frame .image-holder-right {
  text-align: center;
}
.frame img.full {
  width: 100%;
  max-width: 900px;
}
.frame img.full90 {
  width: 95%;
  max-width: 900px;
}
.frame input.form-control,
.frame select.form-control {
  height: 45px;
}
.frame textarea.form-control {
  height: 160px;
}
.shadow {
  -webkit-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);
  box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.1);
}
.shadow-light {
  -webkit-box-shadow: -1px 5px 10px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: -1px 5px 10px 0px rgba(0,0,0,0.07);
  box-shadow: -1px 5px 10px 0px rgba(0,0,0,0.07);
}
.frame-label {
  padding: 10px 0px;
  position: relative;
  z-index: 10;
  height: 80px;
  line-height: 40px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(50,50,50,0.45);
  -moz-box-shadow: 0px 3px 7px 0px rgba(50,50,50,0.45);
  box-shadow: 0px 3px 7px 0px rgba(50,50,50,0.45);
}
.frame-label span.title,
.frame-label h1 {
  color: #FFF;
  font-size: 24px;
  line-height: 60px;
  display: inline;
}
.frame-label span.title a,
.frame-label h1 a {
  font-weight: 700;
}
.frame-label .container-fluid {
  max-width: 1010px;
}
.reference-row {
  padding-top: 10px;
}
.reference-row .image {
  height: 165px;
  line-height: 165px;
  text-align: center;
}
.reference-row .image img {
  height: 120px;
}
.reference-row .list {
  border-radius: 3px;
  padding: 20px;
  position: relative;
  margin-left: 10px;
  min-height: 137px;
  margin-top: 16px;
}
.reference-row .ref-title {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 18px;
}
.reference-row .ref-text {
  line-height: 18px;
  text-align: justify;
}
.reference-row .bx {
  margin-top: 10px;
}
.reference-row .line {
  border-left: 1px solid #a1cbab;
}
.reference-row .list {
  margin-left: 0px;
  padding-top: 70px;
  text-align: center;
}
.reference-row .image {
  margin-bottom: 0px;
  position: relative;
  top: 80px;
  z-index: 10;
  margin-top: -100px;
}
.reference-row .ref-text {
  text-align: center;
}
.bubble {
  background: #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  padding-left: 35px;
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
}
.bubble .ico {
  position: absolute;
  top: 23px;
  left: -23px;
  width: 46px;
  height: 46px;
  color: #FFF;
  text-align: center;
  line-height: 46px;
  border-radius: 23px;
  font-size: 20px;
}
.bubble .text {
  min-height: 100px;
}
.bubble .foot {
  position: absolute;
  bottom: -22px;
  left: 20px;
  width: 22px;
  height: 22px;
  background: url('/images/down-bubble.png?v216') no-repeat;
}
.logos-holder {
  margin-top: 15px;
  text-align: center;
}
.logos-holder > div {
  height: 110px;
  line-height: 110px;
}
.logos-holder img {
  width: 100%;
  max-width: 170px;
  display: inline-block;
}
.frm-wrapper {
  padding: 20px;
  padding-bottom: 5px;
  border-radius: 10px;
}
.frm-wrapper p {
  color: #2F7F44;
  font-weight: 600;
}
.frm-wrapper.demo {
  background: transparent;
  margin-top: 10px;
}
.contact-list {
  width: 100%;
  margin: 15px 0px 15px 0px;
}
.contact-list td {
  padding: 0px;
  vertical-align: top;
  padding-bottom: 30px;
  text-align: left !important;
}
.contact-list td.img {
  width: 130px;
  padding-right: 30px;
  padding-left: 20px;
}
.contact-list .contact-list-text {
  font-size: 18px;
  line-height: 26px;
}
.contact-list .smaller {
  font-size: 13px;
}
.country {
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #80b98e;
}
.country .title {
  font-size: 24px;
  font-weight: 600;
}
.country i {
  color: #80b98e;
}
.country .url a {
  font-size: 20px;
  color: #083f16;
  text-decoration: none;
}
.country .url a:hover {
  text-decoration: underline;
}
.country .line {
  margin-bottom: 10px;
  text-align: center;
}
.country .line > div {
  display: inline-block;
  height: 1px;
  width: 200px;
  background: #80b98e;
}
.country .nr {
  font-size: 16px;
  color: #0e425b;
}
.country .txt {
  font-size: 16px;
  color: #dd4b39;
}
.eshop-fe {
  text-align: center;
  position: relative;
}
.eshop-fe > div {
  display: inline-block;
  text-align: center;
}
.eshop-fe > div a.btn {
  position: relative;
  z-index: 300;
  margin-top: -70px;
  width: 200px;
}
.eshop-fe > div:hover a.btn {
  background-color: #367fa9;
  box-shadow: none;
  border-color: #307095;
}
.eshop-fe div.ihold {
  z-index: 100;
  height: 240px;
  line-height: 240px;
  text-align: center;
}
.eshop-fe div.ihold img {
  position: relative;
  z-index: 110;
  height: 240px;
}
.bb-round-edges {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  color: #FFF;
  margin-top: 5px;
}
.bb-round {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  font-size: 35px;
  color: #2F7F44;
  margin-top: 5px;
  background: white;
  border: 1px solid #80b98e;
}
.function-table {
  margin-bottom: 35px;
  width: 100%;
}
.function-table td {
  padding: 10px 20px;
  height: 70px;
}
.function-table th {
  width: 80%;
  background: #F2F2F2;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 400;
}
.function-table tr:nth-child(odd) th {
  background: #E4E4E4;
}
.function-table tr:nth-child(odd) td {
  background: #F2F2F2;
}
.tag {
  margin: 15px 0px;
  width: 100px;
  height: 5px;
}
.container-fluid.hr {
  border-bottom: 1px solid #D6D6D6;
}
.white-link {
  color: #FFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
}
.white-link:hover,
.white-link:focus {
  color: #FFF;
  text-decoration: none;
}
.main-2-list {
  width: 100%;
  margin-top: 20px;
}
.main-2-list td {
  padding: 0px;
  vertical-align: top;
  padding-bottom: 20px;
  text-align: left !important;
  margin-bottom: 15px;
  text-align: justify;
}
.main-2-list td.img {
  width: 95px;
  padding-right: 30px;
}
.main-2-list td .title {
  font-size: 22px;
  color: #444444;
}
.main-2-list td .title2 {
  font-size: 20px;
  color: #444444;
  margin: 0px 0px;
}
.main-2-list td .text {
  font-size: 14px;
  color: #000000;
}
.hp-3-card {
  margin-top: 20px;
}
.hp-3-card .ico {
  text-align: center;
  margin-bottom: -50px;
}
.hp-3-card .ico .ico-holder {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  line-height: 100px;
  font-size: 30px;
  text-decoration: none;
}
.hp-3-card .text {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 50px;
  min-height: 180px;
}
.hp-3-card .body {
  padding: 20px;
  border-radius: 10px;
  background: #F7F6F6;
}
#footer_in {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 50px;
}
#footer_in .logo {
  height: 40px;
  margin-bottom: 15px;
  margin-top: -20px;
  background: url('/images/logo2.png?@version') no-repeat 50% 50%;
  background-size: contain;
}
#footer_in .line {
  margin: 0px 4% 25px 4%;
  height: 0px;
  border-top: 1px solid #C0C0C0;
}
#footer_in .ttle {
  font-size: 16px;
  margin-bottom: 15px;
}
#footer_in .lst ul {
  padding: 0px;
  font-size: 15px;
  color: #606060;
}
#footer_in .lst ul a {
  color: #606060;
}
#footer_in .msg {
  font-size: 13px;
  color: #7a7a7a;
  margin-top: 15px;
}
.btn {
  text-transform: uppercase;
}
.btn-default {
  background: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #f2f2f2;
}
.btn-custom-zel {
  background: #00A65A;
  border-color: #008d4c;
}
.btn-custom-zel:hover,
.btn-custom-zel:focus,
.btn-custom-zel:active {
  background-color: #008d4c;
  box-shadow: none;
  border-color: #00733e;
}
.btn-custom-fia {
  background: #605CA8;
  border-color: #555299;
}
.btn-custom-fia:hover,
.btn-custom-fia:focus,
.btn-custom-fia:active {
  background-color: #555299;
  box-shadow: none;
  border-color: #4c4988;
}
.btn-custom-ora {
  background: #F39C12;
  border-color: #e08e0b;
}
.btn-custom-ora:hover,
.btn-custom-ora:focus,
.btn-custom-ora:active {
  background-color: #e08e0b;
  box-shadow: none;
  border-color: #c87f0a;
}
.btn-custom-cer {
  background: #DD4B39;
  border-color: #d73925;
}
.btn-custom-cer:hover,
.btn-custom-cer:focus,
.btn-custom-cer:active {
  background-color: #d73925;
  box-shadow: none;
  border-color: #c23321;
}
.btn-custom-mod {
  background: #3C8DBC;
  border-color: #367fa9;
}
.btn-custom-mod:hover,
.btn-custom-mod:focus,
.btn-custom-mod:active {
  background-color: #367fa9;
  box-shadow: none;
  border-color: #307095;
}
.tick-grey {
  z-index: 10;
  width: 90px;
  height: 37px;
  background: url('/images/grey-tick.png?v216') no-repeat;
  position: absolute;
  left: calc(50% - 45px);
  bottom: -33px;
}
.tick-white {
  z-index: 10;
  width: 90px;
  height: 37px;
  background: url('/images/white-tick.png?v216') no-repeat;
  position: absolute;
  left: calc(50% - 45px);
  bottom: -33px;
}
nav.pg {
  text-align: center;
  position: relative;
  top: -10px;
}
nav.pg ul {
  margin: 0px;
}
.reference-wrap {
  padding: 30px;
  padding-bottom: 15px;
  background: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.image {
  padding-bottom: 15px;
}
.client {
  margin-top: 15px;
}
.ref-client-label {
  color: ;
}
.ref-title {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: ;
}
.ref-text {
  line-height: 24px;
}
.ref-text p {
  margin-bottom: 15px;
  text-align: justify;
}
.reference-photos {
  padding: 15px 0;
}
.photo-title {
  color: ;
}
.photo {
  padding-bottom: 15px;
  text-align: center;
}
.photo img {
  max-width: 99%;
  max-height: 200px;
}
.reference-links {
  margin-top: 15px;
}
.links-title {
  color: ;
  padding-bottom: 20px;
}
.bg-hp-image {
  background-image: url('/images/hp-banner3.png');
  background-size: auto;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.bg-hp-image h1,
.bg-hp-image h2,
.bg-hp-image h3,
.bg-hp-image h4,
.bg-hp-image h5,
.bg-hp-image p {
  color: ;
}
.bg-hp-image2 {
  background-image: url('/images/bg-image-devices.png');
  background-size: auto;
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
}
.bg-hp-image2 h1,
.bg-hp-image2 h2,
.bg-hp-image2 h3,
.bg-hp-image2 h4,
.bg-hp-image2 h5,
.bg-hp-image2 p {
  color: ;
}
.landing {
  background-image: url('/images/hp-banner3.png');
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  height: 600px;
}
.inner-gradient {
  -webkit-box-shadow: inset 0px -49px 73px 53px rgba(242,246,248,0.85);
  -moz-box-shadow: inset 0px -49px 73px 53px rgba(242,246,248,0.85);
  box-shadow: inset 0px -49px 73px 53px rgba(242,246,248,0.85);
}
.bg-demo1-image {
  background-image: url('/images/pic/demo-11a.jpg');
  background-size: cover;
}
.bg-demo2-image {
  background-image: url('/images/pic/demo-11b.jpg');
  background-size: cover;
}
.bg-hp-image-gradient {
  background-image: url('/images/hp-banner3 gradient.png');
  background-size: cover;
}
.bg-main {
  background-color: #80b98e;
}
.bg-main-dark {
  background-color: #0e425b;
}
.bg-main-light {
  background: url(/images/gray-bg.png);
}
.bg-main-light2 {
  background-color: #e6edef;
}
.bg-main-banner {
  background-color: #80b98e;
}
.txt-white {
  color: white;
}
.check-table {
  width: 100%;
}
.check-table.white {
  color: white;
}
.check-table td {
  padding: 5px 5px;
  text-align: left !important;
}
.check-table th {
  width: 30%;
  background: #F2F2F2;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 700;
}
.check-table .check {
  width: 30px;
  font-size: 20px;
  color: #2F7F44;
}
.check-table .cube {
  width: 20px;
  font-size: 8px;
  color: #083f16;
}
.quotation {
  margin-top: 20px;
  text-align: center;
  color: #929292;
}
.quotation .text {
  font-size: 14px;
  padding-bottom: 15px;
  min-height: 260px;
  font-style: italic;
}
.quotation .body {
  padding: 20px;
  border-radius: 3px;
}
.quotation-txt {
  padding: 10px 20px;
  text-align: center;
}
.quotation-txt strong {
  color: #083f16;
}
.list ul {
  list-style-type: disc;
  line-height: 30px;
  -webkit-padding-start: 20px;
}
.list ul li {
  list-style-type: disc;
  line-height: 20px;
  margin-bottom: 10px;
}
.list ol {
  padding-left: 0px;
}
.list ol li {
  margin-left: 30px;
}
.bottom-border {
  border-bottom: 1px solid #f2f6f8;
}
.card-for {
  background-color: white;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 30px;
  border-radius: 3px;
  border-bottom: 1px solid #80b98e;
}
.card-for .font-bigger {
  color: #2F7F44;
}
.no-p-rl {
  padding-left: 0;
  padding-right: 0;
}
.card-part {
  min-height: 100px;
  margin-bottom: 15px;
  padding-left: 15;
  padding-right: 15;
}
.card-part.line {
  border-right: 1px solid #badbea;
}
.card-part .header {
  padding: 10px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  background-color: white;
  color: #2F7F44;
  border-radius: 15px 15px 0px 0px;
}
.card-part img {
  display: block;
}
.card-part .picture {
  padding-left: 15;
  padding-right: 15;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.card-part .body {
  padding: 10px 30px 10px 30px;
  background-color: white;
}
.font-header {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.card-price {
  border: 1px solid #80b98e;
  padding: 10px 0px 10px 0px;
  min-height: 100px;
  margin-bottom: 15px;
  border-radius: 3px;
  text-align: center;
  min-height: 330px;
}
.card-price .header {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-price .header i {
  color: #80b98e;
}
.card-price .for {
  min-height: 50px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2F7F44;
  font-weight: 600;
}
.card-service {
  border-bottom: 1px solid #80b98e;
  padding: 15px;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 30px;
}
.card-demo {
  background-color: #f2f6f8;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.card-demo.r-right {
  border-radius: 0px 15px 15px 0px;
}
.card-demo.r-left {
  border-radius: 15px 0px 0px 15px;
}
.card-demo .text {
  padding-top: 15px;
  padding-bottom: 15px;
}
.card-demo .text.main {
  min-height: 330px;
}
.card-demo .web {
  min-height: 405px;
  border-radius: 0px 15px 15px 0px;
}
.card-demo .paper {
  min-height: 345px;
  border-radius: 15px 0px 0px 15px;
}
.card-demo.link {
  min-height: 150px;
}
.card-demo .header {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-demo a {
  margin-top: 10px;
}
.card-demo .icon {
  font-size: 12px;
}
.table-responsive {
  overflow-x: auto;
  margin-bottom: 0;
}
.price-table {
  width: 100%;
  background-color: white;
}
.price-table td {
  padding: 10px 20px;
  height: 70px;
  min-width: 150px;
}
.price-table th {
  width: 80%;
  min-width: 300px;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 400;
}
.price-table tr {
  border-bottom: 3px solid #f2f6f8;
}
.cutter .card-advantage {
  padding-left: 0;
  padding-right: 0;
  color: #f2f6f8;
  text-align: center;
}
.cutter .card-advantage .card-advantage-item {
  display: block;
  padding: 15px;
  min-height: 190px;
}
.cutter .card-advantage .card-advantage-item.line {
  border-right: 1px solid rgba(255,255,255,0.2);
}
.cutter .card-advantage .card-advantage-item .icon {
  font-size: 50px;
}
.cutter .card-advantage hr {
  border-top: 1px solid rgba(255,255,255,0.2);
}
hr.bold {
  border-bottom: 1px solid #c2ddc9;
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.light {
  border-bottom: 1px solid #80b98e;
  margin-top: 5px;
  margin-bottom: 5px;
}
hr.light.second {
  margin-top: 0px;
  margin-bottom: 15px;
}
.image-link {
  outline: none !important;
  cursor: zoom-in;
}
.btn {
  padding: 14px 24px;
  border: 0 none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 200px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}
.btn.outline {
  background: none;
  padding: 12px 22px;
}
.btn-primary.outline {
  border: 2px solid #80b98e;
  color: #80b98e;
}
.btn-default {
  color: #80b98e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #5fa771;
}
.btn-default:active,
.btn-default.active {
  color: #5fa771;
  box-shadow: none;
}
.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
  color: #5fa771;
  border-color: #5fa771;
}
.btn-info.outline {
  border: 2px solid white;
  color: white;
}
.btn-info.outline:hover,
.btn-info.outline:focus,
.btn-info.outline:active,
.btn-info.outline.active,
.open > .dropdown-toggle.btn-info {
  color: #d8e1e8;
  border-color: #d8e1e8;
}
.btn-success {
  background: #80b98e;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #5fa771;
}
.btn-success:active,
.btn-success.active {
  background: #5fa771;
  box-shadow: none;
}
.hp-advantage {
  background-color: #80b98e;
  padding: 10px;
  min-height: 250px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.hp-advantage .picture {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hp-advantage .header {
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  color: #2F7F44;
}
.hp-advantage p {
  padding: 10px;
  text-align: center;
}
.picture {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.picture .mxw {
  max-width: 650px;
}
.pull-left {
  border-right: 1px solid #80b98e;
  min-height: 450px;
}
.about-advantage {
  padding-top: 10px;
  min-height: 300px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.about-advantage .picture {
  padding: 0px;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}
.about-advantage .txt {
  margin-top: -80px;
  height: 230px;
  border-radius: 5px;
}
.about-advantage .header {
  padding: 90px 10px 10px 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #2F7F44;
  height: 50px;
}
.about-advantage p {
  padding: 40px 10px 10px 10px;
  text-align: center;
  height: 100px;
}
.icon-process {
  font-size: 25px;
  margin: 3px;
  text-align: center;
}
a {
  color: #80b98e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2F7F44;
  text-decoration: underline;
}
.bg-main-txt {
  color: #80b98e;
}
@media (max-width: 991px) {
  .quotation .text {
    min-height: 50px;
  }
  .bg-hp-image {
    background-image: url('/images/hp_banner xs.jpg');
  }
  .frame.hp {
    padding: 0px 0px 0px 0px;
  }
  .card-part .header {
    min-height: 85px;
  }
}
@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .cutter .card-advantage .card-advantage-item {
    min-height: 210px;
  }
  .font-hp h1 {
    font-size: 52px;
    line-height: 60px;
  }
  .card-part.line {
    border-right: none;
  }
  .reference-row .line {
    border-left: none;
  }
  .font-hp-main h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .font-hp-main h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .full90 {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .font-big {
    font-size: 32px;
    line-height: 35px;
  }
  .pull-left {
    border-right: 0px solid #80b98e;
    min-height: 0px;
  }
}
@media (min-width: 1200px) {
  .font-hp-main h1 {
    padding-top: 70px;
  }
}
@media (max-width: 1200px) {
  .font-hp-main {
    text-align: center;
  }
}
.df-tab-menu {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.df-tab-menu > li {
  padding: 0;
  margin: 0px;
  position: relative;
  display: inline-block;
  background: url('/images/separator.png') no-repeat right center;
}
.df-tab-menu > li.last {
  background: none;
}
.df-tab-menu a {
  text-decoration: none;
  color: #083f16;
  font-size: 14px;
  cursor: pointer;
}
.df-tab-menu a:hover,
.df-tab-menu a:focus {
  text-decoration: none;
}
.df-tab-menu > li > a {
  display: inline-block;
  width: auto;
  padding: 20px 20px 20px 20px;
}
.df-tab-menu > li.df-tab-menu-active {
  padding-left: 2px;
  margin-left: -2px;
  background: #FFF;
}
.df-tab-menu > li.df-tab-menu-active > a {
  background: #FFF;
}
.df-tab-menu > li.df-tab-menu-active:hover > a {
  text-decoration: none;
}
.df-tab-menu > li:hover > a {
  text-decoration: underline;
}
.df-tab-menu-dropdown {
  top: 57px;
  right: 0;
  left: auto;
  position: absolute;
  z-index: 100;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.df-tab-menu-dropdown li {
  text-align: left;
}
.df-tab-menu-dropdown li a {
  opacity: 0.8;
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: nowrap;
}
.df-tab-menu-dropdown li a:hover {
  text-decoration: none;
  background-color: #FFF;
}
.df-tab-menu-dropdown-open ~ .df-tab-menu-dropdown {
  display: block;
}
@media (max-width: 992px) {
  .df-tab-menu > li.df-tab-menu-active {
    width: 70%;
  }
  .df-tab-menu > li.df-more-selector {
    width: 30%;
  }
}
@media (min-width: 993px) {
  .frame-label {
    display: block !important;
  }
  .navbar-nav > li > a {
    padding-top: 43px;
    padding-bottom: 32px;
  }
  .navbar-nav > li > a.active_zel {
    background: url('/images/active-green.png?v216') no-repeat center bottom;
  }
  .navbar-nav > li > a.active_fia {
    background: url('/images/active-purple.png?v216') no-repeat center bottom;
  }
  .navbar-nav > li > a.active_ora {
    background: url('/images/active-orange.png?v216') no-repeat center bottom;
  }
  .navbar-nav > li > a.active_cer {
    background: url('/images/active-red.png?v216') no-repeat center bottom;
  }
  .navbar-nav > li > a.active_mod {
    background: url('/images/active-blue.png?v216') no-repeat center bottom;
  }
  .navbar-nav > li > a.active_main {
    background: url('/images/active-main.png?v216') no-repeat center bottom;
  }
  .navbar-default .navbar-nav > li > a.separator {
    display: block !important;
    -webkit-transition: height linear 0.2s;
    transition: height linear 0.2s;
  }
  .is-scrolled .navbar-nav > li > a {
    background: none;
  }
  .is-scrolled .navbar-nav > li > a {
    padding-top: 21px;
  }
  .tick-grey.left {
    left: calc(-17.5%) !important;
  }
  .right-submenu {
    display: block !important;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 60px;
  }
  .mobile-left {
    text-align: left;
  }
  .navbar-brand {
    height: 40px !important;
    width: 230px !important;
    margin-top: 10px !important;
    margin-left: 5px !important;
    background-position: 10% 50%;
  }
  .navbar-default .navbar-nav > li > a.separator {
    height: 43px;
  }
  .navbar-default .navbar-nav > li > a.last {
    background: none !important;
  }
  .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .fade {
    top: 60px;
  }
  .tick-hider-md {
    display: none !important;
  }
  .reference-row .list {
    margin-left: 0px;
    padding-top: 70px;
    text-align: center;
  }
  .reference-row .image {
    margin-bottom: 0px;
    position: relative;
    top: 80px;
    z-index: 10;
    margin-top: -80px;
  }
  .reference-row .ref-text {
    text-align: center;
  }
  .hp-3-card .text {
    min-height: 0px !important;
  }
  .bubble .text {
    min-height: 75px !important;
  }
  .bubble .ico {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .image-holder-right {
    padding-top: 15px;
  }
  .tick-hider-sm {
    display: none !important;
  }
  .main-2-list td .title {
    line-height: 24px;
  }
  .main-2-list td .title2 {
    line-height: 22px;
    margin: 5px 0px !important;
  }
  .main-2-list td.img {
    width: 80px;
    padding-right: 15px;
  }
  #s1 {
    text-align: center !important;
  }
  .bulb img {
    max-height: 180px;
  }
  .bubble .text {
    min-height: 50px !important;
  }
  .bubble .ico {
    top: 10px;
  }
  .bubble .foot {
    left: 10px;
  }
}
