* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Heebo', Arial, sans-serif;
}

body {
    overflow-x: hidden;
	font-family: 'Heebo', Arial, sans-serif;
	line-height: 1.2;
    background: #333;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

header,
nav,
article,
section,
footer,
img {
    display: block;
}

.clear-it:after {
    content: "";
    display: block;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 115%;
}

h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

h2 {
    font-size: 28px;
    margin-bottom: 14px;
}

h3 {
    font-size: 26px;
    margin-bottom: 12px;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    margin-bottom: 7px;
}

h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 18px;
}

.green {
    color: #027840;
}

.dk-green {
    color: #025E33;
}

.dk-gray {
    color: #333;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.caps {
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all;
}


.wrap {
    width: 92%;
    margin: 0 auto;
    max-width: 1230px;
}

.slide-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 1230px;
}

.no-margin {
    margin: 0 !important;
}

.full-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.column1-fs,
.column2-fs,
.column3-fs,
.column4-fs,
.column5-fs,
.column6-fs,
.column7-fs,
.column8-fs,
.column9-fs,
.column10-fs,
.column11-fs,
.column12-fs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.column1-fs {
    width: 8.33333%;
}

.column2-fs {
    width: 16.66666%;
}

.column3-fs {
    width: 25%;
}

.column4-fs {
    width: 33.33333%;
}

.column5-fs {
    width: 41.66666%;
}

.column6-fs {
    width: 50%;
}

.column7-fs {
    width: 58.33333%;
}

.column8-fs {
    width: 66.66666%;
}

.column9-fs {
    width: 75%;
}

.column10-fs {
    width: 83.33333%;
}

.column11-fs {
    width: 91.66666%;
}

.column12-fs {
    width: 100%;
}

.col-pad-lt {
    padding: 0 0 0 2%;
}

.col-pad-rt {
    padding: 0 2% 0 0;
}

.col-pad-center {
    padding: 0 1%;
}

/** header/nav styles **/
header {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    border-bottom: 1px #999 solid;
}

.logo {
    width: 34%;
    float: left;
    margin-right: 2%;
}

.logo img {
    width: 100%;
    height: auto;
    max-width: 417px;
}

.rt-header {
    width: 64%;
    float: left;
    text-align: right;
    margin-top: 12px;
}

.rt-header .phones {
    color: #027840;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.rt-header .mobile-phones {
    color: #027840;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

nav {
    width: 100%;
    margin-top: 15px;
}

nav ul {
    width: 100%;
    margin: 0 auto;
}

nav li {
    display: inline-block;
    position: relative;
}

nav li:hover > ul {
    display: block;
    z-index: 99999;
}

nav li.active a {
    padding: 7px 1vw 4px;
    border-bottom: 3px #027840 solid;
}

nav a:link,
nav a:active,
nav a:visited {
    color: #000;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 15px;
    padding: 7px 1vw;
	border-bottom: 3px transparent solid;
}

nav a:link:hover,
nav a:active:hover,
nav a:visited:hover {
    color: #027840;
    padding-bottom: 4px;
    border-bottom: 3px #027840 solid;
}

nav ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 38px;
    left: 0;
    width: 180px;
    background: #000;
    text-align: left;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

nav ul ul li a:link,
nav ul ul li a:active,
nav ul ul li a:visited {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

nav ul ul li a:link:hover,
nav ul ul li a:active:hover,
nav ul ul li a:visited:hover {
    background: #027840;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

#mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    background: #333;
    color: #fff;
    margin: 0 !important;
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.4);
}

#mobile-nav .close-nav {
    width: 100%;
    display: block;
    text-align: right;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px #999 solid;
    cursor: pointer;
}

#mobile-nav .close-nav i {
    font-size: 20px;
    margin-right: 15px;
}

#mobile-nav ul {
    clear: both;
    display: block;
    padding: 0;
}

#mobile-nav ul li {
    display: block;
    margin: 0;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #999;
}

#mobile-nav ul li.current a,
#mobile-nav ul li.current span {
    border-left-color: #027840;
}

#mobile-nav ul li a,
#mobile-nav ul li span {
    padding: 12px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px #333 solid;
	line-height: 1.2;
}

#mobile-nav ul li a:hover,
#mobile-nav ul li span:hover {
    border-left-color: #027840;
	background: #000;
}

#mobile-nav ul li.expandable .end {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}

#mobile-nav ul li.expandable .end i {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

#mobile-nav ul li.expandable .end.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobile-nav ul ul {
    border-bottom: none;
    margin: 0;
    background: #027840;
}

#mobile-nav ul ul.collapsed {
    display: none;
}

#mobile-nav ul ul.expanded {
    display: block !important;
}

#mobile-nav ul ul li {
    line-height: 40px;
    font-size: 14px;
}

#mobile-nav ul ul li:last-child {
    border-bottom: none;
}

#mobile-nav ul ul li a,
#mobile-nav ul ul li span {
    color: #fff;
    padding-left: 15px;
    border-left-color: #027840;
}

#mobile-nav ul ul li a:hover,
#mobile-nav ul ul li span:hover {
    background: #000;
}

/** content styles **/
.page-contain {
    width: 100%;
    position: relative;
    z-index: 0;
}

.cycle-slideshow {
    width: 100%;
    display: block;
    overflow: hidden;
}

.cycle-slideshow a {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
}

.cycle-slideshow a img {
    width: 100%;
    height: auto;
}

.cycle-slideshow .cycle-pager {
    text-align: right;
    width: 92%;
    z-index: 500;
    position: absolute;
    bottom: 10%;
    right: 4%;
    overflow: hidden;
}

.cycle-slideshow .cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.cycle-slideshow .cycle-pager span.cycle-pager-active {
    color: #009A50;
}

.cycle-slideshow .cycle-pager > * {
    cursor: pointer;
}

.hero {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 13% 0;
}

article {
    width: 100%;
    background: #fff url("../siteart/pattern.jpg") repeat;
    padding: 40px 0;
}

.slick-slider.cat-list {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.slick-slider.cat-list .slick-slide {
    padding: 0 10px !important;
}

.slick-slider.cat-list .slick-prev {
    left: -30px !important;
}

.slick-slider.cat-list .slick-next {
    right: -30px !important;
}

.slick-slider.cat-list .slick-prev,
.slick-slider.cat-list .slick-next {
    width: 40px !important;
    height: 40px !important;
}

.slick-slider.cat-list .slick-prev:before,
.slick-slider.cat-list .slick-next:before {
    font-size: 30px !important;
    color: #000 !important;
}

.slick-slider.cat-list .cat-card {
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
}

.slick-slider.cat-list .cat-card img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.slick-slider.cat-list .cat-card:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.inv {
    width: 100%;
}

.inv iframe {
    width: 100%;
    height: 2100px;
    display: block;
    background: #fff;
}

/** footer styles **/
footer {
    width: 100%;
    padding: 25px 0;
}

footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

::placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder,
::-ms-input-placeholder {
    color: #000;
}

#formpage label {
    display: block;
    margin-bottom: 3px;
}

#formpage input {
    width: calc(100% - 12px);
    padding: 6px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    margin-bottom: 12px;
}

#formpage input:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none;
}

#formpage input .checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #f1d235;
    border: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
    -webkit-appearance: none;
}

#formpage input.button:hover {
    background: #D9BD30;
    color: #000;
}

#formpage textarea {
    width: calc(100% - 12px);
    padding: 6px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #000;
    font-size: 12px;
    height: 120px;
    margin-bottom: 12px;
}

#formpage textarea:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none;
}

#formpage select {
    width: calc(100% - 2px);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ddd;
    color: #000;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    margin-bottom: 12px;
}

#formpage select:focus {
    background: #efefef;
    color: #333;
    border: 1px solid #CC0000;
    outline-style: none;
}

/*control the Captcha */
.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaImagePanel img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 160px;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 7px 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.show-1024,
.show-tablet,
.show-640 {
    display: none;
}

@media screen and (max-width: 1240px) {
    .rt-header {
        margin-top: 5px;
    }

    .rt-header .phones {
        font-size: 16px;
    }

    nav {
        margin-top: 7px;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        font-size: 12px;
    }
}

@media screen and (min-width: 1025px) {
    #mobile-nav {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .show-1024 {
        display: block;
    }

    .hide-1024 {
        display: none;
    }

    .column1-ht {
        width: 8.33333%;
    }

    .column2-ht {
        width: 16.66666%;
    }

    .column3-ht {
        width: 25%;
    }

    .column4-ht {
        width: 33.33333%;
    }

    .column5-ht {
        width: 41.66666%;
    }

    .column6-ht {
        width: 50%;
    }

    .column7-ht {
        width: 58.33333%;
    }

    .column8-ht {
        width: 66.66666%;
    }

    .column9-ht {
        width: 75%;
    }

    .column10-ht {
        width: 83.33333%;
    }

    .column11-ht {
        width: 91.66666%;
    }

    .column12-ht {
        width: 100%;
    }

    .col-pad-lt-ht {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-ht {
        padding: 0 2% 0 0;
    }

    .col-pad-center-ht {
        padding: 0 1%;
    }

    .col-pad-clear-ht {
        padding: 0;
    }

    body {
        font-size: 16px;
    }

    p {
        margin-bottom: 16px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .logo {
        width: 48%;
    }

    .logo img {
        max-width: 380px;
    }

    .rt-header {
        width: 50%;
        margin-top: 10px;
    }

    .rt-header .mobile-phones {
        display: inline-block;
        vertical-align: middle;
    }

    .rt-header #simple-menu {
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        margin: 7px 0 0 5%;
        color: #000;
        font-size: 25px;
        font-weight: 700;
    }

    article {
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px) {
    .show-tablet {
        display: block;
    }

    .hide-tablet {
        display: none;
    }

    .column1-vt {
        width: 8.33333%;
    }

    .column2-vt {
        width: 16.66666%;
    }

    .column3-vt {
        width: 25%;
    }

    .column4-vt {
        width: 33.33333%;
    }

    .column5-vt {
        width: 41.66666%;
    }

    .column6-vt {
        width: 50%;
    }

    .column7-vt {
        width: 58.33333%;
    }

    .column8-vt {
        width: 66.66666%;
    }

    .column9-vt {
        width: 75%;
    }

    .column10-vt {
        width: 83.33333%;
    }

    .column11-vt {
        width: 91.66666%;
    }

    .column12-vt {
        width: 100%;
    }

    .col-pad-lt-vt {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vt {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vt {
        padding: 0 1%;
    }

    .col-pad-clear-vt {
        padding: 0;
    }

    /*.cycle-slideshow {
      .slide {padding:30% 0;}
  }*/
    .hero {
        padding: 13% 0;
    }

    .slick-slider.cat-list .cat-card {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .show-640 {
        display: block;
    }

    .hide-640 {
        display: none;
    }

    .column1-hp {
        width: 8.33333%;
    }

    .column2-hp {
        width: 16.66666%;
    }

    .column3-hp {
        width: 25%;
    }

    .column4-hp {
        width: 33.33333%;
    }

    .column5-hp {
        width: 41.66666%;
    }

    .column6-hp {
        width: 50%;
    }

    .column7-hp {
        width: 58.33333%;
    }

    .column8-hp {
        width: 66.66666%;
    }

    .column9-hp {
        width: 75%;
    }

    .column10-hp {
        width: 83.33333%;
    }

    .column11-hp {
        width: 91.66666%;
    }

    .column12-hp {
        width: 100%;
    }

    .col-pad-lt-hp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-hp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-hp {
        padding: 0 1%;
    }

    .col-pad-clear-hp {
        padding: 0;
    }

    body {
        font-size: 14px;
    }

    p {
        margin-bottom: 14px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    header {
        background: #fff;
        position: relative;
    }

    .logo {
        width: 100%;
    }

    .logo img {
        margin: 0 auto;
        max-width: 280px;
    }

    .rt-header {
        width: 100%;
        margin-top: 7px;
        text-align: left;
    }

    .rt-header .mobile-phones {
        font-size: 14px;
    }

    .rt-header #simple-menu {
        float: right;
    }

    /*.cycle-slideshow {
      .slide {padding:40% 0;}
  }*/
    .hero {
        padding: 12% 0;
    }

    .slick-slider.cat-list {
        width: calc(100% - 60px);
    }

    .slick-slider.cat-list .slick-prev {
        left: -20px !important;
    }

    .slick-slider.cat-list .slick-next {
        right: -20px !important;
    }

    .slick-slider.cat-list .slick-prev,
    .slick-slider.cat-list .slick-next {
        width: 30px !important;
        height: 30px !important;
    }

    .slick-slider.cat-list .slick-prev:before,
    .slick-slider.cat-list .slick-next:before {
        font-size: 20px !important;
    }

    footer .copyright {
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    .column1-vp {
        width: 8.33333%;
    }

    .column2-vp {
        width: 16.66666%;
    }

    .column3-vp {
        width: 25%;
    }

    .column4-vp {
        width: 33.33333%;
    }

    .column5-vp {
        width: 41.66666%;
    }

    .column6-vp {
        width: 50%;
    }

    .column7-vp {
        width: 58.33333%;
    }

    .column8-vp {
        width: 66.66666%;
    }

    .column9-vp {
        width: 75%;
    }

    .column10-vp {
        width: 83.33333%;
    }

    .column11-vp {
        width: 91.66666%;
    }

    .column12-vp {
        width: 100%;
    }

    .col-pad-lt-vp {
        padding: 0 0 0 2%;
    }

    .col-pad-rt-vp {
        padding: 0 2% 0 0;
    }

    .col-pad-center-vp {
        padding: 0 1%;
    }

    .col-pad-clear-vp {
        padding: 0;
    }

    /*.cycle-slideshow {
      .cycle-pager { 
          bottom:0;
      }
  }
  
  .hero {padding:28% 0;}*/
    .slick-slider.cat-list .cat-card {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    /*.cycle-slideshow {
      .slide {padding:45% 0;}
  }
  
  .hero {padding:32% 0;}*/
}
