<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
  color: #436a7f;
}

/* Buttons ============================================================================================================*/
/*Success*/
.btn-success
{
  color: #ffffff;
  background-color: #01A982;
  border-top-color: #019c74;
  border-right-color: #019c74;
  border-bottom-color: #019c74;
  border-left-color: #019c74;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open &gt; .dropdown-toggle.btn-success
{
  color: #ffffff;
  background-color: #01b891;
  border-top-color: #019c74;
  border-right-color: #019c74;
  border-bottom-color: #019c74;
  border-left-color: #019c74;
}


/*Primary */
.btn-primary
{
  color: #ffffff;
  background-color: #57707f;
  border-top-color: #536b7a;
  border-right-color: #536b7a;
  border-bottom-color: #536b7a;
  border-left-color: #536b7a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open &gt; .dropdown-toggle.btn-primary
{
  background-color: #496473;
  border-top-color: #536b7a;
  border-right-color: #536b7a;
  border-bottom-color: #536b7a;
  border-left-color: #536b7a;
}

.panel-primary
{
border-top-color: #536b7a;
  border-right-color: #536b7a;
  border-bottom-color: #536b7a;
  border-left-color: #536b7a;
}

.panel-primary &gt; .panel-heading
{
  color: #ffffff;
 background-color: #57707f;
  border-top-color: #536b7a;
  border-right-color: #536b7a;
  border-bottom-color: #536b7a;
  border-left-color: #536b7a;
}




/*Panels and buttons */
.panel-title
{
  font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;

}

.btn, .form-control {
  font-size: 13px;
}

.form-control {
  height: 33px;
}


/* Labels*/
.label-primary {
  background-color: #57707f;
}




/* Customize the nav-justified links to be fill the entire space of the .navbar */

#top_left {
  text-align: left;
  float: left;
}

#top_left img {
  display: block;
  margin-top: 30px;
}

#top_right {
  text-align: right;
  float: right;
}

#top_right .list-inline {
  margin-top: 0px;
  margin-bottom: 10px;

}

#top_right .list-inline li {
  border-left: solid 1px #d1d1d1;
  border-bottom: solid 1px #d1d1d1;

  padding: 5px 12px 5px 15px;
  margin: 0px;
  background-color: #ffffff;
}

#top_right .list-inline li:first-of-type {
  border-bottom-left-radius: 4px;
}

#top_right .list-inline li.tel {
  background-color: #eeeeee;
  border-bottom-right-radius: 4px;
  border-right: solid 1px #d1d1d1;
}

.masthead {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-justified {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  border-left-style: none !important;
  border-right-style: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

}


.dropdown-menu
{
  font-size: 13px;
}

.nav-justified &gt; li {
  border-color: #ffffff !important;
}

.nav-justified &gt; li &gt; a {
  padding: 12px 4px 8px 4px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #20000d;
  text-align: center;
  background-color: #ffffff;
  background-image: none;
  filter: none;
  border-bottom: 1px solid #ffffff;
  border-right-style: none !important;
}

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover
{
  background-color: #eeeeee;
  border-style: none !important;
}

.nav-justified &gt; .active &gt; a,
.nav-justified &gt; .active &gt; a:hover,
.nav-justified &gt; .active &gt; a:focus {
  /*background-color: #ddd;*/
 /* background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
  box-shadow: inset 0 3px 7px rgba(0,0,0,.15);*/
}
.nav-justified &gt; li:first-child &gt; a {
}
.nav-justified &gt; li:last-child &gt; a {
}

@media (min-width: 768px) {
  .nav-justified {
   /* max-height: 52px;*/
  }
  .nav-justified &gt; li &gt; a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
    /*height: 60px;*/
  }
  .nav-justified &gt; li:first-child &gt; a {
    border-left: 0;
  }
  .nav-justified &gt; li:last-child &gt; a {
    border-right: 0;
  }
}









.cat_listing .row {
  margin-right: -10px;
  margin-left: -10px;
}

.cat_listing  .cat {
  height: 270px;
  margin: 10px -5px 10px -5px;
  padding: 0px;
  background-color: #eeeeee;
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  color: #232323;
}


.cat_listing.long_cat_listing  .cat {
  height: 350px;
}

.cat_listing .cat-brown {background-color: #7F746E;}
.cat_listing .cat-blue {background-color: #435563;}
.cat_listing .cat-green {background-color: #607A77;}
.cat_listing .cat-purple {background-color: #624768;}

.cat_listing  .cat:hover .cat_box {
  background: #44443f;
  animation-duration: 4s;
}

.cat_listing  .cat .cat_box {
  padding: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
  color: #ffffff;
}

.cat_listing  .cat .cat_box h3, .cat_listing  .cat .cat_box .cat_box_head {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: "Raleway",sans-serif;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
}

.cat_listing .row .cat .cat_box p {
  padding: 0px;
  margin: 0px;

}


/*List Group*/
.list-group-nobord .list-group-item:first-child, .list-group-nobord .list-group-item:last-child
{
  border-radius: 0px;
}

.list-group-nobord .list-group-item
{
  border-right-style: none;
  border-left-style: none;
}

.icon_holder img.att_img {
  max-height: 70px;
}


/*HP Specs Table*/
/*
.hp-spece-table .table tr td:first-child {
  width: 200px;
  background-color: #00b3ee;
}

.hp-spece-table .table tr td table tr td:first-child {
  width: auto;
  background-color: #ffffff;
}*/


.heading_dl {
  text-transform: uppercase;
  font-weight: bold;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 7px;
}

.genHeading {
  margin-bottom: 20px;
  padding: 12px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background-color: #EEEEEE;
}

.home-feature-bubble {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  padding: 30px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
}

.home-feature-bubble strong {
  display: block;
}

.home-feature-bubble .fa {
  color: #7F746E;
}

.brand-icon-height-mid {
  height: 20px;
}


/*Home Banner*/
.home_banner {
  background-image: url("/img/carousel/1/green.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #18b48a;
}

.home_banner .home_banner_caption {
  text-align: center;
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home_banner .home_banner_caption .home_banner_caption_h {
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 10px;
  display: block;
}

.home_banner .home_banner_caption .home_banner_caption_h2 {
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 10px;
  display: block;
}

.home_banner .home_banner_caption .home_banner_caption_p {
  display: block;
  font-size: 17px;
}

.home_banner.banner_light {
  background-image: url("/img/carousel/1/2.jpg") !important;
  color: #000;
}

.home_banner.banner_light .home_banner_caption
{
  color: #0f0f0f;
  padding-top: 110px;
  padding-bottom: 110px;
}</pre></body></html>