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

.orange {
	color:#e04622 !important;
}

.gray {
	color:#777;
}

.strong {
	font-weight:600;
}

.fit {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    background-position: center center;
	width:100%
}

.fit1 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80px;
    background-position: center center;
	width:100%
}

.same {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 160px;
    background-position: center center;
	width:100%
}

.recent-posts span {
	display:inline-block;
	margin-bottom:5px;
}

.recent-posts p {
    display: block;
    overflow: hidden;
    height: 70px;
}

.clear {
	clear:both;
}

#map iframe {
	border: none;
    width: 100%;
    height: 450px;
}

.portfolio-item a {
	display:block;
	height:250px;
	overflow:hidden
}

.product-thumb-info-content {
	display:block;
	padding:5px
}

.product-thumb-info-content .product-desc {
	height:95px;
	overflow:hidden;
	margin: 0 0 10px
}

.bg-orange {
	background-color:#e04622 ;
	color:#fff;
	font-size:1.5em;
	line-height:1.5em;
	padding:0 10px
}

.dropdown-mega-sub-nav li.active a {
	color: #e04622 !important;
	font-weight:bold !important;
}

.dropdown-toggle.active {
	color: #303537 !important;
}


.list1 {
  list-style: none;
  padding: 0;
}
.list1 li {
  padding-left: 1.3em;
}
.list1 li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e04622;
}

#footer ul.list li {
	margin-bottom:2px
}

.zoom i {
	color:#fff !important
}

nav {
	position:relative;
	z-index:100
}

#map {
	padding:4px;
	border: 1px solid #ddd;
}</pre></body></html>