* {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif; }

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: #53b648; }

.dk-green {
  color: #489C3E; }

.lt-gray {
  color: #ccc; }

.dk-gray {
  color: #333; }

.black {
  color: #000; }

.white {
  color: #fff; }

.red {
  color: #CC0000; }

.caps {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

a, a:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a.green-btn, a:hover.green-btn {
    background: #53b648;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    display: block;
    max-width: 400px;
    text-align: center; }
    a.green-btn:hover, a:hover.green-btn:hover {
      background: #489C3E; }

ul.list {
  list-style: disc;
  margin: 0 0 14px 14px; }
  ul.list li {
    list-style: disc;
    margin-left: 14px; }

body {
  font-family: 'Open Sans', Arial, sans-serif !important;
  background: #000;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  -webkit-text-size-adjust: none; }

.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1230px; }

.sm-wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 890px; }

.no-margin {
  margin: 0 !important; }

.full-img img {
  width: 100%;
  height: auto;
  margin-bottom: 20px; }

.img-on-rt-25 {
  width: 25%;
  margin: 0 0 20px 2%;
  float: right; }
  .img-on-rt-25 img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.column1 {
  width: 8.33333%; }

.column2 {
  width: 16.66666%; }

.column3 {
  width: 25%; }

.column4 {
  width: 33.33333%; }

.column5 {
  width: 41.66666%; }

.column6 {
  width: 50%; }

.column7 {
  width: 58.33333%; }

.column8 {
  width: 66.66666%; }

.column9 {
  width: 75%; }

.column10 {
  width: 83.33333%; }

.column11 {
  width: 91.66666%; }

.column12 {
  width: 100%; }

.col-pad-lt {
  padding: 0 0 0 2%; }

.col-pad-rt {
  padding: 0 2% 0 0; }

.col-pad-center {
  padding: 0 1%; }



nav.breadcrumbs {background:transparent; }


/** header/nav styles **/
header {
  width: 100%;
  padding: 25px 0;
  background: #fff; }

.logo {
  width: 40%;
  float: left;
  margin-right: 2%; }
  .logo img {
    width: 100%;
    height: auto;
    max-width: 297px; }
.rt-head {
  width: 58%;
  float: left;
  text-align: right;
  color: #000; }
  .rt-head .head-phone {
    color: #53b648;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .rt-head .address-soc .address {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }
  .rt-head .address-soc .soc-media {
    font-size: 30px;
    display: inline-block;
    vertical-align: top; }
    .rt-head .address-soc .soc-media .fa-facebook {
      color: #4267b2; }

/** content styles **/
.inv-btns {
  width: 100%;
  display: block;
  border-bottom: 3px #000 solid; }
  .inv-btns a {
    width: 20%;
    float: left;
    position: relative;
    display: block;
    padding: 7% 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .inv-btns a .shaded {
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
    .inv-btns a:hover .shaded {
      background: rgba(0, 0, 0, 0); }
    .inv-btns a .caption {
      width: 92%;
      position: absolute;
      z-index: 9;
      bottom: 12%;
      left: 7%;
      display: block;
      line-height: 135%;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase; }
      .inv-btns a .caption span {
        font-size: 28px;
        font-weight: 700;
        display: block; }

article {
  width: 100%;
  background: #000 url("../siteart/hero-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 80px 0; }
  article.inv {
    background: #333; }

.loc-map iframe {
  width: 100%;
  height: 350px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #333 solid; }

.scroll-frame {
  width: 100%;
  background: #53b648;
  padding: 10px 0;
  overflow: hidden; }
  .scroll-frame iframe {
    width: 100%;
    height: 90px;
    display: block; }

/** footer styles **/
.foot {
  width: 100%;
  display: block;
  background: #333 url("../siteart/pattern.jpg") repeat;
  padding: 35px 0;
  font-size: 16px;
  line-height: 150%; }
  .foot .foot-nav {
    list-style: none;
    margin-bottom: 15px; }
    .foot .foot-nav li {
      display: block;
      padding: 2px 0; }
      .foot .foot-nav li a {
        display: block;
        color: #fff; }

footer {
  width: 100%;
  padding: 25px 0; }
  footer .copyright, footer .hosted {
    text-align: left;
    color: #fff;
    font-size: 12px; }
  footer .hosted {
    text-align: right; }

::placeholder {
  color: #666;
  opacity: 1; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: #666; }

#formpage label {
  display: block;
  margin-bottom: 3px; }
  #formpage label i {
    color: #53b648;
    font-size: 12px;
    line-height: 22px;
    float: right; }
#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 #ccc;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  background: #fff; }
  #formpage input:focus {
    background: #efefef;
    color: #333;
    border-color: #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: 12px 0;
    background: #53b648;
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer; }
  #formpage input.button:hover {
    background: #489C3E;
    color: #fff; }
#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 #ccc;
  color: #000;
  font-size: 16px;
  height: 120px;
  margin-bottom: 15px;
  background: #fff; }
  #formpage textarea:focus {
    background: #efefef;
    color: #333;
    border-color: #CC0000;
    outline-style: none; }
#formpage select {
  width: calc(100% - 2px);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #ccc;
  color: #000;
  vertical-align: middle;
  font-size: 16px;
  line-height: normal;
  padding: 5px;
  margin-bottom: 15px; }
  #formpage select:focus {
    background: #efefef;
    color: #333;
    border-color: #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: #fff; }
    .CaptchaWhatsThisPanel a:hover {
      text-decoration: none; }

.show-1024, .show-tablet, .show-640, .show-480 {
  display: none; }

@media screen and (max-width: 1366px) {
  nav a:link, nav a:active, nav a:visited {
    font-size: 14px;
    padding: 0 5px; } }
@media screen and (max-width: 1200px) {
	nav a:link, nav a:active, nav a:visited {
    font-size: 13px;
    padding: 0 3px; } 
  .inv-btns a {
    width: 33.33333%;
    padding: 10% 0; } }
@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 !important; }

  .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; }

  #simple-menu {
    height: 36px;
    line-height: 36px;
    width: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; } }
@media screen and (max-width: 768px) {
  .show-tablet {
    display: block; }

  .hide-tablet {
    display: none !important; }

  .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; }

  .img-on-rt-25 {
    width: 100%;
    margin: 0 0 20px 0; }

  header {
    padding: 20px 0; }

  .rt-head .head-phone {
    font-size: 24px;
    margin-bottom: 7px; }
  .rt-head .address-soc .address {
    font-size: 14px; }
  .rt-head .address-soc .soc-media {
    font-size: 24px; }

  .inv-btns a .caption {
    font-size: 16px; }
    .inv-btns a .caption span {
      font-size: 24px; }

  article {
    padding: 55px 0; }

  .loc-map iframe {
    height: 300px; }

  footer {
    padding: 15px 0; }
    footer .copyright, footer .hosted, footer .hosted {
      text-align: center;
      font-size: 10px; } }
@media screen and (max-width: 640px) {
  .show-640 {
    display: block; }

  .hide-640 {
    display: none !important; }

  .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; }

  .logo {
    width: 55%; }
    .logo img {
      max-width: 180px; }

  .rt-head {
    width: 43%; }
    .rt-head .head-phone {
      font-size: 18px;
      margin-bottom: 5px; }

  .inv-btns a {
    width: 50%;
    padding: 12% 0; }

  .foot {
    padding: 25px 0;
    font-size: 14px; }

  #formpage label {
    display: block;
    margin-bottom: 3px; }
  #formpage input {
    font-size: 14px; }
    #formpage input.button, #formpage input.button:focus {
      font-size: 16px;
      line-height: 16px; }
  #formpage textarea {
    font-size: 14px; }
  #formpage select {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  .show-480 {
    display: block; }

  .hide-480 {
    display: none !important; }

  .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; }

  .inv-btns a .caption {
    font-size: 14px; }
    .inv-btns a .caption span {
      font-size: 22px; }

  article {
    padding: 30px 0; } }
@media screen and (max-width: 375px) {
  .inv-btns a {
    width: 100%;
    padding: 20% 0; } }
