/*
Theme Name: Bones
Theme URI: https://kurt.is
Author: Kurtis Bradley
Author URI: https://kurt.is
Version: 1.0.0
Text Domain: bones
*/

/*--------------------------------------------------------------
Normalize v8.0.0
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
lightGallery
--------------------------------------------------------------*/
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
  src: url(fonts/lg.eot?n1z373);
  src: url(fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
    url(fonts/lg.woff?n1z373) format("woff"),
    url(fonts/lg.ttf?n1z373) format("truetype"),
    url(fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  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-actions .lg-next,
.lg-actions .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: 1080;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.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-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: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -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;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.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-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-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -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;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -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-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;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s 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-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.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;
  -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: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -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-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -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 {
  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);
  -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 .lg-icon,
.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-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.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: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -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-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.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 {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current,
.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-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: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 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,
.lg-css3.lg-use-left .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-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-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*--------------------------------------------------------------
Responsive Grid System
--------------------------------------------------------------*/
.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
  left: auto;
  right: auto;
}
.container .row {
  margin-left: -20px;
  margin-right: -20px;
}
.row,
.row .col.s1,
.row .col.s10,
.row .col.s11,
.row .col.s12,
.row .col.s2,
.row .col.s3,
.row .col.s4,
.row .col.s5,
.row .col.s7,
.row .col.s8,
.row .col.s9 {
  margin-left: auto;
}
.row {
  margin-right: auto;
  margin-top: 20px;
}
.row:first-child {
  margin-top: 0;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
}
.row .col.s2 {
  width: 16.6666666667%;
}
.row .col.s3 {
  width: 25%;
}
.row .col.s4 {
  width: 33.3333333333%;
}
.row .col.s5 {
  width: 41.6666666667%;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
}
.row .col.s8 {
  width: 66.6666666667%;
}
.row .col.s9 {
  width: 75%;
}
.row .col.s10 {
  width: 83.3333333333%;
}
.row .col.s11 {
  width: 91.6666666667%;
}
.row .col.s12 {
  width: 100%;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1,
  .row .col.m10,
  .row .col.m11,
  .row .col.m12,
  .row .col.m2,
  .row .col.m3,
  .row .col.m4,
  .row .col.m5,
  .row .col.m7,
  .row .col.m8,
  .row .col.m9 {
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m1 {
    width: 8.3333333333%;
  }
  .row .col.m2 {
    width: 16.6666666667%;
  }
  .row .col.m3 {
    width: 25%;
  }
  .row .col.m4 {
    width: 33.3333333333%;
  }
  .row .col.m5 {
    width: 41.6666666667%;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
  }
  .row .col.m8 {
    width: 66.6666666667%;
  }
  .row .col.m9 {
    width: 75%;
  }
  .row .col.m10 {
    width: 83.3333333333%;
  }
  .row .col.m11 {
    width: 91.6666666667%;
  }
  .row .col.m12 {
    width: 100%;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1,
  .row .col.l10,
  .row .col.l11,
  .row .col.l12,
  .row .col.l2,
  .row .col.l3,
  .row .col.l4,
  .row .col.l5,
  .row .col.l7,
  .row .col.l8,
  .row .col.l9 {
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l1 {
    width: 8.3333333333%;
  }
  .row .col.l2 {
    width: 16.6666666667%;
  }
  .row .col.l3 {
    width: 25%;
  }
  .row .col.l4 {
    width: 33.3333333333%;
  }
  .row .col.l5 {
    width: 41.6666666667%;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
  }
  .row .col.l8 {
    width: 66.6666666667%;
  }
  .row .col.l9 {
    width: 75%;
  }
  .row .col.l10 {
    width: 83.3333333333%;
  }
  .row .col.l11 {
    width: 91.6666666667%;
  }
  .row .col.l12 {
    width: 100%;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

.container .row,
.s-container .row,
.l-container .row {
  margin-left: -30px;
  margin-right: -30px;
}

.row {
  margin-top: 30px;
}

.row .col {
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #e5f2f6;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;

  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

body.manager {
  background: #e8f5e9;
}

::-moz-selection {
  background: #5ca1cf;
  color: #fff;
}
::selection {
  background: #5ca1cf;
  color: #fff;
}

hr {
  background: #eee;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
}

ul,
ol {
  margin: 0 0 30px 20px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 30px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 20px 30px;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 30px;
  width: 100%;
}

p {
  margin: 0 0 30px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.container:before,
.container .row:before,
.container:after,
.container .row:after,
.s-container:before,
.s-container .row:before,
.s-container:after,
.s-container .row:after,
.l-container:before,
.l-container .row:before,
.l-container:after,
.l-container .row:after {
  content: "";
  display: table;
}

.clear:after,
.container:after,
.container .row:after,
.s-container:after,
.s-container .row:after,
.l-container:after,
.l-container .row:after {
  clear: both;
}

.clear,
.container,
.container .row,
.s-container,
.s-container .row,
.l-container,
.l-container .row {
  *zoom: 1;
}

/*--------------------------------------------------------------
Titles
--------------------------------------------------------------*/
h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0 0 30px;
}

h1 {
  font-size: 30px;
  text-align: center;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-weight: 400;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  color: #5ca1cf;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #f7921e;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: none;
  display: inline-block;
  padding: 0 30px;
  background: transparent;
  border: 2px solid #f7921e;
  color: #f7921e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  position: relative;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f7921e;
  color: #fff;
}

.btn-loader {
  display: none;
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
  outline: none;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 12px;
  border: 1px solid #d9e3eb;
  border-radius: 3px;
  margin-bottom: 30px;
  line-height: 1.3;
}

select {
  border: 1px solid #d9e3eb;
  height: 46px;
  padding: 12px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

input[type="number"] {
  padding: 0 0 0 10px;
  height: 46px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #aaa;
}

textarea {
  height: 150px;
  resize: vertical;
}

label {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.messages {
  list-style-type: none;
  padding: 20px 30px;
  margin: 0 0 30px;
  background: none;
  border: 1px solid;
  border-radius: 3px;
}

.messages.red {
  border-color: #f5c6cb;
  color: #721c24;
  background: #f8d7da;
}

.messages.green {
  border-color: #c3e6cb;
  color: #155724;
  background: #d4edda;
}

.messages.blue {
  border-color: #b8daff;
  color: #004085;
  background: #cce5ff;
}

.form-row.half {
  width: 48%;
  float: left;
  margin-left: 4%;
}

.form-row.half.first {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .form-row.half {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

/* Custom radio/checkbox */
.custom-radio,
.custom-checkbox {
  display: block;
  margin: 0 0 30px;
}

.custom-radio .custom-radio-item,
.custom-checkbox .custom-checkbox-item {
  display: block;
  margin: 0;
}

.custom-radio input[type="radio"],
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-radio input[type="radio"]:checked + span::before,
.custom-checkbox input[type="checkbox"]:checked + span::before {
  content: "";
  background: #5ca1cf;
  border: 1px solid #5ca1cf;
}

.custom-radio span,
.custom-checkbox span {
  display: inline-block;
  left: 30px;
  margin: 0 0 10px;
  position: relative;
  line-height: 20px;
  font-size: 14px;
}

.custom-radio span::before,
.custom-checkbox span::before {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #d9e3eb;
  border-radius: 20px;
  left: -30px;
  position: absolute;
}

.custom-checkbox span::before {
  border-radius: 0;
}

.custom-radio span:hover,
.custom-checkbox span:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
Contact Form 7
--------------------------------------------------------------*/
.wpcf7 p {
  margin: 0;
}

div.wpcf7-response-output {
  padding: 20px 30px;
  margin: 0 0 30px;
  background: none;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
}

div.wpcf7-validation-errors {
  border-color: #f5c6cb;
  color: #721c24;
  background: #f8d7da;
}

div.wpcf7-mail-sent-ok {
  border-color: #c3e6cb;
  color: #155724;
  background: #d4edda;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #fcbaba;
}

input.wpcf7-not-valid:focus,
textarea.wpcf7-not-valid:focus {
  border-color: #ff0000;
}

span.wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-list-item {
  margin-left: 10px;
}

span.wpcf7-list-item.first {
  margin: 0;
}

span.wpcf7-list-item label {
  font-weight: 400;
  text-transform: none;
}

span.wpcf7-list-item input,
span.wpcf7-list-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

div.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7-radio,
.wpcf7-acceptance {
  display: block;
  margin: 0 0 30px;
}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item input[type="radio"],
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  display: none;
}

.wpcf7-radio
  .wpcf7-list-item
  input[type="radio"]:checked
  + .wpcf7-list-item-label::before,
.wpcf7-acceptance
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  content: "";
  background: #5ca1cf;
  border: 1px solid #5ca1cf;
}

.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  left: 30px;
  margin: 0 0 10px;
  position: relative;
  line-height: 20px;
  font-size: 14px;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #d9e3eb;
  border-radius: 20px;
  left: -30px;
  position: absolute;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  border-radius: 0;
}

.wpcf7-radio .wpcf7-list-item-label:hover,
.wpcf7-acceptance .wpcf7-list-item-label:hover {
  cursor: pointer;
}

/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
.transition,
a,
input,
button,
textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.animate {
  opacity: 0;
}

.animate.fade-left {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(-50px, 0px, 0px);
  -ms-transform: translate3d(-50px, 0px, 0px);
  transform: translate3d(-50px, 0px, 0px);
}

.animate.fade-right {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(50px, 0px, 0px);
  -ms-transform: translate3d(50px, 0px, 0px);
  transform: translate3d(50px, 0px, 0px);
}

.animate.fade-up {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}

.animate.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
Wordpress
--------------------------------------------------------------*/
/* Menus */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 20px;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Captions */
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Helpers
--------------------------------------------------------------*/
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.static {
  position: static;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.none {
  display: none;
}
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

.vertical-align {
  display: inline-block;
  vertical-align: middle;
}

.align-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* list */
.inline-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.inline-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.inline-list li:first-child {
  margin-left: 0;
}

/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
.site {
  background: #e5f2f6;
  position: relative;
  z-index: 1;
}

body.manager .site {
  background: #e8f5e9;
}

.fixed-header .site {
  margin-top: 100px;
}

.container,
.s-container,
.l-container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.s-container {
  max-width: 840px;
}

.l-container {
  max-width: 1240px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.parallax-container {
  overflow: hidden;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  background: #fff;
}

.fixed-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.site-logo {
  float: left;
  margin: 0;
  padding: 25px 0 25px 30px;
}

.site-logo a,
.site-logo img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
  height: 100%;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-navigation {
  display: block;
  float: right;
  font-size: 0;
  padding: 0 30px;
}

.navigation-toggle {
  display: none;
}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.site-navigation li {
  display: none;
  position: relative;
}

.site-navigation li.logged-out {
  display: inline-block;
}
body.logged-in .site-navigation li {
  display: inline-block;
}
body.logged-in .site-navigation li.logged-out {
  display: none;
}

body.logged-in .site-navigation li.manager-only {
  display: none;
}
body.manager .site-navigation li.manager-only {
  display: inline-block;
}

.site-navigation li a {
  display: block;
  text-decoration: none;
  padding: 42px 20px;
  font-size: 16px;
  line-height: 1;
  color: #aaa;
}

.site-navigation a:hover,
.site-navigation li.current-menu-item a {
  color: #5ca1cf;
}

.site-navigation ul ul {
  position: absolute;
  top: 20px;
  left: -999px;
  z-index: 1;
}

.site-navigation ul li:hover ul {
  left: 0;
}

@media screen and (max-width: 768px) {
  .site-navigation {
    padding: 42px 20px;
  }
  .navigation-toggle {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .navigation-toggle span,
  .navigation-toggle span::before,
  .navigation-toggle span::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: background 0s 0.3s;
  }
  .navigation-toggle span {
    top: 7px;
  }
  .navigation-toggle span::before {
    content: "";
    top: -7px;
    transition-property: top, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .navigation-toggle span::after {
    content: "";
    bottom: -7px;
    transition-property: bottom, transform;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .menu-toggled .navigation-toggle span {
    background: none;
  }
  .menu-toggled .navigation-toggle span::before {
    top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.3s;
  }
  .menu-toggled .navigation-toggle span::after {
    bottom: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.3s;
  }
  .site-navigation ul {
    display: none;
  }
}

/*--------------------------------------------------------------
Mobile Navigation
--------------------------------------------------------------*/
.mobile-navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .site {
    position: relative;
    z-index: 1;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .menu-toggled .site {
    -webkit-transform: translate3d(-250px, 0px, 0px);
    -ms-transform: translate3d(-250px, 0px, 0px);
    transform: translate3d(-250px, 0px, 0px);
  }
  .mobile-navigation {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    background: #222;
    z-index: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition: all ease 0.5s;
  }
  .menu-toggled .mobile-navigation {
    opacity: 1;
    transition: all ease 0.5s;
  }
  .fixed-header .mobile-navigation {
    top: 100px;
  }
  .mobile-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
  }
  .mobile-navigation li {
    float: none;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
  }
  .mobile-navigation li:first-child {
    border-top: none;
  }
  .mobile-navigation li.logged-out {
    display: inline-block;
  }
  body.logged-in .mobile-navigation li {
    display: inline-block;
  }
  body.logged-in .mobile-navigation li.logged-out {
    display: none;
  }
  body.logged-in .mobile-navigation li.manager-only {
    display: none;
  }
  body.manager .mobile-navigation li.manager-only {
    display: inline-block;
  }
  .mobile-navigation a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
  }
}

/*--------------------------------------------------------------
Popup
--------------------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  text-align: center;
}

.popup.active {
  display: block;
}

.popup .popup-inner {
  position: relative;
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 768px;
  height: auto;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.popup .popup-close-x {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.popup .popup-close-x:hover {
  color: #f7921e;
}

.popup-notes-view .popup-inner i,
.popup-profile .popup-inner i {
  display: block;
  font-size: 36px;
  text-align: center;
  color: #f7921e;
}

@media screen and (max-width: 425px) {
  .popup .popup-inner {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
Content Table
--------------------------------------------------------------*/
.content-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.content-table .table-row {
  display: table-row;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.content-table .table-row.header {
  background: #d9e3eb;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-table .table-row:last-of-type {
  border: none;
}

.content-table .cell {
  padding: 20px;
  display: table-cell;
  max-width: 420px;
}

.content-table .table-row.header .cell {
  padding: 10px 20px;
}

.content-table .cell p {
  margin: 0;
}

.content-table .cell.center {
  text-align: center;
}
.content-table .cell.right {
  text-align: right;
}

/* Table Nav */
.table-nav {
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.table-nav .table-prev {
  float: left;
}
.table-nav .table-next {
  float: right;
}

/* Table Responsive */
@media screen and (max-width: 768px) {
  .content-table {
    display: block;
  }
  .content-table .table-row {
    padding: 14px 0 7px;
    display: block;
  }
  .content-table .table-row.header {
    padding: 0;
    height: 6px;
  }
  .content-table .table-row.header .cell {
    display: none;
  }
  .content-table .table-row .cell {
    margin-bottom: 10px;
  }
  .content-table .table-row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    display: block;
  }
  .content-table .cell {
    padding: 2px 16px;
    display: block;
    max-width: none;
  }
  .content-table .cell.center,
  .content-table .cell.right {
    text-align: left;
  }
}

/*--------------------------------------------------------------
Content Tabs
--------------------------------------------------------------*/
.content-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.content-tabs-nav li {
  display: inline-block;
}

.content-tabs-nav li a {
  background: #d9e3eb;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  /* padding: 10px 30px; */
  padding: 6px 15px;
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
}

.content-tabs-nav li a:hover,
.content-tabs-nav li a.active {
  background: #fff;
}

.content-tabs-nav li.right {
  float: right;
}

.content-tabs-nav li.right a {
  margin: 0;
}

body.contractor .content-tabs-nav li.right a {
  background: #68c438;
  color: #fff;
}

body.contractor .content-tabs-nav li.right a:hover {
  opacity: 0.8;
}

body.contractor .content-tabs-nav li.submitted a {
  background: #d9e3eb;
  color: #000;
}

body.contractor .content-tabs-nav li.submitted a:hover,
body.contractor .content-tabs-nav li.submitted a.active {
  opacity: 1;
  background: #fff;
}

.content-tabs-nav li a i {
  display: none;
}

.content-tabs-section {
  display: none;
  background: #fff;
  padding: 40px;
}

.content-tabs-section.active {
  display: inherit;
}

.content-tabs-section .messages {
  margin: 0;
}

@media screen and (max-width: 950px) {
  .content-tabs-nav li a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-tabs-nav li a {
    padding: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 610px) {
  .content-tabs-nav li a i {
    display: block;
  }
  .content-tabs-nav li a span {
    display: none;
  }
  .content-tabs-nav li a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .content-tabs-nav li a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs-nav li a {
    padding: 10px;
  }
}

/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
/* General */
.site-main {
  padding: 60px 0;
}

.content-header .content-header-left {
  float: left;
}
.content-header .content-header-right {
  float: right;
}

.content-box {
  background: #fff;
  padding: 40px;
}

.content-box p:last-of-type {
  margin: 0;
}

.keyword-filter {
  position: relative;
  display: inline-block;
}

.keyword-filter input {
  border: 1px solid #fff;
  margin: 0;
  width: 220px;
  padding: 12px 30px 12px 12px;
}

.keyword-filter button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #5ca1cf;
  font-size: 16px;
}

.keyword-filter button:hover {
  color: #f7921e;
}

@media screen and (max-width: 768px) {
  .content-header .content-header-left,
  .content-header .content-header-right {
    float: none;
  }
  .content-header .content-header-left h3 {
    margin: 0 0 20px;
  }
  .keyword-filter {
    display: block;
    width: 100%;
  }
  .keyword-filter input {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .content-box {
    padding: 30px 20px;
  }
}

/* Work Orders */
.work-orders .content-header {
  margin: 0 0 10px;
}

.work-orders-filter {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .work-orders .content-header-right .button {
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
}

/* Work Orders - New */
.new-work-order .content-header p {
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  margin: 0 0 30px 30px;
}

.new-work-order .content-header p:first-of-type {
  margin: 0 0 30px;
}

.new-work-order .form-row p {
  font-size: 14px;
  margin: 0 0 30px;
}

.new-work-order .form-row .instructions {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0 0 10px;
}

.new-work-order .custom-upload input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.new-work-order .custom-upload .button {
  letter-spacing: 0;
  margin: 0 0 30px;
}

.new-work-order .custom-upload .button i {
  font-size: 18px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 425px) {
  .new-work-order .content-header p:first-of-type {
    margin: 0;
  }
  .new-work-order .content-header p {
    display: block;
    margin: 0 0 30px;
    line-height: inherit;
  }
}

/* Tenders */
.tenders .content-header {
  margin: 0 0 10px;
}

.tenders-nav {
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
  display: inline-block;
}

.tenders-nav li {
  display: inline-block;
  margin-left: 20px;
}

.tenders-nav li a {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}

.tenders-nav li a:hover,
.tenders-nav li a.active {
  color: #5ca1cf;
}

.tenders .content-table a.table-row {
  color: #000;
}

.tenders .content-table a.table-row:hover {
  background: #eee;
}

.tenders .content-table a.table-row .cell i {
  margin-right: 5px;
}

.tenders .content-table a.table-row .cell .submitted i {
  color: #999;
}
.tenders .content-table a.table-row .cell .not-submitted i,
.tenders .content-table a.table-row .cell .review i {
  color: #d0021b;
}
.tenders .content-table a.table-row .cell .accepted i {
  color: #68c438;
}

@media screen and (max-width: 878px) {
  .tenders .content-header {
    margin: 0 0 30px;
  }
  .tenders .content-header .content-header-left,
  .tenders .content-header .content-header-right {
    float: none;
  }
  .tenders .content-header .content-header-left h3 {
    margin: 0 0 20px;
  }
  .tenders .keyword-filter {
    display: block;
    width: 100%;
  }
  .tenders .keyword-filter input {
    width: 100%;
  }
  .tenders-nav {
    margin: 0 0 20px;
  }
  .tenders-nav li {
    margin: 0 20px 0 0;
  }
}

/* Tenders - Single General */
.tenders-single .content-header .inline-list {
  text-align: center;
  margin: 0 0 40px;
}

.tenders-single .content-header .inline-list li {
  text-align: center;
  margin: 0 20px;
}

.tenders-single .content-header .inline-list li:first-child {
  margin: 0 20px;
}

.tenders-single .content-header .messages {
  margin: 0 0 40px;
}

.tenders-single .content-header .messages span {
  float: right;
}

.tenders-single .tab-details {
  background: none;
  padding: 0;
}

.tenders-single .tab-details .tender-details-section {
  padding: 40px;
  margin: 0 0 6px;
  background: #fff;
}
.tenders-single .tab-details .tender-details-section .download-pdfs{
  display: none;
}

@media screen and (max-width: 768px) {
  .tenders-single .content-header .inline-list li {
    display: block;
  }
  .tenders-single .content-header .messages {
    text-align: center;
  }
  .tenders-single .content-header .messages span {
    float: none;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .tenders-single .tab-details .tender-details-section {
    padding: 30px 20px;
  }
}

/* Tenders - Single Photos */
.tenders-single .tab-photos img {
  display: block;
  margin: 0 auto 40px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.tenders-single .tab-photos .photo-gallery a:hover img {
  opacity: 0.8;
}

.tenders-single .tab-photos .col:nth-child(3n + 4) {
  clear: left;
}

@media screen and (max-width: 992px) {
  .tenders-single .tab-photos .col:nth-child(3n + 4) {
    clear: none;
  }
  .tenders-single .tab-photos .col:nth-child(2n + 3) {
    clear: left;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs-section.tab-photos {
    padding: 30px;
  }
}

/* Tenders - Single Messages */
.tenders-single .tab-messages .row {
  margin-left: -10px;
  margin-right: -10px;
}

.tenders-single .tab-messages .row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.tenders-single .tab-messages .messages-contacts {
  border: 1px solid #d9e3eb;
  padding: 30px;
  min-height: 250px;
}

.tenders-single .tab-messages .messages-contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tenders-single .tab-messages .messages-contacts li {
  margin: 0 0 10px;
}

.tenders-single .tab-messages .messages-contacts a {
  margin: 0 0 10px;
  color: #aaa;
}

.tenders-single .tab-messages .messages-contacts a:hover,
.tenders-single .tab-messages .messages-contacts a.active {
  color: #f7921e;
}

.tenders-single .tab-messages .messages-panel {
  border: 1px solid #d9e3eb;
  padding: 30px;
  overflow-y: auto;
  max-height: 400px;
}

.tenders-single .tab-messages .messages-panel::-webkit-scrollbar {
  width: 6px;
  background-color: #e5f2f6;
}
.tenders-single .tab-messages .messages-panel::-webkit-scrollbar-track {
  background-color: #e5f2f6;
}
.tenders-single .tab-messages .messages-panel::-webkit-scrollbar-thumb {
  background-color: #d9e3eb;
}

.tenders-single .tab-messages .messages-panel .messages-notice {
  text-align: center;
  padding: 40px;
}

.tenders-single .tab-messages .messages-panel .messages-notice i {
  color: #d9e3eb;
  font-size: 44px;
}

.tenders-single .tab-messages .messages-panel .messages-notice p {
  color: #d9e3eb;
  margin: 20px 0 0;
  font-size: 14px;
}

.tenders-single .tab-messages .messages-panel .message-listing {
  margin: 0 0 30px;
}

.tenders-single .tab-messages .messages-panel .message-listing:last-of-type {
  margin: 0;
}

.tenders-single .tab-messages .messages-panel .message-info {
  font-size: 12px;
  color: #777;
  margin: 0 0 5px;
}

.tenders-single
  .tab-messages
  .messages-panel
  .message-listing.reply
  .message-info {
  text-align: right;
}

.tenders-single .tab-messages .messages-panel .message-content {
  background: #eee;
  border-radius: 10px;
  padding: 20px 30px;
  max-width: 80%;
  width: 100%;
  font-size: 14px;
}

.tenders-single
  .tab-messages
  .messages-panel
  .message-listing.received
  .message-content {
  background: #e8f5e9;
}

.tenders-single
  .tab-messages
  .messages-panel
  .message-listing.reply
  .message-content {
  margin: 0 0 0 auto;
  background: #e5f2f6;
}

.tenders-single .tab-messages .messages-send {
  border: 1px solid #d9e3eb;
  border-top: none;
  padding: 30px;
  display: none;
}

.tenders-single .tab-messages .messages-send h4 {
  margin: 0 0 10px;
}

.tenders-single .tab-messages .messages-send .messages-send-form .messages {
  margin: 0 0 20px;
}

.tenders-single .tab-messages .messages-send .messages-send-form textarea {
  height: 100px;
  border-radius: 10px;
}

.tenders-single .tab-messages .messages-send .messages-send-form button {
  float: right;
}

@media screen and (max-width: 992px) {
  .tenders-single .tab-messages .messages-contacts {
    min-height: auto;
    border-bottom: none;
  }
}
@media screen and (max-width: 425px) {
  .tenders-single .tab-messages .messages-contacts,
  .tenders-single .tab-messages .messages-panel,
  .tenders-single .tab-messages .messages-send {
    padding: 20px;
  }
  .tenders-single .tab-messages .messages-panel .message-content {
    padding: 10px 20px;
    max-width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .content-tabs-section.tab-messages {
    padding: 30px 20px;
  }
}

/* Tenders - Surveys */
.tenders-single .tab-surveys .content-table {
  margin: 0 0 20px;
}

/* Tenders - Single Submit Quote */
.tenders-single .tab-submit-quote .tab-submit-quote-main {
  border: 1px solid #d9e3eb;
  padding: 25px;
}

.tenders-single .tab-submit-quote .tab-submit-quote-main .messages {
  margin: 0 0 20px;
}

.tenders-single .tab-submit-quote .quote-upload-form {
  margin: 0 0 25px;
}

.tenders-single .tab-submit-quote .quote-upload-form input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.tenders-single .tab-submit-quote .quote-upload-form .button,
.tenders-single .tab-submit-quote .quote-upload-form .upload {
  width: 100%;
  text-align: center;
}

.tenders-single .tab-submit-quote .quote-upload-form .button i,
.tenders-single .tab-submit-quote .quote-upload-form .upload i {
  font-size: 18px;
  margin: 0 20px 0 0;
}

.tenders-single .tab-submit-quote .quote-upload-form .button {
  letter-spacing: 0;
  margin: 0;
}

.tenders-single .tab-submit-quote .quote-upload-form .upload {
  display: none;
  margin: 10px 0 0;
}

.tenders-single .tab-submit-quote .quote-upload-list h4 {
  color: #999;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.tenders-single .tab-submit-quote .quote-upload-list .messages {
  margin: 0;
  padding: 10px;
}

.tenders-single .tab-submit-quote .quote-upload-listing {
  position: relative;
  border-top: 1px solid #e5f2f6;
  padding: 10px 50px 10px 0;
}

.tenders-single .tab-submit-quote .quote-upload-listing:last-of-type {
  border-bottom: 1px solid #e5f2f6;
}

.tenders-single
  .tab-submit-quote
  .quote-upload-listing
  .quote-upload-listing-name {
  color: #f7921e;
}

.tenders-single
  .tab-submit-quote
  .quote-upload-listing
  .quote-upload-listing-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tenders-single .tab-submit-quote .quote-upload-listing .quote-delete {
  color: #d20a23;
  margin-left: 10px;
}

.tenders-single .tab-submit-quote .quote-upload-listing .quote-delete:hover {
  color: #f63b53;
}

@media screen and (max-width: 425px) {
  .content-tabs-section.tab-submit-quote {
    padding: 30px;
  }
}

/* Tenders - Single Quotes/Committee */
.tenders-single .content-table .table-row.quote-listing:last-of-type,
.committee .content-table .table-row.quote-listing:last-of-type {
  border-bottom: 1px solid #eee;
}

.tenders-single .tab-quotes .quote-listing .recommended,
.committee .quote-listing .recommended {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: #f7921e;
  font-size: 18px;
}

.tenders-single .tab-quotes .quote-listing a i,
.committee .quote-listing a i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.tenders-single .tab-quotes .quote-listing .quote-download-receipt {
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  color: #777;
}

.tenders-single .tab-quotes .quote-listing .quote-download-notes,
.committee .quote-listing .quote-download-notes {
  margin-left: 20px;
  float: right;
}

.tenders-single .tab-quotes .quote-listing .quote-download-notes i,
.committee .quote-listing .quote-download-notes i {
  font-size: 16px;
}

.tenders-single .tab-quotes .quote-listing button,
.committee .quote-listing button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 425px) {
  .content-tabs-section.tab-quotes {
    padding: 30px 20px;
  }
}

/* Companies - Single */
.companies-single .content-header img {
  display: block;
  margin: 0 auto 60px auto;
  max-width: 250px;
  max-height: 150px;
}

/* Surveys */
.survey .content-box p:last-of-type {
  margin: 10px 0 30px;
  display: inline-block;
  width: calc(100% - 80px);
}

.survey input[type="number"] {
  width: auto;
  float: right;
}

@media screen and (max-width: 425px) {
  .survey .content-box p:last-of-type {
    width: 100%;
  }
  .survey input[type="number"] {
    float: none;
  }
}

/* Register */
.register .content-box p:last-of-type {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .register .content-header-right a {
    margin: 0 0 20px;
    display: block;
  }
}

/* Login */
.login form button {
  margin: 10px 30px 0 0;
}

.login .content-box p:last-of-type {
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .login .content-header-right a {
    margin: 0 0 20px;
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .login form button {
    margin: 0 0 20px;
  }
  .login .forgot-password,
  .login .forgot-password-back {
    display: block;
  }
}

/* 404 */
.error-404 {
  text-align: center;
}

.error-404 h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.error-404 h2 {
  color: #4e4e4e;
  text-transform: none;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.error-404 a.button {
  margin-bottom: 40px;
}

.error-404-social li a {
  color: #222;
}

.error-404-social li a:hover {
  color: #5ca1cf;
}

.error-404-social li a i {
  font-size: 26px;
}

/*--------------------------------------------------------------
Tender Calculator
--------------------------------------------------------------*/

.calc-table {
  border: 1px solid #d9e3eb;
}
.calc-table tr {
  background-color: #e5f2f6;
}
.calc-table th {
  font-weight: bold;
}

.calc-table td {
  padding: 0 10px;
}
.calc-table .right-align {
  text-align: right;
}
.calc-table .center-align {
  text-align: center;
}

.calc-table tr:nth-child(odd) {
  background-color: #d9e3eb;
}

.calc-table tr th:nth-child(1) {
  width: 200px;
}

.primary-quote-label h4 {
  margin: 0 0 10px;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
/* Archive*/
.blog-archive .page-title {
  text-align: center;
  margin: 0 0 60px;
}

.blog-archive .entry-image a,
.blog-archive .entry-image img {
  display: block;
  width: 100%;
}

.blog-archive .entry-image a:hover {
  opacity: 0.8;
}

.blog-archive .entry-summary a {
  display: block;
  margin: 5px 0 0;
}

.blog-archive .grid.col {
  margin-bottom: 20px;
}

.blog-archive .grid .entry-image {
  margin-bottom: 20px;
}

.blog-archive .grid .entry-header {
  text-align: center;
}

.blog-archive .grid .entry-summary {
  text-align: center;
}

.blog-archive .list {
  padding: 0 0 60px;
  border-bottom: 3px solid #eee;
  margin: 0 0 60px;
}

.blog-archive .list .entry-image {
  width: 35%;
  float: left;
}

.blog-archive .list .entry-header,
.blog-archive .list .entry-summary {
  width: 60%;
  float: left;
  margin-left: 5%;
}

.blog-archive .list .entry-summary p {
  margin: 0;
}

.pagination {
  position: relative;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  margin: 20px 0;
}

.pagination span,
.pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #222;
}

.pagination a:hover {
  color: #fff;
  background: #5ca1cf;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #5ca1cf;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .blog-archive .list .entry-image,
  .blog-archive .list .entry-header,
  .blog-archive .list .entry-summary {
    width: 100%;
    float: none;
    margin: 0;
  }
  .blog-archive .list .entry-image {
    padding: 0 0 20px;
  }
}

/* Single */
.blog-single .entry-header,
.blog-single .entry-image {
  text-align: center;
}

.blog-single .entry-title {
  margin: 0;
}

.blog-single .entry-image {
  padding: 60px 0;
}

.blog-single .entry-meta {
  margin: 0 0 10px;
}

/* Social Shares */
.social-shares {
  margin: 50px 0;
}

.social-share-link {
  margin-right: 10px;
  display: inline-block;
}

.social-share-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-share-icon i {
  font-size: 26px;
}

.social-share-button-email {
  color: #777;
}
.social-share-button-email:hover {
  color: #5e5e5e;
}

.social-share-button-facebook {
  color: #3b5998;
}
.social-share-button-facebook:hover {
  color: #2d4373;
}

.social-share-button-twitter {
  color: #55acee;
}
.social-share-button-twitter:hover {
  color: #2795e9;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 0 0 60px;
  text-align: center;
}

.footer-links a {
  color: #aaa;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.footer-links a:hover,
.footer-links a.active {
  color: #5ca1cf;
}

.footer-links .spacer {
  font-size: 5px;
  color: #aaa;
}

/*--------------------------------------------------------------
Single tender Message css 
--------------------------------------------------------------*/


/* General message notice styling */
.notice {
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

/* Success message styling */
.notice-success {
  background-color: #4CAF50; /* Green */
  border-color: #46a049;
}

/* Error message styling */
.notice-error {
  background-color: #f44336; /* Red */
  border-color: #d32f2f;
}

/* Information message styling */
.notice-info {
  background-color: #2196F3; /* Blue */
  border-color: #1976d2;
}

/* Optional: Warning message styling */
.notice-warning {
  background-color: #ff9800; /* Orange */
  border-color: #f57c00;
}


/* tender card css */
/* 
.tender-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.tender-card {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  width: auto; 
  box-sizing: border-box;
}

.tender-card-header {
  background-color: #f4f4f4;
  color: #333;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
}

.tender-card-body {
  padding: 15px;
  line-height: 1.6;
  font-size: 16px;
}

.tender-card-item {
  margin-bottom: 10px;
} */

.contractors-data-with-quote-data {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.accordion {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
}
.accordion-header {
  background-color: #007BFF;
  color: white;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.accordion-body {
  padding: 10px;
  display: none;
  background-color: #ffffff;
}
.tender-card-item {
  margin: 5px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 8px;
}
.innter-sub-section {
  padding-left: 20px;
}
.innter-sub-section div {
  margin-bottom: 5px;
}


.ai-generated-data {
  /* background-color: #f8f8f8; */
  padding: 20px;
  border-radius: 8px;
  margin-top: 10px;
}

.data-title {
  font-size: 18px;
  color: #007BFF;
  font-weight: bold;
  margin-bottom: 10px;
}

.data-block p {
  background-color: #fff;
  padding: 8px;
  border-radius: 4px;
  margin: 6px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.data-block p strong {
  color: #333;
  margin-right: 10px;
}


span.edit-ai-response {
  float: right;
  cursor: pointer;
  color: #f7941f;  /* Text color */
  border: 2px solid #f7941f;
  padding: 0px 12px;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;  /* Smooth transition with ease-in-out */
}

span.edit-ai-response:hover {
  color: #ffffff; /* Reverses the text color */
  background-color: #f7941f; /* Reverses the background color */
}
.editable-item {
  margin-bottom: 16px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 4px;
}

/* .edit-icon {
  cursor: pointer;
  margin-left: 5px;
  color: #666;
  float: right;
  border: 1px solid #f7941f;
  padding: 2px 6px;
  border-radius: 4px;
} */
.edit-icon {
  cursor: pointer;
  margin-left: 5px;
  color: #666;
  float: right !important;
  border: 1px solid #f7941f;
  border-radius: 4px;
  padding: 1px 4px;
  font-size: 12px;
}

.edit-icon:hover {
  color: #333;
}

textarea {
  width: 100%;
  height: 100px;
  margin-top: 5px;
}

button {
  margin-right: 5px;
}


span.contractor-recomended, span.contractor-approved {
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 4px;
}


/* PDF DOWNLOAD BUTTON */
.pdf-button{
    outline: none;
    display: inline-block;
    padding: 0 30px;
    background: transparent;
    border: 2px solid #f7921e;
    color: #f7921e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    position: relative
}
/*  Attachments*/
.attachment-item h2 {
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
}
.attachment-title {
    margin: 14px 0px 0px 0px !important;
}
button.approved_btn {
    color: #fff;
    border: #68c53a;
    background: #68c53a;
}