<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.imgleft {
  float: left;
  margin: 0px 15px 10px 0px; }

.imgright {
  float: right;
  margin: 0px 0px 10px 15px; }

.gotcha {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden; }

a[href^="tel:"],
a[href^="tel:"]:hover {
  color: inherit;
  cursor: default;
  text-decoration: none; }

/*bootstrapfixes*/
.skycontent h2, .skycontent h3 {
  clear: both; }

.skycontent .well {
  padding-top: 22px;
  padding-bottom: 1px; }

.skycontent .row {
  clear: both; }

.skycontent &gt; ul {
  clear: both; }

.skycontent .noclear {
  clear: none !important; }

.skycontent .text-center {
  text-align: center !important; }

.animated.pulse {
  display: inline-block; }

#dev_canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 20px; }

.glyphicon.pull-left {
  margin-right: 15px; }

.col-sm-offset-2, .col-md-offset-2,
.col-sm-offset-3, .col-md-offset-3,
.col-sm-offset-4, .col-md-offset-4,
.col-sm-offset-5, .col-md-offset-3,
.col-sm-offset-6, .col-md-offset-6 {
  padding: 0px 15px; }

.form-horizontal .control-label {
  text-align: left; }

.vcard {
  font-size: 0.6em; }

/*Helper classes*/
.text-lg {
  font-size: 1.5em; }

.text-xl {
  font-size: 2em; }

.text-left {
  text-align: left !important; }

.btn-black {
  background: #000;
  border: #000;
  color: #fff; }
  .btn-black:hover {
    background: #333333;
    color: #fff; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.social-icons {
  line-height: 24px; }
  .social-icons .fb-like {
    position: relative;
    top: -2px;
    margin: 0px 2px; }
  .social-icons &gt; a {
    border-radius: 3px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 0px 2px;
    font-size: 13px;
    padding: 0px 8px;
    vertical-align: top; }
    .social-icons &gt; a &gt; .fa {
      color: #fff;
      line-height: 24px; }
  .social-icons &gt; a.icon {
    width: 24px;
    padding: 0px; }
  .social-icons .btn-fb {
    background: #305891;
    border: 1px solid #2a4c7e; }
    .social-icons .btn-fb:hover {
      background: #23416b;
      border: 1px solid #23416b; }
  .social-icons .btn-tw {
    background: #2ca8d2;
    border: 1px solid #2897bd; }
    .social-icons .btn-tw:hover {
      background: #2386a8;
      border: 1px solid #2386a8; }
  .social-icons .btn-ig {
    background: #DD2A7B;
    border: 1px solid #cd216f; }
    .social-icons .btn-ig:hover {
      background: #b71d63;
      border: 1px solid #b71d63; }
  .social-icons .btn-go {
    background: #D82A21;
    border: 1px solid #c2261e; }
    .social-icons .btn-go:hover {
      background: #ac211a;
      border: 1px solid #ac211a; }
  .social-icons .btn-default {
    color: #333;
    background: #cccccc;
    border: 1px solid #bfbfbf;
    font-size: 0.8em;
    text-transform: uppercase; }
    .social-icons .btn-default:hover {
      background: #b3b3b3;
      border: 1px solid #b3b3b3; }

/* Gallery theme */
.gallery-section &gt; * {
  margin-bottom: 30px; }

.gallery-section img {
  width: 100%;
  height: auto; }

.blueimp-gallery-controls &gt; .prev &gt; .fa,
.blueimp-gallery-controls &gt; .next &gt; .fa {
  font-size: 24px;
  top: -8px;
  position: relative; }

/*REVIEW TEMPLATE*/
/*reviews section - review theme 1*/
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
  float: left;
  width: 40px;
  height: 36px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden; }

div.star-rating, div.star-rating a {
  background: url(images/stars.png) no-repeat 0px 0px; }

div.rating-cancel a, div.star-rating a {
  display: block;
  width: 36px;
  height: 100%;
  background-position: -80px 0px;
  border: 0;
  transition: initial; }

div.star-rating-on a {
  background-position: 0px 0px !important; }

div.star-rating-hover a {
  background-position: 0 0px; }

/* Read Only CSS */
div.star-rating-readonly a {
  cursor: default !important; }

/* Partial Star CSS */
div.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

/* END jQuery.Rating Plugin CSS */
.starrating {
  line-height: 35px;
  font-size: 1.5em; }
  .starrating &gt; * {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .starrating &gt; * {
        display: block;
        text-align: center !important; } }
  .starrating &gt; .star-rating-control {
    display: inline-block; }
  .starrating &gt; .review-rating {
    text-align: left;
    min-width: 50px;
    font-weight: bold; }

/*******************/
/*ajax error styles*/
/*******************/
form.standardajax {
  position: relative; }
  form.standardajax .errorbox {
    display: none;
    font-size: 1.5em;
    background: #e31000;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    color: #ffffff;
    padding: 20px;
    width: 240px;
    text-align: center;
    top: 40%;
    margin-top: -50px;
    margin-left: -120px;
    left: 50%;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.5em;
    box-sizing: border-box; }
  form.standardajax .sendbox {
    background: #33455a; }
  form.standardajax .sendingbox {
    width: 70px;
    margin-left: -35px; }
  form.standardajax .alert {
    /*bootstrap alert fallback */
    margin: 0px 0px 20px 0px; }
  form.standardajax input[disabled], form.standardajax textarea[disabled], form.standardajax select[disabled] {
    opacity: 0.4; }

/*spinner*/
.sky-spinner {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation 0.7s infinite linear;
  -moz-animation: rotation 0.7s infinite linear;
  -o-animation: rotation 0.7s infinite linear;
  animation: rotation 0.7s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 100%; }
  .sky-spinner:before {
    content: "";
    display: block;
    position: absolute;
    /*left:-6px;*/
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid rgba(255, 255, 255, 0.8);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
</pre></body></html>