.stuck_container {
  background: #da3600;
}

.navbar-brand {
  float: left;
  padding: 16px;
  background: #fff;
}

.navbar-brand img {
  position: unset;
}

.isStuck .navbar-brand {
    margin-top: 0;
    padding: 7px;
    background: #fff;
}

.sf-menu a {
  color: #fff;
}

.sf-menu > li:not(.social).sfHover > a, 
.sf-menu > li:not(.social) > a:hover, 
.sf-menu > li:not(.social).active a {
  background: #fff;
  color: #da3600 !important;
}

.sf-menu > li.social > a {
  padding: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 4px;
  color: #da3600;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  margin-top: 10px;
  transition: 300ms;
}

.sf-menu > li.social > a[title="linkedin"] {
  background: #0077b5;
  color: #fff;
}

.sf-menu > li.social > a[title="facebook"] {
  background: #1877f2;
  color: #fff;
}

.sf-menu > li.social > a[title="tiktok"] {
  background: #14bbcc;
  color: #fff;
}

.sf-menu > li.social > a[title="instagram"] {
  background: #833ab4;
  color: #fff;
}


.sf-menu > li.social > a:hover {
  background: #121212;
  color: #fff;
}

.isStuck .sf-menu > li.social > a {
  margin-top: 20px;
}

.sf-menu > li.ml-30 {
  margin-left: 30px;
}

.sf-menu ul {
  background: #fff; 
  width: 240px;
}

.sf-menu ul:before {
  background: #da3600;
}

.sf-menu ul > li > a {
  padding-left: 15px;
  padding-right: 15px;
  color: #da3600;
}

.sf-menu ul > li > a:hover,
.sf-menu ul > li.active > a {
	background: #da3600;
	color: #fff !important;
}

.camera_next, .camera_prev {
  background: #da3600;
}


.thumbnail .thumbnail_img .overlay {
  background: #000;
  bottom: 6px;
  left: 6px;
  opacity: .7;
  padding: 10px 0 10px;
  right: 6px;
}

.thumbnail .thumbnail_img .overlay:hover h2 {
  color: #fff;
}

.bg-alt time, 
.bg-alt a,
.bg-alt h6 {
  color: #da3600;
}

.bg-alt h6 {
	line-height: 10px;
	padding-bottom: 7px;
}

.address span:before {
  color: #da3600;
}

.inline-list li a {
  color: #da3600;
}

.thumbnail img {
  height: auto;
  max-width: 100%;
  border: 1px solid #7B7B7B;
  padding: 5px;
}

.about .caption {
	margin-top: 40px;
}

.about .caption h5 > span {
	color: #da3600;
	display: block;
	font-size: 12px;
	line-height: 5px;
	margin-bottom: 20px; 
}

.products h2 > span {
	color: #da3600;
}

.copyright {
  font-size: 12px;
  line-height: 20px;
  padding-top: 25px;
}

.siteby {
	text-align: right;
	padding-top: 25px;
}

.siteby a:hover {
	color: #da3600;
}

#gmap_canvas span {
  display: block;
  line-height: 18px;
}

#gmap_canvas span > strong {
  font-size: 16px;
  font-weight: bold;
}



.btn-primary {
  color: #fff;
  background-color: #da3600;
  border-color: #da3600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #f95f30;
  background-color: #000;
  border-color: #000;
}