@font-face {
  font-family: lg;
  src: url(../fonts/lg.woff2?io9a6k) format("woff2"),
    url(../fonts/lg.ttf?io9a6k) format("truetype"),
    url(../fonts/lg.woff?io9a6k) format("woff"),
    url(../fonts/lg.svg?io9a6k#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-media-cont,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable)
  .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-img-wrap,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-media-cont,
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item:not(.lg-zoomable).lg-complete
  .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb.pd-float a {
  line-height: 100%;
  color: #006600 !important;
}
-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}
@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s
      cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28),
    opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}
.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}
.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite,
    lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}
.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s
      cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s,
    opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type="iframe"] .lg-actual-size,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out,
.lg-outer[data-lg-slide-type="video"] .lg-actual-size,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-in,
.lg-outer[data-lg-slide-type="video"] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\e80d";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}
.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../images/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state="rendered"] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}
.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="iframe"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="iframe"] .lg-rotate-right,
.lg-outer[data-lg-slide-type="video"] .lg-flip-hor,
.lg-outer[data-lg-slide-type="video"] .lg-flip-ver,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-left,
.lg-outer[data-lg-slide-type="video"] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-rotate-left:after {
  content: "\e900";
}
.lg-rotate-right:after {
  content: "\e901";
}
.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}
.lg-flip-ver:after {
  content: "\e903";
}
.lg-flip-hor:after {
  content: "\e902";
}
.lg-medium-zoom-item {
  cursor: zoom-in;
}
.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}
.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: 0;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/loading.gif) no-repeat scroll center center
    transparent;
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

body {
  font-family: new-hero, sans-serif;
  font-style: normal;
  font-weight: 100;
}
header#sp-header {
  border-bottom: 20px solid #0a1c57;
  height: 84px;
}
body .sp-megamenu-parent > li > a {
  padding: 0 12px;
}
article.item.item-page .page-header h1 {
  padding: 20px 20px 0px 45px;
}
.uk-scope .uk-grid .uk-card-body {
  padding: 15px 15px;
}
/* .slider-blk .uk-position-relative.uk-visible-toggle ul li img {
    width: auto;
    height: auto;
}
*/
.com-content.layout-blog #sp-main-body {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #fff;
}
.com-content.layout-blog
  #sp-main-body
  div#sp-component
  .blog.select-design
  .article-list
  .col-lg-12 {
  padding: 0px 20px 0px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 2px 10px 3px rgb(0 0 0 / 28%),
    7px 7px 12px 0px rgb(0 0 0 / 0%);
  margin: 10px 0px;
}
/*floorplan*/
.floorplans-pg .com-content-categories__item-title a {
  color: #0a1c57;
  font-weight: 700;
  font-size: 18px;
}
.catItemExtraFields a {
  color: #000;
  font-weight: 700;
}
.floorplans-pg #sp-main-body {
  padding: 20px 0 50px 0px;
}
.floorplans-pg .com-content-categories__item-title-wrapper {
  min-height: 112px;
}
.floorplans-pg
  .com-content-categories.categories-list
  .com-content-categories__items
  .com-content-categories__item
  img {
  width: 100%;
  margin-bottom: 15px;
}

.floorplans-pg
  .com-content-categories.categories-list
  .com-content-categories__items
  .com-content-categories__item {
  width: 31.3%;
  float: left;
  border-radius: 7px;
  border: 0;
  margin: 1%;
}
/* .floorplans-pg .com-content-categories.categories-list .com-content-categories__items .com-content-categories__item {
    width: 31.3%;
    float: left;
    border-radius: 7px;
    border: 0;
    background-color: #f5f5f5;
    padding: 30px;
    box-shadow: inset 0px 0px 11px 0px;
    min-height: 240px;
    margin:10px;
}
*/
.floorplans-pg @font-face {
  font-family: "Hero New Regular";
  font-style: normal;
  font-weight: normal;
  src: /templates/shaper_empire/fonts ("Hero New Regular"),
    url("hero-newregular.otf") format("otf");
}
#home-header ul.sppb-nav.sppb-nav-custom {
  position: relative;
  top: -72px;
  z-index: 999;
}
#home-header .sppb-nav > li > a {
  padding: 20px 15px;
}

#home-header .sppb-tab-content.sppb-tab-custom-content {
  z-index: 1;
}
#home-header .sppb-nav > li {
  width: 33.3%;
}
#home-header ul.sppb-nav.sppb-nav-custom {
  width: 100% !important;
}
#home-header .sppb-nav .sppb-tab-subtitle {
  display: block;
}
#home-header .overlay-image-title .sppb-addon-subtitle,
#home-header .overlay-image-title .sppb-addon-title {
  font-weight: 700;
  font-size: 66px;
  letter-spacing: 1px;
}
#sp-header #sp-logo .logo .sp-scroll-logo,
#sp-header #sp-logo .logo .sp-retina-logo,
#sp-header #sp-logo .logo .sp-retinascroll-logo {
  visibility: visible;
  opacity: 1;
}

#first-corner-blk .right-text-block:after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: "";
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
}
#first-corner-blk .left-image-blk:after {
  position: absolute;
  left: 0px;
  top: -2px;
  content: "";
  border-top: 20px solid white;
  border-right: 20px solid transparent;
}
#first-corner-blk .left-image-blk:before {
  position: absolute;
  right: 0px;
  bottom: -2px;
  content: "";
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}
#first-corner-blk .left-image-blk {
  align-items: end;
  display: grid;
}
#second-corner-blk .left-text-blk:before {
  position: absolute;
  right: 0px;
  top: -2px;
  content: "";
  border-top: 20px solid white;
  border-left: 20px solid transparent;
}

#second-corner-blk .right-img-block:before {
  position: absolute;
  left: 0px;
  top: -2px;
  content: "";
  border-top: 20px solid white;
  border-right: 20px solid transparent;
}
.right-img-block {
  align-items: end;
  display: grid;
}
body .sppb-btn-round {
  border-radius: 30px;
}

.flats-txt-blk .sppb-addon-content {
  margin-top: 23px;
}
.flats-txt-blk .sppb-addon-content p {
  margin-bottom: 24px;
}
.flats-btn {
  border-radius: 0px;
  margin-left: 24px;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 20px 0;
}
div#section-id-3675c126-bd40-4d78-8f80-5a3a1954d2d0 {
  margin: 0px !important;
}

section#latest-blogs-section .sppb-article-introtext {
  order: 3;
  margin-bottom: 0px;
}
section#latest-blogs-section h3 {
  order: 2;
}
section#latest-blogs-section .sppb-article-meta {
  order: 1;
}
section#latest-blogs-section .sppb-article-author-img {
  display: none;
}
section#latest-blogs-section .sppb-article-text-wrap {
  display: grid;
  background-color: #f1eee7;
  padding-bottom: 0px;
}
section#latest-blogs-section .sppb-addon-article img {
  height: 250px;
  object-fit: cover;
}

section#latest-blogs-section .sppb-addon-article:after {
  position: absolute;
  right: 12px;
  top: -2px;
  content: "";
  border-top: 20px solid white;
  border-left: 20px solid transparent;
}

section#latest-blogs-section
  .sppb-addon-articles
  .sppb-addon-article
  > a:before {
  border-left: 24px solid #302e2e00;
  z-index: 999;
  position: absolute;
  left: -10px;
  top: 0px;
  content: "";
  border-top: 24px solid white;
  border-right: 24px solid transparent;
}
section#latest-blogs-section
  .sppb-addon-articles
  .sppb-addon-article
  > a::after {
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
  border-top: 24px solid white;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}
section#latest-blogs-section .sppb-article-text-wrap:before {
  border-right: 24px solid #302e2e00;
  z-index: 999;
  position: absolute;
  left: -24px;
  bottom: 0px;
  content: "";
  border-bottom: 24px solid white;
  border-left: 24px solid transparent;
}

section#latest-blogs-section .sppb-article-text-wrap:after {
  border-right: 24px solid #302e2e00;
  z-index: 999;
  position: absolute;
  right: -24px;
  bottom: 0px;
  content: "";
  border-bottom: 24px solid white;
  border-left: 24px solid transparent;
}

div#mod-custom237 a.contact_btn {
  border: 2px solid #0a1c57;
  border-radius: 50px;
  color: #0a1c57;
  padding: 9px 24px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}
p.b-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}
p.sub-title {
  margin-bottom: 30px;
}
p.b-title i {
  margin-right: 10px;
  color: #77797a;
}
div#sp-bottom1 button#submit {
  color: #0a1c57;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  padding: 40px 20px 0px;
  margin-top: 24px;
  border: none;
}
section#sp-bottom div#rsform_12_page_0 input,
section#sp-bottom div#rsform_12_page_0 textarea {
  background-color: transparent !important;
  border-width: 0px 0px 1px 0px;
  padding-left: 0px;
  border-radius: 0px !important;
}
footer#sp-footer a,
footer#sp-footer p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}

footer#sp-footer .col-md-6.links-footer a {
  font-size: 15px;
  line-height: 20px;
  padding: 0px 12px;
}

section#sp-bottom div#rsform_12_page_0 textarea,
section#sp-bottom div#rsform_12_page_0 input[type="text"] {
  color: #fff;
}
section#sp-bottom div#rsform_12_page_0 textarea::placeholder,
section#sp-bottom div#rsform_12_page_0 input[type="text"]::placeholder {
  color: #fff !important;
}
p.b-title a,
p.sub-title a {
  color: #fff;
}
div#mod-custom237 a.contact_btn:hover {
  background-color: #0a1c57;
  color: #ffffff;
  text-decoration: none;
}
div#sp-menu a:hover {
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
div#mod-custom237 {
  float: right;
}
a.contact_number {
  color: #0a1c57;
  font-size: 20px;
  margin-left: 10px;
  font-weight: 700;
}

.image-txt h4.sppb-addon-title {
  margin-bottom: 40px;
}
.image-txt .sppb-addon-overlay-image-content {
  padding: 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  body #sp-header #sp-logo .logo .sp-default-logo {
    visibility: visible;
    opacity: 9;
    width: 65px;
  }
}
body .sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-default-logo,
body .sticky-wrapper.is-sticky #sp-header #sp-logo .logo .sp-retinascroll-logo {
  z-index: 1;
  visibility: visible;
  opacity: 9;
}
@media only screen and (max-width: 992px) {
  header#sp-header .row {
    display: flex;
  }
  body #sp-header #sp-logo .logo .sp-default-logo {
    visibility: visible;
    opacity: 9;
    width: 65px;
  }
  div#sp-menu {
    order: 3;
    max-width: 8%;
  }
  div#sp-top-right {
    order: 2;
    width: 80%;
  }
}
@media only screen and (max-width: 769px) {
  div#sp-menu {
    max-width: 15%;
  }
  div#sp-top-right {
    width: 85%;
  }
  div#mod-custom237 p {
    display: inline-grid;
  }
  div#mod-custom237 {
    float: unset;
    text-align: center;
    margin-left: 75px;
  }
  div#mod-custom237 a.contact_btn {
    font-size: 14px;
    margin-top: 6px;
  }
  a.contact_number {
    font-size: 16px;
    margin-left: 0;
  }
  #home-header .overlay-image-title .sppb-addon-subtitle,
  #home-header .overlay-image-title .sppb-addon-title {
    font-size: 40px;
  }
  #home-header .sppb-nav > li > a {
    padding: 4px 6px;
    min-height: 52px;
    align-items: center;
    display: grid;
  }
  #home-header ul.sppb-nav.sppb-nav-custom {
    top: -57px;
  }
  .image-txt h4.sppb-addon-title a {
    padding: 0;
  }
  div#sppb-addon-ebb00bab-f327-4bda-a9b1-b5e1d2e2b366 .sppb-addon-content br {
    display: none;
  }
  div#granny-flat-section {
    background: #dedbd2;
    background-image: none !important;
  }
  .flats-txt-blk .sppb-addon-content {
    margin-top: 10px;
  }
  .flats-txt-blk .sppb-addon-content p {
    color: #0a1c57 !important;
    margin-bottom: 10px;
  }
  .flats-btn {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 12px 15px;
    height: auto;
  }
  div#sppb-addon-ba0a3ba0-93bf-4596-a77c-55d5856e1a45 {
    margin-right: 15px;
  }
  footer#sp-footer .footer-icons.col-md-3 {
    text-align: center !important;
    padding: 10px 0px;
  }
  footer#sp-footer .col-md-6.links-footer p {
    display: inline-grid;
  }

  footer#sp-footer .col-md-3 p br {
    display: none;
  }
  footer#sp-footer .col-md-3 p {
    text-align: center !important;
    padding: 15px 0px 10px;
  }
  div#sppb-addon-7be436a7-8e5e-4375-bbb1-6f4d089a427c h3.sppb-addon-title br {
    display: none;
  }
}

/* custom.css */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaNeueLTStd-BdCn.otf");
  src: url("../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/helveticaneueltstd-bdcn-webfont.woff") format("woff"),
    url("../fonts/helveticaneueltstd-bdcn-webfont.ttf") format("truetype"),
    url("../fonts/helveticaneueltstd-blkcn-webfont.svg#HelveticaNeueLTStd-blkCn")
      format("svg");
}
body .uk-panel-box {
  background: #d7cdbb;
}
.uk-form input[type="radio"] {
  margin-right: 5px;
}
body .tm-headerbar .uk-panel {
  text-shadow: 0 0 0 #fff;
}

body #hikashop_payment_methods .hikashop_credit_card td {
  background: none !important;
}

.player-poster.clickable {
  background: none !important;
}

@media screen and (max-width: 972px) and (min-width: 770px) {
  html {
    width: 125%;
  }
}

.uk-icon-button {
  border: none;
}

.uk-navbar-content.uk-navbar-center.uk-visible-small
  #social-header
  .uk-icon-button {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
}

a#bbblink {
  margin: 0 auto !important;
}

#social-header .uk-icon-button {
  background: #bc0505;
  color: #fff;
  text-shadow: none;
}

#social-header .uk-icon-button:hover {
  background: #394f96;
  color: #fff;
  text-shadow: none;
}

.tm-footer .ruhzbul:hover {
  border-bottom: none !important;
}

#yelp-biz-badge-plain-5IbQJvB32Pjju9CPiRokmw img {
  margin-bottom: 10px;
}

.footer-icons {
  width: 50%;
  margin: 10px 0;
  vertical-align: middle;
}

.tm-footer .footer-icons a:hover {
  color: #ccc;
  border-bottom: none;
}

@media screen and (max-width: 550px) {
  .ruhzbul,
  #yelp-biz-badge-plain-5IbQJvB32Pjju9CPiRokmw {
    display: block !important;
    vertical-align: middle;
    margin: 0 !important;
  }
}

body.tm-isblog,
body.tm-noblog {
  background: #d7cdbb;
  color: #191c2f;
}

.tm-headerbar {
  margin: 0;
}

.uk-container {
  max-width: 973px;
  position: relative;
}

.uk-container.uk-container-center {
  padding: 0;
}

.tm-headerbar .tm-logo {
  position: relative;
  z-index: 3;
  margin-top: 5px;
}

.tm-headerbar .uk-panel {
  position: absolute;
  z-index: 5;
  top: 20px;
  color: #OA1C57;
  right: 55px;
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.tm-headerbar .uk-panel img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0 3px;
}

.toparea {
  position: relative;
  height: 365px;
}

.uk-grid:not(.uk-grid-preserve) + .uk-grid {
  margin-top: 0;
}

.uk-grid:not(.uk-grid-preserve) {
  margin-left: 0;
}

.uk-grid:not(.uk-grid-preserve) > * {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191c2f;
}

.uk-dropdown {
  width: 300px;
}

.tm-sidebar-b .uk-panel {
  margin-left: 0px;
  border-radius: 7px;
  background-color: rgb(216, 206, 188);
  padding: 30px;
  box-shadow: inset 0px 0px 11px 0px;
  border: 0;
}

.uk-grid:not(.uk-grid-preserve) > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

.tm-sidebar-b .uk-panel:hover {
  box-shadow: 0px 0px 11px 0px;
}

.html5-context-menu {
  display: none !important;
}

.tm-middle a.magpopif {
  font-size: 80%;
  line-height: 120%;
  display: inline-block;
}

body div.titlebelowthumb {
  margin: 10px 0 0;
}

.tm-main-top .uk-panel-box {
  box-shadow: inset 0px 0px 11px 0px;
  border: 0;
  line-height: 140%;
  font-size: 0.8em;
}

.tm-main-top .uk-panel-box:hover {
  box-shadow: 0px 0px 11px 0px;
}

.tm-main-top .uk-panel-box h3 {
  font-size: 200%;
  font-weight: 300;
  margin: 0 0 10px 0;
  line-height: 110%;
  padding: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.tm-main-top .uk-panel-box h4 {
  margin: 10px 0;
  padding: 0;
}

.tm-main-top .uk-panel-box p {
  margin: 0;
  padding: 0;
}

.tm-middle .tm-main-top a {
}

#rsform_10_page_0.formResponsive
  .formHorizontal
  .rsform-block-security
  .formControlLabel {
  float: none;
}

#rsform_10_page_0.formResponsive
  .formHorizontal
  .rsform-block-security
  .formControls {
  margin: 0;
}

.formResponsive
  .formHorizontal#rsform_12_page_0
  .rsform-block-security
  .formControlLabel {
  float: left;
}

.formResponsive
  .formHorizontal#rsform_12_page_0
  .rsform-block-security
  .formControls {
  margin-left: 45%;
}

blockquote {
  border-color: #28374a;
}

blockquote small {
  color: #191c2f;
}

.uk-navbar {
  background: rgba(57, 79, 150, 0.78);
  border: 0;
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 2;
}

.uk-navbar-nav {
  margin-left: 200px;
}

.uk-dropdown-navbar {
  font-size: 130%;
}

.uk-navbar-nav > li.uk-active > a,
.body uk-nav-dropdown > li > a:hover,
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #0a1c57 !important;
  color: white;
}

.uk-navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.uk-navbar-nav:first-child > li:first-child > a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background: #0a1c57;
  color: white;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #0a1c57;
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 2px 4px rgba(0, 69, 109, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

body .uk-navbar-nav > li > a {
  padding: 0 8px;
}

.tm-top-a {
  position: absolute;
  top: 105px;
  z-index: 1;
  width: 100%;
  height: 200px;
  left: 0;
  background: url(../images/slidebg.png) repeat-y top;
}

.tm-top-a .uk-panel-box {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
}

.tm-top-a .uk-container {
  width: 973px;
  margin: 0px auto;
  height: 300px;
  float: none;
  padding: 0;
}

.tm-top-a .uk-width-medium-1-3 {
  float: right;
}

.tm-top-a .uk-width-medium-2-3 {
  float: left;
}

.tm-top-a .uk-width-medium-1-3 img {
  width: 100%;
  height: 200px;
}

.tm-top-b {
  background: #394f96;
  padding: 5px 0;
  position: absolute;
  top: 305px;
  width: 100%;
}
.tm-top-b h3 {
  margin: 0;
  padding: 0;
  color: #ffc429;
}
.tm-top-b p {
  margin: 5px 0 0;
}
.tm-top-b .uk-panel-box {
  padding: 5px;
  background: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: white;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tm-top-b .uk-container {
  float: none;
}

.tm-top-b .btn {
  margin-left: 20px;
}

.tm-top-b .btn a {
  color: white;
  text-decoration: none;
}

.tm-top-c {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.1) 79%,
    rgba(0, 0, 0, 0.3) 100%
  );
  margin-bottom: 10px;
}

.tm-top-c .uk-container {
  float: none;
}

.tm-top-c a {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 2.4em;
  text-align: center;
  width: 420px;
  height: 200px;
  border: solid 8px #fff;
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.75);
  position: relative;
  text-shadow: 0 1px 0 #fff;
  margin-left: 32px;
  margin-top: 23px;
}

.tm-top-c a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.75),
    inset 0 0 30px rgba(255, 255, 255, 0.75);
}

.tm-top-c a span {
  position: absolute;
  line-height: 46px;
  width: 100%;
  left: 0;
  top: 65%;
  background: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #beb29b;
  border-bottom: 3px solid #beb29b;
}

.tm-top-c {
  text-align: center;
}

.tm-top-c a.plans {
  background: url(../images/home_plans.jpg) no-repeat;
  margin-left: 0;
}

.tm-top-c a.kits {
  background: url(../images/kits.jpg) no-repeat;
}

.tm-top-c a.pricing {
  background: url(../images/pricing.jpg) no-repeat;
}

.tm-top-c a.design {
  background: url(../images/home_design.jpg) no-repeat;
  margin-left: 0;
}

.tm-top-c a.create {
  background: url(../images/home_create.jpg) no-repeat;
  margin-left: 0;
}

.tm-middle {
  box-shadow: -7px 7px 12px -2px rgba(0, 0, 0, 0.46),
    7px 7px 12px 0px rgba(0, 0, 0, 0.46);
  background-color: rgb(190, 178, 155);
  font-size: 20px;
  line-height: 180%;
  padding: 10px 30px 30px 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  z-index: 0;
}

.tm-middle a {
  color: blue;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.tm-middle a.btn-success {
  color: white;
}

.tm-middle a:hover {
  border-bottom: dotted 1px maroon;
  background: rgb(190, 178, 155);
}

.uk-article-title a {
  color: maroon;
  font-weight: 500;
}

.tm-middle h2 {
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.tm-middle h4 {
  font-size: 26px;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.tm-middle .tm-main-top h4 {
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.tm-leading-article .uk-article:last-child {
  padding: 0;
  border: 0;
}

body .btn-danger:hover,
.btn-warning:hover {
  font-size: 16px;
  background-color: #800000;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #800000, #bc0505);
  background-image: linear-gradient(to bottom, #800000, #bc0505);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger,
.btn-warning {
  font-size: 16px;
  background-color: #800000;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #bc0505, #800000);
  background-image: linear-gradient(to bottom, #bc0505, #800000);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.uk-article a.btn-danger,
.uk-article a.btn-danger:hover {
  font-size: 30px;
  color: white;
  padding: 10px 20px;
}

.tm-main-top .uk-panel-box {
  background-color: rgb(216, 206, 188);
}

.tm-main-bottom .uk-panel-box {
  background: white;
  border: 0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: inset 0px 0px 11px 0px;
}

.tm-main-bottom .uk-panel-box:hover {
  box-shadow: 0px 0px 11px 0px;
}

.tm-main-bottom .uk-panel-box h3 {
  font-weight: 600;
  color: black;
  line-height: 150%;
  margin: 0;
  padding: 0;
  margin-top: -5px;
  font-size: 28px;
}

.tm-main-bottom .uk-panel-box div h3 {
  font-size: 15px;
}

.tm-main-top .uk-width-medium-1-3 .uk-panel-box,
.tm-main-bottom .uk-width-medium-1-3 .uk-panel-box {
  margin-right: 10px;
}

.tm-main-bottom2 {
  padding-top: 10px;
}

.tm-main-bottom2 > .uk-width-1-1 > div {
  background: white;
  border: 0;
  border-radius: 10px;
  padding: 20px;
  padding: 30px;
  box-shadow: inset 0px 0px 11px 0px;
}

.tm-main-bottom2 > .uk-width-1-1 > div:hover {
  box-shadow: 0px 0px 11px 0px;
}

.tm-main-bottom2 > .uk-width-1-1 > div h3 {
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  padding: 0;
  margin-top: -5px;
  font-size: 28px;
}

.tm-main-bottom2 > .uk-width-1-1 > div {
  margin-right: 10px;
}

.tm-footer {
  background: #394f96;
  margin-bottom: 0px;
  color: white;
  margin-top: 3%;
  box-shadow: -7px -10px 12px -2px rgba(0, 0, 0, 0.46),
    7px -10px 12px 0px rgba(0, 0, 0, 0.46);
  padding: 3% 10%;
  position: relative;
  z-index: -1;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  z-index: 10;
}

.tm-footer h2 {
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 800;
  line-height: 120%;
}

.tm-footer h4 {
  color: white;
  font-size: 15px;
  margin: 5px 0;
  padding: 0;
  font-weight: 800;
  line-height: 120%;
}

.tm-footer a {
  color: white;
  text-decoration: none;
}

.tm-footer a:hover {
  color: #ccc;
  border-bottom: dotted 1px #fff;
}

.bgimg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 300px;
  background: url(../images/int_bg.jpg) no-repeat center;
  box-shadow: 0px 0px 10px 2px black;
  display: none;
}

.uk-article + .uk-article {
  padding-top: 20px;
  border: 0;
}

.uk-width-medium-1-2 {
  padding-right: 30px;
}

.uk-article + .uk-article {
  padding-top: 30px;
  margin-top: 30px;
}

body#int .toparea {
  height: 105px;
}

body#int .tm-middle {
  padding-top: 60px;
}

body#int .tm-headerbar .tm-logo {
  margin-top: 5px;
  margin-left: 30px;
}

h1.tm-title,
.tm-content h1 {
  margin: 0;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.uk-article {
  border-radius: 7px;
  background-color: rgb(216, 206, 188);
  padding: 30px;
  box-shadow: inset 0px 0px 11px 0px;
  min-height: 350px;
}

.uk-article:hover {
  box-shadow: 0px 0px 11px 0px;
}

body.blog .uk-article {
  background: white;
}

.tm-leading-article .uk-article,
.tm-leading-article .uk-article:hover {
  background: none;
  border: 0;
  box-shadow: none;
}

a.tm-totop-scroller {
  z-index: 99999;
}

.uk-article ul li {
  margin-bottom: 10px;
}

.uk-article ul ul {
  margin-top: 10px;
}

p.small {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

ul.slides li {
  text-align: center;
}

body.news .uk-article {
  min-height: inherit;
}

ul.pictures {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.pictures li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -25px;
  width: 32%;
  vertical-align: top;
}
ul.pictures .overlay {
  position: relative;
  visibility: visible;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 51px;
  font-size: 20px;
  color: #ffff;
  font-weight: 700;
}
ul.pictures li img {
  width: 100%;
  height: 220px;
}

.wk-gallery-glass .huhucaption {
  font-size: 0.8em;
}

.wk-gallery-glass li:hover .huhucaption {
  background: rgba(69, 100, 127, 1);
}

ul.sponsors {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.sponsors li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

ul.sponsors li img {
  width: 140px;
  height: 140px;
  border: 0;
}

ul.customplans {
  margin: 0px auto;
  padding: 0;
  list-style: none;
  display: table;
  text-align: center;
}

ul.customplans li {
  display: inline-block;
  width: 28%;
  margin: 0 20px;
  vertical-align: top;
}

ul.customplans li img {
  width: 208px;
  height: 116px;
  border: 0;
  margin-bottom: 10px;
}

ul.sigFreeClassic li.sigFreeThumb {
  margin: 10px;
}

.avPlayerWrapper,
.avPlayerWrapper .avPlayerContainer {
  display: block;
  margin: 0px auto;
}

.table th,
.table td {
  border-color: rgb(190, 178, 155);
  font-size: 0.9em;
  padding: 5px 0;
}

.table th.d-num {
  white-space: nowrap;
}

body.find .avPlayerWrapper,
body.find .avPlayerWrapper .avPlayerContainer {
  float: right;
  display: inline;
}

div.latestItemsCategory {
  border-radius: 7px;
  border: 0;
  background-color: rgb(216, 206, 188);
  padding: 30px 30px 0px 30px;
  box-shadow: inset 0px 0px 11px 0px;
  min-height: 240px;
}

div.latestItemsCategory:hover {
  box-shadow: 0px 0px 11px 0px;
}

div.latestItemsCategory h2 {
  font-size: 20px;
  text-align: center;
  line-height: 140%;
  margin: 15px 0 0;
  padding: 0;
}

div.latestItemsCategoryImage img {
  box-shadow: 0px 0px 5px 0px;
}

#k2Container {
  padding: 0;
}

div.itemListCategory {
  background: none;
  border: 0;
}

div.itemListCategory h2 {
  font-weight: bold;
  font-size: 30px;
  margin: 25px;
}

div.itemListCategory img {
  margin-right: 0;
  width: 340px !important;
}
span.catItemImage img {
  padding: 0;
  border: 0;
}

div.catItemImageBlock {
  padding: 0;
  margin: 0;
}

div.catItemHeader h3.catItemTitle {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.catItemExtraFields {
  padding: 10px;
  font-size: 0.8em;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

div.catItemExtraFields,
div.genericItemExtraFields {
  border: 0;
  margin: 0;
  padding: 10px;
}

li.even,
li.odd {
  background: none;
  border: 0;
}

div.catItemExtraFields ul li span.catItemExtraFieldsLabel,
div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {
  display: inline-block;
  width: auto;
}

div.catItemAttachmentsBlock {
  border: 0;
}

div.catItemAttachmentsBlock {
  padding: 10px 15px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #9c7765;
}

div.catItemAttachmentsBlock:hover,
.catItemExtraFields:hover {
  box-shadow: 0px 0px 5px 0px;
}

.catItemAttachmentsBlock a {
  color: black;
  font-size: 0.9em;
  font-weight: bold;
}

.catItemAttachmentsBlock a:hover {
  background: none;
}

div.itemExtraFields,
div.itemAttachmentsBlock {
  border: 0;
}

div.itemNavigation {
  border: 0;
  background: rgb(216, 206, 188);
}

div.itemNavigation span.itemNavigationTitle {
  color: black;
}

span.itemImage img {
  border: 0;
  padding: 0;
}

div.itemToolbar {
  display: none;
}

.k2left {
  float: left;
  width: 460px;
  box-shadow: -7px 7px 12px -2px rgba(0, 0, 0, 0.46),
    7px 7px 12px 0px rgba(0, 0, 0, 0.46);
  margin: 10px;
  background-color: rgb(190, 178, 155);
}

.k2left .btn,
.k2right .btn {
  margin: 10px auto;
  display: table;
  text-align: center;
}

.k2left .btn:hover,
.k2right .btn:hover {
  background: white;
}

.k2left p {
  margin: 0;
  padding: 0 10px 10px 10px;
  margin-top: 10px;
}

.k2right {
  float: right;
  width: 38%;
}

.k2right .specs,
.k2right .helpful {
  box-shadow: -7px 7px 12px -2px rgba(0, 0, 0, 0.46),
    7px 7px 12px 0px rgba(0, 0, 0, 0.46);
  padding: 20px;
  margin: 10px 0;
}

div.itemExtraFields ul li span.itemExtraFieldsLabel {
  display: inline-block;
  float: none;
  width: 40%;
}

div.itemExtraFields {
  margin: 0;
  padding: 0;
}

.k2right ul li {
  margin-bottom: 10px;
}

.k2right .helpful a:hover {
  border: 0;
}

.moduletable ul li {
  border-bottom: solid 1px #8d816b;
  padding-bottom: 8px;
}

#k2Container h1 {
  text-align: center;
}

.uk-nav-side a:hover {
  border: 0;
}

div.itemView {
  border: 0;
}

div.latestItemsCategoryImage img {
  padding: 0;
  margin: 0;
}

.review {
  border-radius: 7px;
  /*  background-color: rgb(216, 206, 188); */
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
}

.formResponsive input[type="submit"] {
  font-size: 120%;
}

table.modify p {
  margin: 0;
  padding: 0;
  line-height: 120%;
}

.rsform-block-submit {
  margin-top: 20px;
}

.rsform-block-submit .formControlLabel,
.rsform-block-end .formControlLabel,
.rsform-block-intro .formControlLabel,
.rsform-block-intro2 .formControlLabel {
  display: none;
}

.formResponsive .formHorizontal .rsform-block-end .formControls,
.formResponsive .formHorizontal .rsform-block-intro .formControls,
.formResponsive .formHorizontal .rsform-block-intro2 .formControls,
.formResponsive .formHorizontal .rsform-block-submit .formControls {
  margin-left: 0;
}

.formResponsive .formHorizontal .rsform-block-end p,
.formResponsive .formHorizontal .rsform-block-intro p {
  margin: 0 0 10px 0;
  padding: 0;
}

.formResponsive .formHorizontal .rsform-block-end .formValidation,
.formResponsive .formHorizontal .rsform-block-end p.formDescription,
.formResponsive .formHorizontal .rsform-block-intro .formValidation,
.formResponsive .formHorizontal .rsform-block-intro p.formDescription {
  display: none;
}

.formResponsive .formHorizontal .formControlLabel {
  width: 40%;
  text-align: left;
  font-weight: bold;
}

.formResponsive input,
.formResponsive textarea {
  width: 95%;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 20px;
}

p.formDescription {
  display: none;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  margin-bottom: 0;
}

.formResponsive input[type="radio"] {
  margin-top: 8px;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 45%;
}

.formResponsive .formHorizontal .formControlLabel {
  padding: 0;
  line-height: 120%;
}

.req {
  font-weight: bold;
  color: red;
}

.formResponsive label {
  font-size: 20px;
}

.rsform-block-property,
.rsform-block-leftright,
.rsform-block-download,
.rsform-block-plan {
  display: none;
}

.well {
  border-radius: 7px;
  background-color: rgb(216, 206, 188);
  padding: 30px;
  box-shadow: inset 0px 0px 11px 0px;
  border: 0;
}

.page-header {
  border: 0;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: rgb(216, 206, 188);
}

.well:hover {
  box-shadow: 0px 0px 11px 0px;
}

body.dealer .uk-navbar {
  background: rgba(54, 177, 54, 0.78);
}

body.dealer .tm-footer {
  background: #36b136;
}

body.dealer .uk-navbar-nav > li.uk-active > a,
body.dealer .body uk-nav-dropdown > li > a:hover,
body.dealer .uk-nav-navbar > li > a:focus,
body.dealer .uk-nav-navbar > li > a:hover,
body.dealer .uk-navbar-nav > li.uk-open > a {
  background: #006600 !important;
  color: white;
}

body.dealer .uk-nav-navbar > li > a:focus {
  background: #006600 !important;
  color: white;
}

body.misc .tm-content {
  display: none;
}

.pd-mf-desc {
  color: red;
}

body.misc .tm-main > :nth-child(n + 2) {
  margin-top: 10px;
}

body.dealer.rec .uk-article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.dealer.rec .uk-article ul li {
  background: rgba(54, 177, 54, 0.18);
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

body.dealer.rec .uk-article ul li a:hover {
  background: none;
}

body.dealer.est .tm-sidebar-b h3.uk-panel-title {
  font-size: 160%;
}

body.dealer.est .tm-content,
body.dealer.home .tm-content {
  display: none;
}

.pd-float {
  line-height: 100%;
}

.tm-sidebar-b .pd-float a,
body.dealer.est .tm-sidebar-b ul.uk-list-line {
  font-size: 80%;
}

body.dealer.est .download {
  border-radius: 5px;
  margin: 10px 0;
  background-color: rgb(190, 178, 155);
  padding: 10px;
}

.tm-main > :nth-child(n + 2) {
  margin-top: 10px;
}

body.dealer.est .uk-width-medium-1-2,
body.dealer.home .uk-width-medium-1-2 {
  padding-right: 0;
}

.btn-large {
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#f5f5f5)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  font-size: 200%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.spotlight .overlay,
.spotlight .overlay a {
  bottom: 0px !important;
  visibility: visible !important;
  width: 100%;
}

#phoca-dl-category-box .pd-category h3,
#phoca-dl-file-box .pd-file h3,
#phoca-dl-download-box .pd-file h3 {
  background: none;
  border: 0;
}

.pd-hr-cb {
  border: 0;
}

.pd-subcategory {
  float: left;
  width: 28%;
}

.pdtop {
  display: none;
}

.moduletable .rsform {
  background-color: white;
  border-radius: 7px;
  padding: 10px 20px 0 20px;
  margin: 10px 0 20px 20px;
  font-size: 15px;
}

.moduletable .rsform .formResponsive .formHorizontal .rsform-block {
  margin: 0 0 5px 0;
}

.moduletable .rsform h2 {
  margin: 0;
  padding: 0;
}

.moduletable .rsform p {
  margin: 0;
  padding: 0;
}

.moduletable .formResponsive .formHorizontal .formControlLabel {
  margin: 10px 0 0;
}

.moduletable .formResponsive .formHorizontal .formControlLabel {
}

.moduletable .rsform .formHorizontal .formValidation {
  display: inherit;
}

.moduletable .rsform .rsform-block rsform-block-submit p {
  display: none;
}

body.floorplan .uk-navbar-nav {
  display: none;
}

.moduletable #recaptcha_table td:nth-child(2) {
  width: 100px;
}

@media (max-width: 769px) {
  td.hikashop_cart_product_image_value:before {
    content: "" !important;
  }

  #hikashop_checkout_cart table td.hikashop_cart_product_image_value div {
    text-align: center !important;
  }

  body .btn-warning:hover {
    font-size: 1em !important;
  }

  .btn-warning {
    font-size: 1em !important;
  }

  .uk-article-title {
    font-size: 26px;
    line-height: 130%;
  }

  .tm-middle h2 {
    font-size: 20px;
    line-height: 130%;
  }

  .table th {
    display: none;
  }

  ul.pictures li {
    display: block;
    margin: 0 auto 10px auto;
  }

  .tm-main-bottom img,
  .tm-main-bottom2 img {
    margin: 0px auto;
    display: block;
  }

  .table tr td:nth-of-type(1):before {
    content: "County: ";
  }

  .table tr td:nth-of-type(1) {
    background: white;
  }

  .hikashop_checkout_address .table tr td:nth-of-type(1) {
    background: none;
  }

  .table tr td:nth-of-type(2):before {
    content: "Company: ";
  }

  .table tr td:nth-of-type(3):before {
    content: "Est.: ";
  }

  .table tr td:nth-of-type(4):before {
    content: "Website: ";
  }

  .table tr td:nth-of-type(5):before {
    content: "Phone: ";
  }

  ul.customplans li {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
  }

  .wk-gallery-glass li {
    float: none;
    width: auto;
  }

  .wk-gallery-glass .huhucaption {
    line-height: 140%;
    padding-top: 10px;
  }

  .toparea,
  body#int .toparea,
  .tm-top-c,
  .tm-top-b {
    position: relative;
    height: auto;
    top: auto;
  }

  .tm-top-b {
    line-height: 200%;
    padding: 10px 0;
  }

  .wk-slideshow .caption {
    font-size: 110%;
    line-height: 120%;
  }

  .uk-navbar {
    position: relative;
    top: auto;
  }

  .uk-navbar-content,
  .uk-navbar-brand,
  .uk-navbar-toggle {
    height: auto;
  }

  body#int .tm-middle {
    padding: 0;
  }

  .tm-top-a {
    position: relative;
    height: auto;
    top: auto;
  }

  a.tm-logo-small {
    color: white;
    font-size: 150%;
    letter-spacing: 0;
    text-shadow: 0 0 0 #ffffff;
  }

  .uk-navbar-center {
    max-width: none;
    padding: 10px 0;
  }

  .uk-navbar-toggle {
    margin: 6px 10px 0 10px;
    padding: 3px 5px;
    color: white;
    text-shadow: 0 0 0 #ffffff;
    background-color: #800000;
    background-image: -webkit-linear-gradient(top, #800000, #bc0505);
    background-image: linear-gradient(to bottom, #800000, #bc0505);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }

  .tm-top-a .uk-container {
    height: auto;
    width: auto;
  }

  .tm-top-c a.plans {
    margin: 10px;
  }

  .tm-top-c a {
    display: inline-block;
    text-align: center;
    margin: 0px auto;
    float: none;
    width: 90%;
    margin-bottom: 10px;
  }

  div.itemContainer {
    float: none !important;
    width: 95% !important;
    margin: 0px auto;
  }

  div.latestItemsCategory {
    min-height: inherit;
    padding: 20px 0 5px 0;
  }

  .latestItemsContainer {
    float: none !important;
    width: auto !important;
    margin: 0px auto;
  }

  div.itemListCategory img {
    float: none;
    text-align: center;
    margin: 0px auto;
    display: none;
  }

  .k2left,
  .k2right {
    float: none;
    width: 95%;
    margin: 0px auto;
  }

  .formResponsive {
    width: 95%;
    margin: 0px auto;
  }

  .formResponsive .formHorizontal .formControlLabel {
    width: auto;
  }

  .formResponsive input[type="text"],
  .formResponsive input[type="password"],
  .formResponsive textarea,
  .formResponsive select {
    width: 90% !important;
  }

  .formResponsive .formHorizontal .formControls {
    margin-left: 0;
  }

  h1.tm-title,
  .tm-content h1 {
    text-align: center;
  }

  .avPlayerContainer,
  iframe {
    width: auto !important;
  }

  table th,
  table td {
    display: block;
  }

  .uk-width-medium-1-2 {
    padding: 0;
    width: 90%;
    margin: 0 10px;
  }

  .uk-navbar-toggle:hover,
  .uk-navbar-toggle:focus {
    color: white;
  }

  .spotlight .overlay > div,
  .wk-slideshow .caption {
    text-align: center;
  }

  .uk-navbar-content,
  .uk-navbar-brand,
  .uk-navbar-toggle {
    color: white;
    text-shadow: 0 0 0 #fff;
    font-size: 20px;
  }

  .tm-top-c a.design,
  .tm-top-c a.create {
    background-size: cover;
  }
  .formResponsive
    .formHorizontal#rsform_12_page_0
    .rsform-block-security
    .formControls {
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .tm-top-c a {
    font-size: 2em;
  }
}

@media print {
  a:link:after,
  a:visited:after {
    display: none;
    content: "";
  }

  div.itemFullText p a.btn {
    display: none;
  }

  div.itemExtraFields a.btn {
    display: none;
  }

  div.itemExtraFields .review {
    display: none;
  }

  div.itemNavigation {
    display: none;
  }

  .tm-main-bottom {
    display: none;
  }

  .tm-footer h4 {
    display: none;
  }

  .tm-footer p {
    display: none;
  }

  .imagetext p a {
    display: none;
  }

  a.modal {
    color: #fff;
    text-indent: -9999px;
  }
}

fieldset#rsform_11_page_0 p.formDescription {
  display: block;
  color: #a0a0a0;
}

div.rsform-block.rsform-block-phone p.formDescription {
  margin-top: 0px;
}

body .btn-buttonhomeb:hover,
.btn-warning:hover {
  font-size: 30px;
  background-color: #394f96;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #394f96, #0a1c57);
  background-image: linear-gradient(to bottom, #394f96, #0a1c57);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn-buttonhomeb,
.btn-warning {
  font-size: 30px;
  background-color: #394f96;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #0a1c57, #394f96);
  background-image: linear-gradient(to bottom, #0a1c57, #394f96);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.uk-article a.btn-buttonhomeb,
.uk-article a.btn-buttonhomeb:hover {
  font-size: 30px;
  color: white;
  padding: 10px 20px;
}

.btn-buttonhomeb em {
  color: #fff !important;
}

.uk-visible-small .btn-buttonhomeb,
.uk-visible-small .btn-buttonhomeb:hover {
  line-height: 100%;
  font-size: 27px;
}

body .uk-navbar-nav > li > a.newest {
  background-color: #800000;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #800000, #bc0505);
  background-image: linear-gradient(to bottom, #800000, #bc0505);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.formResponsive .formHorizontal .rsform-block-security .formControlLabel {
  width: auto;
  float: none;
}

.formResponsive .formHorizontal .rsform-block-security .formControls {
  margin: 0;
}

.review .btn.btn-success {
  color: #fafafa !important;
  text-shadow: none !important;
  font-weight: bold;
}

.review .btn.btn-success:hover {
  color: blue !important;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  border-bottom: none;
  font-weight: bold;
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  text-shadow: 0 1px 0 #ffffff;
}

.uk-article .review .btn.btn-success {
  padding: 10px 20px;
  font-size: 26px;
}

.uk-article .review {
  margin: 0 0 20px 0;
  padding: 0;
}

.desktoppromo {
  display: block;
  margin: 0;
}

.mobilepromo {
  display: none;
  margin: 0;
}

@media (max-width: 767px) {
  .desktoppromo {
    display: none;
  }

  .mobilepromo {
    display: block;
  }

  .tm-top-a .uk-width-medium-1-3 img {
    height: auto;
  }
}

.radioleft {
  float: left;
  margin-left: 180px !important;
}

#hikashop_checkout_login label {
  max-width: 310px;
  padding-right: 20px;
}

.uk-alert-success {
  color: blue;
  background-color: #d7cdbb;
}

.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #d7cdbb !important;
}

body .table-striped td:hover {
  background: none;
}

.hikashop_cart_product_name a,
table.table-striped td,
.table thead th,
body #hikashop_checkout_cart_final_total_title {
  font-size: 18px;
}

body .hikashop_checkout_cart_shipping,
body .hikashop_checkout_cart_subtotal,
body span.hikashop_checkout_cart_taxes,
body span.hikashop_checkout_cart_final_total,
body span.hikashop_product_price,
body .hikashop_checkout_cart_additional,
body .hikashop_checkout_cart_payment,
body .hikashop_checkout_cart_coupon,
body .hikashop_checkout_cart_additional,
body .hikashop_checkout_billing_address_info,
body #hikashop_checkout_page fieldset legend,
#hikashop_checkout_terms,
body .hikashop_checkout_payment_description,
body #hikashop_checkout_page label,
#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3 {
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 120%;
}

#hikashop_checkout_login_left_part h2,
#hikashop_checkout_login_right_part h2,
#hikashop_checkout_login_right_part h3 {
  text-transform: uppercase;
  color: #394f96;
}

.hikashop_registration_customtext_301_14_07_26_line td.key {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 120%;
  text-transform: uppercase;
  color: #394f96;
  padding: 15px 0;
}

body .hikashop_cart_tax_value {
  padding-right: 8px;
}

body #hikashop_checkout_page div.hikashop_cart_step span a {
  color: black;
}

.hikashop_cart_bar {
  background-image: url(../images/line.png);
}

.hikashop_cart_step {
  background-image: url(../images/step.png);
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current {
  background-image: url(../images/current_step.png);
}

#hikashop_checkout_back_button {
  float: left;
}

.table th,
.table td {
  border-top: 0px solid #dddddd;
}

.hikashop_product_checkout_cart_image {
  padding-left: 10px;
}

span.hikashop_checkout_cart_final_total {
  padding-right: 8px;
}

span.hikashop_product_price {
  padding-right: 8px;
}

.hikashop_registration_required_info_line {
  font-size: 10pt;
}

.hikashop_cart_input_button {
  font-size: 10pt;
}

#hikashop_checkout_login_right_part input {
  font-size: 14px;
}

#hikashop_checkout_login_right_part select {
  font-size: 14px;
}

input[type="text"] {
  height: 18px;
}

#hikashop_payment_methods td {
  background-color: #d7cdbb;
}

.hikashop_checkout_login {
  border-top: 1px solid #eee;
  border-spacing: 15px;
}

.hikashop_cart_input_button {
  background-color: #fefefe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#fefefe)
  );
  background: -webkit-linear-gradient(top, #fefefe, #fefefe);
  background: -moz-linear-gradient(top, #fefefe, #fefefe);
  background: -o-linear-gradient(top, #fefefe, #fefefe);
  background: linear-gradient(top, #fefefe, #fefefe);
}

#hikashop_checkout_terms {
  margin-bottom: 15px;
}

.hikashop_checkout_cart_shipping,
.hikashop_checkout_cart_subtotal {
  padding-right: 8px;
}

.hikashop_checkout_cart_subtotal {
  padding-right: 8px;
}

#hikashop_checkout_login_right_part.span8,
table.hikashop_contentpane {
  width: 95%;
}

table.hikashop_contentpane td input[type="text"] {
  width: 90%;
}

table.hikashop_contentpane td select {
  width: 93%;
}

.hikashop_checkout_login {
  border: 0;
}

.hikashop_product_checkout_cart_image {
  padding: 10px;
}

.specs a.uk-button-primary {
  background: #800000;
  color: white;
  text-shadow: 0 0 0 #fff;
}

#hikashop_checkout_login_right_part tr td {
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  div#hikashop_checkout_cart,
  .anticipated,
  .hikashop_checkout_address,
  #hikashop_checkout_terms,
  .hikashop_usaepay_thankyou {
    margin: 15px;
  }

  table.hikashop_payment_methods_table td {
    text-align: center !important;
  }

  table.hikashop_payment_methods_table td input {
    width: auto;
  }

  #hikashop_category_information_menu_484 div.hikashop_category,
  #hikashop_category_information_menu_484 div.hikashop_product {
    width: 100% !important;
  }

  #hikashop_checkout_cart table {
    padding: 0;
  }

  #hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 95%;
    padding: 5px 2.5%;
  }

  #hikashop_checkout_cart table td {
    width: auto;
  }

  #hikashop_checkout_cart table td {
    padding-left: 0;
  }

  #hikashop_checkout_cart .hikashop_product_quantity_field {
    margin: 0px 16px 0px 50% !important;
  }

  .hikashop_checkout_login {
    border: 0;
    padding: 0 2.5%;
    margin-bottom: -50px;
  }

  #hikashop_checkout_login_right_part tr td {
    padding-bottom: 10px;
  }

  .hikashop_checkout_login label {
    margin-bottom: 0px;
  }

  #hikashop_checkout_cart table td:not(.hikashop_cart_product_name_value),
  #hikashop_checkout_cart table td span {
    text-align: right !important;
    display: block !important;
  }

  .hikashop_cart_product_name a {
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .hikashop_cart_product_name {
    padding-top: 15px;
  }
}

#k2Container input.button.hikashop_cart_input_button {
  color: transparent !important;
  text-shadow: none;
  font-weight: bold;
  margin: 10px auto;
  display: block;
  text-align: center;
  border-color: transparent;
  box-shadow: none;
  border: 0;
  width: 180px;
  height: 124px;
  line-height: 22px;
  padding: 0px;
  font-size: 14px;
  margin-top: 25px;
  vertical-align: middle;
  background: url(../images/addtocart.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .homepage-edits section.tm-top-a.uk-grid .uk-width-1-1.uk-width-medium-1-3 {
    width: 24.5%;
  }

  .homepage-edits section.tm-top-a.uk-grid .uk-width-1-1.uk-width-medium-2-3 {
    width: 75.5%;
  }
}

a.tm-logo > img {
  width: 75%;
}

.tm-headerbar .tm-logo {
  top: 20px;
}

.minimum {
  font-size: 20px;

  position: relative;

  line-height: 24px;
}

.hikashop_product_quantity_field {
  float: none !important;
}

td.hikashop_cart_product_quantity_value {
  text-align: center;
}

td.hikashop_cart_product_price_value {
  position: relative;
}

td.hikashop_cart_product_price_value p.small {
  position: absolute;

  width: 110%;

  max-width: 150px;
}

.animated {
  -webkit-animation-duration: 2.5s;

  animation-duration: 2.5s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;

  animation-name: bounce;
}

.arrow {
  position: absolute;

  bottom: -10px;

  left: 95%;

  margin-left: 0;

  width: 40px;

  height: 40px;

  background-image: url("../images/red_arrow.svg");

  background-size: contain;
}

/*table*/

@media (min-width: 768px) {
  table.table.table-striped.table-hover td,
  table.table.table-striped.table-hover th {
    display: table-cell;
  }

  th#hikashop_cart_product_quantity_title,
  td.hikashop_cart_product_quantity_value {
    max-width: 15px !important;
  }

  .hikashop_product_quantity_field {
    width: 20px;
  }

  .hikashop_cart_title {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  td.hikashop_cart_product_price_value p.small {
    position: relative;

    width: 100%;

    max-width: 100%;

    text-align: left;

    padding-left: 6px;
  }

  .minimum {
    width: 90%;

    margin: 0 auto;
  }

  .arrow {
    left: 90%;
  }

  td.hikashop_cart_product_price_value {
    padding-right: 10px;
  }

  tr.row0:after {
    content: "Complete the information below for estimated tax and delivery costs:";

    color: blue;

    font-weight: bold;
  }

  body tr.row0 {
    line-height: 140%;

    padding: 0 5px;
  }
}

/*MJ K2item Layout change */

.moreinfo-form .moduletable .rsform {
  width: 100%;
  background-color: transparent;
  padding: 0px;
  margin: auto;
}
.rsform-block #submit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0px solid #000;
  margin-bottom: 5px;
  background: #142a73;
  line-height: 20px;
  border-radius: 50px;
  padding: 4px 20px;
}
.home-specs {
  margin: 20px 0;
  display: inline-block;
}
.home-specs li span.itemExtraFieldsLabel {
  display: inline-block;
  width: 40%;
}
.home-specs ul.uk-hidden-small {
  list-style: none;
}
.home-specs li.typeTextfield.group1 {
  width: 49%;
  float: left;
  padding: 4px 2px;
}
#k2Container h1.itemTitle.floorplan-head {
  text-align: left;
  line-height: 44px;
  margin-top: 15px;
  padding-bottom: 3px;
}
#k2Container h2.subheading.floorplan-sbhead {
  text-align: left;
  font-size: 25px;
}
.itemExtraFields .reviews.uk-hidden-small a,
.itemExtraFields .reviews.uk-visible-small a {
  background: linear-gradient(to bottom, #800000, #bc0505) !important;
  font-size: 18px;
  padding-top: 10px;
}
.small {
  line-height: 12px;
}

.tm-main-bottom .purchase-terms {
  background: #d7cdbb !important;
  margin-top: -80px;
}

.floorplanimage .leftbuttons,
.mob-btns.leftbuttons {
  text-align: center;
}
.floorplanimage .leftbuttons a.btn,
.mob-btns.leftbuttons a.btn {
  display: inline-block;
}
.mob-btns.leftbuttons {
  margin-bottom: 15px;
}
.btn.default-btn {
  background: rgba(57, 79, 150, 0.78);
  color: #fff !important;
  text-shadow: none;
  font-size: 15px;
  line-height: 15px;
  padding: 8px 12px;
}

.granny-flats-page div.catItemHeader h3.catItemTitle {
  padding: 0px 8px;
}
@media (max-width: 767px) {
  h1.itemTitle.floorplan-head,
  h2.subheading.floorplan-sbhead {
    margin-left: 12px;
  }
}
/*MJ end */
.tm-headerbar .uk-panel .uk-search {
  margin-right: 132px;
}
.tm-headerbar .uk-panel input.uk-search-field {
  position: inherit;
  margin-left: 12px;
  padding: 16px 0px 16px 26px;
  left: -96px;
}
.tm-headerbar .uk-panel .uk-search:before {
  border-radius: 50px;
  width: 30px;
  line-height: 29px;
  color: #fff;
  background: #bc0505;
  padding: 3px;
}

.tm-headerbar .uk-panel input::-moz-placeholder {
  opacity: 0;
}
.tm-headerbar .uk-panel input::-webkit-input-placeholder {
  color: transparent;
}

.tm-headerbar .uk-panel input.uk-search-field:focus {
  border: 1px solid #bc0505;
  left: -143px;
}

input.uk-search-field:focus {
  background: #bc0505;
  z-index: 1;
  color: #fff;
  margin-left: 35px !important;
  padding: 17px 0px 17px 4px !important;
  margin-top: -1px;
}
.tm-headerbar .uk-panel input.uk-search-field {
  color: transparent;
  cursor: pointer;
}
.tm-headerbar .uk-panel input.uk-search-field:focus {
  color: #fff;
}
.uk-panel.serach {
  z-index: 1;
}

input.button.hikashop_cart_input_button,
input#hikashop_checkout_next_button {
  font-size: 100%;
}
div#hikashop_checkout_page > form {
  padding-bottom: 100px;
}

#hikashop_checkout_login .hkform-horizontal .hkcontrol-label {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
input#hikashop_checkout_next_button {
  vertical-align: top;
  margin-left: 20px;
}

#hikashop_checkout_login .hkform-group:before {
  display: none;
}
#hikashop_checkout_login_right_part select {
  font-size: 14px;
  height: 32px;
  width: 102%;
}

.hikashop_product_stock table {
  margin: auto;
}
.hikashop_product_stock table td input {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  div#search-form {
    padding: 10px 30px 0px 30px;
  }
  div#search-form form {
    margin: 0 0 0px;
  }
  div#search-results {
    padding: 0px 30px;
  }
  .uk-search:before {
    font-size: 14px;
    border-radius: 50px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    background: #bc0505;
    padding: 3px;
    top: 43px;
    left: 154px;
  }
  input.uk-search-field {
    position: inherit;
    margin-left: 10px;
    padding: 10px 0px 20px 20px;
    color: transparent;
    cursor: pointer;
    left: -105px;
  }
  input.uk-search-field::-webkit-input-placeholder {
    color: transparent;
  }
  .uk-search {
    position: inherit;
  }
  input.uk-search-field:focus {
    background: #bc0505;
    z-index: 1;
    color: #fff;
    margin-left: -194px !important;
    padding: 15px 0px 12px 5px !important;
    margin-top: -48px;
  }
}
@media (max-width: 414px) {
  #hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 67%;
    padding: 5px 11px;
  }
  .uk-search:before {
    font-size: 14px;
    border-radius: 50px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    background: #bc0505;
    padding: 3px;
    top: 42px;
    left: 170px;
  }
  #hikashop_checkout_login_right_part .hkform-control {
    width: 96%;
  }
  #hikashop_checkout_login_right_part select.hkform-control {
    width: 99%;
  }
  #hikashop_checkout_login_right_part .control-group {
    margin-bottom: 0px;
  }
  #hikashop_checkout_login_right_part input[type="radio"].hkform-control {
    display: inline-block;
    width: auto;
  }
  #hikashop_checkout_login_right_part select {
    width: 99%;
  }
}
@media (max-width: 375px) {
  .uk-search:before {
    left: 150px;
  }
}
@media (max-width: 360px) {
  .uk-search:before {
    left: 147px;
  }
}
@media (max-width: 320px) {
  .uk-search:before {
    left: 126px;
  }
}
.social-phone #social-header > a:last-child {
  color: #000;
}

/* 12/03/2024 */

.newItemlist {
  padding: 0 !important;
  background: rgb(216, 206, 188);
  margin-bottom: 30px !important;
}
.newItemlist .catItemExtraFields:hover,
.newItemlist div.catItemAttachmentsBlock:hover {
  box-shadow: none;
}
.newItemlist div.catItemHeader h3.catItemTitle {
  text-align: left;
  font-size: 40px;
}
.newItemlist div.catItemHeader h3.catItemTitle a:hover {
  border: none;
  background: none;
}
.newItemlist div.catItemExtraFields {
  padding: 0;
}
.newItemlist div.catItemAttachmentsBlock {
  padding: 40px 0 0;
  background: none;
}
.newItemlist div.catItemBody {
  float: left;
  display: inline-block;
  width: 80%;
  padding: 0;
}
.newItemlist div.catItemLinks {
  float: left;
  display: inline-block;
  width: 20%;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 0;
}
.newItemlist span.catItemImage {
  text-align: left;
  margin-bottom: 0;
}
.newItemlist .catItemImageBlock {
  float: left;
  padding-right: 30px;
  width: 50%;
}
.newItemlist div.catItemExtraFields ul li span.catItemExtraFieldsLabel {
  font-weight: 700;
  margin-right: 5px;
}
.newItemlist div.catItemExtraFields ul li {
  font-size: 18px;
  list-style: none;
  margin-bottom: 10px;
}
.newItemlist div.catItemExtraFields ul {
  margin-top: 15px;
}
.newItemlist .catItemAttachmentsBlock a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 8px 4px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
}
.newItemlist .catItemAttachmentsBlock a:last-child {
  margin-bottom: 0px;
}
.newItemlist .catItemAttachmentsBlock a:hover {
  border: 0px solid #000;
  background: #000;
  color: #fff;
}

h1.new-K2-list-title {
  text-align: left !important;
  font-size: 36px !important;
  line-height: 50px !important;
  margin-top: 0;
  font-weight: 700;
}
.new-itemListCategoriesBlock .product-details {
  display: inline-block;
  width: 100%;
}
.new-itemListCategoriesBlock .product-details .product-desc p {
  margin-bottom: 12px;
  margin-top: 0;
}
.new-itemListCategoriesBlock .product-details .product-image {
  float: right;
  margin-right: 0;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.new-faq .accordion p {
  display: none;
}
.new-faq .accordion.active p {
  display: block;
}
.new-faq .accordion {
  border: 1px solid;
  padding: 15px;
}
.new-faq .accordion h4 {
  margin: 0;
  position: relative;
}
.new-faq .accordion h4:before {
  content: "\f054";
  font-size: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #000000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.new-faq .accordion.active h4:before {
  content: "\f078";
}
body
  div#sp-content-bottom
  .sp-module
  .mod-sppagebuilder.sp-page-builder
  ul
  > li {
  display: list-item;
}
body div#sp-content-bottom .sp-module .mod-sppagebuilder.sp-page-builder ul {
  list-style: disc;
}
h1.new-K2-list-title {
  padding-left: 20px;
}
.row.floorplan a.btn.btn-success {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 12px 4px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
  height: auto;
}
.row.floorplan a.btn.btn-primary.btn-sm {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 13px 15px 0px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
}
.row.floorplan button.model_pop.btn-primary.btn-sm {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 12px 15px 4px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
}

.row.floorplan .rsform-block #submit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border: 0px solid #000;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
  height: auto !important;
  padding: 12px 2px !important;
  line-height: 1.5 !important;
}
.row.floorplan .entry-image.full-image {
  border: 15px solid #c7bfa6;
  display: none;
}
.row.floorplan .col-7 {
  padding-left: 0px;
}
.row.floorplan span.itemExtraFieldsValue.uk-hidden-small {
  color: #c4af6f;
}
.row.floorplan li.even.typeTextfield.group1 {
  display: grid;
  border-bottom: 1px solid #c4af6f;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  font-weight: 700;
}
.row.floorplan li.even.typeTextfield.group1:nth-last-child(-n + 5) {
  border-left: 1px solid #c4af6f;
}
.row.floorplan li.even.typeTextfield.group1:nth-child(5) {
  border-bottom: 0px solid #c4af6f;
}
.row.floorplan li.even.typeTextfield.group1:nth-child(10) {
  border-bottom: 0px solid #c4af6f;
}
.row.floorplan ul.text-fields {
  column-count: 2;
  column-gap: 0px;
  padding-left: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}
.row.floorplan .moduletable .rsform {
  width: 100%;
  border: 15px solid #c7bfa6;
  background-color: #c7bfa6;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.row.floorplan .col-5 .moduletable h3 {
  margin-bottom: 0px;
  padding: 10px 20px;
}
.row.floorplan .col-5 .moduletable {
  background-color: #c7bfa6;
}
.row.floorplan h2 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
}
.row.floorplan .avPlayerWrapper.avVideo {
  border: 15px solid #c7bfa6;
  background-color: #c7bfa6;
  margin-top: 20px;
}
.row.floorplan .article-header h1 {
  margin-bottom: 15px;
  font-weight: 700;
}
.mod-sppagebuilder.sp-page-builder
  .sppb-addon-accordion
  .sppb-panel
  .sppb-panel-body {
  padding: 10px 20px 10px;
}
.mod-sppagebuilder.sp-page-builder
  .sppb-addon-accordion
  .sppb-panel
  .sppb-panel-heading {
  line-height: 42px;
  border: solid 0px #706d6d;
}
.row.floorplan ul.fields-container {
  padding-left: 0px;
  list-style: none;
  border: 15px solid #c7bfa6;
  border-bottom-width: 5px;
}
.row.floorplan .tf-slideshow-thumbs-wrapper {
  background: #c7bfa6;
}
.floorplan a {
  color: #c4af6f;
}
.mod-sppagebuilder.sp-page-builder
  .faqs-bottom
  .sppb-addon-accordion
  .sppb-panel
  .sppb-panel-heading {
  line-height: 68px;
  height: 70px;
  padding: 0 15px;
}
.row.floorplan .faqs-bottom h2 {
  margin-bottom: 5px;
  text-transform: initial;
  margin-right: 15px;
}
.faqs-bottom .sppb-row-column {
  padding: 0px;
}
.faqs-bottom .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before,
.view-category .sppb-addon-accordion .sppb-panel .sppb-panel-heading:before {
  border-left: 0px solid #706d6d;
}
.faqs-bottom .sppb-addon-accordion .sppb-panel .sppb-panel-heading {
  border: solid 0px #706d6d;
}
.faqs-bottom .sppb-addon.sppb-addon-text-block .sppb-addon-content {
  padding: 0 15px 20px;
}
.itemid-1516 section#sp-page-title {
  padding-top: 65px;
}
.sp-module.company-history.box-shadow {
  background: #fff none repeat scroll 0 0;
  padding: 20px 45px;
}
body article.item .entry-header {
  padding: 0px 30px 15px;
}
.com-content-category-blog.blog .items-more {
  display: none;
}

.com-content-category-blog__items.blog-items.columns-2
  .com-content-category-blog__item.blog-item {
  display: flow;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  padding: 20px;
  margin-bottom: 20px;
}
.com-content-category-blog__item.blog-item p.readmore a.btn.btn-secondary {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 10px 14px;
  background: #142a73;
  height: auto;
  border-radius: 0px;
}
a.btn.btn-success {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 0px solid #000;
  margin-bottom: 5px;
  padding: 14px 20px;
  background: #142a73;
}
.itemid-163 .com-content-category-blog__item.blog-item {
  display: flex;
  width: 100%;
  background: #fff none repeat scroll 0 0;
  padding: 20px;
}
.itemid-168 .moduletable .rsform {
  background-color: #f2f4f7;
  padding-bottom: 20px;
}
.dealer header#sp-header {
  border-bottom: 20px solid rgba(54, 177, 54, 0.78);
}
.dealer #sp-bottom {
  background-color: #36b136d4;
}
.dealer #sp-footer {
  background-color: #006600;
}
.dealer .sppb-addon.sppb-addon-icons-group.icons-group-title-postion-top a {
  color: #006600 !important;
}
.dealer div#sp-bottom1 button#submit {
  color: #006600;
}
.dealer div#mod-custom237 a.contact_btn {
  border: 2px solid #006600;
  color: #006600;
}
.dealer .sp-megamenu-parent > li.active > a,
.dealer .sp-megamenu-parent > li:hover {
  color: #006600;
}
.dealer
  .spproperty
  .sp-properties-wrapper.property-status-sold
  .spproperty-badge-sold,
.dealer #sp-page-builder .empire-property-search::before,
#sp-page-builder .sppb-section.empire-newsletter:before,
.dealer .offcanvas-menu,
.sp-megamenu-parent > li > a:after {
  background-color: #006600;
}
.dealer p.b-title i {
  color: #fff;
}
.select-design.com-content.view-article #sp-main-body {
  background: transparent;
}
.blog.select-design .article-list .col-lg-12 {
  box-shadow: 0px 0px 4px 0px #c7bfa6;
  border-radius: 4px;
  margin-bottom: 20px;
}
.freight-cal button.btn.btn-primary {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  border: 0px solid #000;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0px;
  background: #142a73;
  text-transform: uppercase;
  margin-top: 10px;
  height: auto;
  padding: 12px 4px !important;
  line-height: 1.5 !important;
}
.com-content.layout-blog.news #sp-main-body {
  background: #fff;
  padding-top: 20px;
}
.com-content.layout-blog.news #sp-page-title {
  padding: 40px 0px 0px;
}
.dealer button.btn.btn-primary.btn-block {
  border-radius: 50px;
  padding: 0px 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #006600;
  color: #006600;
}
div#sp-menu a {
  font-weight: 600;
}
@media (min-width: 1400px) {
  body .sppb-row-container {
    max-width: 1400px;
  }
}
@media (min-width: 768px) {
  .com-content-category-blog__items.blog-items.columns-2 {
    column-count: 2;
    margin-bottom: 20px;
  }
  .floorplans-pg
    .com-content-categories.categories-list
    .com-content-categories__items
    .com-content-categories__item {
    min-height: 260px;
  }
  .floorplans-pg .com-content-categories__description.category-desc {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .newItemlist div.catItemBody {
    width: 100%;
  }
  .newItemlist .catItemImageBlock {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .newItemlist div.catItemExtraFields ul,
  .newItemlist div.catItemHeader {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newItemlist div.catItemLinks {
    width: 100%;
    padding: 0 15px 15px;
  }
  .category-footer {
    padding: 20px;
  }
  .new-itemListPrimary,
  .new-itemListCategoriesBlock {
    padding: 15px 15px 0;
  }
  .new-itemListCategoriesBlock .product-details .product-image img {
    display: block;
  }
  .new-itemListCategoriesBlock .product-details .product-image {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.right-sidebar-bottom .moduletable {
  background: #fff !important;
  padding-top: 10px;
}

.right-sidebar-bottom .moduletable h3 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
}

img.right-img-article {
  float: right;
  margin-left: 15px;
}
/*Feb 19*/
@media (max-width: 767px) {
  h1.new-K2-list-title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
  #sp-main-body {
    padding: 50px 0;
  }
  h1 {
    font-size: 34px !important;
    line-height: 42px !important;
  }
}
@media (max-width: 425px) {
  h1.new-K2-list-title {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  img.right-img-article {
    float: unset;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.com-content.view-category #sp-component {
  margin-top: -40px;
}

.itemid-227 header#sp-header {
  border-bottom: 20px solid rgba(54, 177, 54, 0.78);
}

body.dealer .sp-module ul > li > a {
  color: #006600;
}
.pd-float a {
  color: #006600 !important;
  line-height: 100%;
}

.footer-links {
  color: #ffffff; /* or color: white; */
}

/* If there are other specific rules for children that need to be overridden */
.footer-links h2 {
  color: inherit; /* This will make h2 inherit the color from .footer-links */
}

.footer-links ul>li>a {
  color: #ffffff!important; /* or color: white; */
}
.footer-links ul > li {
  margin-left: 20px; /* Adjust the value as needed (e.g., 10px, 1.5em) */
}
