.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/sites/all/libraries/owl-carousel/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*})'"*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {

  *,
  *:before,
  *:after {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  a[href]:after {
      content: " ("attr(href) ")";
  }

  abbr[title]:after {
      content: " ("attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }

  select {
      background: #fff !important;
  }

  .navbar {
      display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
      border-top-color: #000 !important;
  }

  .label {
      border: 1px solid #000;
  }

  .table {
      border-collapse: collapse !important;
  }

  .table td,
  .table th {
      background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
      border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #E48356;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #cd5721;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 2px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #333333;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 9.5px;
}

.lead {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
      font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #278fb6 !important;
}

a.text-primary:hover {
  color: #1e6e8c;
}

.text-success {
  color: #3c763d !important;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f !important;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b !important;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442 !important;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #278fb6;
}

a.bg-primary:hover {
  background-color: #1e6e8c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 19px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width:768px) {
  .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .dl-horizontal dd {
      margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width:768px) {
  .container {
      width: 750px;
  }
}

@media (min-width:992px) {
  .container {
      width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
      width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
      float: left;
  }

  .col-sm-1 {
      width: 8.33333333%;
  }

  .col-sm-2 {
      width: 16.66666667%;
  }

  .col-sm-3 {
      width: 25%;
  }

  .col-sm-4 {
      width: 33.33333333%;
  }

  .col-sm-5 {
      width: 41.66666667%;
  }

  .col-sm-6 {
      width: 50%;
  }

  .col-sm-7 {
      width: 58.33333333%;
  }

  .col-sm-8 {
      width: 66.66666667%;
  }

  .col-sm-9 {
      width: 75%;
  }

  .col-sm-10 {
      width: 83.33333333%;
  }

  .col-sm-11 {
      width: 91.66666667%;
  }

  .col-sm-12 {
      width: 100%;
  }

  .col-sm-pull-0 {
      right: auto;
  }

  .col-sm-pull-1 {
      right: 8.33333333%;
  }

  .col-sm-pull-2 {
      right: 16.66666667%;
  }

  .col-sm-pull-3 {
      right: 25%;
  }

  .col-sm-pull-4 {
      right: 33.33333333%;
  }

  .col-sm-pull-5 {
      right: 41.66666667%;
  }

  .col-sm-pull-6 {
      right: 50%;
  }

  .col-sm-pull-7 {
      right: 58.33333333%;
  }

  .col-sm-pull-8 {
      right: 66.66666667%;
  }

  .col-sm-pull-9 {
      right: 75%;
  }

  .col-sm-pull-10 {
      right: 83.33333333%;
  }

  .col-sm-pull-11 {
      right: 91.66666667%;
  }

  .col-sm-pull-12 {
      right: 100%;
  }

  .col-sm-push-0 {
      left: auto;
  }

  .col-sm-push-1 {
      left: 8.33333333%;
  }

  .col-sm-push-2 {
      left: 16.66666667%;
  }

  .col-sm-push-3 {
      left: 25%;
  }

  .col-sm-push-4 {
      left: 33.33333333%;
  }

  .col-sm-push-5 {
      left: 41.66666667%;
  }

  .col-sm-push-6 {
      left: 50%;
  }

  .col-sm-push-7 {
      left: 58.33333333%;
  }

  .col-sm-push-8 {
      left: 66.66666667%;
  }

  .col-sm-push-9 {
      left: 75%;
  }

  .col-sm-push-10 {
      left: 83.33333333%;
  }

  .col-sm-push-11 {
      left: 91.66666667%;
  }

  .col-sm-push-12 {
      left: 100%;
  }

  .col-sm-offset-0 {
      margin-left: 0%;
  }

  .col-sm-offset-1 {
      margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
      margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
      margin-left: 25%;
  }

  .col-sm-offset-4 {
      margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
      margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
      margin-left: 50%;
  }

  .col-sm-offset-7 {
      margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
      margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
      margin-left: 75%;
  }

  .col-sm-offset-10 {
      margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
      margin-left: 91.66666667%;
  }

  .col-sm-offset-12 {
      margin-left: 100%;
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
      float: left;
  }

  .col-md-1 {
      width: 8.33333333%;
  }

  .col-md-2 {
      width: 16.66666667%;
  }

  .col-md-3 {
      width: 25%;
  }

  .col-md-4 {
      width: 33.33333333%;
  }

  .col-md-5 {
      width: 41.66666667%;
  }

  .col-md-6 {
      width: 50%;
  }

  .col-md-7 {
      width: 58.33333333%;
  }

  .col-md-8 {
      width: 66.66666667%;
  }

  .col-md-9 {
      width: 75%;
  }

  .col-md-10 {
      width: 83.33333333%;
  }

  .col-md-11 {
      width: 91.66666667%;
  }

  .col-md-12 {
      width: 100%;
  }

  .col-md-pull-0 {
      right: auto;
  }

  .col-md-pull-1 {
      right: 8.33333333%;
  }

  .col-md-pull-2 {
      right: 16.66666667%;
  }

  .col-md-pull-3 {
      right: 25%;
  }

  .col-md-pull-4 {
      right: 33.33333333%;
  }

  .col-md-pull-5 {
      right: 41.66666667%;
  }

  .col-md-pull-6 {
      right: 50%;
  }

  .col-md-pull-7 {
      right: 58.33333333%;
  }

  .col-md-pull-8 {
      right: 66.66666667%;
  }

  .col-md-pull-9 {
      right: 75%;
  }

  .col-md-pull-10 {
      right: 83.33333333%;
  }

  .col-md-pull-11 {
      right: 91.66666667%;
  }

  .col-md-pull-12 {
      right: 100%;
  }

  .col-md-push-0 {
      left: auto;
  }

  .col-md-push-1 {
      left: 8.33333333%;
  }

  .col-md-push-2 {
      left: 16.66666667%;
  }

  .col-md-push-3 {
      left: 25%;
  }

  .col-md-push-4 {
      left: 33.33333333%;
  }

  .col-md-push-5 {
      left: 41.66666667%;
  }

  .col-md-push-6 {
      left: 50%;
  }

  .col-md-push-7 {
      left: 58.33333333%;
  }

  .col-md-push-8 {
      left: 66.66666667%;
  }

  .col-md-push-9 {
      left: 75%;
  }

  .col-md-push-10 {
      left: 83.33333333%;
  }

  .col-md-push-11 {
      left: 91.66666667%;
  }

  .col-md-push-12 {
      left: 100%;
  }

  .col-md-offset-0 {
      margin-left: 0%;
  }

  .col-md-offset-1 {
      margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
      margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
      margin-left: 25%;
  }

  .col-md-offset-4 {
      margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
      margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
      margin-left: 50%;
  }

  .col-md-offset-7 {
      margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
      margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
      margin-left: 75%;
  }

  .col-md-offset-10 {
      margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
      margin-left: 91.66666667%;
  }

  .col-md-offset-12 {
      margin-left: 100%;
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
      float: left;
  }

  .col-lg-1 {
      width: 8.33333333%;
  }

  .col-lg-2 {
      width: 16.66666667%;
  }

  .col-lg-3 {
      width: 25%;
  }

  .col-lg-4 {
      width: 33.33333333%;
  }

  .col-lg-5 {
      width: 41.66666667%;
  }

  .col-lg-6 {
      width: 50%;
  }

  .col-lg-7 {
      width: 58.33333333%;
  }

  .col-lg-8 {
      width: 66.66666667%;
  }

  .col-lg-9 {
      width: 75%;
  }

  .col-lg-10 {
      width: 83.33333333%;
  }

  .col-lg-11 {
      width: 91.66666667%;
  }

  .col-lg-12 {
      width: 100%;
  }

  .col-lg-pull-0 {
      right: auto;
  }

  .col-lg-pull-1 {
      right: 8.33333333%;
  }

  .col-lg-pull-2 {
      right: 16.66666667%;
  }

  .col-lg-pull-3 {
      right: 25%;
  }

  .col-lg-pull-4 {
      right: 33.33333333%;
  }

  .col-lg-pull-5 {
      right: 41.66666667%;
  }

  .col-lg-pull-6 {
      right: 50%;
  }

  .col-lg-pull-7 {
      right: 58.33333333%;
  }

  .col-lg-pull-8 {
      right: 66.66666667%;
  }

  .col-lg-pull-9 {
      right: 75%;
  }

  .col-lg-pull-10 {
      right: 83.33333333%;
  }

  .col-lg-pull-11 {
      right: 91.66666667%;
  }

  .col-lg-pull-12 {
      right: 100%;
  }

  .col-lg-push-0 {
      left: auto;
  }

  .col-lg-push-1 {
      left: 8.33333333%;
  }

  .col-lg-push-2 {
      left: 16.66666667%;
  }

  .col-lg-push-3 {
      left: 25%;
  }

  .col-lg-push-4 {
      left: 33.33333333%;
  }

  .col-lg-push-5 {
      left: 41.66666667%;
  }

  .col-lg-push-6 {
      left: 50%;
  }

  .col-lg-push-7 {
      left: 58.33333333%;
  }

  .col-lg-push-8 {
      left: 66.66666667%;
  }

  .col-lg-push-9 {
      left: 75%;
  }

  .col-lg-push-10 {
      left: 83.33333333%;
  }

  .col-lg-push-11 {
      left: 91.66666667%;
  }

  .col-lg-push-12 {
      left: 100%;
  }

  .col-lg-offset-0 {
      margin-left: 0%;
  }

  .col-lg-offset-1 {
      margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
      margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
      margin-left: 25%;
  }

  .col-lg-offset-4 {
      margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
      margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
      margin-left: 50%;
  }

  .col-lg-offset-7 {
      margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
      margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
      margin-left: 75%;
  }

  .col-lg-offset-10 {
      margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
      margin-left: 91.66666667%;
  }

  .col-lg-offset-12 {
      margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width:767px) {
  .table-responsive {
      width: 100%;
      margin-bottom: 14.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
  }

  .table-responsive>.table {
      margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
      white-space: nowrap;
  }

  .table-responsive>.table-bordered {
      border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
      border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
      border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
      border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
      line-height: 33px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input[type="date"].form-control,
  .input-group-sm>input[type="date"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input[type="time"].form-control,
  .input-group-sm>input[type="time"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input[type="datetime-local"].form-control,
  .input-group-sm>input[type="datetime-local"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input[type="month"].form-control,
  .input-group-sm>input[type="month"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="month"].btn,
  .input-group-sm input[type="month"] {
      line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input[type="date"].form-control,
  .input-group-lg>input[type="date"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input[type="time"].form-control,
  .input-group-lg>input[type="time"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input[type="datetime-local"].form-control,
  .input-group-lg>input[type="datetime-local"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input[type="month"].form-control,
  .input-group-lg>input[type="month"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="month"].btn,
  .input-group-lg input[type="month"] {
      line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 33px;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 31px;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 2px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 2px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 37px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 41.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 24px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

@media (min-width:768px) {
  .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }

  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }

  .form-inline .form-control-static {
      display: inline-block;
  }

  .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
      width: auto;
  }

  .form-inline .input-group>.form-control {
      width: 100%;
  }

  .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
      padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
      top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
      text-align: right;
      margin-bottom: 0;
      padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
      padding-top: 14.3333px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #278fb6;
  border-color: #237fa1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e6e8c;
  border-color: #18576e;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #278fb6;
  border-color: #237fa1;
}

.btn-primary .badge {
  color: #278fb6;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #78CA48;
  border-color: #6ac138;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5fad32;
  border-color: #50912a;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #78CA48;
  border-color: #6ac138;
}

.btn-success .badge {
  color: #78CA48;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #E48356;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #cd5721;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 2px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 2px 7px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #278fb6;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
  }

  .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #E48356;
}

.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 2px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #278fb6;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:768px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
      margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 2px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width:768px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
      border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar {
      border-radius: 2px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
      float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none;
  }

  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }

  .navbar-collapse.in {
      overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
      padding-left: 0;
      padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
      margin-right: 0;
      margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
      border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
      border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
      margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
      display: none;
  }
}

.navbar-nav {
  margin: 7.75px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
      line-height: 19px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
      background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
      float: left;
      margin: 0;
  }

  .navbar-nav>li {
      float: left;
  }

  .navbar-nav>li>a {
      padding-top: 15.5px;
      padding-bottom: 15.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

@media (min-width:768px) {
  .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }

  .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }

  .navbar-form .form-control-static {
      display: inline-block;
  }

  .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
      width: auto;
  }

  .navbar-form .input-group>.form-control {
      width: 100%;
  }

  .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
      padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
      top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
      margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
      margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}

@media (min-width:768px) {
  .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
      float: left !important;
  }

  .navbar-right {
      float: right !important;
      margin-right: -15px;
  }

  .navbar-right~.navbar-right {
      margin-right: 0;
  }
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #ddd;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: transparent;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #555;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #ddd;
      background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #555;
      background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #ccc;
      background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #ddd;
}

.navbar-default .btn-link {
  color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ddd;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
      border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
      color: #fff;
      background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
      color: #fff;
      background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
      color: #444;
      background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 2px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #E48356;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #cd5721;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #278fb6;
  border-color: #278fb6;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #278fb6;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e6e8c;
}

.label-success {
  background-color: #78CA48;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5fad32;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #E48356;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 2px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
      padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
      padding-left: 60px;
      padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
      font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #E48356;
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }

  to {
      background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }

  to {
      background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  background-color: #278fb6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #78CA48;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #278fb6;
  border-color: #278fb6;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #b9e1f0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 19px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #278fb6;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #278fb6;
  border-color: #278fb6;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #278fb6;
}

.panel-primary>.panel-heading .badge {
  color: #278fb6;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #278fb6;
}

.panel-success {
  border-color: #ffffff;
}

.panel-success>.panel-heading {
  color: #ffffff;
  background-color: #6dc76d;
  border-color: #ffffff;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ffffff;
}

.panel-success>.panel-heading .badge {
  color: #6dc76d;
  background-color: #ffffff;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ffffff;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #ffffff;
}

.panel-warning>.panel-heading {
  color: #ffffff;
  background-color: #d9a800;
  border-color: #ffffff;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ffffff;
}

.panel-warning>.panel-heading .badge {
  color: #d9a800;
  background-color: #ffffff;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ffffff;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 2px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto;
  }

  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
      width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
      width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
      -webkit-transition: -webkit-transform 0.6s ease-in-out;
      -moz-transition: -moz-transform 0.6s ease-in-out;
      -o-transition: -o-transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      -moz-perspective: 1000;
      perspective: 1000;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
      margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
      margin-right: -15px;
  }

  .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px;
  }

  .carousel-indicators {
      bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
      display: block !important;
  }

  table.visible-xs {
      display: table;
  }

  tr.visible-xs {
      display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
      display: table-cell !important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
      display: block !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
      display: inline !important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
      display: inline-block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
      display: block !important;
  }

  table.visible-sm {
      display: table;
  }

  tr.visible-sm {
      display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
      display: table-cell !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
      display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
      display: inline !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
      display: inline-block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
      display: block !important;
  }

  table.visible-md {
      display: table;
  }

  tr.visible-md {
      display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
      display: table-cell !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
      display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
      display: inline !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
      display: inline-block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
      display: block !important;
  }

  table.visible-lg {
      display: table;
  }

  tr.visible-lg {
      display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
      display: table-cell !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
      display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
      display: inline !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
      display: inline-block !important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
      display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
      display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
      display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
      display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
      display: block !important;
  }

  table.visible-print {
      display: table;
  }

  tr.visible-print {
      display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
      display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
      display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
      display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
      display: inline-block !important;
  }
}

@media print {
  .hidden-print {
      display: none !important;
  }
}

/*})'"*/
@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont_1.eot);
  src: url(../fonts/fontawesome-webfont.eot#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../images/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "streamicons";
  src: url(../fonts/streamicons.eot);
  src: url(../fonts/streamicons.eot#iefix) format("embedded-opentype"), url(../fonts/streamicons.woff) format("woff"), url(../fonts/streamicons.ttf) format("truetype"), url(../images/streamicons.svg#streamicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(../fonts/Pe-icon-7-stroke_1.eot);
  src: url(../fonts/Pe-icon-7-stroke.eot#iefixd7yf1v) format("embedded-opentype"), url(../fonts/Pe-icon-7-stroke.woff) format("woff"), url(../fonts/Pe-icon-7-stroke.ttf) format("truetype"), url(../images/Pe-icon-7-stroke.svg#Pe-icon-7-stroke) format("svg");
  font-weight: normal;
  font-style: normal;
}

.sprites-sprite,
.add-card-panel .pane-title,
#commerce-checkout-form-checkout .card-icons,
.card-icon,
.card-icon-Visa,
.card-icon-Amex,
.card-icon-American,
.card-icon-American-Express,
.card-icon-Discover,
.card-icon-Mastercard,
.card-icon-MasterCard,
.features-overview-page .features-img-hosting,
.features-overview-page .features-img-domains,
.features-overview-page .features-img-branding,
.facebook-overview-page #fb-feature-combo .features-fb-rela-site,
.facebook-overview-page #fb-feature-combo .features-fb-post,
.facebook-overview-page #fb-feature-combo .features-fb-leads {
  background-image: url(../images/sprites-s6c798464df.png);
  background-repeat: no-repeat;
}

.fa,
.response-icon-Note,
.response-icon-Email,
.status-icon-Published,
.status-icon-Not {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fa-pull-left.response-icon-Note,
.fa-pull-left.response-icon-Email,
.fa-pull-left.status-icon-Published,
.fa-pull-left.status-icon-Not {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fa-pull-right.response-icon-Note,
.fa-pull-right.response-icon-Email,
.fa-pull-right.status-icon-Published,
.fa-pull-right.status-icon-Not {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pull-left.response-icon-Note,
.pull-left.response-icon-Email,
.pull-left.status-icon-Published,
.pull-left.status-icon-Not {
  margin-right: .3em;
}

.fa.pull-right,
.pull-right.response-icon-Note,
.pull-right.response-icon-Email,
.pull-right.status-icon-Published,
.pull-right.status-icon-Not {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before,
.response-icon-Email:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before,
.status-icon-Published:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before,
.status-icon-Not:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before,
.response-icon-Note:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

[data-icon]:before {
  font-family: "streamicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "streamicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bin-1:before {
  content: "a";
}

.icon-bin-2:before,
.btn-remove:before {
  content: "b";
}

.icon-binocular:before {
  content: "c";
}

.icon-bomb:before {
  content: "d";
}

.icon-clip-1:before {
  content: "e";
}

.icon-clip-2:before {
  content: "f";
}

.icon-crosshair-1:before {
  content: "g";
}

.icon-crosshair-2:before {
  content: "h";
}

.icon-crosshair-3:before {
  content: "i";
}

.icon-cutter:before {
  content: "j";
}

.icon-delete-1:before {
  content: "k";
}

.icon-delete-2:before {
  content: "l";
}

.icon-edit-1:before {
  content: "m";
}

.icon-edit-2:before {
  content: "n";
}

.icon-edit-3:before {
  content: "o";
}

.icon-hide:before {
  content: "p";
}

.icon-ink:before {
  content: "q";
}

.icon-key-1:before {
  content: "r";
}

.icon-key-2:before {
  content: "s";
}

.icon-link-1:before {
  content: "t";
}

.icon-link-2:before {
  content: "u";
}

.icon-link-3:before {
  content: "v";
}

.icon-link-broken-1:before {
  content: "w";
}

.icon-link-broken-2:before {
  content: "x";
}

.icon-lock-1:before {
  content: "y";
}

.icon-lock-2:before {
  content: "z";
}

.icon-lock-3:before {
  content: "A";
}

.icon-lock-4:before {
  content: "B";
}

.icon-lock-5:before {
  content: "C";
}

.icon-lock-unlock-1:before {
  content: "D";
}

.icon-lock-unlock-2:before {
  content: "E";
}

.icon-magnifier:before {
  content: "F";
}

.icon-pen-1:before {
  content: "G";
}

.icon-pen-2:before {
  content: "H";
}

.icon-pen-3:before {
  content: "I";
}

.icon-pen-4:before {
  content: "J";
}

.icon-pencil-1:before {
  content: "K";
}

.icon-pencil-2:before {
  content: "L";
}

.icon-pencil-3:before {
  content: "M";
}

.icon-pin-1:before {
  content: "N";
}

.icon-pin-2:before {
  content: "O";
}

.icon-power-1:before {
  content: "P";
}

.icon-power-2:before {
  content: "Q";
}

.icon-preview-1:before {
  content: "R";
}

.icon-preview-2:before {
  content: "S";
}

.icon-scissor-1:before {
  content: "T";
}

.icon-scissor-2:before {
  content: "U";
}

.icon-skull-1:before {
  content: "V";
}

.icon-skull-2:before {
  content: "W";
}

.icon-type-1:before {
  content: "X";
}

.icon-type-2:before {
  content: "Y";
}

.icon-type-3:before {
  content: "Z";
}

.icon-type-4:before {
  content: "0";
}

.icon-zoom-area:before {
  content: "1";
}

.icon-zoom-in:before {
  content: "2";
}

.icon-zoom-out:before {
  content: "3";
}

.icon-cursor-1:before {
  content: "4";
}

.icon-cursor-2:before {
  content: "5";
}

.icon-cursor-add:before {
  content: "6";
}

.icon-cursor-duplicate:before {
  content: "7";
}

.icon-cursor-move:before {
  content: "8";
}

.icon-cursor-move-2:before {
  content: "9";
}

.icon-cursor-select-area:before {
  content: "!";
}

.icon-hand:before {
  content: "\"";
}

.icon-hand-block:before {
  content: "#";
}

.icon-hand-grab-1:before {
  content: "$";
}

.icon-hand-grab-2:before {
  content: "%";
}

.icon-hand-point:before {
  content: "&";
}

.icon-hand-touch-1:before {
  content: "'";
}

.icon-hand-touch-2:before {
  content: "(";
}

.icon-hand-touch-3:before {
  content: ")";
}

.icon-hand-touch-4:before {
  content: "*";
}

.icon-bookmark-1:before {
  content: "+";
}

.icon-bookmark-2:before {
  content: ",";
}

.icon-bookmark-3:before {
  content: "-";
}

.icon-bookmark-4:before {
  content: ".";
}

.icon-tag-1:before {
  content: "/";
}

.icon-tag-2:before {
  content: ":";
}

.icon-tag-add:before {
  content: ";";
}

.icon-tag-delete:before {
  content: "<";
}

.icon-tags-1:before {
  content: "=";
}

.icon-tags-2:before {
  content: ">";
}

.icon-anchor-point-1:before {
  content: "?";
}

.icon-anchor-point-2:before {
  content: "@";
}

.icon-arrange-1:before {
  content: "[";
}

.icon-arrange-2:before {
  content: "]";
}

.icon-artboard:before {
  content: "^";
}

.icon-brush-1:before {
  content: "_";
}

.icon-brush-2:before {
  content: "`";
}

.icon-bucket:before {
  content:"{";
}

.icon-crop:before {
  content: "|";
}

.icon-dropper-1:before {
  content: "}";
}

.icon-dropper-2:before {
  content: "~";
}

.icon-dropper-3:before {
  content: "\\";
}

.icon-glue:before {
  content: "\e000";
}

.icon-grid:before {
  content: "\e001";
}

.icon-layers:before {
  content: "\e002";
}

.icon-magic-wand-1:before {
  content: "\e003";
}

.icon-magic-wand-2:before {
  content: "\e004";
}

.icon-magnet:before {
  content: "\e005";
}

.icon-marker:before {
  content: "\e006";
}

.icon-palette:before {
  content: "\e007";
}

.icon-pen-5:before {
  content: "\e008";
}

.icon-pen-6:before {
  content: "\e009";
}

.icon-quill:before {
  content: "\e00a";
}

.icon-reflect:before {
  content: "\e00b";
}

.icon-roller:before {
  content: "\e00c";
}

.icon-ruler-1:before {
  content: "\e00d";
}

.icon-ruler-2:before {
  content: "\e00e";
}

.icon-scale-diagonal-1:before {
  content: "\e00f";
}

.icon-scale-diagonal-2:before {
  content: "\e010";
}

.icon-scale-horizontal:before {
  content: "\e011";
}

.icon-scale-tool-1:before {
  content: "\e012";
}

.icon-scale-tool-2:before {
  content: "\e013";
}

.icon-scale-tool-3:before {
  content: "\e014";
}

.icon-scale-vertical:before {
  content: "\e015";
}

.icon-shear-tool:before {
  content: "\e016";
}

.icon-spray:before {
  content: "\e017";
}

.icon-stamp:before {
  content: "\e018";
}

.icon-stationery-1:before {
  content: "\e019";
}

.icon-stationery-2:before {
  content: "\e01a";
}

.icon-stationery-3:before {
  content: "\e01b";
}

.icon-vector:before {
  content: "\e01c";
}

.icon-award-1:before {
  content: "\e01d";
}

.icon-award-2:before {
  content: "\e01e";
}

.icon-award-3:before {
  content: "\e01f";
}

.icon-award-4:before {
  content: "\e020";
}

.icon-award-5:before {
  content: "\e021";
}

.icon-award-6:before {
  content: "\e022";
}

.icon-crown-1:before {
  content: "\e023";
}

.icon-crown-2:before {
  content: "\e024";
}

.icon-crown-3:before {
  content: "\e025";
}

.icon-fire:before {
  content: "\e026";
}

.icon-flag-1:before {
  content: "\e027";
}

.icon-flag-2:before {
  content: "\e028";
}

.icon-flag-3:before {
  content: "\e029";
}

.icon-flag-4:before {
  content: "\e02a";
}

.icon-flag-5:before {
  content: "\e02b";
}

.icon-flag-6:before {
  content: "\e02c";
}

.icon-flag-7:before {
  content: "\e02d";
}

.icon-flag-8:before {
  content: "\e02e";
}

.icon-google-plus-1:before {
  content: "\e02f";
}

.icon-google-plus-2:before {
  content: "\e030";
}

.icon-hand-like-1:before {
  content: "\e031";
}

.icon-hand-like-2:before {
  content: "\e032";
}

.icon-hand-unlike-1:before {
  content: "\e033";
}

.icon-hand-unlike-2:before {
  content: "\e034";
}

.icon-heart-1:before {
  content: "\e035";
}

.icon-heart-2:before {
  content: "\e036";
}

.icon-heart-angel:before {
  content: "\e037";
}

.icon-heart-broken:before {
  content: "\e038";
}

.icon-heart-minus:before {
  content: "\e039";
}

.icon-heart-plus:before {
  content: "\e03a";
}

.icon-present:before {
  content: "\e03b";
}

.icon-rank-1:before {
  content: "\e03c";
}

.icon-rank-2:before {
  content: "\e03d";
}

.icon-ribbon:before {
  content: "\e03e";
}

.icon-star-1:before {
  content: "\e03f";
}

.icon-star-2:before {
  content: "\e040";
}

.icon-star-3:before {
  content: "\e041";
}

.icon-star-4:before {
  content: "\e042";
}

.icon-star-5:before {
  content: "\e043";
}

.icon-star-6:before {
  content: "\e044";
}

.icon-star-7:before {
  content: "\e045";
}

.icon-star-8:before {
  content: "\e046";
}

.icon-star-9:before {
  content: "\e047";
}

.icon-star-10:before {
  content: "\e048";
}

.icon-trophy:before {
  content: "\e049";
}

.icon-bubble-2:before {
  content: "\e04a";
}

.icon-bubble-add-1:before {
  content: "\e04b";
}

.icon-bubble-add-2:before {
  content: "\e04c";
}

.icon-bubble-add-3:before {
  content: "\e04d";
}

.icon-bubble-ask-1:before {
  content: "\e04e";
}

.icon-bubble-ask-2:before {
  content: "\e04f";
}

.icon-bubble-attention-1:before {
  content: "\e050";
}

.icon-bubble-attention-2:before {
  content: "\e051";
}

.icon-bubble-attention-3:before {
  content: "\e052";
}

.icon-bubble-attention-4:before {
  content: "\e053";
}

.icon-bubble-attention-5:before {
  content: "\e054";
}

.icon-bubble-attention-6:before {
  content: "\e055";
}

.icon-bubble-attention-7:before {
  content: "\e056";
}

.icon-bubble-block-1:before {
  content: "\e057";
}

.icon-bubble-block-2:before {
  content: "\e058";
}

.icon-bubble-block-3:before {
  content: "\e059";
}

.icon-bubble-chat-1:before {
  content: "\e05a";
}

.icon-bubble-chat-2:before {
  content: "\e05b";
}

.icon-bubble-check-1:before {
  content: "\e05c";
}

.icon-bubble-check-2:before {
  content: "\e05d";
}

.icon-bubble-check-3:before {
  content: "\e05e";
}

.icon-bubble-comment-1:before {
  content: "\e05f";
}

.icon-bubble-comment-2:before {
  content: "\e060";
}

.icon-bubble-conversation-1:before {
  content: "\e061";
}

.icon-bubble-conversation-2:before {
  content: "\e062";
}

.icon-bubble-conversation-3:before {
  content: "\e063";
}

.icon-bubble-conversation-4:before {
  content: "\e064";
}

.icon-bubble-conversation-5:before {
  content: "\e065";
}

.icon-bubble-conversation-6:before {
  content: "\e066";
}

.icon-bubble-delete-1:before {
  content: "\e067";
}

.icon-bubble-delete-2:before {
  content: "\e068";
}

.icon-bubble-delete-3:before {
  content: "\e069";
}

.icon-bubble-edit-1:before {
  content: "\e06a";
}

.icon-bubble-edit-2:before {
  content: "\e06b";
}

.icon-bubble-edit-3:before {
  content: "\e06c";
}

.icon-bubble-heart-1:before {
  content: "\e06d";
}

.icon-bubble-heart-2:before {
  content: "\e06e";
}

.icon-bubble-minus-1:before {
  content: "\e06f";
}

.icon-bubble-minus-2:before {
  content: "\e070";
}

.icon-bubble-minus-3:before {
  content: "\e071";
}

.icon-bubble-quote-1:before {
  content: "\e072";
}

.icon-bubble-quote-2:before {
  content: "\e073";
}

.icon-bubble-smiley-3:before {
  content: "\e074";
}

.icon-bubble-smiley-4:before {
  content: "\e075";
}

.icon-bubble-smiley-smile:before {
  content: "\e076";
}

.icon-bubble-smiley-wink:before {
  content: "\e077";
}

.icon-bubble-star-1:before {
  content: "\e078";
}

.icon-bubble-star-2:before {
  content: "\e079";
}

.icon-bubble-star-3:before {
  content: "\e07a";
}

.icon-chat-1:before {
  content: "\e07b";
}

.icon-chat-2:before {
  content: "\e07c";
}

.icon-chat-3:before {
  content: "\e07d";
}

.icon-chat-4:before {
  content: "\e07e";
}

.icon-chat-5:before {
  content: "\e07f";
}

.icon-chat-bubble-1:before {
  content: "\e080";
}

.icon-chat-bubble-2:before {
  content: "\e081";
}

.icon-smiley-happy-1:before {
  content: "\e082";
}

.icon-smiley-happy-2:before {
  content: "\e083";
}

.icon-smiley-happy-3:before {
  content: "\e084";
}

.icon-smiley-happy-4:before {
  content: "\e085";
}

.icon-smiley-happy-5:before {
  content: "\e086";
}

.icon-smiley-relax:before {
  content: "\e087";
}

.icon-smiley-sad:before {
  content: "\e088";
}

.icon-smiley-surprise:before {
  content: "\e089";
}

.icon-thinking-1:before {
  content: "\e08a";
}

.icon-thinking-2:before {
  content: "\e08b";
}

.icon-call-1:before {
  content: "\e08c";
}

.icon-call-2:before {
  content: "\e08d";
}

.icon-call-3:before {
  content: "\e08e";
}

.icon-call-4:before {
  content: "\e08f";
}

.icon-call-add:before {
  content: "\e090";
}

.icon-call-block:before {
  content: "\e091";
}

.icon-call-delete:before {
  content: "\e092";
}

.icon-call-in:before {
  content: "\e093";
}

.icon-call-minus:before {
  content: "\e094";
}

.icon-call-out:before {
  content: "\e095";
}

.icon-contact:before {
  content: "\e096";
}

.icon-fax:before {
  content: "\e097";
}

.icon-hang-up:before {
  content: "\e098";
}

.icon-message:before {
  content: "\e099";
}

.icon-mobile-phone-1:before {
  content: "\e09a";
}

.icon-mobile-phone-2:before {
  content: "\e09b";
}

.icon-phone-1:before {
  content: "\e09c";
}

.icon-phone-2:before {
  content: "\e09d";
}

.icon-phone-3:before {
  content: "\e09e";
}

.icon-phone-4:before {
  content: "\e09f";
}

.icon-phone-vibration:before {
  content: "\e0a0";
}

.icon-signal-fine:before {
  content: "\e0a1";
}

.icon-signal-full:before {
  content: "\e0a2";
}

.icon-signal-high:before {
  content: "\e0a3";
}

.icon-signal-no:before {
  content: "\e0a4";
}

.icon-signal-poor:before {
  content: "\e0a5";
}

.icon-signal-weak:before {
  content: "\e0a6";
}

.icon-smartphone:before {
  content: "\e0a7";
}

.icon-tape:before {
  content: "\e0a8";
}

.icon-camera-symbol-1:before {
  content: "\e0a9";
}

.icon-camera-symbol-2:before {
  content: "\e0aa";
}

.icon-camera-symbol-3:before {
  content: "\e0ab";
}

.icon-headphone:before {
  content: "\e0ac";
}

.icon-antenna-1:before {
  content: "\e0ad";
}

.icon-antenna-2:before {
  content: "\e0ae";
}

.icon-antenna-3:before {
  content: "\e0af";
}

.icon-hotspot-1:before {
  content: "\e0b0";
}

.icon-hotspot-2:before {
  content: "\e0b1";
}

.icon-link:before {
  content: "\e0b2";
}

.icon-megaphone-1:before {
  content: "\e0b3";
}

.icon-megaphone-2:before {
  content: "\e0b4";
}

.icon-radar:before {
  content: "\e0b5";
}

.icon-rss-1:before {
  content: "\e0b6";
}

.icon-rss-2:before {
  content: "\e0b7";
}

.icon-satellite:before {
  content: "\e0b8";
}

.icon-address-1:before {
  content: "\e0b9";
}

.icon-address-2:before {
  content: "\e0ba";
}

.icon-address-3:before {
  content: "\e0bb";
}

.icon-forward:before {
  content: "\e0bc";
}

.icon-inbox-1:before {
  content: "\e0bd";
}

.icon-inbox-2:before {
  content: "\e0be";
}

.icon-inbox-3:before {
  content: "\e0bf";
}

.icon-inbox-4:before {
  content: "\e0c0";
}

.icon-letter-1:before {
  content: "\e0c1";
}

.icon-letter-2:before {
  content: "\e0c2";
}

.icon-letter-3:before {
  content: "\e0c3";
}

.icon-letter-4:before {
  content: "\e0c4";
}

.icon-letter-5:before {
  content: "\e0c5";
}

.icon-mail-1:before {
  content: "\e0c6";
}

.icon-mail-2:before {
  content: "\e0c7";
}

.icon-mail-add:before {
  content: "\e0c8";
}

.icon-mail-attention:before {
  content: "\e0c9";
}

.icon-mail-block:before {
  content: "\e0ca";
}

.icon-mail-box-1:before {
  content: "\e0cb";
}

.icon-mail-box-2:before {
  content: "\e0cc";
}

.icon-mail-box-3:before {
  content: "\e0cd";
}

.icon-mail-checked:before {
  content: "\e0ce";
}

.icon-mail-compose:before {
  content: "\e0cf";
}

.icon-mail-delete:before {
  content: "\e0d0";
}

.icon-mail-favorite:before {
  content: "\e0d1";
}

.icon-mail-inbox:before {
  content: "\e0d2";
}

.icon-mail-lock:before {
  content: "\e0d3";
}

.icon-mail-minus:before {
  content: "\e0d4";
}

.icon-mail-read:before {
  content: "\e0d5";
}

.icon-mail-recieved-1:before {
  content: "\e0d6";
}

.icon-mail-recieved-2:before {
  content: "\e0d7";
}

.icon-mail-search-1:before {
  content: "\e0d8";
}

.icon-mail-search-2:before {
  content: "\e0d9";
}

.icon-mail-sent-1:before {
  content: "\e0da";
}

.icon-mail-sent-2:before {
  content: "\e0db";
}

.icon-mail-setting:before {
  content: "\e0dc";
}

.icon-mail-star:before {
  content: "\e0dd";
}

.icon-mail-sync:before {
  content: "\e0de";
}

.icon-mail-time:before {
  content: "\e0df";
}

.icon-outbox-1:before {
  content: "\e0e0";
}

.icon-outbox-2:before {
  content: "\e0e1";
}

.icon-plane-paper-1:before {
  content: "\e0e2";
}

.icon-plane-paper-2:before {
  content: "\e0e3";
}

.icon-reply-mail-1:before {
  content: "\e0e4";
}

.icon-reply-mail-2:before {
  content: "\e0e5";
}

.icon-connection-1:before {
  content: "\e0e6";
}

.icon-connection-2:before {
  content: "\e0e7";
}

.icon-connection-3:before {
  content: "\e0e8";
}

.icon-contacts-1:before {
  content: "\e0e9";
}

.icon-contacts-2:before {
  content: "\e0ea";
}

.icon-contacts-3:before {
  content: "\e0eb";
}

.icon-contacts-4:before {
  content: "\e0ec";
}

.icon-female:before {
  content: "\e0ed";
}

.icon-gender-female:before {
  content: "\e0ee";
}

.icon-gender-male:before {
  content: "\e0ef";
}

.icon-genders:before {
  content: "\e0f0";
}

.icon-id-1:before {
  content: "\e0f1";
}

.icon-id-2:before {
  content: "\e0f2";
}

.icon-id-3:before {
  content: "\e0f3";
}

.icon-id-4:before {
  content: "\e0f4";
}

.icon-id-5:before {
  content: "\e0f5";
}

.icon-id-6:before {
  content: "\e0f6";
}

.icon-id-7:before {
  content: "\e0f7";
}

.icon-id-8:before {
  content: "\e0f8";
}

.icon-male:before {
  content: "\e0f9";
}

.icon-profile-1:before {
  content: "\e0fa";
}

.icon-profile-2:before {
  content: "\e0fb";
}

.icon-profile-3:before {
  content: "\e0fc";
}

.icon-profile-4:before {
  content: "\e0fd";
}

.icon-profile-5:before {
  content: "\e0fe";
}

.icon-profile-6:before {
  content: "\e0ff";
}

.icon-profile-athlete:before {
  content: "\e100";
}

.icon-profile-bussiness-man:before {
  content: "\e101";
}

.icon-profile-chef:before {
  content: "\e102";
}

.icon-profile-cop:before {
  content: "\e103";
}

.icon-profile-doctor-1:before {
  content: "\e104";
}

.icon-profile-doctor-2:before {
  content: "\e105";
}

.icon-profile-gentleman-1:before {
  content: "\e106";
}

.icon-profile-gentleman-2:before {
  content: "\e107";
}

.icon-profile-graduate:before {
  content: "\e108";
}

.icon-profile-king:before {
  content: "\e109";
}

.icon-profile-lady-1:before {
  content: "\e10a";
}

.icon-profile-lady-2:before {
  content: "\e10b";
}

.icon-profile-man:before {
  content: "\e10c";
}

.icon-profile-nurse1:before {
  content: "\e10d";
}

.icon-profile-nurse-2:before {
  content: "\e10e";
}

.icon-profile-prisoner:before {
  content: "\e10f";
}

.icon-profile-serviceman-1:before {
  content: "\e110";
}

.icon-profile-serviceman-2:before {
  content: "\e111";
}

.icon-profile-spy:before {
  content: "\e112";
}

.icon-profile-teacher:before {
  content: "\e113";
}

.icon-profile-thief:before {
  content: "\e114";
}

.icon-user-1:before {
  content: "\e115";
}

.icon-user-2:before {
  content: "\e116";
}

.icon-user-add-1:before {
  content: "\e117";
}

.icon-user-add-2:before {
  content: "\e118";
}

.icon-user-block-1:before {
  content: "\e119";
}

.icon-user-block-2:before {
  content: "\e11a";
}

.icon-user-checked-1:before {
  content: "\e11b";
}

.icon-user-checked-2:before {
  content: "\e11c";
}

.icon-user-delete-1:before {
  content: "\e11d";
}

.icon-user-delete-2:before {
  content: "\e11e";
}

.icon-user-edit-1:before {
  content: "\e11f";
}

.icon-user-edit-2:before {
  content: "\e120";
}

.icon-user-heart-1:before {
  content: "\e121";
}

.icon-user-heart-2:before {
  content: "\e122";
}

.icon-user-lock-1:before {
  content: "\e123";
}

.icon-user-lock-2:before {
  content: "\e124";
}

.icon-user-minus-1:before {
  content: "\e125";
}

.icon-user-minus-2:before {
  content: "\e126";
}

.icon-user-search-1:before {
  content: "\e127";
}

.icon-user-search-2:before {
  content: "\e128";
}

.icon-user-setting-1:before {
  content: "\e129";
}

.icon-user-setting-2:before {
  content: "\e12a";
}

.icon-user-star-1:before {
  content: "\e12b";
}

.icon-user-star-2:before {
  content: "\e12c";
}

.icon-bag-shopping-1:before {
  content: "\e12d";
}

.icon-bag-shopping-2:before {
  content: "\e12e";
}

.icon-bag-shopping-3:before {
  content: "\e12f";
}

.icon-basket-1:before {
  content: "\e130";
}

.icon-basket-2:before {
  content: "\e131";
}

.icon-basket-3:before {
  content: "\e132";
}

.icon-basket-add:before {
  content: "\e133";
}

.icon-basket-minus:before {
  content: "\e134";
}

.icon-briefcase:before {
  content: "\e135";
}

.icon-cart-1:before {
  content: "\e136";
}

.icon-cart-2:before {
  content: "\e137";
}

.icon-cart-3:before {
  content: "\e138";
}

.icon-cart-4:before {
  content: "\e139";
}

.icon-cut:before {
  content: "\e13a";
}

.icon-handbag-1:before {
  content: "\e13b";
}

.icon-handbag-2:before {
  content: "\e13c";
}

.icon-purse-1:before {
  content: "\e13d";
}

.icon-purse-2:before {
  content: "\e13e";
}

.icon-qr-code:before {
  content: "\e13f";
}

.icon-receipt-1:before {
  content: "\e140";
}

.icon-receipt-2:before {
  content: "\e141";
}

.icon-receipt-3:before {
  content: "\e142";
}

.icon-receipt-4:before {
  content: "\e143";
}

.icon-shopping-1:before {
  content: "\e144";
}

.icon-sign-new-1:before {
  content: "\e145";
}

.icon-sign-new-2:before {
  content: "\e146";
}

.icon-sign-parking:before {
  content: "\e147";
}

.icon-signal-star:before {
  content: "\e148";
}

.icon-trolley-1:before {
  content: "\e149";
}

.icon-trolley-2:before {
  content: "\e14a";
}

.icon-trolley-3:before {
  content: "\e14b";
}

.icon-trolley-load:before {
  content: "\e14c";
}

.icon-trolley-off:before {
  content: "\e14d";
}

.icon-wallet-1:before {
  content: "\e14e";
}

.icon-wallet-2:before {
  content: "\e14f";
}

.icon-wallet-3:before {
  content: "\e150";
}

.icon-camera-1:before {
  content: "\e151";
}

.icon-camera-2:before {
  content: "\e152";
}

.icon-camera-3:before {
  content: "\e153";
}

.icon-camera-4:before {
  content: "\e154";
}

.icon-camera-5:before {
  content: "\e155";
}

.icon-camera-back:before {
  content: "\e156";
}

.icon-camera-focus:before {
  content: "\e157";
}

.icon-camera-frames:before {
  content: "\e158";
}

.icon-camera-front:before {
  content: "\e159";
}

.icon-camera-graph-1:before {
  content: "\e15a";
}

.icon-camera-graph-2:before {
  content: "\e15b";
}

.icon-camera-landscape:before {
  content: "\e15c";
}

.icon-camera-lens-1:before {
  content: "\e15d";
}

.icon-camera-lens-2:before {
  content: "\e15e";
}

.icon-camera-light:before {
  content: "\e15f";
}

.icon-camera-portrait:before {
  content: "\e160";
}

.icon-camera-view:before {
  content: "\e161";
}

.icon-film-1:before {
  content: "\e162";
}

.icon-film-2:before {
  content: "\e163";
}

.icon-photo-1:before {
  content: "\e164";
}

.icon-photo-2:before {
  content: "\e165";
}

.icon-photo-frame:before {
  content: "\e166";
}

.icon-photos-1:before {
  content: "\e167";
}

.icon-photos-2:before,
.page-property-edit .field-name-field-property-images .droppable-message:before {
  content: "\e168";
}

.icon-polaroid:before {
  content: "\e169";
}

.icon-signal-camera-1:before {
  content: "\e16a";
}

.icon-signal-camera-2:before {
  content: "\e16b";
}

.icon-user-photo:before {
  content: "\e16c";
}

.icon-backward-1:before {
  content: "\e16d";
}

.icon-dvd-player:before {
  content: "\e16e";
}

.icon-eject-1:before {
  content: "\e16f";
}

.icon-film-3:before {
  content: "\e170";
}

.icon-forward-1:before {
  content: "\e171";
}

.icon-handycam:before {
  content: "\e172";
}

.icon-movie-play-1:before {
  content: "\e173";
}

.icon-movie-play-2:before {
  content: "\e174";
}

.icon-movie-play-3:before {
  content: "\e175";
}

.icon-next-1:before {
  content: "\e176";
}

.icon-pause-1:before {
  content: "\e177";
}

.icon-play-1:before {
  content: "\e178";
}

.icon-player:before {
  content: "\e179";
}

.icon-previous-1:before {
  content: "\e17a";
}

.icon-record-1:before {
  content: "\e17b";
}

.icon-slate:before {
  content: "\e17c";
}

.icon-stop-1:before {
  content: "\e17d";
}

.icon-television:before {
  content: "\e17e";
}

.icon-video-camera-1:before {
  content: "\e17f";
}

.icon-video-camera-2:before {
  content: "\e180";
}

.icon-backward-2:before {
  content: "\e181";
}

.icon-cd:before {
  content: "\e182";
}

.icon-eject-2:before {
  content: "\e183";
}

.icon-equalizer-2:before {
  content: "\e184";
}

.icon-equalizer-3:before {
  content: "\e185";
}

.icon-forward-2:before {
  content: "\e186";
}

.icon-gramophone:before {
  content: "\e187";
}

.icon-gramophone-record-2:before {
  content: "\e188";
}

.icon-guitar:before {
  content: "\e189";
}

.icon-headphone-1:before {
  content: "\e18a";
}

.icon-headphone-2:before {
  content: "\e18b";
}

.icon-microphone-1:before {
  content: "\e18c";
}

.icon-microphone-2:before {
  content: "\e18d";
}

.icon-microphone-3:before {
  content: "\e18e";
}

.icon-movie-play-4:before {
  content: "\e18f";
}

.icon-music-note-1:before {
  content: "\e190";
}

.icon-music-note-2:before {
  content: "\e191";
}

.icon-music-note-3:before {
  content: "\e192";
}

.icon-music-note-4:before {
  content: "\e193";
}

.icon-next-2:before {
  content: "\e194";
}

.icon-notes-1:before {
  content: "\e195";
}

.icon-notes-2:before {
  content: "\e196";
}

.icon-pause-2:before {
  content: "\e197";
}

.icon-piano:before {
  content: "\e198";
}

.icon-play-2:before {
  content: "\e199";
}

.icon-playlist:before {
  content: "\e19a";
}

.icon-previous-2:before {
  content: "\e19b";
}

.icon-radio-1:before {
  content: "\e19c";
}

.icon-radio-2:before {
  content: "\e19d";
}

.icon-record-2:before {
  content: "\e19e";
}

.icon-recorder:before {
  content: "\e19f";
}

.icon-saxophone:before {
  content: "\e1a0";
}

.icon-speaker-1:before {
  content: "\e1a1";
}

.icon-speaker-2:before {
  content: "\e1a2";
}

.icon-speaker-3:before {
  content: "\e1a3";
}

.icon-stop-2:before {
  content: "\e1a4";
}

.icon-tape-1:before {
  content: "\e1a5";
}

.icon-trumpet:before {
  content: "\e1a6";
}

.icon-volume-down-1:before {
  content: "\e1a7";
}

.icon-volume-down-2:before {
  content: "\e1a8";
}

.icon-volume-loud-1:before {
  content: "\e1a9";
}

.icon-volume-loud-2:before {
  content: "\e1aa";
}

.icon-volume-low-1:before {
  content: "\e1ab";
}

.icon-volume-low-2:before {
  content: "\e1ac";
}

.icon-volume-medium-1:before {
  content: "\e1ad";
}

.icon-volume-medium-2:before {
  content: "\e1ae";
}

.icon-volume-mute-1:before {
  content: "\e1af";
}

.icon-volume-mute-2:before {
  content: "\e1b0";
}

.icon-volume-mute-3:before {
  content: "\e1b1";
}

.icon-volume-up-1:before {
  content: "\e1b2";
}

.icon-volume-up-2:before {
  content: "\e1b3";
}

.icon-walkman:before {
  content: "\e1b4";
}

.icon-cloud:before {
  content: "\e1b5";
}

.icon-cloud-add:before {
  content: "\e1b6";
}

.icon-cloud-checked:before {
  content: "\e1b7";
}

.icon-cloud-delete:before {
  content: "\e1b8";
}

.icon-cloud-download:before {
  content: "\e1b9";
}

.icon-cloud-minus:before {
  content: "\e1ba";
}

.icon-cloud-refresh:before {
  content: "\e1bb";
}

.icon-cloud-sync:before {
  content: "\e1bc";
}

.icon-cloud-upload:before {
  content: "\e1bd";
}

.icon-download-1:before {
  content: "\e1be";
}

.icon-download-2:before {
  content: "\e1bf";
}

.icon-download-3:before {
  content: "\e1c0";
}

.icon-download-4:before {
  content: "\e1c1";
}

.icon-download-5:before {
  content: "\e1c2";
}

.icon-download-6:before {
  content: "\e1c3";
}

.icon-download-7:before {
  content: "\e1c4";
}

.icon-download-8:before {
  content: "\e1c5";
}

.icon-download-9:before {
  content: "\e1c6";
}

.icon-download-10:before {
  content: "\e1c7";
}

.icon-download-11:before {
  content: "\e1c8";
}

.icon-download-12:before {
  content: "\e1c9";
}

.icon-download-13:before {
  content: "\e1ca";
}

.icon-download-14:before {
  content: "\e1cb";
}

.icon-download-15:before {
  content: "\e1cc";
}

.icon-download-file:before {
  content: "\e1cd";
}

.icon-download-folder:before {
  content: "\e1ce";
}

.icon-goal-1:before {
  content: "\e1cf";
}

.icon-goal-2:before {
  content: "\e1d0";
}

.icon-transfer-1:before {
  content: "\e1d1";
}

.icon-transfer-2:before {
  content: "\e1d2";
}

.icon-transfer-3:before {
  content: "\e1d3";
}

.icon-transfer-4:before {
  content: "\e1d4";
}

.icon-transfer-5:before {
  content: "\e1d5";
}

.icon-transfer-6:before {
  content: "\e1d6";
}

.icon-transfer-7:before {
  content: "\e1d7";
}

.icon-transfer-8:before {
  content: "\e1d8";
}

.icon-transfer-9:before {
  content: "\e1d9";
}

.icon-transfer-10:before {
  content: "\e1da";
}

.icon-transfer-11:before {
  content: "\e1db";
}

.icon-transfer-12:before {
  content: "\e1dc";
}

.icon-upload-1:before {
  content: "\e1dd";
}

.icon-upload-2:before {
  content: "\e1de";
}

.icon-upload-3:before {
  content: "\e1df";
}

.icon-upload-4:before {
  content: "\e1e0";
}

.icon-upload-5:before {
  content: "\e1e1";
}

.icon-upload-6:before {
  content: "\e1e2";
}

.icon-upload-7:before {
  content: "\e1e3";
}

.icon-upload-8:before {
  content: "\e1e4";
}

.icon-upload-9:before {
  content: "\e1e5";
}

.icon-upload-10:before {
  content: "\e1e6";
}

.icon-upload-11:before {
  content: "\e1e7";
}

.icon-upload-12:before {
  content: "\e1e8";
}

.icon-clipboard-1:before {
  content: "\e1e9";
}

.icon-clipboard-2:before {
  content: "\e1ea";
}

.icon-clipboard-3:before {
  content: "\e1eb";
}

.icon-clipboard-add:before {
  content: "\e1ec";
}

.icon-clipboard-block:before {
  content: "\e1ed";
}

.icon-clipboard-checked:before {
  content: "\e1ee";
}

.icon-clipboard-delete:before {
  content: "\e1ef";
}

.icon-clipboard-edit:before {
  content: "\e1f0";
}

.icon-clipboard-minus:before {
  content: "\e1f1";
}

.icon-document-1:before {
  content: "\e1f2";
}

.icon-document-2:before {
  content: "\e1f3";
}

.icon-file-1:before {
  content: "\e1f4";
}

.icon-file-2:before {
  content: "\e1f5";
}

.icon-file-add:before {
  content: "\e1f6";
}

.icon-file-attention:before {
  content: "\e1f7";
}

.icon-file-block:before {
  content: "\e1f8";
}

.icon-file-bookmark:before {
  content: "\e1f9";
}

.icon-file-checked:before {
  content: "\e1fa";
}

.icon-file-code:before {
  content: "\e1fb";
}

.icon-file-delete:before {
  content: "\e1fc";
}

.icon-file-download:before {
  content: "\e1fd";
}

.icon-file-edit:before {
  content: "\e1fe";
}

.icon-file-favorite-1:before {
  content: "\e1ff";
}

.icon-file-favorite-2:before {
  content: "\e200";
}

.icon-file-graph-1:before {
  content: "\e201";
}

.icon-file-graph-2:before {
  content: "\e202";
}

.icon-file-home:before {
  content: "\e203";
}

.icon-file-image-1:before {
  content: "\e204";
}

.icon-file-image-2:before {
  content: "\e205";
}

.icon-file-list:before {
  content: "\e206";
}

.icon-file-lock:before {
  content: "\e207";
}

.icon-file-media:before {
  content: "\e208";
}

.icon-file-minus:before {
  content: "\e209";
}

.icon-file-music:before {
  content: "\e20a";
}

.icon-file-new:before {
  content: "\e20b";
}

.icon-file-registry:before {
  content: "\e20c";
}

.icon-file-search:before {
  content: "\e20d";
}

.icon-file-setting:before {
  content: "\e20e";
}

.icon-file-sync:before {
  content: "\e20f";
}

.icon-file-table:before {
  content: "\e210";
}

.icon-file-thumbnail:before {
  content: "\e211";
}

.icon-file-time:before {
  content: "\e212";
}

.icon-file-transfer:before {
  content: "\e213";
}

.icon-file-upload:before {
  content: "\e214";
}

.icon-file-zip:before {
  content: "\e215";
}

.icon-files-1:before {
  content: "\e216";
}

.icon-files-2:before {
  content: "\e217";
}

.icon-files-3:before {
  content: "\e218";
}

.icon-files-4:before {
  content: "\e219";
}

.icon-files-5:before {
  content: "\e21a";
}

.icon-files-6:before {
  content: "\e21b";
}

.icon-hand-file-1:before {
  content: "\e21c";
}

.icon-hand-file-2:before {
  content: "\e21d";
}

.icon-note-paper-1:before {
  content: "\e21e";
}

.icon-note-paper-2:before {
  content: "\e21f";
}

.icon-note-paper-add:before {
  content: "\e220";
}

.icon-note-paper-attention:before {
  content: "\e221";
}

.icon-note-paper-block:before {
  content: "\e222";
}

.icon-note-paper-checked:before {
  content: "\e223";
}

.icon-note-paper-delete:before {
  content: "\e224";
}

.icon-note-paper-download:before {
  content: "\e225";
}

.icon-note-paper-edit:before {
  content: "\e226";
}

.icon-note-paper-favorite:before {
  content: "\e227";
}

.icon-note-paper-lock:before {
  content: "\e228";
}

.icon-note-paper-minus:before {
  content: "\e229";
}

.icon-note-paper-search:before {
  content: "\e22a";
}

.icon-note-paper-sync:before {
  content: "\e22b";
}

.icon-note-paper-upload:before {
  content: "\e22c";
}

.icon-print:before {
  content: "\e22d";
}

.icon-folder-1:before {
  content: "\e22e";
}

.icon-folder-2:before {
  content: "\e22f";
}

.icon-folder-3:before {
  content: "\e230";
}

.icon-folder-4:before {
  content: "\e231";
}

.icon-folder-add:before {
  content: "\e232";
}

.icon-folder-attention:before {
  content: "\e233";
}

.icon-folder-block:before {
  content: "\e234";
}

.icon-folder-bookmark:before {
  content: "\e235";
}

.icon-folder-checked:before {
  content: "\e236";
}

.icon-folder-code:before {
  content: "\e237";
}

.icon-folder-delete:before {
  content: "\e238";
}

.icon-folder-download:before {
  content: "\e239";
}

.icon-folder-edit:before {
  content: "\e23a";
}

.icon-folder-favorite:before {
  content: "\e23b";
}

.icon-folder-home:before {
  content: "\e23c";
}

.icon-folder-image:before {
  content: "\e23d";
}

.icon-folder-lock:before {
  content: "\e23e";
}

.icon-folder-media:before {
  content: "\e23f";
}

.icon-folder-minus:before {
  content: "\e240";
}

.icon-folder-music:before {
  content: "\e241";
}

.icon-folder-new:before {
  content: "\e242";
}

.icon-folder-search:before {
  content: "\e243";
}

.icon-folder-setting:before {
  content: "\e244";
}

.icon-folder-share-1:before {
  content: "\e245";
}

.icon-folder-share-2:before {
  content: "\e246";
}

.icon-folder-sync:before {
  content: "\e247";
}

.icon-folder-transfer:before {
  content: "\e248";
}

.icon-folder-upload:before {
  content: "\e249";
}

.icon-folder-zip:before {
  content: "\e24a";
}

.icon-add-1:before {
  content: "\e24b";
}

.icon-add-2:before {
  content: "\e24c";
}

.icon-add-3:before {
  content: "\e24d";
}

.icon-add-4:before {
  content: "\e24e";
}

.icon-add-tag:before {
  content: "\e24f";
}

.icon-arrow-1:before {
  content: "\e250";
}

.icon-arrow-2:before {
  content: "\e251";
}

.icon-arrow-down-1:before {
  content: "\e252";
}

.icon-arrow-down-2:before {
  content: "\e253";
}

.icon-arrow-left-1:before {
  content: "\e254";
}

.icon-arrow-left-2:before {
  content: "\e255";
}

.icon-arrow-move-1:before {
  content: "\e256";
}

.icon-arrow-move-down:before {
  content: "\e257";
}

.icon-arrow-move-left:before {
  content: "\e258";
}

.icon-arrow-move-right:before {
  content: "\e259";
}

.icon-arrow-move-up:before {
  content: "\e25a";
}

.icon-arrow-right-1:before {
  content: "\e25b";
}

.icon-arrow-right-2:before {
  content: "\e25c";
}

.icon-arrow-up-1:before {
  content: "\e25d";
}

.icon-arrow-up-2:before {
  content: "\e25e";
}

.icon-back:before {
  content: "\e25f";
}

.icon-center-expand:before {
  content: "\e260";
}

.icon-center-reduce:before {
  content: "\e261";
}

.icon-delete-1-1:before {
  content: "\e262";
}

.icon-delete-2-1:before {
  content: "\e263";
}

.icon-delete-3:before {
  content: "\e264";
}

.icon-delete-4:before {
  content: "\e265";
}

.icon-delete-tag:before {
  content: "\e266";
}

.icon-expand-horizontal:before {
  content: "\e267";
}

.icon-expand-vertical:before {
  content: "\e268";
}

.icon-forward-3:before {
  content: "\e269";
}

.icon-infinity:before {
  content: "\e26a";
}

.icon-loading:before {
  content: "\e26b";
}

.icon-log-out-1:before {
  content: "\e26c";
}

.icon-log-out-2:before {
  content: "\e26d";
}

.icon-loop-1:before {
  content: "\e26e";
}

.icon-loop-2:before {
  content: "\e26f";
}

.icon-loop-3:before {
  content: "\e270";
}

.icon-minus-1:before {
  content: "\e271";
}

.icon-minus-2:before {
  content: "\e272";
}

.icon-minus-3:before {
  content: "\e273";
}

.icon-minus-4:before {
  content: "\e274";
}

.icon-minus-tag:before {
  content: "\e275";
}

.icon-move-diagonal-1:before {
  content: "\e276";
}

.icon-move-diagonal-2:before {
  content: "\e277";
}

.icon-move-horizontal-1:before {
  content: "\e278";
}

.icon-move-horizontal-2:before {
  content: "\e279";
}

.icon-move-vertical-1:before {
  content: "\e27a";
}

.icon-move-vertical-2:before {
  content: "\e27b";
}

.icon-next-1-1:before {
  content: "\e27c";
}

.icon-next-2-1:before {
  content: "\e27d";
}

.icon-power-1-1:before {
  content: "\e27e";
}

.icon-power-2-1:before {
  content: "\e27f";
}

.icon-power-3:before {
  content: "\e280";
}

.icon-power-4:before {
  content: "\e281";
}

.icon-recycle:before {
  content: "\e282";
}

.icon-refresh:before {
  content: "\e283";
}

.icon-repeat:before {
  content: "\e284";
}

.icon-return:before {
  content: "\e285";
}

.icon-scale-all-1:before {
  content: "\e286";
}

.icon-scale-center:before {
  content: "\e287";
}

.icon-scale-horizontal-1:before {
  content: "\e288";
}

.icon-scale-horizontal-2:before {
  content: "\e289";
}

.icon-scale-reduce-1:before {
  content: "\e28a";
}

.icon-scale-reduce-2:before {
  content: "\e28b";
}

.icon-scale-reduce-3:before {
  content: "\e28c";
}

.icon-scale-spread-1:before {
  content: "\e28d";
}

.icon-scale-spread-2:before {
  content: "\e28e";
}

.icon-scale-spread-3:before {
  content: "\e28f";
}

.icon-scale-vertical-1:before {
  content: "\e290";
}

.icon-scale-vertical-2:before {
  content: "\e291";
}

.icon-scroll-horizontal-1:before {
  content: "\e292";
}

.icon-scroll-horizontal-2:before {
  content: "\e293";
}

.icon-scroll-omnidirectional-1:before {
  content: "\e294";
}

.icon-scroll-omnidirectional-2:before {
  content: "\e295";
}

.icon-scroll-vertical-1:before {
  content: "\e296";
}

.icon-scroll-vertical-2:before {
  content: "\e297";
}

.icon-shuffle:before {
  content: "\e298";
}

.icon-split:before {
  content: "\e299";
}

.icon-sync-1:before {
  content: "\e29a";
}

.icon-sync-2:before {
  content: "\e29b";
}

.icon-timer:before {
  content: "\e29c";
}

.icon-transfer:before {
  content: "\e29d";
}

.icon-transfer-1-1:before {
  content: "\e29e";
}

.icon-check-1:before {
  content: "\e29f";
}

.icon-check-2:before {
  content: "\e2a0";
}

.icon-check-3:before {
  content: "\e2a1";
}

.icon-check-box:before {
  content: "\e2a2";
}

.icon-check-bubble:before {
  content: "\e2a3";
}

.icon-check-circle-1:before {
  content: "\e2a4";
}

.icon-check-circle-2:before {
  content: "\e2a5";
}

.icon-check-list:before {
  content: "\e2a6";
}

.icon-check-shield:before {
  content: "\e2a7";
}

.icon-cross:before {
  content: "\e2a8";
}

.icon-cross-bubble:before {
  content: "\e2a9";
}

.icon-cross-shield:before {
  content: "\e2aa";
}

.icon-briefcase-1:before {
  content: "\e2ab";
}

.icon-brightness-high:before {
  content: "\e2ac";
}

.icon-brightness-low:before {
  content: "\e2ad";
}

.icon-hammer-1:before {
  content: "\e2ae";
}

.icon-hammer-2:before {
  content: "\e2af";
}

.icon-pulse:before {
  content: "\e2b0";
}

.icon-scale:before {
  content: "\e2b1";
}

.icon-screw-driver:before {
  content: "\e2b2";
}

.icon-setting-adjustment:before {
  content: "\e2b3";
}

.icon-setting-gear:before {
  content: "\e2b4";
}

.icon-setting-gears-1:before {
  content: "\e2b5";
}

.icon-setting-gears-2:before {
  content: "\e2b6";
}

.icon-setting-wrenches:before {
  content: "\e2b7";
}

.icon-switch-1:before {
  content: "\e2b8";
}

.icon-switch-2:before {
  content: "\e2b9";
}

.icon-wrench:before {
  content: "\e2ba";
}

.icon-alarm-1:before {
  content: "\e2bb";
}

.icon-alarm-clock:before {
  content: "\e2bc";
}

.icon-alarm-off:before {
  content: "\e2bd";
}

.icon-alarm-snooze:before {
  content: "\e2be";
}

.icon-bell:before {
  content: "\e2bf";
}

.icon-calendar-1:before {
  content: "\e2c0";
}

.icon-calendar-2:before {
  content: "\e2c1";
}

.icon-clock-1:before {
  content: "\e2c2";
}

.icon-clock-2:before {
  content: "\e2c3";
}

.icon-clock-3:before {
  content: "\e2c4";
}

.icon-hourglass-1:before {
  content: "\e2c5";
}

.icon-hourglass-2:before {
  content: "\e2c6";
}

.icon-timer-1:before {
  content: "\e2c7";
}

.icon-timer-3-quarter-1:before {
  content: "\e2c8";
}

.icon-timer-3-quarter-2:before {
  content: "\e2c9";
}

.icon-timer-full-1:before {
  content: "\e2ca";
}

.icon-timer-full-2:before {
  content: "\e2cb";
}

.icon-timer-half-1:before {
  content: "\e2cc";
}

.icon-timer-half-2:before {
  content: "\e2cd";
}

.icon-timer-half-3:before {
  content: "\e2ce";
}

.icon-timer-half-4:before {
  content: "\e2cf";
}

.icon-timer-quarter-1:before {
  content: "\e2d0";
}

.icon-timer-quarter-2:before {
  content: "\e2d1";
}

.icon-watch-1:before {
  content: "\e2d2";
}

.icon-watch-2:before {
  content: "\e2d3";
}

.icon-alert-1:before {
  content: "\e2d4";
}

.icon-alert-2:before {
  content: "\e2d5";
}

.icon-alert-3:before {
  content: "\e2d6";
}

.icon-information:before {
  content: "\e2d7";
}

.icon-nuclear-1:before {
  content: "\e2d8";
}

.icon-nuclear-2:before {
  content: "\e2d9";
}

.icon-question-mark:before {
  content: "\e2da";
}

.icon-abacus:before {
  content: "\e2db";
}

.icon-amex-card:before {
  content: "\e2dc";
}

.icon-atm:before {
  content: "\e2dd";
}

.icon-balance:before {
  content: "\e2de";
}

.icon-bank-1:before {
  content: "\e2df";
}

.icon-bank-2:before {
  content: "\e2e0";
}

.icon-bank-note-1:before {
  content: "\e2e1";
}

.icon-bank-note-2:before {
  content: "\e2e2";
}

.icon-bank-note-3:before {
  content: "\e2e3";
}

.icon-bitcoins:before {
  content: "\e2e4";
}

.icon-board:before {
  content: "\e2e5";
}

.icon-box-1:before {
  content: "\e2e6";
}

.icon-box-2:before {
  content: "\e2e7";
}

.icon-box-3:before {
  content: "\e2e8";
}

.icon-box-download:before {
  content: "\e2e9";
}

.icon-box-shipping:before {
  content: "\e2ea";
}

.icon-box-upload:before {
  content: "\e2eb";
}

.icon-business-chart-1:before {
  content: "\e2ec";
}

.icon-business-chart-2:before {
  content: "\e2ed";
}

.icon-calculator-1:before {
  content: "\e2ee";
}

.icon-calculator-2:before {
  content: "\e2ef";
}

.icon-calculator-3:before {
  content: "\e2f0";
}

.icon-cash-register:before {
  content: "\e2f1";
}

.icon-chart-board:before {
  content: "\e2f2";
}

.icon-chart-down:before {
  content: "\e2f3";
}

.icon-chart-up:before {
  content: "\e2f4";
}

.icon-check:before {
  content: "\e2f5";
}

.icon-coins-1:before {
  content: "\e2f6";
}

.icon-coins-2:before {
  content: "\e2f7";
}

.icon-court:before {
  content: "\e2f8";
}

.icon-credit-card:before {
  content: "\e2f9";
}

.icon-credit-card-lock:before {
  content: "\e2fa";
}

.icon-delivery:before {
  content: "\e2fb";
}

.icon-dollar-bag:before {
  content: "\e2fc";
}

.icon-dollar-currency-1:before {
  content: "\e2fd";
}

.icon-dollar-currency-2:before {
  content: "\e2fe";
}

.icon-dollar-currency-3:before {
  content: "\e2ff";
}

.icon-dollar-currency-4:before {
  content: "\e300";
}

.icon-euro-bag:before {
  content: "\e301";
}

.icon-euro-currency-1:before {
  content: "\e302";
}

.icon-euro-currency-2:before {
  content: "\e303";
}

.icon-euro-currency-3:before {
  content: "\e304";
}

.icon-euro-currency-4:before {
  content: "\e305";
}

.icon-forklift:before {
  content: "\e306";
}

.icon-hand-card:before {
  content: "\e307";
}

.icon-hand-coin:before {
  content: "\e308";
}

.icon-keynote:before {
  content: "\e309";
}

.icon-master-card:before {
  content: "\e30a";
}

.icon-money:before {
  content: "\e30b";
}

.icon-parking-meter:before {
  content: "\e30c";
}

.icon-percent-1:before {
  content: "\e30d";
}

.icon-percent-2:before {
  content: "\e30e";
}

.icon-percent-3:before {
  content: "\e30f";
}

.icon-percent-4:before {
  content: "\e310";
}

.icon-percent-5:before {
  content: "\e311";
}

.icon-percent-up:before {
  content: "\e312";
}

.icon-pie-chart-1:before {
  content: "\e313";
}

.icon-pie-chart-2:before {
  content: "\e314";
}

.icon-piggy-bank:before {
  content: "\e315";
}

.icon-pound-currency-1:before {
  content: "\e316";
}

.icon-pound-currency-2:before {
  content: "\e317";
}

.icon-pound-currency-3:before {
  content: "\e318";
}

.icon-pound-currency-4:before {
  content: "\e319";
}

.icon-safe-1:before {
  content: "\e31a";
}

.icon-safe-2:before {
  content: "\e31b";
}

.icon-shop:before {
  content: "\e31c";
}

.icon-sign:before {
  content: "\e31d";
}

.icon-trolley:before {
  content: "\e31e";
}

.icon-truck-1:before {
  content: "\e31f";
}

.icon-truck-2:before {
  content: "\e320";
}

.icon-visa-card:before {
  content: "\e321";
}

.icon-yen-currency-1:before {
  content: "\e322";
}

.icon-yen-currency-2:before {
  content: "\e323";
}

.icon-yen-currency-3:before {
  content: "\e324";
}

.icon-yen-currency-4:before {
  content: "\e325";
}

.icon-add-marker-1:before {
  content: "\e326";
}

.icon-add-marker-1-1:before {
  content: "\e327";
}

.icon-add-marker-2:before {
  content: "\e328";
}

.icon-add-marker-2-1:before {
  content: "\e329";
}

.icon-add-marker-3:before {
  content: "\e32a";
}

.icon-compass-1:before {
  content: "\e32b";
}

.icon-compass-2:before {
  content: "\e32c";
}

.icon-compass-3:before {
  content: "\e32d";
}

.icon-delete-marker-1:before {
  content: "\e32e";
}

.icon-delete-marker-1-1:before {
  content: "\e32f";
}

.icon-delete-marker-2:before {
  content: "\e330";
}

.icon-delete-marker-2-1:before {
  content: "\e331";
}

.icon-favorite-marker-1:before {
  content: "\e332";
}

.icon-favorite-marker-1-1:before {
  content: "\e333";
}

.icon-favorite-marker-2:before {
  content: "\e334";
}

.icon-favorite-marker-2-1:before {
  content: "\e335";
}

.icon-globe:before {
  content: "\e336";
}

.icon-location:before {
  content: "\e337";
}

.icon-map-1:before {
  content: "\e338";
}

.icon-map-location:before {
  content: "\e339";
}

.icon-map-marker-1:before {
  content: "\e33a";
}

.icon-map-marker-1-1:before {
  content: "\e33b";
}

.icon-map-marker-2:before {
  content: "\e33c";
}

.icon-map-marker-3:before {
  content: "\e33d";
}

.icon-map-marker-pin:before {
  content: "\e33e";
}

.icon-map-pin:before {
  content: "\e33f";
}

.icon-marker-1:before {
  content: "\e340";
}

.icon-marker-1-1:before {
  content: "\e341";
}

.icon-marker-2:before {
  content: "\e342";
}

.icon-marker-2-1:before {
  content: "\e343";
}

.icon-marker-pin-1:before {
  content: "\e344";
}

.icon-marker-pin-2:before {
  content: "\e345";
}

.icon-marker-pin-location:before {
  content: "\e346";
}

.icon-minus-marker-1:before {
  content: "\e347";
}

.icon-minus-marker-1-1:before {
  content: "\e348";
}

.icon-minus-marker-2:before {
  content: "\e349";
}

.icon-minus-marker-2-1:before {
  content: "\e34a";
}

.icon-minus-marker-3:before {
  content: "\e34b";
}

.icon-anchor:before {
  content: "\e34c";
}

.icon-bank:before {
  content: "\e34d";
}

.icon-beach:before {
  content: "\e34e";
}

.icon-boat:before {
  content: "\e34f";
}

.icon-building-1:before {
  content: "\e350";
}

.icon-building-2:before {
  content: "\e351";
}

.icon-building-3:before {
  content: "\e352";
}

.icon-buildings-1:before {
  content: "\e353";
}

.icon-buildings-2:before {
  content: "\e354";
}

.icon-buildings-3:before {
  content: "\e355";
}

.icon-buildings-4:before {
  content: "\e356";
}

.icon-castle:before {
  content: "\e357";
}

.icon-column:before {
  content: "\e358";
}

.icon-direction-sign:before {
  content: "\e359";
}

.icon-factory:before {
  content: "\e35a";
}

.icon-fence:before {
  content: "\e35b";
}

.icon-garage:before {
  content: "\e35c";
}

.icon-globe-1:before {
  content: "\e35d";
}

.icon-globe-2:before {
  content: "\e35e";
}

.icon-house-1:before {
  content: "\e35f";
}

.icon-house-2:before {
  content: "\e360";
}

.icon-house-3:before {
  content: "\e361";
}

.icon-house-4:before {
  content: "\e362";
}

.icon-library:before {
  content: "\e363";
}

.icon-light-house:before {
  content: "\e364";
}

.icon-pisa:before {
  content: "\e365";
}

.icon-skyscraper:before {
  content: "\e366";
}

.icon-temple:before {
  content: "\e367";
}

.icon-treasure-map:before {
  content: "\e368";
}

.icon-tree:before {
  content: "\e369";
}

.icon-tree-pine:before {
  content: "\e36a";
}

.icon-attention:before {
  content: "\e36b";
}

.icon-bug-1:before {
  content: "\e36c";
}

.icon-bug-2:before {
  content: "\e36d";
}

.icon-css3:before {
  content: "\e36e";
}

.icon-firewall:before {
  content: "\e36f";
}

.icon-html5:before {
  content: "\e370";
}

.icon-plugins-1:before {
  content: "\e371";
}

.icon-plugins-2:before {
  content: "\e372";
}

.icon-script:before {
  content: "\e373";
}

.icon-new-window:before {
  content: "\e374";
}

.icon-window-1:before {
  content: "\e375";
}

.icon-window-2:before {
  content: "\e376";
}

.icon-window-3:before {
  content: "\e377";
}

.icon-window-add:before {
  content: "\e378";
}

.icon-window-alert:before {
  content: "\e379";
}

.icon-window-check:before {
  content: "\e37a";
}

.icon-window-code-1:before {
  content: "\e37b";
}

.icon-window-code-2:before {
  content: "\e37c";
}

.icon-window-code-3:before {
  content: "\e37d";
}

.icon-window-column:before {
  content: "\e37e";
}

.icon-window-delete:before {
  content: "\e37f";
}

.icon-window-denied:before {
  content: "\e380";
}

.icon-window-download-1:before {
  content: "\e381";
}

.icon-window-download-2:before {
  content: "\e382";
}

.icon-window-edit:before {
  content: "\e383";
}

.icon-window-favorite:before {
  content: "\e384";
}

.icon-window-graph-1:before {
  content: "\e385";
}

.icon-window-graph-2:before {
  content: "\e386";
}

.icon-window-hand:before {
  content: "\e387";
}

.icon-window-home:before {
  content: "\e388";
}

.icon-window-like:before {
  content: "\e389";
}

.icon-window-list-1:before {
  content: "\e38a";
}

.icon-window-list-2:before {
  content: "\e38b";
}

.icon-window-lock:before {
  content: "\e38c";
}

.icon-window-minimize:before {
  content: "\e38d";
}

.icon-window-minus:before {
  content: "\e38e";
}

.icon-window-refresh:before {
  content: "\e38f";
}

.icon-window-register:before {
  content: "\e390";
}

.icon-window-search:before {
  content: "\e391";
}

.icon-window-selection:before {
  content: "\e392";
}

.icon-window-setting:before {
  content: "\e393";
}

.icon-window-sync:before {
  content: "\e394";
}

.icon-window-thumbnails-1:before {
  content: "\e395";
}

.icon-window-thumbnails-2:before {
  content: "\e396";
}

.icon-window-time:before {
  content: "\e397";
}

.icon-window-upload-1:before {
  content: "\e398";
}

.icon-window-upload-2:before {
  content: "\e399";
}

.icon-windows-selection:before {
  content: "\e39a";
}

.icon-database:before {
  content: "\e39b";
}

.icon-database-alert:before {
  content: "\e39c";
}

.icon-database-block:before {
  content: "\e39d";
}

.icon-database-check:before {
  content: "\e39e";
}

.icon-database-delete:before {
  content: "\e39f";
}

.icon-database-download:before {
  content: "\e3a0";
}

.icon-database-edit:before {
  content: "\e3a1";
}

.icon-database-lock:before {
  content: "\e3a2";
}

.icon-database-minus:before {
  content: "\e3a3";
}

.icon-database-network:before {
  content: "\e3a4";
}

.icon-database-plus:before {
  content: "\e3a5";
}

.icon-database-refresh:before {
  content: "\e3a6";
}

.icon-database-search:before {
  content: "\e3a7";
}

.icon-database-setting:before {
  content: "\e3a8";
}

.icon-database-sync:before {
  content: "\e3a9";
}

.icon-database-time:before {
  content: "\e3aa";
}

.icon-database-upload:before {
  content: "\e3ab";
}

.icon-battery-charging:before {
  content: "\e3ac";
}

.icon-battery-full:before {
  content: "\e3ad";
}

.icon-battery-high:before {
  content: "\e3ae";
}

.icon-battery-low:before {
  content: "\e3af";
}

.icon-battery-medium:before {
  content: "\e3b0";
}

.icon-cd-1:before {
  content: "\e3b1";
}

.icon-cd-2:before {
  content: "\e3b2";
}

.icon-chip:before {
  content: "\e3b3";
}

.icon-computer:before {
  content: "\e3b4";
}

.icon-disc:before {
  content: "\e3b5";
}

.icon-filter:before {
  content: "\e3b6";
}

.icon-floppy-disk:before {
  content: "\e3b7";
}

.icon-gameboy:before {
  content: "\e3b8";
}

.icon-harddisk-1:before {
  content: "\e3b9";
}

.icon-harddisk-2:before {
  content: "\e3ba";
}

.icon-imac:before {
  content: "\e3bb";
}

.icon-ipad-1:before {
  content: "\e3bc";
}

.icon-ipad-2:before {
  content: "\e3bd";
}

.icon-ipod:before {
  content: "\e3be";
}

.icon-joystick-1:before {
  content: "\e3bf";
}

.icon-joystick-2:before {
  content: "\e3c0";
}

.icon-joystick-3:before {
  content: "\e3c1";
}

.icon-keyboard-1:before {
  content: "\e3c2";
}

.icon-keyboard-2:before {
  content: "\e3c3";
}

.icon-kindle-1:before {
  content: "\e3c4";
}

.icon-kindle-2:before {
  content: "\e3c5";
}

.icon-laptop-1:before {
  content: "\e3c6";
}

.icon-laptop-2:before {
  content: "\e3c7";
}

.icon-memory-card:before {
  content: "\e3c8";
}

.icon-mobile-phone:before {
  content: "\e3c9";
}

.icon-mouse-1:before {
  content: "\e3ca";
}

.icon-mouse-2:before {
  content: "\e3cb";
}

.icon-mp3player:before {
  content: "\e3cc";
}

.icon-plug-1:before {
  content: "\e3cd";
}

.icon-plug-2:before {
  content: "\e3ce";
}

.icon-plug-slot:before {
  content: "\e3cf";
}

.icon-printer:before {
  content: "\e3d0";
}

.icon-projector:before {
  content: "\e3d1";
}

.icon-remote:before {
  content: "\e3d2";
}

.icon-router:before {
  content: "\e3d3";
}

.icon-screen-1:before {
  content: "\e3d4";
}

.icon-screen-2:before {
  content: "\e3d5";
}

.icon-screen-3:before {
  content: "\e3d6";
}

.icon-screen-4:before {
  content: "\e3d7";
}

.icon-smartphone-1:before {
  content: "\e3d8";
}

.icon-television-1:before {
  content: "\e3d9";
}

.icon-typewriter-1:before {
  content: "\e3da";
}

.icon-typewriter-2:before {
  content: "\e3db";
}

.icon-usb-1:before {
  content: "\e3dc";
}

.icon-usb-2:before {
  content: "\e3dd";
}

.icon-webcam:before {
  content: "\e3de";
}

.icon-wireless-router-1:before {
  content: "\e3df";
}

.icon-wireless-router-2:before {
  content: "\e3e0";
}

.icon-bluetooth:before {
  content: "\e3e1";
}

.icon-ethernet:before {
  content: "\e3e2";
}

.icon-ethernet-slot:before {
  content: "\e3e3";
}

.icon-firewire-1:before {
  content: "\e3e4";
}

.icon-firewire-2:before {
  content: "\e3e5";
}

.icon-network-1:before {
  content: "\e3e6";
}

.icon-network-2:before {
  content: "\e3e7";
}

.icon-server-1:before {
  content: "\e3e8";
}

.icon-server-2:before {
  content: "\e3e9";
}

.icon-server-3:before {
  content: "\e3ea";
}

.icon-usb:before {
  content: "\e3eb";
}

.icon-wireless-signal:before {
  content: "\e3ec";
}

.icon-book-1:before {
  content: "\e3ed";
}

.icon-book-2:before {
  content: "\e3ee";
}

.icon-book-3:before {
  content: "\e3ef";
}

.icon-book-4:before {
  content: "\e3f0";
}

.icon-book-5:before {
  content: "\e3f1";
}

.icon-book-6:before {
  content: "\e3f2";
}

.icon-book-7:before {
  content: "\e3f3";
}

.icon-book-8:before {
  content: "\e3f4";
}

.icon-book-download-1:before {
  content: "\e3f5";
}

.icon-book-download-2:before {
  content: "\e3f6";
}

.icon-book-favorite-1:before {
  content: "\e3f7";
}

.icon-book-favorite-2:before {
  content: "\e3f8";
}

.icon-bookmark-1-1:before {
  content: "\e3f9";
}

.icon-bookmark-2-1:before {
  content: "\e3fa";
}

.icon-bookmark-3-1:before {
  content: "\e3fb";
}

.icon-bookmark-4-1:before {
  content: "\e3fc";
}

.icon-books-1:before {
  content: "\e3fd";
}

.icon-books-2:before {
  content: "\e3fe";
}

.icon-books-3:before {
  content: "\e3ff";
}

.icon-briefcase-2:before {
  content: "\e400";
}

.icon-contact-book-1:before {
  content: "\e401";
}

.icon-contact-book-2:before {
  content: "\e402";
}

.icon-contact-book-3:before {
  content: "\e403";
}

.icon-contact-book-4:before {
  content: "\e404";
}

.icon-copyright:before {
  content: "\e405";
}

.icon-creative-commons:before {
  content: "\e406";
}

.icon-cube:before {
  content: "\e407";
}

.icon-data-filter:before {
  content: "\e408";
}

.icon-document-box-1:before {
  content: "\e409";
}

.icon-document-box-2:before {
  content: "\e40a";
}

.icon-document-box-3:before {
  content: "\e40b";
}

.icon-drawer-1:before {
  content: "\e40c";
}

.icon-drawer-2:before {
  content: "\e40d";
}

.icon-drawer-3:before {
  content: "\e40e";
}

.icon-envelope:before {
  content: "\e40f";
}

.icon-file:before {
  content: "\e410";
}

.icon-files:before {
  content: "\e411";
}

.icon-filter-1:before {
  content: "\e412";
}

.icon-filter-2:before {
  content: "\e413";
}

.icon-layers-1:before {
  content: "\e414";
}

.icon-list-1:before {
  content: "\e415";
}

.icon-list-2:before {
  content: "\e416";
}

.icon-newspaper-1:before {
  content: "\e417";
}

.icon-newspaper-2:before {
  content: "\e418";
}

.icon-registry-1:before {
  content: "\e419";
}

.icon-registry-2:before {
  content: "\e41a";
}

.icon-shield-1:before {
  content: "\e41b";
}

.icon-shield-2:before {
  content: "\e41c";
}

.icon-shield-3:before {
  content: "\e41d";
}

.icon-sketchbook:before {
  content: "\e41e";
}

.icon-sound-book:before {
  content: "\e41f";
}

.icon-thumbnails-1:before {
  content: "\e420";
}

.icon-thumbnails-2:before {
  content: "\e421";
}

.icon-graph:before {
  content: "\e422";
}

.icon-hierarchy-1:before {
  content: "\e423";
}

.icon-hierarchy-2:before {
  content: "\e424";
}

.icon-hierarchy-3:before {
  content: "\e425";
}

.icon-hierarchy-4:before {
  content: "\e426";
}

.icon-hierarchy-5:before {
  content: "\e427";
}

.icon-hierarchy-6:before {
  content: "\e428";
}

.icon-hierarchy-7:before {
  content: "\e429";
}

.icon-network-1-1:before {
  content: "\e42a";
}

.icon-network-2-1:before {
  content: "\e42b";
}

.icon-backpack:before {
  content: "\e42c";
}

.icon-balance-1:before {
  content: "\e42d";
}

.icon-bed:before {
  content: "\e42e";
}

.icon-bench:before {
  content: "\e42f";
}

.icon-bomb-1:before {
  content: "\e430";
}

.icon-bricks:before {
  content: "\e431";
}

.icon-bullets:before {
  content: "\e432";
}

.icon-buoy:before {
  content: "\e433";
}

.icon-campfire:before {
  content: "\e434";
}

.icon-can:before {
  content: "\e435";
}

.icon-candle:before {
  content: "\e436";
}

.icon-canon:before {
  content: "\e437";
}

.icon-cctv-1:before {
  content: "\e438";
}

.icon-cctv-2:before {
  content: "\e439";
}

.icon-chair:before {
  content: "\e43a";
}

.icon-chair-director:before {
  content: "\e43b";
}

.icon-cigarette:before {
  content: "\e43c";
}

.icon-construction-sign:before {
  content: "\e43d";
}

.icon-diamond:before {
  content: "\e43e";
}

.icon-disabled:before {
  content: "\e43f";
}

.icon-door:before {
  content: "\e440";
}

.icon-drawer:before {
  content: "\e441";
}

.icon-driller:before {
  content: "\e442";
}

.icon-dumbbells:before {
  content: "\e443";
}

.icon-fire-extinguisher:before {
  content: "\e444";
}

.icon-flashlight:before {
  content: "\e445";
}

.icon-gas-station:before {
  content: "\e446";
}

.icon-gun:before {
  content: "\e447";
}

.icon-lamp-1:before {
  content: "\e448";
}

.icon-lamp-2:before {
  content: "\e449";
}

.icon-lamp-3:before {
  content: "\e44a";
}

.icon-lamp-4:before {
  content: "\e44b";
}

.icon-lightbulb-1:before {
  content: "\e44c";
}

.icon-lightbulb-2:before {
  content: "\e44d";
}

.icon-measuring-tape:before {
  content: "\e44e";
}

.icon-mine-cart:before {
  content: "\e44f";
}

.icon-missile:before {
  content: "\e450";
}

.icon-ring:before {
  content: "\e451";
}

.icon-scale-1:before {
  content: "\e452";
}

.icon-shovel:before {
  content: "\e453";
}

.icon-smoke-no:before {
  content: "\e454";
}

.icon-sofa-1:before {
  content: "\e455";
}

.icon-sofa-2:before {
  content: "\e456";
}

.icon-sofa-3:before {
  content: "\e457";
}

.icon-target:before {
  content: "\e458";
}

.icon-torch:before {
  content: "\e459";
}

.icon-traffic-cone:before {
  content: "\e45a";
}

.icon-traffic-light-1:before {
  content: "\e45b";
}

.icon-traffic-light-2:before {
  content: "\e45c";
}

.icon-treasure-chest-1:before {
  content: "\e45d";
}

.icon-treasure-chest-2:before {
  content: "\e45e";
}

.icon-trowel:before {
  content: "\e45f";
}

.icon-watering-can:before {
  content: "\e460";
}

.icon-weigh:before {
  content: "\e461";
}

.icon-36-text-arrow-redo:before {
  content: "\e462";
}

.icon-academic-cap:before {
  content: "\e463";
}

.icon-baseball-helmet:before {
  content: "\e464";
}

.icon-beanie:before {
  content: "\e465";
}

.icon-bike-helmet:before {
  content: "\e466";
}

.icon-bow:before {
  content: "\e467";
}

.icon-cap:before {
  content: "\e468";
}

.icon-chaplin:before {
  content: "\e469";
}

.icon-chef-hat:before {
  content: "\e46a";
}

.icon-cloth-hanger:before {
  content: "\e46b";
}

.icon-fins:before {
  content: "\e46c";
}

.icon-football-helmet:before {
  content: "\e46d";
}

.icon-glasses:before {
  content: "\e46e";
}

.icon-glasses-1:before {
  content: "\e46f";
}

.icon-glasses-2:before {
  content: "\e470";
}

.icon-magician-hat:before {
  content: "\e471";
}

.icon-monocle-1:before {
  content: "\e472";
}

.icon-monocle-2:before {
  content: "\e473";
}

.icon-necktie:before {
  content: "\e474";
}

.icon-safety-helmet:before {
  content: "\e475";
}

.icon-scuba-tank:before {
  content: "\e476";
}

.icon-shirt-1:before {
  content: "\e477";
}

.icon-shirt-2:before {
  content: "\e478";
}

.icon-shirt-3:before {
  content: "\e479";
}

.icon-sneakers:before {
  content: "\e47a";
}

.icon-snorkel:before {
  content: "\e47b";
}

.icon-sombrero:before {
  content: "\e47c";
}

.icon-sunglasses:before {
  content: "\e47d";
}

.icon-tall-hat:before {
  content: "\e47e";
}

.icon-trousers:before {
  content: "\e47f";
}

.icon-walking-stick:before {
  content: "\e480";
}

.icon-arrow-undo:before {
  content: "\e481";
}

.icon-bold:before {
  content: "\e482";
}

.icon-columns:before {
  content: "\e483";
}

.icon-eraser:before {
  content: "\e484";
}

.icon-font-color:before {
  content: "\e485";
}

.icon-html:before {
  content: "\e486";
}

.icon-italic:before {
  content: "\e487";
}

.icon-list-1-1:before {
  content: "\e488";
}

.icon-list-2-1:before {
  content: "\e489";
}

.icon-list-3:before {
  content: "\e48a";
}

.icon-list-4:before {
  content: "\e48b";
}

.icon-paragraph:before {
  content: "\e48c";
}

.icon-paste:before {
  content: "\e48d";
}

.icon-print-preview:before {
  content: "\e48e";
}

.icon-quote:before {
  content: "\e48f";
}

.icon-strikethrough:before {
  content: "\e490";
}

.icon-text:before {
  content: "\e491";
}

.icon-text-wrapping-1:before {
  content: "\e492";
}

.icon-text-wrapping-2:before {
  content: "\e493";
}

.icon-text-wrapping-3:before {
  content: "\e494";
}

.icon-underline:before {
  content: "\e495";
}

.icon-align-center:before {
  content: "\e496";
}

.icon-align-left:before {
  content: "\e497";
}

.icon-align-right:before {
  content: "\e498";
}

.icon-all-caps:before {
  content: "\e499";
}

.icon-arrange-2-1:before {
  content: "\e49a";
}

.icon-arrange-2-2:before {
  content: "\e49b";
}

.icon-arrange-2-3:before {
  content: "\e49c";
}

.icon-arrange-2-4:before {
  content: "\e49d";
}

.icon-arrange-3-1:before {
  content: "\e49e";
}

.icon-arrange-3-2:before {
  content: "\e49f";
}

.icon-arrange-3-3:before {
  content: "\e4a0";
}

.icon-arrange-3-4:before {
  content: "\e4a1";
}

.icon-arrange-3-5:before {
  content: "\e4a2";
}

.icon-arrange-4-1:before {
  content: "\e4a3";
}

.icon-arrange-4-2:before {
  content: "\e4a4";
}

.icon-arrange-4-3:before {
  content: "\e4a5";
}

.icon-arrange-5:before {
  content: "\e4a6";
}

.icon-consolidate-all:before {
  content: "\e4a7";
}

.icon-decrease-indent-1:before {
  content: "\e4a8";
}

.icon-decrease-indent-2:before {
  content: "\e4a9";
}

.icon-horizontal-page:before {
  content: "\e4aa";
}

.icon-increase-indent-1:before {
  content: "\e4ab";
}

.icon-increase-indent-2:before {
  content: "\e4ac";
}

.icon-justify:before {
  content: "\e4ad";
}

.icon-leading-1:before {
  content: "\e4ae";
}

.icon-leading-2:before {
  content: "\e4af";
}

.icon-left-indent:before {
  content: "\e4b0";
}

.icon-right-indent:before {
  content: "\e4b1";
}

.icon-small-caps:before {
  content: "\e4b2";
}

.icon-vertical-page:before {
  content: "\e4b3";
}

.icon-alt-mac:before {
  content: "\e4b4";
}

.icon-alt-windows:before {
  content: "\e4b5";
}

.icon-arrow-down:before {
  content: "\e4b6";
}

.icon-arrow-down-left:before {
  content: "\e4b7";
}

.icon-arrow-down-right:before {
  content: "\e4b8";
}

.icon-arrow-left:before {
  content: "\e4b9";
}

.icon-arrow-right:before {
  content: "\e4ba";
}

.icon-arrow-up:before {
  content: "\e4bb";
}

.icon-arrow-up-left:before {
  content: "\e4bc";
}

.icon-arrow-up-right:before {
  content: "\e4bd";
}

.icon-asterisk-1:before {
  content: "\e4be";
}

.icon-asterisk-2:before {
  content: "\e4bf";
}

.icon-back-tab-1:before {
  content: "\e4c0";
}

.icon-back-tab-2:before {
  content: "\e4c1";
}

.icon-backward-delete:before {
  content: "\e4c2";
}

.icon-blank:before {
  content: "\e4c3";
}

.icon-eject:before {
  content: "\e4c4";
}

.icon-enter-1:before {
  content: "\e4c5";
}

.icon-enter-2:before {
  content: "\e4c6";
}

.icon-escape:before {
  content: "\e4c7";
}

.icon-page-down:before {
  content: "\e4c8";
}

.icon-page-up:before {
  content: "\e4c9";
}

.icon-return-1:before {
  content: "\e4ca";
}

.icon-shift-1:before {
  content: "\e4cb";
}

.icon-shift-2:before {
  content: "\e4cc";
}

.icon-tab:before {
  content: "\e4cd";
}

.icon-apple:before {
  content: "\e4ce";
}

.icon-beer:before {
  content: "\e4cf";
}

.icon-boil:before {
  content: "\e4d0";
}

.icon-bottle-1:before {
  content: "\e4d1";
}

.icon-bottle-2:before {
  content: "\e4d2";
}

.icon-bottle-3:before {
  content: "\e4d3";
}

.icon-bottle-4:before {
  content: "\e4d4";
}

.icon-bread:before {
  content: "\e4d5";
}

.icon-burger-1:before {
  content: "\e4d6";
}

.icon-burger-2:before {
  content: "\e4d7";
}

.icon-cake-1:before {
  content: "\e4d8";
}

.icon-cake-2:before {
  content: "\e4d9";
}

.icon-champagne:before {
  content: "\e4da";
}

.icon-cheese:before {
  content: "\e4db";
}

.icon-cocktail:before {
  content: "\e4dc";
}

.icon-cocktail-1:before {
  content: "\e4dd";
}

.icon-cocktail-2:before {
  content: "\e4de";
}

.icon-coffee-pot:before {
  content: "\e4df";
}

.icon-cup1:before {
  content: "\e4e0";
}

.icon-cup-2:before {
  content: "\e4e1";
}

.icon-deep-fry:before {
  content: "\e4e2";
}

.icon-energy-drink:before {
  content: "\e4e3";
}

.icon-espresso-machine:before {
  content: "\e4e4";
}

.icon-food-dome:before {
  content: "\e4e5";
}

.icon-fork-and-knife:before {
  content: "\e4e6";
}

.icon-fork-and-spoon:before {
  content: "\e4e7";
}

.icon-grape:before {
  content: "\e4e8";
}

.icon-grater:before {
  content: "\e4e9";
}

.icon-grill:before {
  content: "\e4ea";
}

.icon-hot-drinks-glass:before {
  content: "\e4eb";
}

.icon-hotdog:before {
  content: "\e4ec";
}

.icon-ice-cream-1:before {
  content: "\e4ed";
}

.icon-ice-cream-2:before {
  content: "\e4ee";
}

.icon-ice-cream-3:before {
  content: "\e4ef";
}

.icon-ice-drinks-galss:before {
  content: "\e4f0";
}

.icon-juicer:before {
  content: "\e4f1";
}

.icon-kitchen-timer:before {
  content: "\e4f2";
}

.icon-milk:before {
  content: "\e4f3";
}

.icon-orange:before {
  content: "\e4f4";
}

.icon-oven:before {
  content: "\e4f5";
}

.icon-pan-fry:before {
  content: "\e4f6";
}

.icon-pepper-salt:before {
  content: "\e4f7";
}

.icon-pizza:before {
  content: "\e4f8";
}

.icon-popcorn:before {
  content: "\e4f9";
}

.icon-serving:before {
  content: "\e4fa";
}

.icon-soda:before {
  content: "\e4fb";
}

.icon-soda-can-1:before {
  content: "\e4fc";
}

.icon-soda-can-2:before {
  content: "\e4fd";
}

.icon-steam:before {
  content: "\e4fe";
}

.icon-tea-pot:before {
  content: "\e4ff";
}

.icon-thermometer-high:before {
  content: "\e500";
}

.icon-thermometer-low:before {
  content: "\e501";
}

.icon-thermometer-medium:before {
  content: "\e502";
}

.icon-water:before {
  content: "\e503";
}

.icon-wine:before {
  content: "\e504";
}

.icon-ambulance:before {
  content: "\e505";
}

.icon-beaker-1:before {
  content: "\e506";
}

.icon-beaker-2:before {
  content: "\e507";
}

.icon-blood:before {
  content: "\e508";
}

.icon-drug:before {
  content: "\e509";
}

.icon-first-aid:before {
  content: "\e50a";
}

.icon-hashish:before {
  content: "\e50b";
}

.icon-heartpulse:before {
  content: "\e50c";
}

.icon-hospital-1:before {
  content: "\e50d";
}

.icon-hospital-2:before {
  content: "\e50e";
}

.icon-hospital-sign-1:before {
  content: "\e50f";
}

.icon-hospital-sign-2:before {
  content: "\e510";
}

.icon-hospital-sign-3:before {
  content: "\e511";
}

.icon-medicine:before {
  content: "\e512";
}

.icon-microscope:before {
  content: "\e513";
}

.icon-mortar-and-pestle:before {
  content: "\e514";
}

.icon-plaster:before {
  content: "\e515";
}

.icon-pulse-graph-1:before {
  content: "\e516";
}

.icon-pulse-graph-2:before {
  content: "\e517";
}

.icon-pulse-graph-3:before {
  content: "\e518";
}

.icon-red-cross:before {
  content: "\e519";
}

.icon-stethoscope:before {
  content: "\e51a";
}

.icon-syringe:before {
  content: "\e51b";
}

.icon-yin-yang:before {
  content: "\e51c";
}

.icon-balloon:before {
  content: "\e51d";
}

.icon-briefcase-lock:before {
  content: "\e51e";
}

.icon-card:before {
  content: "\e51f";
}

.icon-cards:before {
  content: "\e520";
}

.icon-cards-2:before {
  content: "\e521";
}

.icon-curtain:before {
  content: "\e522";
}

.icon-dice-1:before {
  content: "\e523";
}

.icon-dice-2:before {
  content: "\e524";
}

.icon-happy-smiley:before {
  content: "\e525";
}

.icon-pacman:before {
  content: "\e526";
}

.icon-pacman-ghost:before {
  content: "\e527";
}

.icon-sad-smiley:before {
  content: "\e528";
}

.icon-sign-1:before {
  content: "\e529";
}

.icon-smileys:before {
  content: "\e52a";
}

.icon-suitcase-1:before {
  content: "\e52b";
}

.icon-suitcase-2:before {
  content: "\e52c";
}

.icon-tetris:before {
  content: "\e52d";
}

.icon-ticket-1:before {
  content: "\e52e";
}

.icon-ticket-2:before {
  content: "\e52f";
}

.icon-ticket-3:before {
  content: "\e530";
}

.icon-virus:before {
  content: "\e531";
}

.icon-cloud-1:before {
  content: "\e532";
}

.icon-cloud-lightning:before {
  content: "\e533";
}

.icon-clouds:before {
  content: "\e534";
}

.icon-first-quarter-moon:before {
  content: "\e535";
}

.icon-full-moon:before {
  content: "\e536";
}

.icon-hail:before {
  content: "\e537";
}

.icon-heavy-rain:before {
  content: "\e538";
}

.icon-moon-cloud:before {
  content: "\e539";
}

.icon-rain:before {
  content: "\e53a";
}

.icon-rain-lightning:before {
  content: "\e53b";
}

.icon-snow:before {
  content: "\e53c";
}

.icon-sun:before {
  content: "\e53d";
}

.icon-sun-cloud:before {
  content: "\e53e";
}

.icon-thermometer:before {
  content: "\e53f";
}

.icon-third-quarter-moon:before {
  content: "\e540";
}

.icon-umbrella:before {
  content: "\e541";
}

.icon-waning-crescent-moon:before {
  content: "\e542";
}

.icon-waning-gibbous-moon:before {
  content: "\e543";
}

.icon-waxing-crescent-moon:before {
  content: "\e544";
}

.icon-waxing-gibbous-moon:before {
  content: "\e545";
}

.icon-bicycle:before {
  content: "\e546";
}

.icon-bus-1:before {
  content: "\e547";
}

.icon-bus-2:before {
  content: "\e548";
}

.icon-car-1:before {
  content: "\e549";
}

.icon-car-2:before {
  content: "\e54a";
}

.icon-car-3:before {
  content: "\e54b";
}

.icon-car-4:before {
  content: "\e54c";
}

.icon-helicopter:before {
  content: "\e54d";
}

.icon-mountain-bike:before {
  content: "\e54e";
}

.icon-pickup:before {
  content: "\e54f";
}

.icon-plane-1:before {
  content: "\e550";
}

.icon-plane-2:before {
  content: "\e551";
}

.icon-plane-landing:before {
  content: "\e552";
}

.icon-plane-takeoff:before {
  content: "\e553";
}

.icon-road:before {
  content: "\e554";
}

.icon-road-bike:before {
  content: "\e555";
}

.icon-rocket:before {
  content: "\e556";
}

.icon-scooter:before {
  content: "\e557";
}

.icon-ship:before {
  content: "\e558";
}

.icon-train:before {
  content: "\e559";
}

.icon-tram:before {
  content: "\e55a";
}

.icon-cactus:before {
  content: "\e55b";
}

.icon-clover:before {
  content: "\e55c";
}

.icon-flower:before {
  content: "\e55d";
}

.icon-hand-eco:before {
  content: "\e55e";
}

.icon-hand-globe:before {
  content: "\e55f";
}

.icon-leaf:before {
  content: "\e560";
}

.icon-light-eco:before {
  content: "\e561";
}

.icon-potted-plant-1:before {
  content: "\e562";
}

.icon-potted-plant-2:before {
  content: "\e563";
}

.icon-2-fingers-double-tap:before {
  content: "\e564";
}

.icon-2-fingers-down-swipe:before {
  content: "\e565";
}

.icon-2-fingers-horizontal-swipe:before {
  content: "\e566";
}

.icon-2-fingers-left-swipe:before {
  content: "\e567";
}

.icon-2-fingers-omnidirectional-swipe:before {
  content: "\e568";
}

.icon-2-fingers-right-swipe:before {
  content: "\e569";
}

.icon-2-fingers-tab-hold:before {
  content: "\e56a";
}

.icon-2-fingers-tap:before {
  content: "\e56b";
}

.icon-2-fingers-up-swipe:before {
  content: "\e56c";
}

.icon-2-fingers-vertical-swipe:before {
  content: "\e56d";
}

.icon-double-tap:before {
  content: "\e56e";
}

.icon-drag-down:before {
  content: "\e56f";
}

.icon-drag-horizontal:before {
  content: "\e570";
}

.icon-drag-left:before {
  content: "\e571";
}

.icon-drag-right:before {
  content: "\e572";
}

.icon-drag-up:before {
  content: "\e573";
}

.icon-drag-vertical:before {
  content: "\e574";
}

.icon-filck-down:before {
  content: "\e575";
}

.icon-flick-up:before {
  content: "\e576";
}

.icon-horizontal-flick:before {
  content: "\e577";
}

.icon-left-flick:before {
  content: "\e578";
}

.icon-omnidirectional-drag:before {
  content: "\e579";
}

.icon-omnidirectional-flick:before {
  content: "\e57a";
}

.icon-omnidirectional-swipe:before {
  content: "\e57b";
}

.icon-pinch:before {
  content: "\e57c";
}

.icon-right-flick:before {
  content: "\e57d";
}

.icon-rotate-clockwise:before {
  content: "\e57e";
}

.icon-rotate-counterclockwise:before {
  content: "\e57f";
}

.icon-spread:before {
  content: "\e580";
}

.icon-swipe-down:before {
  content: "\e581";
}

.icon-swipe-horizontal:before {
  content: "\e582";
}

.icon-swipe-left:before {
  content: "\e583";
}

.icon-swipe-right:before {
  content: "\e584";
}

.icon-swipe-up:before {
  content: "\e585";
}

.icon-swipe-vertical:before {
  content: "\e586";
}

.icon-tap:before {
  content: "\e587";
}

.icon-tap-hold:before {
  content: "\e588";
}

.icon-vertical-flick:before {
  content: "\e589";
}

.icon-arrow-1-1:before {
  content: "\e58a";
}

.icon-arrow-2-1:before {
  content: "\e58b";
}

.icon-arrow-3:before {
  content: "\e58c";
}

.icon-arrow-4:before {
  content: "\e58d";
}

.icon-arrow-5:before {
  content: "\e58e";
}

.icon-arrow-6:before {
  content: "\e58f";
}

.icon-arrow-7:before {
  content: "\e590";
}

.icon-arrow-8:before {
  content: "\e591";
}

.icon-arrow-9:before {
  content: "\e592";
}

.icon-arrow-10:before {
  content: "\e593";
}

.icon-arrow-11:before {
  content: "\e594";
}

.icon-arrow-12:before {
  content: "\e595";
}

.icon-arrow-13:before {
  content: "\e596";
}

.icon-arrow-14:before {
  content: "\e597";
}

.icon-arrow-15:before {
  content: "\e598";
}

.icon-arrow-16:before {
  content: "\e599";
}

.icon-arrow-17:before {
  content: "\e59a";
}

.icon-arrow-18:before {
  content: "\e59b";
}

.icon-arrow-19:before {
  content: "\e59c";
}

.icon-arrow-20:before {
  content: "\e59d";
}

.icon-arrow-21:before {
  content: "\e59e";
}

.icon-arrow-22:before {
  content: "\e59f";
}

.icon-arrow-23:before {
  content: "\e5a0";
}

.icon-arrow-24:before {
  content: "\e5a1";
}

.icon-arrow-25:before {
  content: "\e5a2";
}

.icon-arrow-26:before {
  content: "\e5a3";
}

.icon-arrow-27:before {
  content: "\e5a4";
}

.icon-arrow-28:before {
  content: "\e5a5";
}

.icon-arrow-29:before {
  content: "\e5a6";
}

.icon-arrow-30:before {
  content: "\e5a7";
}

.icon-arrow-31:before {
  content: "\e5a8";
}

.icon-arrow-32:before {
  content: "\e5a9";
}

.icon-arrow-33:before {
  content: "\e5aa";
}

.icon-arrow-34:before {
  content: "\e5ab";
}

.icon-arrow-35:before {
  content: "\e5ac";
}

.icon-arrow-36:before {
  content: "\e5ad";
}

.icon-arrow-37:before {
  content: "\e5ae";
}

.icon-arrow-38:before {
  content: "\e5af";
}

.icon-arrow-39:before {
  content: "\e5b0";
}

.icon-arrow-40:before {
  content: "\e5b1";
}

.icon-arrow-41:before {
  content: "\e5b2";
}

.icon-arrow-42:before {
  content: "\e5b3";
}

.icon-arrow-43:before {
  content: "\e5b4";
}

.icon-arrow-44:before {
  content: "\e5b5";
}

.icon-arrow-45:before {
  content: "\e5b6";
}

.icon-arrow-46:before {
  content: "\e5b7";
}

.icon-arrow-47:before {
  content: "\e5b8";
}

.icon-arrow-48:before {
  content: "\e5b9";
}

.icon-arrow-49:before {
  content: "\e5ba";
}

.icon-arrow-50:before {
  content: "\e5bb";
}

.icon-arrow-51:before {
  content: "\e5bc";
}

.icon-arrow-52:before {
  content: "\e5bd";
}

.icon-arrow-53:before {
  content: "\e5be";
}

.icon-arrow-54:before {
  content: "\e5bf";
}

.icon-arrow-55:before {
  content: "\e5c0";
}

.icon-arrow-56:before {
  content: "\e5c1";
}

.icon-arrow-57:before {
  content: "\e5c2";
}

.icon-arrow-58:before {
  content: "\e5c3";
}

.icon-arrow-59:before {
  content: "\e5c4";
}

.icon-arrow-60:before {
  content: "\e5c5";
}

.icon-arrow-61:before {
  content: "\e5c6";
}

.icon-arrow-62:before {
  content: "\e5c7";
}

.icon-arrow-63:before {
  content: "\e5c8";
}

.icon-arrow-64:before {
  content: "\e5c9";
}

.icon-arrow-65:before {
  content: "\e5ca";
}

.icon-arrow-66:before {
  content: "\e5cb";
}

.icon-arrow-67:before {
  content: "\e5cc";
}

.icon-arrow-68:before {
  content: "\e5cd";
}

.icon-arrow-69:before {
  content: "\e5ce";
}

.icon-arrow-70:before {
  content: "\e5cf";
}

.icon-arrow-71:before {
  content: "\e5d0";
}

.icon-arrow-72:before {
  content: "\e5d1";
}

.icon-arrow-circle-1:before {
  content: "\e5d2";
}

.icon-arrow-circle-2:before {
  content: "\e5d3";
}

.icon-arrow-circle-3:before {
  content: "\e5d4";
}

.icon-arrow-circle-4:before {
  content: "\e5d5";
}

.icon-arrow-circle-5:before {
  content: "\e5d6";
}

.icon-arrow-circle-6:before {
  content: "\e5d7";
}

.icon-arrow-circle-7:before {
  content: "\e5d8";
}

.icon-arrow-circle-8:before {
  content: "\e5d9";
}

.icon-arrow-circle-9:before {
  content: "\e5da";
}

.icon-arrow-circle-10:before {
  content: "\e5db";
}

.icon-arrow-circle-11:before {
  content: "\e5dc";
}

.icon-arrow-circle-12:before {
  content: "\e5dd";
}

.icon-arrow-circle-13:before {
  content: "\e5de";
}

.icon-arrow-circle-14:before {
  content: "\e5df";
}

.icon-arrow-circle-15:before {
  content: "\e5e0";
}

.icon-arrow-circle-16:before {
  content: "\e5e1";
}

.icon-arrow-circle-17:before {
  content: "\e5e2";
}

.icon-arrow-circle-18:before {
  content: "\e5e3";
}

.icon-arrow-circle-19:before {
  content: "\e5e4";
}

.icon-arrow-circle-20:before {
  content: "\e5e5";
}

.icon-arrow-circle-21:before {
  content: "\e5e6";
}

.icon-arrow-circle-22:before {
  content: "\e5e7";
}

.icon-arrow-circle-23:before {
  content: "\e5e8";
}

.icon-arrow-circle-24:before {
  content: "\e5e9";
}

.icon-arrow-circle-25:before {
  content: "\e5ea";
}

.icon-arrow-circle-26:before {
  content: "\e5eb";
}

.icon-arrow-circle-27:before {
  content: "\e5ec";
}

.icon-arrow-circle-28:before {
  content: "\e5ed";
}

.icon-arrow-circle-29:before {
  content: "\e5ee";
}

.icon-arrow-circle-30:before {
  content: "\e5ef";
}

.icon-arrow-delete-1:before {
  content: "\e5f0";
}

.icon-arrow-delete-2:before {
  content: "\e5f1";
}

.icon-arrow-dot-1:before {
  content: "\e5f2";
}

.icon-arrow-dot-2:before {
  content: "\e5f3";
}

.icon-arrow-dot-3:before {
  content: "\e5f4";
}

.icon-arrow-dot-4:before {
  content: "\e5f5";
}

.icon-arrow-dot-5:before {
  content: "\e5f6";
}

.icon-arrow-dot-6:before {
  content: "\e5f7";
}

.icon-arrow-rectangle-1:before {
  content: "\e5f8";
}

.icon-arrow-rectangle-2:before {
  content: "\e5f9";
}

.icon-arrow-rectangle-3:before {
  content: "\e5fa";
}

.icon-arrow-rectangle-4:before {
  content: "\e5fb";
}

.icon-arrow-rectangle-5:before {
  content: "\e5fc";
}

.icon-arrow-rectangle-6:before {
  content: "\e5fd";
}

.icon-arrow-rectangle-7:before {
  content: "\e5fe";
}

.icon-arrow-rectangle-8:before {
  content: "\e5ff";
}

.icon-arrow-rectangle-9:before {
  content: "\e600";
}

.icon-arrow-rectangle-10:before {
  content: "\e601";
}

.icon-arrow-rectangle-11:before {
  content: "\e602";
}

.icon-arrow-rectangle-12:before {
  content: "\e603";
}

.icon-arrow-rectangle-13:before {
  content: "\e604";
}

.icon-arrow-rectangle-14:before {
  content: "\e605";
}

.icon-arrow-rectangle-15:before {
  content: "\e606";
}

.icon-arrow-rectangle-16:before {
  content: "\e607";
}

.icon-arrow-rectangle-17:before {
  content: "\e608";
}

.icon-arrow-rectangle-18:before {
  content: "\e609";
}

.icon-arrow-rectangle-19:before {
  content: "\e60a";
}

.icon-arrow-rectangle-20:before {
  content: "\e60b";
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
  content: "\e6aa";
}

.pe-7s-arc:before {
  content: "\e6ab";
}

.pe-7s-back-2:before {
  content: "\e6ac";
}

.pe-7s-bandaid:before {
  content: "\e6ad";
}

.pe-7s-car:before {
  content: "\e6ae";
}

.pe-7s-diamond:before {
  content: "\e6af";
}

.pe-7s-door-lock:before {
  content: "\e6b0";
}

.pe-7s-eyedropper:before {
  content: "\e6b1";
}

.pe-7s-female:before {
  content: "\e6b2";
}

.pe-7s-gym:before {
  content: "\e6b3";
}

.pe-7s-hammer:before {
  content: "\e6b4";
}

.pe-7s-headphones:before {
  content: "\e6b5";
}

.pe-7s-helm:before {
  content: "\e6b6";
}

.pe-7s-hourglass:before {
  content: "\e6b7";
}

.pe-7s-leaf:before {
  content: "\e6b8";
}

.pe-7s-magic-wand:before {
  content: "\e6b9";
}

.pe-7s-male:before {
  content: "\e6ba";
}

.pe-7s-map-2:before {
  content: "\e6bb";
}

.pe-7s-next-2:before {
  content: "\e6bc";
}

.pe-7s-paint-bucket:before {
  content: "\e6bd";
}

.pe-7s-pendrive:before {
  content: "\e6be";
}

.pe-7s-photo:before {
  content: "\e6bf";
}

.pe-7s-piggy:before {
  content: "\e6c0";
}

.pe-7s-plugin:before {
  content: "\e6c1";
}

.pe-7s-refresh-2:before {
  content: "\e6c2";
}

.pe-7s-rocket:before {
  content: "\e6c3";
}

.pe-7s-settings:before {
  content: "\e6c4";
}

.pe-7s-shield:before {
  content: "\e6c5";
}

.pe-7s-smile:before {
  content: "\e6c6";
}

.pe-7s-usb:before {
  content: "\e6c7";
}

.pe-7s-vector:before {
  content: "\e6c8";
}

.pe-7s-wine:before {
  content: "\e6c9";
}

.pe-7s-cloud-upload:before {
  content: "\e68a";
}

.pe-7s-cash:before {
  content: "\e68c";
}

.pe-7s-close:before {
  content: "\e680";
}

.pe-7s-bluetooth:before {
  content: "\e68d";
}

.pe-7s-cloud-download:before {
  content: "\e68b";
}

.pe-7s-way:before {
  content: "\e68e";
}

.pe-7s-close-circle:before {
  content: "\e681";
}

.pe-7s-id:before {
  content: "\e68f";
}

.pe-7s-angle-up:before {
  content: "\e682";
}

.pe-7s-wristwatch:before {
  content: "\e690";
}

.pe-7s-angle-up-circle:before {
  content: "\e683";
}

.pe-7s-world:before {
  content: "\e691";
}

.pe-7s-angle-right:before {
  content: "\e684";
}

.pe-7s-volume:before {
  content: "\e692";
}

.pe-7s-angle-right-circle:before {
  content: "\e685";
}

.pe-7s-users:before {
  content: "\e693";
}

.pe-7s-angle-left:before {
  content: "\e686";
}

.pe-7s-user-female:before {
  content: "\e694";
}

.pe-7s-angle-left-circle:before {
  content: "\e687";
}

.pe-7s-up-arrow:before {
  content: "\e695";
}

.pe-7s-angle-down:before {
  content: "\e688";
}

.pe-7s-switch:before {
  content: "\e696";
}

.pe-7s-angle-down-circle:before {
  content: "\e689";
}

.pe-7s-scissors:before {
  content: "\e697";
}

.pe-7s-wallet:before {
  content: "\e600";
}

.pe-7s-safe:before {
  content: "\e698";
}

.pe-7s-volume2:before {
  content: "\e601";
}

.pe-7s-volume1:before {
  content: "\e602";
}

.pe-7s-voicemail:before {
  content: "\e603";
}

.pe-7s-video:before {
  content: "\e604";
}

.pe-7s-user:before {
  content: "\e605";
}

.pe-7s-upload:before {
  content: "\e606";
}

.pe-7s-unlock:before {
  content: "\e607";
}

.pe-7s-umbrella:before {
  content: "\e608";
}

.pe-7s-trash:before {
  content: "\e609";
}

.pe-7s-tools:before {
  content: "\e60a";
}

.pe-7s-timer:before {
  content: "\e60b";
}

.pe-7s-ticket:before {
  content: "\e60c";
}

.pe-7s-target:before {
  content: "\e60d";
}

.pe-7s-sun:before {
  content: "\e60e";
}

.pe-7s-study:before {
  content: "\e60f";
}

.pe-7s-stopwatch:before {
  content: "\e610";
}

.pe-7s-star:before {
  content: "\e611";
}

.pe-7s-speaker:before {
  content: "\e612";
}

.pe-7s-signal:before {
  content: "\e613";
}

.pe-7s-shuffle:before {
  content: "\e614";
}

.pe-7s-shopbag:before {
  content: "\e615";
}

.pe-7s-share:before {
  content: "\e616";
}

.pe-7s-server:before {
  content: "\e617";
}

.pe-7s-search:before {
  content: "\e618";
}

.pe-7s-film:before {
  content: "\e6a5";
}

.pe-7s-science:before {
  content: "\e619";
}

.pe-7s-disk:before {
  content: "\e6a6";
}

.pe-7s-ribbon:before {
  content: "\e61a";
}

.pe-7s-repeat:before {
  content: "\e61b";
}

.pe-7s-refresh:before {
  content: "\e61c";
}

.pe-7s-add-user:before {
  content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

.pe-7s-paperclip:before {
  content: "\e69c";
}

.pe-7s-radio:before {
  content: "\e61e";
}

.pe-7s-note2:before {
  content: "\e69d";
}

.pe-7s-print:before {
  content: "\e61f";
}

.pe-7s-network:before {
  content: "\e69e";
}

.pe-7s-prev:before {
  content: "\e620";
}

.pe-7s-mute:before {
  content: "\e69f";
}

.pe-7s-power:before {
  content: "\e621";
}

.pe-7s-medal:before {
  content: "\e6a0";
}

.pe-7s-portfolio:before {
  content: "\e622";
}

.pe-7s-like2:before {
  content: "\e6a1";
}

.pe-7s-plus:before {
  content: "\e623";
}

.pe-7s-left-arrow:before {
  content: "\e6a2";
}

.pe-7s-play:before {
  content: "\e624";
}

.pe-7s-key:before {
  content: "\e6a3";
}

.pe-7s-plane:before {
  content: "\e625";
}

.pe-7s-joy:before {
  content: "\e6a4";
}

.pe-7s-photo-gallery:before {
  content: "\e626";
}

.pe-7s-pin:before {
  content: "\e69b";
}

.pe-7s-phone:before {
  content: "\e627";
}

.pe-7s-plug:before {
  content: "\e69a";
}

.pe-7s-pen:before {
  content: "\e628";
}

.pe-7s-right-arrow:before {
  content: "\e699";
}

.pe-7s-paper-plane:before {
  content: "\e629";
}

.pe-7s-delete-user:before {
  content: "\e6a7";
}

.pe-7s-paint:before {
  content: "\e62a";
}

.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}

.pe-7s-notebook:before {
  content: "\e62b";
}

.pe-7s-note:before {
  content: "\e62c";
}

.pe-7s-next:before {
  content: "\e62d";
}

.pe-7s-news-paper:before {
  content: "\e62e";
}

.pe-7s-musiclist:before {
  content: "\e62f";
}

.pe-7s-music:before {
  content: "\e630";
}

.pe-7s-mouse:before {
  content: "\e631";
}

.pe-7s-more:before {
  content: "\e632";
}

.pe-7s-moon:before {
  content: "\e633";
}

.pe-7s-monitor:before {
  content: "\e634";
}

.pe-7s-micro:before {
  content: "\e635";
}

.pe-7s-menu:before {
  content: "\e636";
}

.pe-7s-map:before {
  content: "\e637";
}

.pe-7s-map-marker:before {
  content: "\e638";
}

.pe-7s-mail:before {
  content: "\e639";
}

.pe-7s-mail-open:before {
  content: "\e63a";
}

.pe-7s-mail-open-file:before {
  content: "\e63b";
}

.pe-7s-magnet:before {
  content: "\e63c";
}

.pe-7s-loop:before {
  content: "\e63d";
}

.pe-7s-look:before {
  content: "\e63e";
}

.pe-7s-lock:before {
  content: "\e63f";
}

.pe-7s-lintern:before {
  content: "\e640";
}

.pe-7s-link:before {
  content: "\e641";
}

.pe-7s-like:before {
  content: "\e642";
}

.pe-7s-light:before {
  content: "\e643";
}

.pe-7s-less:before {
  content: "\e644";
}

.pe-7s-keypad:before {
  content: "\e645";
}

.pe-7s-junk:before {
  content: "\e646";
}

.pe-7s-info:before {
  content: "\e647";
}

.pe-7s-home:before {
  content: "\e648";
}

.pe-7s-help2:before {
  content: "\e649";
}

.pe-7s-help1:before {
  content: "\e64a";
}

.pe-7s-graph3:before {
  content: "\e64b";
}

.pe-7s-graph2:before {
  content: "\e64c";
}

.pe-7s-graph1:before {
  content: "\e64d";
}

.pe-7s-graph:before {
  content: "\e64e";
}

.pe-7s-global:before {
  content: "\e64f";
}

.pe-7s-gleam:before {
  content: "\e650";
}

.pe-7s-glasses:before {
  content: "\e651";
}

.pe-7s-gift:before {
  content: "\e652";
}

.pe-7s-folder:before {
  content: "\e653";
}

.pe-7s-flag:before {
  content: "\e654";
}

.pe-7s-filter:before {
  content: "\e655";
}

.pe-7s-file:before {
  content: "\e656";
}

.pe-7s-expand1:before {
  content: "\e657";
}

.pe-7s-exapnd2:before {
  content: "\e658";
}

.pe-7s-edit:before {
  content: "\e659";
}

.pe-7s-drop:before {
  content: "\e65a";
}

.pe-7s-drawer:before {
  content: "\e65b";
}

.pe-7s-download:before {
  content: "\e65c";
}

.pe-7s-display2:before {
  content: "\e65d";
}

.pe-7s-display1:before {
  content: "\e65e";
}

.pe-7s-diskette:before {
  content: "\e65f";
}

.pe-7s-date:before {
  content: "\e660";
}

.pe-7s-cup:before {
  content: "\e661";
}

.pe-7s-culture:before {
  content: "\e662";
}

.pe-7s-crop:before {
  content: "\e663";
}

.pe-7s-credit:before {
  content: "\e664";
}

.pe-7s-copy-file:before {
  content: "\e665";
}

.pe-7s-config:before {
  content: "\e666";
}

.pe-7s-compass:before {
  content: "\e667";
}

.pe-7s-comment:before {
  content: "\e668";
}

.pe-7s-coffee:before {
  content: "\e669";
}

.pe-7s-cloud:before {
  content: "\e66a";
}

.pe-7s-clock:before {
  content: "\e66b";
}

.pe-7s-check:before {
  content: "\e66c";
}

.pe-7s-chat:before {
  content: "\e66d";
}

.pe-7s-cart:before {
  content: "\e66e";
}

.pe-7s-camera:before {
  content: "\e66f";
}

.pe-7s-call:before {
  content: "\e670";
}

.pe-7s-calculator:before {
  content: "\e671";
}

.pe-7s-browser:before {
  content: "\e672";
}

.pe-7s-box2:before {
  content: "\e673";
}

.pe-7s-box1:before {
  content: "\e674";
}

.pe-7s-bookmarks:before {
  content: "\e675";
}

.pe-7s-bicycle:before {
  content: "\e676";
}

.pe-7s-bell:before {
  content: "\e677";
}

.pe-7s-battery:before {
  content: "\e678";
}

.pe-7s-ball:before {
  content: "\e679";
}

.pe-7s-back:before {
  content: "\e67a";
}

.pe-7s-attention:before {
  content: "\e67b";
}

.pe-7s-anchor:before {
  content: "\e67c";
}

.pe-7s-albums:before {
  content: "\e67d";
}

.pe-7s-alarm:before {
  content: "\e67e";
}

.pe-7s-airplay:before {
  content: "\e67f";
}

.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.pe-2x {
  font-size: 2em;
}

.pe-3x {
  font-size: 3em;
}

.pe-4x {
  font-size: 4em;
}

.pe-5x {
  font-size: 5em;
}

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.pe-ul>li {
  position: relative;
}

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.pe-li.pe-lg {
  left: -1.8571428571428572em;
}

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pe.pull-left {
  margin-right: .3em;
}

.pe.pull-right {
  margin-left: .3em;
}

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
      -moz-transform: rotate(0deg);
  }

  100% {
      -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
      -o-transform: rotate(0deg);
  }

  100% {
      -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
      -ms-transform: rotate(0deg);
  }

  100% {
      -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(359deg);
  }
}

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.pe-stack-1x {
  line-height: inherit;
}

.pe-stack-2x {
  font-size: 2em;
}

.pe-inverse {
  color: #ffffff;
}

.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
  display: inline-block;
}

html {
  min-height: 100%;
  position: relative;
}

html:before {
  content: "xs,sm,md,lg";
  display: none;
}

body {
  margin-bottom: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .margin-top {
  margin-top: 50px;
}

body.overlay-open {
  overflow: hidden;
}

@media screen and (max-width:991px) {
  body.overlay-open {
      position: fixed;
  }
}

body.right-overlay-open {
  overflow: hidden;
}

body:before {
  display: none;
}

@media screen and (max-width:767px) {
  body:before {
      content: "xs";
  }
}

@media screen and (min-width:768px) {
  body:before {
      content: "sm";
  }
}

@media screen and (min-width:992px) {
  body:before {
      content: "md";
  }
}

@media screen and (min-width:1200px) {
  body:before {
      content: "lg";
  }
}

.page-hide-header-footer .main-container {
  margin-top: 0 !important;
}

.page-hide-header-footer #navbar {
  display: none;
}

.page-hide-header-footer footer.footer {
  display: none;
}

.page-hide-nav {
  margin-top: 0 !important;
}

.page-hide-nav #navbar {
  display: none;
}

.page-batch #navbar,
.page-relajax-photos-nojs-download-zip #navbar {
  display: none;
}

.page-batch footer.footer,
.page-relajax-photos-nojs-download-zip footer.footer {
  display: none;
}

.page-bg-grey {
  background: #f6f6f6;
}

.logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width:767px) {
  .logo {
      margin-left: 10px;
  }
}

.footer {
  position: absolute;
  bottom: -80px;
  width: 100%;
  background-color: #31373D;
  color: #ddd;
  z-index: 10;
}

@media screen and (max-width:767px) {
  .footer {
      text-align: center;
      position: relative;
  }
}

.footer .region-footer {
  padding: 15px 0;
}

.hide-page-title .page-header {
  display: none;
}

.page-no-go {
  background-color: #f8f8f8;
}

.page-no-go .main-container {
  margin-top: 150px !important;
  text-align: center;
}

.page-no-go .box-nogo {
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 80px;
  color: #fff;
  background: #444;
  margin-bottom: 40px;
}

.page-no-go .box-nogo .title {
  font-size: 60px;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 20px;
  margin-bottom: -5px;
}

.page-no-go .box-nogo small {
  margin-top: -10px;
}

.page-no-go .box-403 {
  background: #f8a078;
}

.page-no-go .tagline {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-no-go .cta-nogo {
  font-size: 18px;
}

.page-no-go .cta-nogo a {
  font-weight: 600;
  color: #f79a6f;
}

html.full-cols {
  height: 100%;
}

body.full-col-body {
  height: 100%;
  margin-bottom: 0;
}

body.full-col-body #footer {
  position: relative;
}

body.full-col-body #navbar .container {
  width: 100%;
}

body.full-col-body .main-container {
  min-height: 100%;
  overflow: hidden;
  margin-top: 61px;
}

body.full-col-body .margin-top-none {
  margin-top: 0;
}

body.full-col-body .full-column {
  margin-bottom: -9999px !important;
  padding-bottom: 9999px !important;
}

body.full-col-body .footer {
  position: relative;
}

body.footer-nostick .footer {
  position: relative;
  bottom: 0;
}

#admin-menu {
  z-index: 99999;
}

.home-middle-container {
  margin-top: 50px;
  margin-bottom: 60px;
}

.no-gutter,
.nogutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.glyphicon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@media screen and (max-width:767px) {
  body.full-col-body .full-column-no-xs {
      position: relative;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
  }
}

#mini-panel-wl_store_side_links,
.pane-rela-mailchimp-mailchimp-side-links,
#mini-panel-dashboard_sidebar,
.pane-property-edit-side-links,
.sub-sidebar-links {
  background: #3e464e;
}

#mini-panel-wl_store_side_links h5,
.pane-rela-mailchimp-mailchimp-side-links h5,
#mini-panel-dashboard_sidebar h5,
.pane-property-edit-side-links h5,
.sub-sidebar-links h5 {
  text-transform: uppercase;
  padding-left: 30px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #f9f9f9;
}

#mini-panel-wl_store_side_links ul.property-edit-menu,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu,
#mini-panel-dashboard_sidebar ul.property-edit-menu,
.pane-property-edit-side-links ul.property-edit-menu,
.sub-sidebar-links ul.property-edit-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li,
#mini-panel-dashboard_sidebar ul.property-edit-menu li,
.pane-property-edit-side-links ul.property-edit-menu li,
.sub-sidebar-links ul.property-edit-menu li {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  position: relative;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li .label,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li .label,
#mini-panel-dashboard_sidebar ul.property-edit-menu li .label,
.pane-property-edit-side-links ul.property-edit-menu li .label,
.sub-sidebar-links ul.property-edit-menu li .label {
  font-size: 10px;
  margin-top: -10px;
  position: absolute;
  margin-left: 8px;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li a,
#mini-panel-wl_store_side_links ul.property-edit-menu li .drop-link,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li a,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li .drop-link,
#mini-panel-dashboard_sidebar ul.property-edit-menu li a,
#mini-panel-dashboard_sidebar ul.property-edit-menu li .drop-link,
.pane-property-edit-side-links ul.property-edit-menu li a,
.pane-property-edit-side-links ul.property-edit-menu li .drop-link,
.sub-sidebar-links ul.property-edit-menu li a,
.sub-sidebar-links ul.property-edit-menu li .drop-link {
  -webkit-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 3px 12px 1px 40px;
  text-transform: uppercase;
  color: #eee;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li a.active,
#mini-panel-wl_store_side_links ul.property-edit-menu li .drop-link.active,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li a.active,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li .drop-link.active,
#mini-panel-dashboard_sidebar ul.property-edit-menu li a.active,
#mini-panel-dashboard_sidebar ul.property-edit-menu li .drop-link.active,
.pane-property-edit-side-links ul.property-edit-menu li a.active,
.pane-property-edit-side-links ul.property-edit-menu li .drop-link.active,
.sub-sidebar-links ul.property-edit-menu li a.active,
.sub-sidebar-links ul.property-edit-menu li .drop-link.active {
  background: #555F69;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li a.active:hover,
#mini-panel-wl_store_side_links ul.property-edit-menu li .drop-link.active:hover,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li a.active:hover,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li .drop-link.active:hover,
#mini-panel-dashboard_sidebar ul.property-edit-menu li a.active:hover,
#mini-panel-dashboard_sidebar ul.property-edit-menu li .drop-link.active:hover,
.pane-property-edit-side-links ul.property-edit-menu li a.active:hover,
.pane-property-edit-side-links ul.property-edit-menu li .drop-link.active:hover,
.sub-sidebar-links ul.property-edit-menu li a.active:hover,
.sub-sidebar-links ul.property-edit-menu li .drop-link.active:hover {
  background: #555F69;
}

#mini-panel-wl_store_side_links ul.property-edit-menu li a:hover,
#mini-panel-wl_store_side_links ul.property-edit-menu li .drop-link:hover,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li a:hover,
.pane-rela-mailchimp-mailchimp-side-links ul.property-edit-menu li .drop-link:hover,
#mini-panel-dashboard_sidebar ul.property-edit-menu li a:hover,
#mini-panel-dashboard_sidebar ul.property-edit-menu li .drop-link:hover,
.pane-property-edit-side-links ul.property-edit-menu li a:hover,
.pane-property-edit-side-links ul.property-edit-menu li .drop-link:hover,
.sub-sidebar-links ul.property-edit-menu li a:hover,
.sub-sidebar-links ul.property-edit-menu li .drop-link:hover {
  background: #2E3337;
}

.pane-rela-property-property-edit-links-block {
  margin-bottom: 10px;
  padding-top: 10px;
}

.pane-property-edit-right {
  padding-top: 30px;
  background: #f6f6f6;
  box-shadow: 1px 1px 11px #ccc inset;
  border-left: 1px solid #ddd;
}

.page-property-edit .page-header {
  display: none;
}

.page-property-edit .logo {
  width: 150px;
}

@media screen and (max-width:767px) {
  .page-property-edit .node-property-form {
      padding: 0;
  }
}

#theme-select-message {
  margin-bottom: 30px;
}

#theme-select-message h2 {
  margin-top: 0;
}

#front-static-hero {
  padding: 160px 0 60px 0;
  background: #eee;
  position: relative;
  background: #e9e9e9;
  background: -moz-linear-gradient(-45deg, #e9e9e9 0%, #f2f2f2 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e9e9e9), color-stop(100%, #f2f2f2));
  background: -webkit-linear-gradient(-45deg, #e9e9e9 0%, #f2f2f2 100%);
  background: -o-linear-gradient(-45deg, #e9e9e9 0%, #f2f2f2 100%);
  background: -ms-linear-gradient(-45deg, #e9e9e9 0%, #f2f2f2 100%);
  background: linear-gradient(135deg, #e9e9e9 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f2f2f2', GradientType=1);
}

#front-static-hero .pane-content {
  overflow: hidden;
}

#front-static-hero .headline {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: bold;
}

#front-static-hero .sub-headline {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 48px;
  color: #333;
}

#front-static-hero .tagline {
  font-size: 20px;
}

#front-static-hero .cta-wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#front-6-icons {
  background: #f8f8f8;
  padding: 70px 0 50px 0;
}

#front-6-icons .theres-more {
  font-size: 15px;
  color: #767676;
}

#front-6-icons .theres-more span {
  font-weight: 600;
  color: #74c136;
}

#front-easy-edit {
  padding: 40px 0 0 0;
  border-bottom: 1px solid #ccc;
}

#front-easy-edit .pane-content {
  overflow: hidden;
  position: relative;
}

#front-easy-edit .text-item {
  margin-bottom: 80px;
}

#front-easy-edit .tagline {
  line-height: 30px;
  padding-right: 80px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #front-easy-edit .tagline {
      padding-right: 0;
  }
}

#front-easy-edit .item-share .tagline {
  float: left;
  width: 73%;
  padding-right: 0;
}

#front-easy-edit .item-share .share-image {
  float: right;
  width: 40%;
  margin-right: -90px;
  margin-top: -30px;
}

#front-easy-edit .edit-screens {
  position: absolute;
  right: -110px;
}

#front-easy-edit .edit-screens img {
  float: right;
}

.icon-grid-6 .col {
  margin-bottom: 55px;
  height: 75px;
}

.icon-grid-6 .icon {
  font-size: 50px;
  color: #74c136;
  margin-right: 10px;
  float: left;
}

.icon-grid-6 .tagline {
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  display: table;
  padding-right: 20px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .icon-grid-6 .tagline {
      direction: inline;
      font-size: 13px;
      line-height: 18px;
  }
}

.icon-grid-6 .headline {
  text-transform: uppercase;
  margin-bottom: 5px;
  white-space: nowrap;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .icon-grid-6 .headline {
      font-size: 16px;
  }
}

#front-three-icons {
  padding: 70px 0;
  background: #f8f8f8;
}

#front-three-icons .col {
  text-align: center;
}

#front-three-icons h4.headline {
  text-transform: uppercase;
}

#front-three-icons .icon {
  font-size: 82px;
  color: #74c136;
  margin: 20px 0;
}

#front-three-icons .tagline {
  text-align: left;
  font-size: 16px;
  padding: 0 30px;
}

#front-single-screen {
  padding: 70px 0;
}

.pane-pricing-tables {
  padding-top: 20px;
  padding-bottom: 60px;
}

.pane-pricing-tables .pane-title {
  margin-top: 0;
}

#front-hero-cta {
  text-align: center;
  display: block;
  height: 1px;
}

#front-hero-cta .signup-cta {
  background: #8ad151;
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  position: relative;
  bottom: 30px;
  border-radius: 3px;
}

#dashboard-left-nav {
  background: #31373D;
}

#dashboard-left-nav a {
  color: #fff;
}

.view-empty-no-bg .view-empty {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 !important;
}

.pane-property-edit-forms {
  background: #f6f6f6;
}

.view-empty .fancy-icon {
  font-size: 59px;
  color: #d4d4d4;
  background: -webkit-linear-gradient(#dcecf5, #d6e2e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#right-edit-overlay .view-empty {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px;
  margin-top: 0;
}

.pane-dashboard-main-content {
  background: #f6f6f6;
}

.pane-dashboard-main-content .table>thead>tr>td.active,
.pane-dashboard-main-content .table>thead>tr>th.active,
.pane-dashboard-main-content .table>thead>tr.active>td,
.pane-dashboard-main-content .table>thead>tr.active>th,
.pane-dashboard-main-content .table>tbody>tr>td.active,
.pane-dashboard-main-content .table>tbody>tr>th.active,
.pane-dashboard-main-content .table>tbody>tr.active>td,
.pane-dashboard-main-content .table>tbody>tr.active>th,
.pane-dashboard-main-content .table>tfoot>tr>td.active,
.pane-dashboard-main-content .table>tfoot>tr>th.active,
.pane-dashboard-main-content .table>tfoot>tr.active>td,
.pane-dashboard-main-content .table>tfoot>tr.active>th {
  background-color: #fff;
}

.pane-dashboard-main-content .table-hover>tbody>tr>td.active:hover,
.pane-dashboard-main-content .table-hover>tbody>tr>th.active:hover,
.pane-dashboard-main-content .table-hover>tbody>tr.active:hover>td,
.pane-dashboard-main-content .table-hover>tbody>tr:hover>.active,
.pane-dashboard-main-content .table-hover>tbody>tr.active:hover>th {
  background-color: #f2f2f2;
}

.pane-dashboard-main-content .pane-views-panes {
  margin-bottom: 30px;
}

.pane-dashboard-main-content .view-empty {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 40px;
  margin-top: 0;
}

.pane-dashboard-main-content .view-content {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.pane-dashboard-main-content .view-dash-nobg .view-content {
  background: transparent;
  border: 0 none;
}

.pane-dashboard-main-content .pane-rela-shopping-cart-summary-billing-dashboard {
  max-width: 800px;
  margin: 0 auto;
}

.pane-dashboard-main-content .pane-rela-shopping-cart-summary-billing-dashboard .pane-title {
  margin-bottom: 30px;
}

.pane-dashboard-main-content .pane-dashboard-billing .purchase-notice-icon {
  font-size: 40px;
  color: #437acc;
  float: left;
  margin: 0px 15px;
}

.pane-dashboard-main-content .pane-dashboard-billing .purchase-notice {
  float: left;
  padding-top: 10px;
  width: 80%;
}

.pane-dashboard-main-content .theme-default_property_config .view-content {
  border: none;
}

.page-account-teams- .pane-dashboard-main-content,
.page-account-teams- .pane-property-edit-forms,
.page-account-brokerages- .pane-dashboard-main-content,
.page-account-brokerages- .pane-property-edit-forms,
.page-account-store .pane-dashboard-main-content,
.page-account-store .pane-property-edit-forms,
.page-account-company-profile .pane-dashboard-main-content,
.page-account-company-profile .pane-property-edit-forms,
.page-property-marketing .pane-dashboard-main-content,
.page-property-marketing .pane-property-edit-forms,
.page-account-properties .pane-dashboard-main-content,
.page-account-properties .pane-property-edit-forms,
.page-property-edit .pane-dashboard-main-content,
.page-property-edit .pane-property-edit-forms,
.page-account-profile .pane-dashboard-main-content,
.page-account-profile .pane-property-edit-forms {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 305px;
  padding-top: 70px;
  width: 100%;
  margin-left: 0;
}

@media (min-width:768px) {

  .page-account-teams- .pane-dashboard-main-content,
  .page-account-teams- .pane-property-edit-forms,
  .page-account-brokerages- .pane-dashboard-main-content,
  .page-account-brokerages- .pane-property-edit-forms,
  .page-account-store .pane-dashboard-main-content,
  .page-account-store .pane-property-edit-forms,
  .page-account-company-profile .pane-dashboard-main-content,
  .page-account-company-profile .pane-property-edit-forms,
  .page-property-marketing .pane-dashboard-main-content,
  .page-property-marketing .pane-property-edit-forms,
  .page-account-properties .pane-dashboard-main-content,
  .page-account-properties .pane-property-edit-forms,
  .page-property-edit .pane-dashboard-main-content,
  .page-property-edit .pane-property-edit-forms,
  .page-account-profile .pane-dashboard-main-content,
  .page-account-profile .pane-property-edit-forms {
      float: left;
      width: 100%;
  }
}

@media (min-width:992px) {

  .page-account-teams- .pane-dashboard-main-content,
  .page-account-teams- .pane-property-edit-forms,
  .page-account-brokerages- .pane-dashboard-main-content,
  .page-account-brokerages- .pane-property-edit-forms,
  .page-account-store .pane-dashboard-main-content,
  .page-account-store .pane-property-edit-forms,
  .page-account-company-profile .pane-dashboard-main-content,
  .page-account-company-profile .pane-property-edit-forms,
  .page-property-marketing .pane-dashboard-main-content,
  .page-property-marketing .pane-property-edit-forms,
  .page-account-properties .pane-dashboard-main-content,
  .page-account-properties .pane-property-edit-forms,
  .page-property-edit .pane-dashboard-main-content,
  .page-property-edit .pane-property-edit-forms,
  .page-account-profile .pane-dashboard-main-content,
  .page-account-profile .pane-property-edit-forms {
      float: left;
      width: 100%;
  }
}

@media (min-width:1200px) {

  .page-account-teams- .pane-dashboard-main-content,
  .page-account-teams- .pane-property-edit-forms,
  .page-account-brokerages- .pane-dashboard-main-content,
  .page-account-brokerages- .pane-property-edit-forms,
  .page-account-store .pane-dashboard-main-content,
  .page-account-store .pane-property-edit-forms,
  .page-account-company-profile .pane-dashboard-main-content,
  .page-account-company-profile .pane-property-edit-forms,
  .page-property-marketing .pane-dashboard-main-content,
  .page-property-marketing .pane-property-edit-forms,
  .page-account-properties .pane-dashboard-main-content,
  .page-account-properties .pane-property-edit-forms,
  .page-property-edit .pane-dashboard-main-content,
  .page-property-edit .pane-property-edit-forms,
  .page-account-profile .pane-dashboard-main-content,
  .page-account-profile .pane-property-edit-forms {
      float: left;
      width: 100%;
  }
}

@media screen and (max-width:767px) {

  .page-account-teams- .pane-dashboard-main-content,
  .page-account-teams- .pane-property-edit-forms,
  .page-account-brokerages- .pane-dashboard-main-content,
  .page-account-brokerages- .pane-property-edit-forms,
  .page-account-store .pane-dashboard-main-content,
  .page-account-store .pane-property-edit-forms,
  .page-account-company-profile .pane-dashboard-main-content,
  .page-account-company-profile .pane-property-edit-forms,
  .page-property-marketing .pane-dashboard-main-content,
  .page-property-marketing .pane-property-edit-forms,
  .page-account-properties .pane-dashboard-main-content,
  .page-account-properties .pane-property-edit-forms,
  .page-property-edit .pane-dashboard-main-content,
  .page-property-edit .pane-property-edit-forms,
  .page-account-profile .pane-dashboard-main-content,
  .page-account-profile .pane-property-edit-forms {
      padding-left: 15px;
  }
}

.page-account-teams- #dashboard-left-nav,
.page-account-brokerages- #dashboard-left-nav,
.page-account-store #dashboard-left-nav,
.page-account-company-profile #dashboard-left-nav,
.page-property-marketing #dashboard-left-nav,
.page-account-properties #dashboard-left-nav,
.page-property-edit #dashboard-left-nav,
.page-account-profile #dashboard-left-nav {
  width: 55px;
  overflow: hidden;
  z-index: 99;
}

.page-account-teams- #dashboard-left-nav .dashboard-main-menu a,
.page-account-brokerages- #dashboard-left-nav .dashboard-main-menu a,
.page-account-store #dashboard-left-nav .dashboard-main-menu a,
.page-account-company-profile #dashboard-left-nav .dashboard-main-menu a,
.page-property-marketing #dashboard-left-nav .dashboard-main-menu a,
.page-account-properties #dashboard-left-nav .dashboard-main-menu a,
.page-property-edit #dashboard-left-nav .dashboard-main-menu a,
.page-account-profile #dashboard-left-nav .dashboard-main-menu a {
  width: 300px;
}

.page-account-teams- #dashboard-left-nav .dashboard-main-menu a .title,
.page-account-brokerages- #dashboard-left-nav .dashboard-main-menu a .title,
.page-account-store #dashboard-left-nav .dashboard-main-menu a .title,
.page-account-company-profile #dashboard-left-nav .dashboard-main-menu a .title,
.page-property-marketing #dashboard-left-nav .dashboard-main-menu a .title,
.page-account-properties #dashboard-left-nav .dashboard-main-menu a .title,
.page-property-edit #dashboard-left-nav .dashboard-main-menu a .title,
.page-account-profile #dashboard-left-nav .dashboard-main-menu a .title {
  display: none;
}

.page-account-teams- #dashboard-left-nav .dashboard-main-menu a:before,
.page-account-brokerages- #dashboard-left-nav .dashboard-main-menu a:before,
.page-account-store #dashboard-left-nav .dashboard-main-menu a:before,
.page-account-company-profile #dashboard-left-nav .dashboard-main-menu a:before,
.page-property-marketing #dashboard-left-nav .dashboard-main-menu a:before,
.page-account-properties #dashboard-left-nav .dashboard-main-menu a:before,
.page-property-edit #dashboard-left-nav .dashboard-main-menu a:before,
.page-account-profile #dashboard-left-nav .dashboard-main-menu a:before {
  margin-right: 50px;
}

.page-account-teams- #dashboard-left-nav.expanded,
.page-account-brokerages- #dashboard-left-nav.expanded,
.page-account-store #dashboard-left-nav.expanded,
.page-account-company-profile #dashboard-left-nav.expanded,
.page-property-marketing #dashboard-left-nav.expanded,
.page-account-properties #dashboard-left-nav.expanded,
.page-property-edit #dashboard-left-nav.expanded,
.page-account-profile #dashboard-left-nav.expanded {
  width: 240px;
}

.page-account-teams- #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-account-brokerages- #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-account-store #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-account-company-profile #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-property-marketing #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-account-properties #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-property-edit #dashboard-left-nav.expanded .dashboard-main-menu a .title,
.page-account-profile #dashboard-left-nav.expanded .dashboard-main-menu a .title {
  display: inline-block;
}

.cardonfile-table {
  position: relative;
}

.cardonfile-table .table {
  margin-bottom: 0;
}

.add-card-panel .pane-title {
  background-position: 0 -116px;
  background-position-x: right !important;
  height: 30px;
}

.aro-manage-panel {
  margin-bottom: 30px;
}

.pane-rela-property-property-edit-photos-block {
  max-width: 1000px;
  position: relative;
}

#mini-panel-property_edit_forms .panel-pane {
  max-width: none;
  padding: 0 40px;
}

#mini-panel-property_edit_forms .panel-panel {
  margin-left: -15px;
  margin-right: -15px;
  width: inherit;
}

#mini-panel-property_edit_forms .panel-panel:before,
#mini-panel-property_edit_forms .panel-panel:after {
  content: " ";
  display: table;
}

#mini-panel-property_edit_forms .panel-panel:after {
  clear: both;
}

#mini-panel-property_edit_forms #property-edit-header {
  max-width: none;
  padding: 0 20px;
}

#mini-panel-property_edit_forms #property-edit-header .header-inner {
  display: flex;
  align-items: center;
  height: 50px;
}

#mini-panel-property_edit_forms #property-edit-header .fake-save-enabled {
  margin-right: 10px;
  display: none;
}

#mini-panel-property_edit_forms #property-edit-header .fake-save-disabled {
  margin-right: 10px;
}

.page-property-edit-team-access #mini-panel-property_edit_forms #property-edit-header .fake-save-disabled,
.page-property-edit-details #mini-panel-property_edit_forms #property-edit-header .fake-save-disabled,
.page-property-edit-location #mini-panel-property_edit_forms #property-edit-header .fake-save-disabled,
.page-property-edit-advanced #mini-panel-property_edit_forms #property-edit-header .fake-save-disabled {
  display: none;
}

.page-property-edit-team-access #mini-panel-property_edit_forms #property-edit-header .fake-save-enabled,
.page-property-edit-details #mini-panel-property_edit_forms #property-edit-header .fake-save-enabled,
.page-property-edit-location #mini-panel-property_edit_forms #property-edit-header .fake-save-enabled,
.page-property-edit-advanced #mini-panel-property_edit_forms #property-edit-header .fake-save-enabled {
  display: inline-block;
}

#dashboard-logo-pane {
  padding-top: 8px;
  padding-left: 19px;
  margin-bottom: 0;
  height: 50px;
  border-bottom: 1px solid #484E54;
}

#dashboard-logo-pane img {
  width: 100px;
  padding-top: 2px;
}

.editor-links-header {
  height: 50px;
  background: #4b5157;
  color: #f1eeee;
  font-size: 20px;
  padding: 10px;
}

.panel-header-full {
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 50px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 12;
  right: 0;
  left: 240px;
  top: 0;
}

@media screen and (max-width:991px) {
  .panel-header-full {
      left: 0;
  }
}

.page-property-marketing #dashboard-content-main {
  padding-left: 320px;
}

.page-account-store #dashboard-content-main,
.page-property-edit #dashboard-content-main,
.page-account-brokerages- #dashboard-content-main,
.page-account-teams- #dashboard-content-main,
.page-account-company-profile #dashboard-content-main,
.page-account-properties #dashboard-content-main,
.page-account-profile #dashboard-content-main {
  padding-left: 292px;
}

@media screen and (max-width:767px) {

  .page-account-store #dashboard-content-main,
  .page-property-edit #dashboard-content-main,
  .page-account-brokerages- #dashboard-content-main,
  .page-account-teams- #dashboard-content-main,
  .page-account-company-profile #dashboard-content-main,
  .page-account-properties #dashboard-content-main,
  .page-account-profile #dashboard-content-main {
      padding-left: 0;
      padding-right: 0;
  }
}

.page-account-store .panel-header-full,
.page-property-edit .panel-header-full,
.page-account-brokerages- .panel-header-full,
.page-account-teams- .panel-header-full,
.page-account-company-profile .panel-header-full,
.page-account-properties .panel-header-full,
.page-account-profile .panel-header-full {
  left: 295px;
}

@media screen and (max-width:767px) {

  .page-account-store .panel-header-full,
  .page-property-edit .panel-header-full,
  .page-account-brokerages- .panel-header-full,
  .page-account-teams- .panel-header-full,
  .page-account-company-profile .panel-header-full,
  .page-account-properties .panel-header-full,
  .page-account-profile .panel-header-full {
      left: 0;
  }
}

#mini-panel-dashboard_main_content {
  padding: 0 20px;
  padding-bottom: 500px;
  position: relative;
}

.pane-rela-property-property-edit-domains-block .manage-domains-wrapper ul {
  margin-bottom: 0;
  text-align: left;
}

.pane-rela-property-property-edit-domains-block .add-domain-form {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.pane-rela-property-property-edit-domains-block .auto-renew-switch {
  display: block;
}

.pane-rela-property-property-edit-domains-block .auto-renew-text {
  display: inline-block;
  border-top: 1px solid #dcdcdc;
}

.page-property-edit-domains .domains-manage-header {
  margin-bottom: 20px;
}

.page-property-edit-domains .domains-manage-header .pane-title {
  margin-top: 0;
}

.pane-current-user-plan {
  position: relative;
  margin-bottom: 20px;
}

.page-signup,
.page-user-login,
.page-user-password,
.page-join-team,
.page-agency-user,
.page-user-reset,
.page-user-register {
  background: #f9f9f9;
}

.page-signup .main-container,
.page-user-login .main-container,
.page-user-password .main-container,
.page-join-team .main-container,
.page-agency-user .main-container,
.page-user-reset .main-container,
.page-user-register .main-container {
  width: 50%;
  text-align: center;
}

@media screen and (min-width:768px) and (max-width:991px) {

  .page-signup .main-container,
  .page-user-login .main-container,
  .page-user-password .main-container,
  .page-join-team .main-container,
  .page-agency-user .main-container,
  .page-user-reset .main-container,
  .page-user-register .main-container {
      width: 80%;
  }
}

@media screen and (max-width:767px) {

  .page-signup .main-container,
  .page-user-login .main-container,
  .page-user-password .main-container,
  .page-join-team .main-container,
  .page-agency-user .main-container,
  .page-user-reset .main-container,
  .page-user-register .main-container {
      width: 100%;
  }
}

.page-signup .main-container .breadcrumb,
.page-user-login .main-container .breadcrumb,
.page-user-password .main-container .breadcrumb,
.page-join-team .main-container .breadcrumb,
.page-agency-user .main-container .breadcrumb,
.page-user-reset .main-container .breadcrumb,
.page-user-register .main-container .breadcrumb {
  display: none;
}

.page-signup .main-container .region-content,
.page-user-login .main-container .region-content,
.page-user-password .main-container .region-content,
.page-join-team .main-container .region-content,
.page-agency-user .main-container .region-content,
.page-user-reset .main-container .region-content,
.page-user-register .main-container .region-content {
  border: 1px solid #ccc;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

.page-signup .main-container .region-content input,
.page-user-login .main-container .region-content input,
.page-user-password .main-container .region-content input,
.page-join-team .main-container .region-content input,
.page-agency-user .main-container .region-content input,
.page-user-reset .main-container .region-content input,
.page-user-register .main-container .region-content input {
  background: linear-gradient(135deg, #e9e9e9 0%, #f2f2f2 100%);
}

.page-signup form,
.page-user-login form,
.page-user-password form,
.page-join-team form,
.page-agency-user form,
.page-user-reset form,
.page-user-register form {
  background: #fff;
  padding: 40px 20px;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: left;
  width: 100%;
}

.page-signup .singin-cta,
.page-user-login .singin-cta,
.page-user-password .singin-cta,
.page-join-team .singin-cta,
.page-agency-user .singin-cta,
.page-user-reset .singin-cta,
.page-user-register .singin-cta {
  margin-top: 20px;
}

.page-agency-user .wl-reg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow-y: auto;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner {
  background: rgba(237, 237, 237, 0.8);
  max-width: 50%;
  border: 1px solid #bbb;
  margin: 5% auto;
  padding: 15px;
}

@media screen and (max-width:991px) {
  .page-agency-user .wl-reg-wrapper .wl-reg-inner {
      max-width: 90%;
  }
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner .views-field-field-provider-logo img {
  max-width: 400px;
  max-height: 140px;
  width: auto;
  height: auto;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner form {
  padding: 20px;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner #rela_quick_register_form-wrapper {
  padding: 0 40px;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner .login-pass-form-wrapper {
  display: none;
  padding: 0 40px;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner .login-pass-form-wrapper #rela_login_form-wrapper {
  padding: 0;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner .login-pass-form-wrapper .views-field-field-brand-color {
  margin: 0;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner .login-pass-form-wrapper .pass-form-wrapper {
  display: none;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner.login .reg-form-wrapper {
  display: none;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner.login .login-pass-form-wrapper {
  display: block;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner.pass .login-form-wrapper {
  display: none;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner.pass .pass-form-wrapper {
  display: block;
}

.page-agency-user .wl-reg-wrapper .wl-reg-inner.pass .reg-login-toggle {
  display: none;
}

.page-agency-user form {
  border: 0 none;
}

.page-user-reset .main-container .region-content {
  border: 0;
  padding: 0;
  margin: 0 40px;
}

.page-user-reset .main-container .region-content .form-submit {
  width: 100%;
  padding: 12px;
  margin-top: 20px;
}

.page-agency-user .alert {
  z-index: 10;
  margin: 15px 15px -60px;
  position: relative;
}

.page-agency-user .main-container .region-content {
  border: 0px none;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  max-width: 660px;
}

.page-agency-user .main-container .region-content input {
  background: #fff;
}

.page-agency-user .main-container form {
  border-top: 1px dashed #ccc !important;
  border: 1px solid #ddd;
}

.page-agency-user .wl-regform-branding {
  margin-top: 90px;
}

@media screen and (max-width:767px) {
  .page-agency-user .wl-regform-branding {
      margin-top: 45px;
  }
}

.page-agency-user .wl-regform-branding .views-row {
  background: #fff;
  font-size: 15px;
  border: 1px solid #ddd;
  border-bottom: 0;
  margin: 0 40px;
}

.page-agency-user .wl-regform-branding .views-row .views-field-title {
  padding: 0px 40px 20px 40px;
}

.page-agency-user .views-field-field-provider-logo {
  margin: 35px 0 20px 0;
  z-index: 2;
  position: relative;
}

.page-agency-user .views-field-field-provider-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.page-agency-user .wl-login-form-region {
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
  position: relative;
}

.page-agency-user .wl-login-tabs .tabs-wrapper {
  display: inline-block;
  width: 100%;
}

.page-agency-user .wl-login-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: -46px;
  background: transparent;
}

.page-agency-user .wl-login-tabs ul .tab {
  margin-bottom: 10px;
  font-size: 13px;
}

.page-agency-user .wl-login-tabs ul .tab a {
  color: #1394b3;
}

.page-agency-user .wl-login-tabs ul .tab-icon {
  font-size: 16px;
  vertical-align: middle;
}

.page-agency-user .wl-login-tabs ul .active-tab-parent a {
  color: #fff;
}

.page-agency-user .wl-login-tabs ul .first {
  float: left;
  margin-left: 13px;
}

.page-agency-user .wl-login-tabs ul .last {
  float: right;
  margin-right: 13px;
}

.page-agency-user .views-field-field-brand-color {
  z-index: 1;
  position: relative;
  margin: 20px 40px 0 40px;
}

.page-agency-user .jquery_colorpicker_color_display {
  height: 5px;
}

@media screen and (max-width:767px) {
  .page-agency-user {
      width: 100%;
  }

  .page-agency-user #rela_quick_register_form-wrapper {
      padding: 0;
  }
}

.page-signup .region-content {
  padding: 50px 0 !important;
}

.page-signup .region-content form {
  border: 0 none;
}

.page-checkout {
  background: #f6f6f6;
}

.page-checkout #navbar {
  height: 200px;
}

.page-checkout #navbar .logo {
  width: auto;
  margin-top: 10px;
}

.page-checkout #page-header {
  text-align: center;
  margin-top: 30px;
}

.page-checkout .main-container {
  margin-top: -170px;
}

.page-checkout .page-header {
  color: #fff;
  border-bottom: 0;
}

.page-checkout fieldset {
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
}

.page-checkout fieldset legend {
  background: transparent !important;
  width: auto;
  font-weight: bold;
  border-bottom: 0 none;
  margin-bottom: 0;
}

.page-checkout fieldset legend .panel-title {
  font-size: 20px;
}

.page-checkout form {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.page-checkout .form-item-customer-profile-billing-addressbook .form-select {
  width: 230px;
  font-size: 13px;
  height: inherit !important;
  background-color: #fff !important;
}

.page-checkout .prints_order_cart_contents,
.page-checkout .fb_ad_cart_contents,
.page-checkout .enterprise_cart_contents,
.page-checkout .cart_contents {
  width: 30%;
  float: right;
}

.page-checkout .prints_order_cart_contents legend .panel-title,
.page-checkout .fb_ad_cart_contents legend .panel-title,
.page-checkout .enterprise_cart_contents legend .panel-title,
.page-checkout .cart_contents legend .panel-title {
  font-size: 16px;
}

@media screen and (max-width:767px) {

  .page-checkout .prints_order_cart_contents,
  .page-checkout .fb_ad_cart_contents,
  .page-checkout .enterprise_cart_contents,
  .page-checkout .cart_contents {
      width: 100%;
  }
}

.page-checkout .prints_order_cart_contents .panel-title,
.page-checkout .wl_client_cart_contents .panel-title,
.page-checkout .fb_ad_cart_contents .panel-title {
  display: none;
}

.page-checkout .prints_order_cart_contents .views-field * {
  display: inline-block;
}

.page-checkout .prints_order_cart_contents .views-field .views-label {
  font-weight: bold;
}

.page-checkout .prints_order_cart_contents .group-shipping-info {
  display: none;
}

.page-checkout .customer_profile_shipping,
.page-checkout .customer_profile_billing {
  width: 68%;
  float: left;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {

  .page-checkout .customer_profile_shipping,
  .page-checkout .customer_profile_billing {
      width: 100%;
      border-right: 0 none;
  }
}

.page-checkout .customer_profile_shipping .form-item-customer-profile-shipping-commerce-customer-address-und-0-first-name,
.page-checkout .customer_profile_billing .form-item-customer-profile-shipping-commerce-customer-address-und-0-first-name {
  width: 49%;
  margin-right: 2%;
}

.page-checkout .customer_profile_shipping .form-item-customer-profile-shipping-commerce-customer-address-und-0-last-name,
.page-checkout .customer_profile_billing .form-item-customer-profile-shipping-commerce-customer-address-und-0-last-name {
  width: 49%;
  margin-right: 0;
}

.page-checkout .badges-wrap {
  margin-top: 30px;
}

.page-checkout .commerce_payment {
  float: left;
  width: 68%;
  border-right: 1px solid #ddd;
}

@media screen and (max-width:767px) {
  .page-checkout .commerce_payment {
      width: 100%;
      border-right: 0 none;
  }
}

.page-checkout .checkout-buttons {
  width: 100%;
  float: left;
  border-top: 1px dashed #ccc;
  margin-bottom: 0;
  padding: 10px 0;
}

.page-checkout .checkout-buttons .button-operator {
  display: none;
}

.page-checkout .checkout-buttons .checkout-cancel {
  float: right;
}

.rela_discount_cart_display {
  position: absolute;
  width: 33%;
  top: 30px;
  color: #fff;
  background: transparent;
  right: 0;
  padding: 0;
  margin-bottom: 0;
  padding-left: 16px;
}

@media screen and (max-width:767px) {
  .rela_discount_cart_display {
      position: relative;
      color: #444;
      width: 100%;
      margin-bottom: 20px;
  }

  .rela_discount_cart_display .panel-body {
      padding: 0;
      margin-bottom: 20px;
  }
}

.rela_discount_cart_display .panel-heading {
  display: none;
}

.pane-rela-analytics-rela-analytics-per-property {
  position: relative;
}

.hide-footer footer.footer,
.page-property-edit footer.footer,
.page-account footer.footer {
  display: none;
}

.node-type-page {
  background: #f9f9f9;
}

.node-type-page .page-header {
  margin-top: 0;
}

.node-type-page .node-page {
  background: #fff;
  border: 1px solid #ddd;
}

.node-type-page .field-name-field-page-content {
  padding: 40px 60px;
}

@media screen and (max-width:767px) {
  .node-type-page .field-name-field-page-content {
      padding: 20px 15px;
  }
}

.page-property-marketing #right-edit-overlay {
  min-height: 600px;
  z-index: 99;
}

.page-agency-user #navbar,
.page-public-photos #navbar {
  display: none;
}

.node-type-property #flyers {
  position: fixed;
  width: 150px;
  bottom: 10px;
  left: 0;
  background: #000;
  padding: 10px 20px;
  cursor: pointer;
}

.node-type-property #flyers .flyer-download-all {
  display: none;
  position: absolute;
  left: 150px;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 10px;
}

.node-type-property #flyers:hover .flyer-download-all {
  display: block;
}

#commerce-checkout-coupon-ajax-wrapper {
  position: absolute;
  right: 0;
  top: -40px;
  width: 300px;
}

#commerce-checkout-coupon-ajax-wrapper .panel {
  background: transparent;
}

#commerce-checkout-coupon-ajax-wrapper .panel-heading {
  text-align: right;
}

#commerce-checkout-coupon-ajax-wrapper .panel-title {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}

#commerce-checkout-coupon-ajax-wrapper .panel-collapse {
  background: #fff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.18);
}

.page-public-photos .main-container {
  margin-top: 0;
}

.page-public-photos .property-header-image {
  height: 450px;
  display: inline-block;
}

.page-public-photos .property-header-image .underlay {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#cc000000', GradientType=1);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.page-public-photos .address {
  position: absolute;
  top: 205px;
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px 3px #111;
  text-align: center;
  z-index: 2;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif, Arial, sans-serif;
}

.page-public-photos .address .street {
  font-size: 40px;
}

.page-public-photos .address .city-state {
  font-size: 18px;
}

.page-public-photos .attribution {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif, Arial, sans-serif;
}

.page-public-photos .attribution .attribution-label {
  font-size: 12px;
}

.page-public-photos .attribution .company {
  font-size: 30px;
}

.page-public-photos .login-link {
  position: relative;
  z-index: 1;
  float: right;
  padding: 15px;
}

.page-public-photos .login-link a {
  text-transform: uppercase;
  color: #fff;
}

.page-public-photos .login-link a:hover {
  text-decoration: underline;
}

.page-public-photos .public-dl-legacy-view {
  margin-top: 90px;
}

.page-public-photos .public-dl-legacy-view .btn-adv-image-download {
  position: absolute;
  top: -100px;
  right: 0;
  left: 0;
  width: 220px;
  margin: auto;
}

.page-public-photos .pane-public-download-content {
  margin-top: -52px;
}

.page-public-photos .pane-public-download-content .btn-adv-image-download {
  position: absolute;
  top: -100px;
  right: 0;
}

@media screen and (max-width:767px) {
  .page-public-photos .pane-public-download-content .btn-adv-image-download {
      top: -180px;
      right: 0;
      left: 0;
  }
}

.page-public-photos .pane-public-download-content .tab {
  background-color: rgba(255, 255, 255, 0.5);
}

.page-public-photos .pane-public-download-content .tab a {
  color: #e2e2e2 !important;
}

.page-public-photos .pane-public-download-content .tab.active-tab-parent a {
  color: #000 !important;
}

.page-public-photos .view-id-public_download_content.view-display-id-panel_photos .views-row {
  width: 240px;
  height: auto;
  border: none !important;
}

.page-public-photos .view-id-public_download_content.view-display-id-panel_photos .views-row .views-field-field-property-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .page-public-photos .attribution .company {
      font-size: 16px;
  }

  .page-public-photos .address {
      top: 145px;
  }

  .page-public-photos .address .street {
      font-size: 20px;
  }

  .page-public-photos .rela-standard-tabs .tabs-wrapper .tab a {
      padding: 15px;
  }

  .page-public-photos .view-id-public_download_content.view-display-id-panel_photos .views-row {
      width: 100%;
      text-align: center;
  }

  .page-public-photos .view-id-public_download_content.view-display-id-panel_photos .views-row .views-field-field-property-image img {
      width: 250px;
      height: auto;
  }
}

.pane-zip-download-drop-zip-pane {
  padding: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
}

@media screen and (max-width:767px) {
  .view-id-zip_download_drop.view-display-id-zip_pane {
      flex-direction: column;
  }
}

.view-id-zip_download_drop.view-display-id-zip_pane .view-content {
  border: 0 none !important;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.view-id-zip_download_drop.view-display-id-zip_pane .view-content .download-image-lock {
  position: absolute;
  width: 100%;
  height: 100%;
}

.view-id-zip_download_drop.view-display-id-zip_pane .view-content .download-image-lock a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.view-id-zip_download_drop.view-display-id-zip_pane .photo-dl {
  height: 94px;
  padding-top: 28px;
  font-size: 14px;
  border-right: 1px solid #ddd;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  -webkit-transition: color 0.45s, box-shadow 0.45s;
  -o-transition: color 0.45s, box-shadow 0.45s;
  transition: color 0.45s, box-shadow 0.45s;
}

.view-id-zip_download_drop.view-display-id-zip_pane .photo-dl:last-child {
  border-right: 0 none;
}

.view-id-zip_download_drop.view-display-id-zip_pane .photo-dl.progress-disabled {
  float: left;
}

.view-id-zip_download_drop.view-display-id-zip_pane .photo-dl small {
  font-size: 75%;
}

.view-id-zip_download_drop.view-display-id-zip_pane .photo-dl:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #319fcc;
}

@media screen and (max-width:767px) {
  .view-id-zip_download_drop.view-display-id-zip_pane .photo-dl {
      border-right: 0 none;
      border-bottom: 1px solid #ddd;
  }
}

.view-id-zip_download_drop.view-display-id-zip_pane .views-field-nothing .photo-dl {
  border-right: 0 none;
  border-bottom: 0 none;
}

.wl-order-editor-property-details .view-id-zip_download_drop.view-display-id-zip_pane .view-content {
  border: 1px solid #ddd !important;
}

#download-custom-size-form-wrapper form {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

#download-custom-size-form-wrapper .form-item-custom-width {
  display: inline-block;
  margin-bottom: 0;
}

#download-custom-size-form-wrapper .form-item-custom-width label {
  display: none;
}

#download-custom-size-form-wrapper .form-item-custom-width label .form-required {
  display: none;
}

#download-custom-size-form-wrapper .form-item-custom-width input {
  display: inline-block;
  width: 150px;
}

#download-custom-size-form-wrapper .form-actions {
  clear: both;
  padding-top: 10px;
}

#download-custom-size-form-wrapper .form-actions button {
  width: 150px;
}

#download-custom-size-form-wrapper .alert {
  float: left;
  text-align: center;
  right: auto;
  width: 100% !important;
}

#mini-panel-rela_feature_updates .field-name-field-admes-overview {
  padding: 10px 20px;
}

#mini-panel-rela_feature_updates .field-name-field-admes-overview img {
  display: block;
  margin-left: auto;
  max-width: 100%;
  height: auto !important;
  margin-right: auto;
}

#mini-panel-rela_feature_updates .dash-all-preview .field-name-field-admes-overview {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

#mini-panel-rela_feature_updates .dash-all-preview .field-name-field-admes-overview:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #ffffff, #ffffff 10%, rgba(255, 255, 255, 0.01));
  pointer-events: none;
}

#mini-panel-rela_feature_updates .dash-all-preview .field-name-field-admes-overview img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

#mini-panel-rela_feature_updates .dash-all-preview .read-more {
  z-index: 16;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 84px;
}

#mini-panel-rela_feature_updates .player {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#mini-panel-rela_feature_updates .player iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.page-wl-checkout #navbar {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  height: auto;
}

.page-wl-checkout #wl-checkout-logo {
  max-width: 320px;
  width: auto;
  max-height: 165px;
  height: auto;
}

.page-wl-checkout #wl-checkout-logo-text {
  font-family: montserrat;
  color: #333;
  font-size: 35px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.page-wl-checkout .main-container {
  margin-top: 0;
}

.page-wl-checkout #content-region-wrap {
  margin-top: -30px;
}

.page-wl-checkout #content-region-wrap form {
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width:767px) {
  .page-wl-checkout form>div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  }

  .page-wl-checkout .badges-wrap img {
      display: none;
  }

  .page-wl-checkout .wl_client_cart_contents {
      order: -1;
      width: 100%;
  }
}

.page-wl-checkout .wl_client_cart_contents .rela-enterprise-cart-summary .views-row {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.page-wl-checkout .wl_client_cart_contents .rela-enterprise-cart-summary .views-field-line-item-title {
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-wl-checkout .wl_client_cart_contents .rela-enterprise-cart-summary .views-field-commerce-total {
  position: relative;
  height: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: auto;
}

.page-wl-checkout .wl_client_cart_contents .rela-enterprise-cart-summary .views-field-commerce-total .price {
  font-size: 13px;
}

.page-wl-checkout .wl_client_cart_contents .rela-enterprise-cart-summary .view-footer {
  border-top: 2px solid #867c7c;
  margin-top: 30px;
}

.photog-plan-display-modal {
  background: #fff;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.photog-plan-display-modal .product-features {
  height: 225px;
}

.photog-plan-display-modal .label-current-plan {
  top: -50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  padding: 5px;
  width: 130px;
  text-transform: uppercase;
  font-size: 12px;
}

.photog-plan-display-modal .icon-camera-2 {
  background: linear-gradient(#38aecc, #2cdaa8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.photog-plan-display-modal .icon-camera-1 {
  background: linear-gradient(#83d4fd, #c977ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.photog-plan-display-modal .icon-shop {
  background: linear-gradient(#f17f7f, #e2974e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.photog-plan-display-modal.plan-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.photog-plan-display-modal .plan-wrapper {
  border-left: 1px solid #ddd;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .photog-plan-display-modal .plan-wrapper.plan-storefront {
      border-top: 1px solid #ddd;
      padding-top: 20px;
      border-left: 0;
  }
}

@media screen and (max-width:767px) {
  .photog-plan-display-modal .plan-wrapper {
      border-top: 1px solid #ddd;
      margin-top: 20px;
      padding-top: 20px;
      border-left: 0;
  }
}

.photog-plan-display-modal .plan-wrapper:first-child {
  border-left: 0;
}

.photog-plan-display-modal .photog-store-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 250px;
  margin: auto;
}

.photog-plan-display-modal .photog-store-icon-wrap .icon {
  align-self: center;
}

.photog-plan-display-modal .photog-store-icon-wrap .icon-shop {
  align-self: end;
}

.plan-upgrade-drop {
  width: 154px !important;
  margin: auto;
}

.page-account-profile .view-id-agent_card.view-display-id-pane_view_active_small .view-footer {
  display: none;
}

#nav-mobile {
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  box-sizing: border-box;
  right: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 2000;
  padding: 1.875em;
  padding-right: 1.25em;
  padding-top: .625em;
  background: #2e2e2e;
}

#nav-mobile.mobile-nav-open {
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}

#nav-mobile a {
  color: #fff;
}

#nav-mobile .menu {
  font-size: 22px;
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

#nav-mobile .menu a:hover,
#nav-mobile .menu a:focus {
  background: transparent;
  color: #ddd;
}

#nav-mobile .main-menu-signup {
  background: #f34e2e;
}

#nav-mobile .close-nav {
  width: 25px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}

#nav-mobile .region-navigation {
  margin-top: 42px;
}

#nav-mobile-icon {
  background: url(../images/menu-light.svg) no-repeat center center;
  width: 30px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
  z-index: 10;
}

#nav-mobile-icon.dark {
  background: url(../images/menu-dark.svg) no-repeat center center;
}

.home-ow #nav-mobile-icon {
  background: url(../images/menu-dark.svg) no-repeat center center;
}

#navbar {
  padding: 5px 0;
}

#navbar .logo {
  padding-top: 5px;
}

@media screen and (max-width:767px) {
  #navbar .logo {
      width: 100px;
  }
}

#navbar .logo-100 {
  width: 100px;
  padding: 5px 0;
}

#navbar .menu-highlight a {
  border: 1px solid #fff;
  border-radius: 5px;
}

#navbar .menu-highlight a:hover {
  border-color: #ea885b !important;
  background: #ea885b !important;
  color: #fff !important;
}

#navbar .nav {
  float: right;
  padding-top: 10px;
  -webkit-transition: all 0.25s easeinout;
  -o-transition: all 0.25s easeinout;
  transition: all 0.25s easeinout;
}

@media screen and (max-width:767px) {
  #navbar .nav {
      width: 100%;
  }
}

#navbar .nav li {
  float: left;
}

@media screen and (max-width:767px) {
  #navbar .nav li {
      float: none;
      width: 100%;
      text-align: center;
      display: inline-block;
      margin-bottom: 20px;
  }

  #navbar .nav li a {
      display: inline-block;
  }
}

#navbar .nav li.active a {
  border-bottom: 1px solid #ea885b;
  padding-bottom: 5px;
}

#navbar .nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  -webkit-transition: all 0.25s easeinout;
  -o-transition: all 0.25s easeinout;
  transition: all 0.25s easeinout;
}

#navbar .nav a:hover {
  background: transparent;
  border-bottom: 1px solid #61524C;
  padding-bottom: 5px;
}

#navbar .nav a:active {
  background: transparent;
  border-bottom: 1px solid #61524C;
  padding-bottom: 5px;
}

#navbar .nav a:focus {
  background: transparent;
}

#navbar.navbar-dark {
  background: #31373D;
  border-radius: 0;
  margin-bottom: 0;
}

.footer-nav-boring {
  margin-left: -6%;
}

@media screen and (max-width:767px) {
  .footer-nav-boring {
      margin-left: 0;
  }

  .footer-nav-boring ul li a {
      font-size: 16px;
      padding: 15px 10px !important;
  }
}

.footer-nav-boring ul li {
  float: left;
  font-size: 13px;
}

@media screen and (max-width:767px) {
  .footer-nav-boring ul li {
      text-align: center;
      width: 100%;
  }
}

.footer-nav-boring ul li a {
  color: #bfbfbf;
  padding: 5px 10px;
}

.footer-nav-boring ul li a:hover,
.footer-nav-boring ul li a:focus,
.footer-nav-boring ul li a:active {
  background: transparent;
  color: #fff;
}

.front #navbar {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.front #navbar.affix {
  background: #f0f0f0;
}

.front #navbar.affix .logo img {
  width: 100px;
}

.front #navbar.affix ul.nav {
  padding-top: 5px;
}

.front #navbar .navbar-nav a {
  background: transparent;
}

.front #navbar .navbar-nav a.active {
  background: transparent;
}

.dashmenu-toggle {
  color: #333;
  border: 0 none;
  position: absolute;
  right: 0;
  padding: 8px;
  margin-left: 10px;
}

.dashmenu-toggle .icon-bar {
  background-color: #333 !important;
  height: 3px;
}

.full-col-body #dashboard-left-nav {
  max-height: 100vh;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#dashboard-left-nav {
  width: 240px;
  z-index: 21;
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width:991px) {
  #dashboard-left-nav {
      margin-left: -255px;
  }
}

#dashboard-left-submenu {
  margin-left: 55px;
  width: 240px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width:767px) {
  #dashboard-left-submenu {
      margin-left: -300px;
  }
}

#dashboard-content-main {
  width: 100%;
  padding-left: 255px;
  padding-right: 20px;
  padding-top: 70px;
  background: #f6f6f6;
}

@media screen and (max-width:991px) {
  #dashboard-content-main {
      padding-left: 0;
      padding-right: 0;
  }
}

@media screen and (max-width:991px) {
  body.sidemenu-open #dashboard-left-nav {
      margin-left: 0px;
  }

  body.sidemenu-open #dashboard-left-submenu {
      margin-left: 55px;
  }
}

.dashboard-main-menu li {
  position: relative;
}

.dashboard-main-menu .expand-icon {
  position: absolute;
  right: 13px;
  top: 12px;
}

.property-edit-menu span.icon {
  float: left;
  font-size: 16px;
  margin-right: 10px !important;
  color: #aaa;
  vertical-align: bottom;
}

.property-edit-menu .expand-icon {
  position: absolute;
  top: 0;
  right: 5px;
}

#nav-icon {
  width: 40px;
  position: relative;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  height: 40px;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

#demo-property-bar {
  position: fixed;
  background: rgba(0, 0, 0, 0.78);
  width: 100%;
  bottom: -70px;
  padding: 0;
  z-index: 1000;
  left: 0;
  -webkit-transition: all, 0.25s, ease-in-out;
  -o-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out;
}

#demo-property-bar .btn-theme-switch {
  border: 0 none;
  background: transparent;
  color: #fff;
  text-align: left;
}

#demo-property-bar .btn-theme-switch .btn-title {
  color: #fff;
}

#demo-property-bar .btn-theme-switch small {
  color: #62f7ff;
  text-align: left;
  margin-bottom: 7px;
  display: inline-block;
}

#demo-property-bar .btn-start-with {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
  margin-right: 110px;
}

#demo-property-bar .view-display-id-embed_list {
  padding-top: 0;
}

#demo-property-bar .view-display-id-embed_list .views-row h4 {
  margin: 0;
}

#demo-property-bar .view-display-id-embed_list .views-row a {
  color: #333;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}

#demo-property-bar .view-display-id-embed_list .views-row a:hover {
  background: #ecf4f5;
}

body.scrolled #demo-property-bar {
  bottom: 0;
}

.pane-dashboard-sidebar ul.property-edit-menu .sub-menu:not(.collapse) {
  display: none;
}

.pane-dashboard-sidebar ul.property-edit-menu .sub-menu:before {
  content: '';
  height: calc(100% - 36px);
  width: 1px;
  background: #fff;
  position: absolute;
  left: 47px;
  top: 26px;
  z-index: 9;
}

.pane-dashboard-sidebar ul.property-edit-menu .sub-menu a {
  padding: 5px 0 5px 65px !important;
}

.pane-dashboard-sidebar ul.property-edit-menu .sub-menu a:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 48px;
}

.pane-dashboard-sidebar ul.property-edit-menu li.active .sub-menu,
.pane-dashboard-sidebar ul.property-edit-menu li.active-parent .sub-menu {
  display: inline-block;
}

.pane-dashboard-left-menu ul.dashboard-main-menu ul.sub-menu {
  display: none;
  width: 100%;
  float: left;
}

.pane-dashboard-left-menu ul.dashboard-main-menu ul.sub-menu li {
  white-space: unset;
  width: 100%;
  float: left;
}

.pane-dashboard-left-menu ul.dashboard-main-menu ul.sub-menu:before {
  content: '';
  height: calc(100% - 10px);
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 1px;
  z-index: 9;
}

.pane-dashboard-left-menu ul.dashboard-main-menu ul.sub-menu a {
  padding: 10px 0 10px 10px !important;
  position: relative;
}

.pane-dashboard-left-menu ul.dashboard-main-menu ul.sub-menu a:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 21px;
  left: -13px;
}

.pane-dashboard-left-menu ul.dashboard-main-menu li.active .sub-menu,
.pane-dashboard-left-menu ul.dashboard-main-menu li.active-parent .sub-menu {
  display: inline-block;
}

.page-account-store-settings-custom-order-forms .store_settings_orderform .sub-menu {
  display: inline-block !important;
}

.page-account-store-settings-custom-order-forms .store_settings_orderform .sub-menu .store_settings_sub__custom-order-forms a {
  background: #555F69;
}

.page-account-brokerages ul.dashboard-main-menu ul.broker_teams-edit-menu-sub,
.page-account-teams ul.dashboard-main-menu ul.broker_teams-edit-menu-sub {
  display: inline-block;
}

#team-collapse.teams-edit-menu-sub li a {
  font-size: 12px;
  text-transform: capitalize !important;
}

.node-type-article #navbar.navbar-dark {
  background: transparent;
  -webkit-transition: backround-color 0.35s ease;
  -o-transition: backround-color 0.35s ease;
  transition: backround-color 0.35s ease;
}

.node-type-article #navbar.affix {
  background: rgba(0, 0, 0, 0.62);
}

.node-type-article .main-container {
  margin-top: 0px;
}

.node-type-article .blog-header-bg-default {
  height: 500px;
  color: #fff;
  position: relative;
}

@media screen and (max-width:991px) {
  .node-type-article .blog-header-bg-default {
      height: 300px;
  }
}

.node-type-article .blog-main-content {
  font-size: 17px;
  line-height: 28px;
}

.node-type-article .blog-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  margin-top: 120px;
}

.node-type-article .blog-header-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.node-type-article .blog-header-content h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 120%;
}

@media screen and (max-width:991px) {
  .node-type-article .blog-header-content h1 {
      font-size: 25px;
  }
}

.node-type-article a.blog-category {
  color: #fff;
  text-transform: uppercase;
}

.node-type-article .blog-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.node-type-article .blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #252b33;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: .35;
  z-index: 1;
}

.node-type-article .field-name-field-blog-content-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.node-type-article .embedded-video .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}

.node-type-article .embedded-video .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-type-article .field-name-field-article-sections .field-item {
  margin-bottom: 35px;
}

.node-type-article .pane-related-articles-panel-related {
  border-bottom: 1px solid #a59a94;
  padding-bottom: 30px;
}

.node-type-article .pane-related-articles-panel-related .pane-title {
  background: #fff;
  display: inline-block;
  z-index: 2;
  color: #000;
  padding: 0 12px;
  text-transform: uppercase;
  font-size: 14px;
}

.node-type-article .pane-related-articles-panel-related .pane-title:before {
  content: " ";
  width: 100%;
  height: 1px;
  background: #a59a94;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

.node-type-article .pane-related-articles-panel-related .views-field-title {
  height: 45px;
}

.node-type-article .pane-related-articles-panel-related .views-field-field-article-headline {
  font-size: 14px;
  height: 40px;
  line-height: normal;
  color: #777;
}

.node-type-article .pane-related-articles-panel-related-general {
  background: #fff;
  box-shadow: 0 0 16px #00000040;
  padding-top: 20px;
  margin-top: 80px;
}

.node-type-article .pane-related-articles-panel-related-general .pane-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.node-type-article .pane-related-articles-panel-related-general .pane-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 16px;
  letter-spacing: 1px;
}

.node-type-article .view-display-id-panel_related_general .views-field-title {
  height: 50px;
}

.node-type-article .view-display-id-panel_related_general .blog-preview-image {
  padding: 0 15px;
}

.node-type-article .view-display-id-panel_related_general .blog-preview-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dropcap {
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 119.2px;
  line-height: 90px;
  font-weight: 400;
  color: #dc7537;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: -1px;
}

.blog-main .views-field-field-image img {
  width: 100%;
  height: auto;
}

.blog-main .blog-preview-inner {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 30px;
}

.blog-main .views-field-field-pg-text {
  height: 175px;
  overflow: hidden;
}

.blog-main .views-field-created {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 10px;
}

.blog-main .views-field-title {
  height: 75px;
}

.page-blog .top-post {
  margin-top: 90px;
}

.page-node-blog .tabs--primary {
  position: absolute;
  top: 120px;
  z-index: 9;
}

.page-node-blog .node-article {
  margin-top: 120px;
}

.page-node-blog .node-article .feature-title {
  font-size: 50px;
}

.page-node-blog .article-body {
  font-size: 15px;
  line-height: 26px;
}

.page-node-blog .article-body h1 {
  font-size: 33px !important;
}

.page-node-blog .article-body h2 {
  font-size: 23px !important;
}

.page-node-blog .article-body h3 {
  font-size: 20px !important;
}

.page-node-blog .blog-callout-cta {
  position: absolute;
  right: 5%;
  width: 250px;
  background: #f9f9f9;
  padding: 35px;
  top: 218px;
  -webkit-transition: top 0.55s ease;
  -o-transition: top 0.55s ease;
  transition: top 0.55s ease;
}

.page-node-blog .blog-callout-cta.affix {
  position: fixed;
  top: 158px;
}

.page-node-blog .blog-callout-cta .title {
  font-family: 'bebas_neuebold';
  font-size: 21px;
  color: #000;
  margin-top: 35px;
}

.page-node-blog .blog-callout-cta .copy {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 20px 0;
}

.page-node-blog .blog-callout-cta .btn {
  position: absolute;
  bottom: -16px;
  border-radius: 0;
  box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 21px;
  font-size: 16px;
}

.page-node-blog .blog-callout-cta .callout-image {
  width: 214px;
  position: absolute;
  top: -69px;
  left: 22px;
  box-shadow: 4px 14px 15px -6px rgba(0, 0, 0, 0.34);
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .page-node-blog .blog-callout-cta {
      right: 2%;
  }
}

@media screen and (max-width:991px) {
  #blog-callout-cta-pane {
      width: 100%;
      position: relative;
      float: left;
      margin: 70px auto;
  }

  #blog-callout-cta-pane .blog-callout-cta.affix {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
  }
}

#blog-share-cta {
  width: 70px;
  position: absolute;
  top: 160px;
  left: -22%;
  -webkit-transition: top 0.55s ease;
  -o-transition: top 0.55s ease;
  transition: top 0.55s ease;
}

#blog-share-cta.affix {
  position: fixed;
  top: 108px;
  left: 16%;
}

#blog-share-cta .back-btn {
  font-size: 40px;
}

#blog-share-cta .share-item {
  font-size: 28px;
}

@media screen and (max-width:991px) {
  #blog-share-cta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      top: 0 !important;
      left: 0 !important;
      position: relative !important;
      margin-bottom: 30px;
      margin-top: -23px;
      border-bottom: 1px solid #ccc;
  }

  #blog-share-cta .back-btn {
      float: left;
      width: 40px;
      padding-top: 7px;
      margin-right: auto;
  }

  #blog-share-cta .share-item {
      display: inline-block;
      float: left;
      width: 60px;
  }
}

.page-blog .top-post h2 {
  text-transform: uppercase;
}

.page-blog .blog-main .featue-title {
  text-transform: uppercase;
  font-size: 21px;
}

.page-node-blog h1.feature-title {
  text-transform: uppercase;
}

@media screen and (max-width:991px) {
  .form-control {
      font-size: 16px !important;
  }
}

form .prefixed .form-group {
  display: flex;
  flex-flow: row wrap;
}

form .prefixed .form-group label {
  flex: 0 1 100%;
}

form .prefixed .form-group .field-prefix {
  flex: 0 1;
}

form .prefixed .form-group input {
  float: left;
  border-radius: 0 0.25rem 0.25rem 0;
  max-width: 100%;
  flex: 1;
}

form .prefixed .form-group .field-prefix {
  float: left;
  line-height: 3520px;
  border: 1px solid #ddd;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: none;
  padding: 0 7px;
  background: aliceblue;
}

form .suffixed .form-group {
  display: flex;
  flex-flow: row wrap;
}

form .suffixed .form-group label {
  flex: 0 1 100%;
}

form .suffixed .form-group .field-suffix {
  flex: 0 1 auto;
}

form .suffixed .form-group input {
  float: left;
  border-radius: 0.25rem 0 0 0.25rem;
  max-width: 100%;
  flex: 1;
}

form .suffixed .form-group .field-suffix {
  float: left;
  line-height: 35px;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
  padding: 0 7px;
  background: aliceblue;
}

.form-control {
  height: 37px;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.views-exposed-form input[type="text"] {
  border-radius: 2px;
}

.file-widget .btn[value="Upload"] {
  padding: 8px 12px;
}

.form-type-date-popup .help-block {
  display: none;
}

.btn-image-upload-remove {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}

.rela-editable-field .form-control[disabled] {
  background-color: #fff;
}

.hidden {
  display: none;
}

.visible {
  display: normal;
}

.grey-text {
  color: #aaa;
}

.error .form-control {
  border: 1px solid #900 !important;
}

.grippie {
  display: none;
}

.form-bg-dark label {
  color: #fff;
  font-weight: 600;
}

div[id$="form-wrapper"] .alert {
  position: relative !important;
  width: 90% !important;
  margin: 10px auto;
}

.droppable-browse-button {
  border-radius: 3px;
  background: #ed6a13;
  color: #fff !important;
  padding: 5px 20px;
  margin-left: 10px;
}

.droppable-browse-button:hover {
  color: #fff;
  text-decoration: underline;
}

.form-inputs-grey .form-control {
  background: #f1f1f1;
  border: 0 none;
  height: 40px;
}

.node-property-form .marker {
  background: #FDA375;
  color: #111;
}

#rela_login_form-wrapper,
.wl-login-form-region {
  padding: 0 40px;
}

#rela_login_form-wrapper .help-block,
.wl-login-form-region .help-block {
  display: none;
}

#rela_login_form-wrapper label,
.wl-login-form-region label {
  text-align: left;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: normal;
}

#rela_login_form-wrapper .form-required,
.wl-login-form-region .form-required {
  display: none;
}

#rela_login_form-wrapper input,
.wl-login-form-region input {
  height: 55px;
}

#rela_login_form-wrapper .form-submit[name=op],
.wl-login-form-region .form-submit[name=op] {
  font-size: 16px;
  float: right;
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
}

@media screen and (max-width:767px) {

  #rela_login_form-wrapper .form-submit[name=op],
  .wl-login-form-region .form-submit[name=op] {
      width: 100%;
  }
}

#rela_login_form-wrapper .password-reset-link,
.wl-login-form-region .password-reset-link {
  float: left;
  padding-top: 11px;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#rela_login_form-wrapper .password-reset-link a,
.wl-login-form-region .password-reset-link a {
  color: #555;
}

#wl-login-form-wrapper .help-block {
  display: block;
}

#buyer_lead_node_form_wrapper,
#openhouse-registration-form-wrapper {
  text-align: left;
}

#buyer_lead_node_form_wrapper label,
#openhouse-registration-form-wrapper label {
  display: none;
}

#buyer_lead_node_form_wrapper .form-item,
#openhouse-registration-form-wrapper .form-item {
  float: left;
  width: 100%;
}

#buyer_lead_node_form_wrapper .form-actions,
#openhouse-registration-form-wrapper .form-actions {
  float: left;
  width: 100%;
}

#buyer_lead_node_form_wrapper .form-item-field-lead-first-name-und-0-value,
#openhouse-registration-form-wrapper .form-item-field-lead-first-name-und-0-value {
  float: left;
  width: 48%;
}

#buyer_lead_node_form_wrapper .form-item-field-lead-last-name-und-0-value,
#openhouse-registration-form-wrapper .form-item-field-lead-last-name-und-0-value {
  float: right;
  width: 48%;
}

#buyer_lead_node_form_wrapper .form-textarea-wrapper .grippie,
#openhouse-registration-form-wrapper .form-textarea-wrapper .grippie {
  display: none;
}

#buyer_lead_node_form_wrapper .form-textarea-wrapper textarea,
#openhouse-registration-form-wrapper .form-textarea-wrapper textarea {
  resize: none;
}

.page-property-edit .field-type-text-long .filter-wrapper {
  display: none;
}

.page-property-edit .field-name-field-property-images .panel-heading,
.page-property-edit .field-name-field-property-images span.file,
.page-property-edit .field-name-field-property-images span.file-size {
  display: none;
}

.page-property-edit .field-name-field-property-images .image-widget-data {
  float: left;
  width: 350px;
}

.page-property-edit .field-name-field-property-images .form-type-dragndrop-upload label {
  display: none;
}

.page-property-edit .field-name-field-property-images .droppable {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  border: 1px dashed #ccc;
  border-radius: 3px;
  background: #fff;
}

@-moz-document url-prefix() {
  .page-property-edit .field-name-field-property-images .droppable {
      width: 95.55%;
      top: 14px;
      left: 16px;
  }
}

.page-property-edit .field-name-field-property-images .droppable-message:before {
  font-family: "streamicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-property-edit .field-name-field-property-images .droppable-message:before {
  font-size: 87px;
  position: absolute;
  top: 40px;
  left: 60px;
  color: #ddd;
  text-shadow: 1px 1px 1px #fff;
}

.page-property-edit .field-name-field-property-images a.tabledrag-handle .handle {
  width: 23px;
  height: 23px;
}

.page-property-edit .field-name-field-property-images .btn-remove {
  right: 24px;
  position: absolute;
}

.page-property-edit .field-name-field-property-images .tabledrag-processed thead {
  display: none;
}

#property_edit_photos_form-wrapper {
  position: relative;
  padding-top: 170px;
}

@media screen and (max-width:767px) {
  #property_edit_photos_form-wrapper {
      min-width: 0;
  }
}

#property_edit_photos_form-wrapper .droppable-controls {
  display: none;
}

#property_edit_photos_form-wrapper .droppable-preview {
  display: none;
}

#property_edit_details_form-wrapper .field-suffix {
  display: none;
}

#property_edit_details_form-wrapper label {
  color: #222;
}

#property_edit_details_form-wrapper .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

#property_edit_details_form-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#property_edit_details_form-wrapper .group-property-details .property-detail-field {
  width: 25%;
  float: left;
  margin-right: 5%;
}

@media screen and (max-width:767px) {
  #property_edit_details_form-wrapper .group-property-details .property-detail-field {
      width: 100%;
  }
}

#property_edit_details_form-wrapper .group-property-details .field-name-field-neighb-info {
  width: 100%;
}

#property_edit_details_form-wrapper .group-property-details .field-name-field-neighb-info .form-control {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#property_edit_details_form-wrapper .group-details-set {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #ddd;
}

#property_edit_details_form-wrapper .group-details-set h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #bbb;
}

#property_edit_details_form-wrapper .group-details-additional {
  border-bottom: 0 none;
}

#property_edit_details_form-wrapper .select-or-other .form-item {
  width: 100%;
}

#property_edit_details_form-wrapper .field-name-field-amenities-ref {
  float: left;
  padding-left: 36px;
  padding-top: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 2px #ccc;
}

#property_edit_details_form-wrapper .field-name-field-amenities-ref label {
  font-size: 23px;
  margin-left: -23px;
  margin-bottom: 30px;
}

#property_edit_details_form-wrapper .field-name-field-amenities-ref .form-type-checkbox {
  width: 40%;
  margin-right: 5%;
  float: left;
  margin-bottom: 15px;
  margin-top: 0;
}

#property_edit_details_form-wrapper .field-name-field-amenities-ref .form-type-checkbox label {
  margin-left: 0;
  font-size: 16px;
  margin-bottom: 0;
}

#property_edit_details_form-wrapper .field-name-field-list-price {
  margin-top: 24px;
}

#property_edit_location_form-wrapper {
  background: #fff;
  padding: 20px;
  position: relative;
}

#property_edit_location_form-wrapper .field-name-field-property-address .panel-heading {
  display: none;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-thoroughfare {
  max-width: 360px;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-premise {
  max-width: 360px;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-locality {
  max-width: 200px;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-administrative-area {
  max-width: 146px;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-postal-code {
  width: 100px;
}

#property_edit_location_form-wrapper .form-item-field-property-address-und-0-country {
  width: 250px;
}

#property_edit_location_form-wrapper .field-use-geocoder-submit {
  margin-bottom: 10px;
}

#property_edit_location_form-wrapper .form-item-field-property-map-zoom-level-und-0-value {
  display: none;
}

#property_edit_location_form-wrapper .form-item-field-property-latlong-und-0-value {
  display: none;
}

#property_edit_location_form-wrapper .field-name-field-property-map .panel-heading {
  display: none;
}

#property_edit_location_form-wrapper .field-name-field-property-hide-map {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 12px;
}

#property_edit_location_form-wrapper .geocoder-custom-submit {
  margin-bottom: 20px;
}

#email_distro_ajax_wrapper {
  width: 100%;
  display: inline-block;
}

#email_distro_ajax_wrapper .form-item-email {
  float: left;
  width: 40%;
  margin-right: 10px;
}

#email_distro_ajax_wrapper .form-item-email label {
  display: none;
}

#email_distro_ajax_wrapper .form-submit {
  float: left;
}

#rela-referrals-send-email-invite {
  padding: 20px 40px;
}

#rela-referrals-send-email-invite label {
  width: 100%;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 13px;
}

#rela-referrals-send-email-invite input,
#rela-referrals-send-email-invite textarea,
#rela-referrals-send-email-invite select {
  height: 50px;
  font-size: 16px;
}

#rela-referrals-send-email-invite input[type="radio"] {
  height: auto;
}

#rela-referrals-send-email-invite textarea {
  height: 200px;
  margin-bottom: 10px;
}

#rela-referrals-send-email-invite .help-block {
  float: left;
}

#rela-referrals-send-email-invite .form-item {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.page-signup #rela_quick_register_form-wrapper label,
.page-user-register #rela_quick_register_form-wrapper label {
  color: #555;
  font-size: 14px;
}

.page-signup #rela_quick_register_form-wrapper .group-user-name .panel-heading,
.page-user-register #rela_quick_register_form-wrapper .group-user-name .panel-heading {
  color: #555;
  font-weight: bold;
  padding-top: 13px;
  font-size: 14px;
}

.page-signup #rela_quick_register_form-wrapper .group-user-name .panel-heading .panel-title,
.page-user-register #rela_quick_register_form-wrapper .group-user-name .panel-heading .panel-title {
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .page-user-register #rela_quick_register_form-wrapper label {
      float: left;
      width: 100%;
      text-align: left;
  }

  .page-user-register #rela_quick_register_form-wrapper input {
      float: left;
      width: 100%;
  }

  .page-user-register #rela_quick_register_form-wrapper .group-user-name legend.panel-heading {
      width: 100%;
      text-align: left;
      padding-top: 0;
  }

  .page-user-register #rela_quick_register_form-wrapper .group-user-name .panel-heading {
      margin-bottom: 5px;
  }

  .page-user-register #rela_quick_register_form-wrapper .group-user-name .panel-body {
      width: 100%;
  }
}

#rela_quick_register_form-wrapper {
  padding: 0 40px;
}

#rela_quick_register_form-wrapper label {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

#rela_quick_register_form-wrapper input,
#rela_quick_register_form-wrapper textarea,
#rela_quick_register_form-wrapper select {
  height: 50px;
  font-size: 16px;
}

#rela_quick_register_form-wrapper .org-reset-btn {
  margin-top: -30px;
}

#rela_quick_register_form-wrapper input[type="radio"] {
  height: auto;
}

#rela_quick_register_form-wrapper textarea {
  height: 200px;
  margin-bottom: 10px;
}

#rela_quick_register_form-wrapper .form-submit[name=op] {
  font-size: 16px;
  float: right;
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#rela_quick_register_form-wrapper .help-block {
  float: left;
}

#rela_quick_register_form-wrapper .form-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#rela_quick_register_form-wrapper .user-pass-group {
  display: inline-block;
  margin-bottom: 0;
}

#rela_quick_register_form-wrapper .field-type-addressfield fieldset {
  background: transparent;
}

#rela_quick_register_form-wrapper .form-type-password {
  margin-bottom: 10px;
}

#rela_quick_register_form-wrapper .group-user-name {
  float: left;
  display: inline-block;
  width: 100%;
  background: transparent;
  border: 0 none;
}

#rela_quick_register_form-wrapper .group-user-name legend.panel-heading {
  padding-top: 13px;
  border: none;
  float: left;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
}

#rela_quick_register_form-wrapper .group-user-name legend.panel-heading .panel-title {
  font-size: 14px;
  text-align: left;
}

#rela_quick_register_form-wrapper .group-user-name .panel-body {
  float: right;
  width: 100%;
  background: transparent;
  padding: 0;
}

#rela_quick_register_form-wrapper .group-user-name label {
  display: none;
}

#rela_quick_register_form-wrapper .group-user-name .form-item {
  margin-bottom: 0;
}

#rela_quick_register_form-wrapper .group-user-name .field-name-field-user-first-name {
  float: left;
  width: 48%;
  margin-right: 6px;
  margin-bottom: 0;
}

#rela_quick_register_form-wrapper .group-user-name .field-name-field-user-last-name {
  float: right;
  width: 48%;
  margin-bottom: 0;
}

#rela_quick_register_form-wrapper .group-user-name input {
  width: 100%;
  margin-bottom: 0;
}

#rela_quick_register_form-wrapper .cancel {
  color: #fff;
}

.captcha {
  display: none;
}

#ui-datepicker-div,
.rela-fullcalendar-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0px 2px 17px #555;
  width: 320px;
  background: #fefefe;
}

#ui-datepicker-div select,
.rela-fullcalendar-datepicker select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ui-datepicker-div .ui-datepicker-header,
.rela-fullcalendar-datepicker .ui-datepicker-header {
  border-radius: 0;
  background: #fefefe;
  border: 0 none;
  height: 40px;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
}

#ui-datepicker-div .ui-datepicker-calendar thead,
.rela-fullcalendar-datepicker .ui-datepicker-calendar thead {
  border-bottom: 1px solid #eee;
}

#ui-datepicker-div .ui-state-default,
.rela-fullcalendar-datepicker .ui-state-default {
  background: transparent;
  border: 0;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 0;
  padding-top: 11px;
  font-weight: 400;
}

#ui-datepicker-div .ui-state-active,
.rela-fullcalendar-datepicker .ui-state-active {
  background: #444;
  color: #fff;
  padding: 0;
  padding-top: 11px;
  font-weight: 400;
}

#ui-datepicker-div .ui-state-hover,
.rela-fullcalendar-datepicker .ui-state-hover {
  background: #999;
  color: #fff;
  padding: 0;
  padding-top: 11px;
  font-weight: 400;
}

#ui-datepicker-div .ui-datepicker-header .ui-state-hover,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent none;
  padding: 0;
  border: 0 none;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
  background: none;
  right: 2px;
  top: 2px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
  background: none;
  left: 2px;
  top: 2px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: #666;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span.ui-icon-circle-triangle-e,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon-circle-triangle-e {
  background: none transparent;
  text-indent: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span.ui-icon-circle-triangle-e:before,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon-circle-triangle-e:before {
  content: "\f105";
  font: normal normal normal 20px/1 FontAwesome;
  margin-right: 20px;
  margin-top: -3px;
  float: left;
  padding-left: 4px;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-prev {
  color: #666;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span.ui-icon-circle-triangle-w,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon-circle-triangle-w {
  background: none transparent;
  text-indent: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span.ui-icon-circle-triangle-w:before,
.rela-fullcalendar-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon-circle-triangle-w:before {
  content: "\f104";
  font: normal normal normal 20px/1 FontAwesome;
  margin-right: 20px;
  margin-top: -3px;
  float: left;
  padding-left: 4px;
}

#rela_analytics_change_date_form {
  padding-top: 10px;
}

#rela_analytics_change_date_form .form-submit {
  margin-top: 10px;
}

#rela_analytics_change_date_form .container-inline-date {
  float: left;
  clear: none;
}

#rela_analytics_change_date_form .container-inline-date label {
  float: left;
  padding-top: 15px;
  margin-left: -10px;
}

#rela_analytics_change_date_form .container-inline-date .help-block {
  display: none;
}

#rela_analytics_change_date_form .container-inline-date input.form-text {
  width: 120px;
}

#rela_analytics_change_date_form .form-type-date-popup {
  margin: 0;
}

#property-analytics-block #rela_analytics_change_date_form label[for="edit-end-date"] {
  padding-top: 10px;
  margin: 0 10px;
}

#property-analytics-block #rela_analytics_change_date_form label[for="edit-start-date"] {
  padding-top: 10px;
  margin-right: 10px;
}

#property-analytics-block #rela_analytics_change_date_form button[type="submit"] {
  height: 36px;
  margin-top: 0;
  margin-left: 10px;
}

.manage-domains-wrapper .form-help {
  text-align: left;
  margin: 20px 0;
  font-size: 14px;
}

.manage-domains-wrapper .field-name-field-custom-domain {
  float: left;
  width: 80%;
}

.manage-domains-wrapper .field-name-field-custom-domain .form-group {
  margin: 0;
}

.manage-domains-wrapper .form-item-domain {
  float: left;
  width: 64%;
}

@media screen and (max-width:767px) {
  .manage-domains-wrapper .form-item-domain {
      float: left;
  }
}

.manage-domains-wrapper #add-existing-tab .form-item-domain {
  width: 100%;
}

.manage-domains-wrapper label {
  float: left;
  padding-top: 5px;
  padding-right: 10px;
  background: #eee;
  color: #666;
  border: 1px solid #ccc;
  border-right: 0 none;
  height: 37px;
  padding-left: 10px;
  width: 19%;
  line-height: 24px;
}

.manage-domains-wrapper input {
  float: left;
  width: 81%;
  border-radius: 0 3px 3px 0;
}

.manage-domains-wrapper .form-item-tld {
  float: left;
  width: 36%;
}

.manage-domains-wrapper .form-item-tld select {
  background: #f6f6f6;
}

.manage-domains-wrapper .form-actions {
  float: right;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

@media screen and (max-width:767px) {
  .manage-domains-wrapper .form-actions {
      float: left;
      margin-bottom: 20px;
  }
}

#rela-user-profile-form,
#rela-user-password-form {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 100px;
}

#rela-user-profile-form label,
#rela-user-password-form label {
  width: 150px;
}

#rela-user-profile-form .form-submit,
#rela-user-password-form .form-submit {
  margin-top: 20px;
}

#rela-user-profile-form .form-wrapper,
#rela-user-password-form .form-wrapper {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
  width: 100%;
  display: inline-block;
  float: left;
}

@media screen and (max-width:767px) {

  #rela-user-profile-form .form-wrapper,
  #rela-user-password-form .form-wrapper {
      padding: 0;
  }
}

#rela-user-profile-form .form-item-mail,
#rela-user-password-form .form-item-mail {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

#rela-user-profile-form .form-type-password-confirm .form-item,
#rela-user-password-form .form-type-password-confirm .form-item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

#rela-user-profile-form #edit-field-user-address-und-0,
#rela-user-password-form #edit-field-user-address-und-0 {
  padding: 0;
  border-bottom: 0 none;
}

#rela-user-profile-form .form-item-field-user-address-und-0-locality input,
#rela-user-password-form .form-item-field-user-address-und-0-locality input {
  width: 200px;
}

#rela-user-profile-form .form-item-field-user-address-und-0-administrative-area,
#rela-user-password-form .form-item-field-user-address-und-0-administrative-area {
  width: 30%;
}

#rela-user-profile-form .form-item-field-user-address-und-0-administrative-area select,
#rela-user-password-form .form-item-field-user-address-und-0-administrative-area select {
  width: 195px;
}

#rela-user-profile-form .field-type-addressfield .form-item,
#rela-user-password-form .field-type-addressfield .form-item {
  margin-bottom: 20px;
  width: 100%;
}

#rela-user-profile-form .form-type-password .help-block,
#rela-user-password-form .form-type-password .help-block {
  font-size: 13px;
  width: 60%;
}

#rela-user-profile-form .field-name-field-user-headshot .help-block,
#rela-user-password-form .field-name-field-user-headshot .help-block {
  display: none;
}

#rela-user-profile-form .field-name-field-user-headshot #edit-field-user-headshot-und-0-upload-button,
#rela-user-password-form .field-name-field-user-headshot #edit-field-user-headshot-und-0-upload-button {
  display: none;
}

#rela-user-profile-form .field-name-field-user-headshot .btn-danger,
#rela-user-password-form .field-name-field-user-headshot .btn-danger {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  margin-top: 0;
}

#rela-user-profile-form .field-name-field-user-headshot .image-widget-data,
#rela-user-password-form .field-name-field-user-headshot .image-widget-data {
  float: left;
  clear: both;
}

#rela-user-profile-form .field-name-field-user-headshot .image-widget-data .file,
#rela-user-profile-form .field-name-field-user-headshot .image-widget-data .file-size,
#rela-user-password-form .field-name-field-user-headshot .image-widget-data .file,
#rela-user-password-form .field-name-field-user-headshot .image-widget-data .file-size {
  display: none;
}

#dashboard-billing-card-delete-form {
  margin: 0 auto;
  width: 500px;
  background-color: #fff;
  padding: 20px 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#dashboard-billing-card-delete-form .entity-property {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}

#dashboard-billing-card-delete-form .entity-property-card-exp:before {
  content: "Exp: ";
  font-weight: 600;
}

#dashboard-billing-card-delete-form .form-actions {
  margin-top: 15px;
}

#dashboard-billing-card-delete-form .form-submit {
  margin-right: 10px;
}

.pane-rela-commerce-dashboard-billing-card-create {
  padding: 0 20px;
}

.pane-rela-commerce-dashboard-billing-card-create form {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
}

.pane-rela-commerce-dashboard-billing-card-create label {
  width: 150px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item {
  width: 100%;
  margin-bottom: 10px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item input {
  width: 40%;
}

@media screen and (max-width:767px) {
  .pane-rela-commerce-dashboard-billing-card-create .form-item input {
      width: 100%;
  }
}

.pane-rela-commerce-dashboard-billing-card-create .form-item input.field-card-owner {
  width: auto;
}

.pane-rela-commerce-dashboard-billing-card-create .commerce-credit-card-expiration .form-item {
  width: auto;
  margin-bottom: 0;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-credit-card-cardonfile-instance-default {
  border: 1px dashed #ddd;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-credit-card-cardonfile-instance-default input {
  width: auto;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-credit-card-cardonfile-instance-default label {
  width: 80%;
  margin-left: 10px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-credit-card-code input {
  width: auto;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-administrative-area {
  width: 300px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-administrative-area select {
  width: 130px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-postal-code {
  width: 260px;
}

.pane-rela-commerce-dashboard-billing-card-create .form-item-postal-code label {
  width: 80px;
}

.pane-rela-commerce-dashboard-billing-card-create .country-CA .form-item-postal-code label {
  width: 99px;
}

.pane-rela-commerce-dashboard-billing-card-create [id^="addressfield-wrapper"] {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.pane-rela-commerce-dashboard-billing-card-create .form-actions {
  margin-top: 15px;
  padding-top: 15px;
  float: left;
}

.pane-rela-commerce-dashboard-billing-card-create .form-actions .form-submit {
  margin-right: 20px;
}

.pane-rela-commerce-dashboard-billing-card-create .cancel-add-card {
  float: right;
  margin-top: 30px;
}

.pane-rela-commerce-dashboard-billing-card-create #card-errors .messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

#ajax-content-overlay.add-property-modal .overlay-content {
  width: 500px;
}

#ajax-content-overlay.add-property-modal .overlay-content form {
  padding-top: 40px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
}

#ajax-content-overlay.add-property-modal .overlay-content form input,
#ajax-content-overlay.add-property-modal .overlay-content form select {
  height: 45px;
}

#ajax-content-overlay.add-property-modal .overlay-content form label {
  color: #666;
  font-size: 14px;
  width: 100px;
  text-align: left;
}

#ajax-content-overlay.add-property-modal .overlay-content form .form-item-field-property-address-und-0-administrative-area {
  width: 59%;
}

#ajax-content-overlay.add-property-modal .overlay-content form .form-item-field-property-address-und-0-administrative-area select {
  width: 154px;
}

#ajax-content-overlay.add-property-modal .overlay-content form .form-item-field-property-address-und-0-postal-code {
  width: 37%;
  margin: 0;
  float: right;
}

#ajax-content-overlay.add-property-modal .overlay-content form .form-item-field-property-address-und-0-postal-code label {
  width: 37px;
}

#property_edit_overview_form-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

#property_edit_overview_form-wrapper:before,
#property_edit_overview_form-wrapper:after {
  content: " ";
  display: table;
}

#property_edit_overview_form-wrapper:after {
  clear: both;
}

#property_edit_overview_form-wrapper .form-item-field-property-description-und-0-value {
  width: 100%;
}

#property_edit_overview_form-wrapper .form-item-field-property-description-und-0-value label {
  width: 100%;
}

#property_edit_overview_form-wrapper .group-property-overview {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  #property_edit_overview_form-wrapper .group-property-overview {
      float: left;
      width: 66.66666667%;
  }
}

#property_edit_overview_form-wrapper .group-property-overview h3 {
  margin-top: 0;
  font-size: 24px;
}

#property_edit_overview_form-wrapper .group-pricing .field-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

#property_edit_overview_form-wrapper .group-pricing .field-name-field-list-price {
  width: 66%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#property_edit_overview_form-wrapper .group-pricing .field-name-field-list-price-currency {
  float: left;
  width: 33%;
  margin-right: 1%;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#property_edit_overview_form-wrapper .group-pricing.us-based .field-name-field-list-price-currency {
  opacity: 0;
  width: 0;
}

#property_edit_overview_form-wrapper .group-pricing.us-based .field-name-field-list-price {
  width: 99%;
}

#property_edit_overview_form-wrapper .group-pricing .form-group {
  display: inline-block;
}

#property_edit_overview_form-wrapper .group-pricing .form-item {
  width: 100%;
}

#property_edit_overview_form-wrapper .group-pricing .change-currency {
  cursor: pointer;
  float: right;
  color: #777777;
}

#property_edit_overview_form-wrapper .group-property-amenities,
#property_edit_overview_form-wrapper .group-property-desc {
  padding: 20px;
  background: #fff;
}

#property_edit_overview_form-wrapper .field-name-field-amenities-ref {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px;
}

#property_edit_overview_form-wrapper .field-name-field-amenities-ref .form-checkboxes {
  padding-left: 50px;
}

#property_edit_overview_form-wrapper .field-name-field-amenities-ref .form-type-checkbox {
  width: 48%;
  float: left;
  margin: 4px 0;
}

@media screen and (max-width:767px) {
  #property_edit_overview_form-wrapper .field-name-field-amenities-ref .form-type-checkbox {
      width: 100%;
  }
}

#property_edit_overview_form-wrapper .field-name-field-amenities-ref .form-type-checkbox input {
  display: none;
}

#property_edit_overview_form-wrapper .group-property-details {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  padding-top: 36px;
}

@media (min-width:992px) {
  #property_edit_overview_form-wrapper .group-property-details {
      float: left;
      width: 33.33333333%;
  }
}

#property_edit_overview_form-wrapper .group-property-details h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #bbb;
  margin-top: 0;
}

#property_edit_overview_form-wrapper .group-property-details .field-group-div {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  background-color: #FDFDFD;
  padding: 15px;
  border-radius: 3px;
  border-top: 0 none;
}

#property_edit_overview_form-wrapper .group-details-rooms .form-item {
  width: 48%;
  float: left;
  margin-right: 2%;
  padding-bottom: 25px;
}

#property_edit_overview_form-wrapper .group-details-rooms .form-group {
  margin-bottom: 0;
}

#property_edit_overview_form-wrapper .group-details-rooms .field-suffix {
  display: none;
}

#property_edit_overview_form-wrapper .group-details-size .form-item {
  width: 48%;
  float: left;
  margin-right: 2%;
}

#property_edit_overview_form-wrapper .group-details-size .form-group {
  margin-bottom: 0;
}

#property_edit_overview_form-wrapper .group-details-size .field-suffix {
  display: none;
}

#property_edit_overview_form-wrapper .group-details-size .field-name-field-property-square-feet {
  width: 100%;
  display: inline-block;
}

#property_edit_overview_form-wrapper .group-details-size .form-item-field-property-stories-und-0-value {
  margin-top: 15px;
}

#property_edit_overview_form-wrapper .group-details-size .form-item-field-lot-size-string-und-0-value {
  width: 48%;
  margin-top: 20px;
}

#property_edit_overview_form-wrapper .group-details-size .form-item-field-lot-size-units-und {
  width: 37%;
  margin-top: 45px;
}

#property_edit_overview_form-wrapper .group-details-size label[for=edit-field-lot-size-units-und] {
  display: none;
}

#property_edit_overview_form-wrapper .group-details-size label[for^=edit-field-lot-size-units-und--] {
  display: none;
}

#property_edit_overview_form-wrapper .form-actions {
  float: left;
  width: 100%;
  padding: 20px;
}

#property_edit_overview_form-wrapper .group-disclaimer {
  margin-top: 15px;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-group-format-wrapper {
  padding: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  width: 100%;
  display: inline-block;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-name-field-property-use-disclaimer label {
  display: inline-block;
  margin-right: 5px;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-name-field-property-use-disclaimer select {
  display: inline-block;
  width: 180px;
}

#property_edit_overview_form-wrapper .group-disclaimer .default-disclaimer-text {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #ddd;
}

#property_edit_overview_form-wrapper .group-disclaimer h3,
#property_edit_overview_form-wrapper .group-open-house-dates h3 {
  margin-bottom: 0;
}

#property_edit_overview_form-wrapper .group-disclaimer thead th.field-label,
#property_edit_overview_form-wrapper .group-open-house-dates thead th.field-label {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer thead th.field-label label,
#property_edit_overview_form-wrapper .group-open-house-dates thead th.field-label label {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer td,
#property_edit_overview_form-wrapper .group-open-house-dates td {
  position: relative;
}

#property_edit_overview_form-wrapper .group-disclaimer .clear-field,
#property_edit_overview_form-wrapper .group-open-house-dates .clear-field {
  position: absolute;
  top: 30px;
  right: 30px;
}

#property_edit_overview_form-wrapper .group-disclaimer .tabledrag-toggle-weight,
#property_edit_overview_form-wrapper .group-open-house-dates .tabledrag-toggle-weight {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer .date-clear,
#property_edit_overview_form-wrapper .group-open-house-dates .date-clear {
  margin-right: 50px;
}

#property_edit_overview_form-wrapper .group-disclaimer input.timepicker,
#property_edit_overview_form-wrapper .group-open-house-dates input.timepicker {
  margin-right: 5px;
}

#property_edit_overview_form-wrapper .group-disclaimer .date-padding,
#property_edit_overview_form-wrapper .group-open-house-dates .date-padding {
  padding: 0;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-multiple-drag .tabledrag-changed,
#property_edit_overview_form-wrapper .group-open-house-dates .field-multiple-drag .tabledrag-changed {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-multiple-drag .handle,
#property_edit_overview_form-wrapper .group-open-house-dates .field-multiple-drag .handle {
  height: auto;
  width: 20px;
}

#property_edit_overview_form-wrapper .group-disclaimer .help-block,
#property_edit_overview_form-wrapper .group-open-house-dates .help-block {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-group-format-toggler,
#property_edit_overview_form-wrapper .group-open-house-dates .field-group-format-toggler {
  width: 100%;
  background: #fff;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #ddd;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-group-format-toggler a.field-group-format-title,
#property_edit_overview_form-wrapper .group-open-house-dates .field-group-format-toggler a.field-group-format-title {
  color: #555;
  width: 100%;
  display: inline-block;
}

#property_edit_overview_form-wrapper .group-disclaimer .field-name-field-property-openhouse-date,
#property_edit_overview_form-wrapper .group-open-house-dates .field-name-field-property-openhouse-date {
  background: #fff;
  box-shadow: 0px 1px 4px #ccc;
  border: 1px solid #eee;
}

#property_edit_overview_form-wrapper .group-disclaimer .form-type-date-combo,
#property_edit_overview_form-wrapper .group-open-house-dates .form-type-date-combo {
  margin-bottom: 0;
}

#property_edit_overview_form-wrapper .group-disclaimer .form-type-date-combo label,
#property_edit_overview_form-wrapper .group-open-house-dates .form-type-date-combo label {
  display: none;
}

#property_edit_overview_form-wrapper .group-disclaimer .form-type-date-combo .form-type-textfield label,
#property_edit_overview_form-wrapper .group-open-house-dates .form-type-date-combo .form-type-textfield label {
  display: inline-block;
}

#property_edit_overview_form-wrapper .custom-amenities-wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  border-top: 1px dashed #ccc;
  padding: 20px;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-item {
  width: 98%;
  float: left;
  margin-right: 2%;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-group {
  margin-bottom: 0;
  float: left;
  width: 50%;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-group .form-item {
  width: 98%;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .field-suffix {
  display: none;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .field-name-field-property-square-feet {
  display: inline-block;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-item-field-property-stories-und-0-value {
  margin-top: 15px;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-item-field-lot-size-string-und-0-value {
  width: 48%;
  margin-top: 20px;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .form-item-field-lot-size-units-und {
  margin-top: 45px;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .field-name-field-property-unit-type {
  margin-top: 25px;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size .field-name-field-property-unit-type label {
  display: none;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size label[for=edit-field-lot-size-units-und] {
  display: none;
}

#property_edit_overview_form-wrapper .property-overview-form_intl .group-details-size label[for^=edit-field-lot-size-units-und--] {
  display: none;
}

#right-edit-overlay .node-agent_card-form {
  box-shadow: 1px 1px 7px #ddd;
}

#right-edit-overlay .node-agent_card-form .form-actions .btn {
  font-size: 14px;
  padding: 3px 8px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

#right-edit-overlay .node-agent_card-form #assign-group-wrapper {
  display: flex;
  gap: 3rem;
}

.node-agent_card-form {
  background: #fff;
  padding: 15px;
  float: left;
  width: 100%;
  position: relative;
}

.node-agent_card-form .rela-agent-social-links {
  display: inline-block;
  margin-top: 30px;
}

.node-agent_card-form #social-field-wrapper .tabledrag-changed-warning {
  display: none;
}

.node-agent_card-form #social-field-wrapper .draggable a.tabledrag-handle {
  position: absolute;
  opacity: 0;
}

.node-agent_card-form #social-field-wrapper .tabledrag-changed {
  display: none;
}

.node-agent_card-form .group-left {
  float: left;
  width: 100%;
  text-align: center;
}

.node-agent_card-form .group-left .simplecrop-widget-data {
  margin-top: 10px;
}

.node-agent_card-form .group-left .simplecrop-widget-data .btn-default,
.node-agent_card-form .group-left .simplecrop-widget-data img {
  display: none;
}

.node-agent_card-form .group-left .image-preview {
  float: none;
  padding: 0;
  margin-bottom: 10px;
}

.node-agent_card-form .group-left .image-preview img {
  box-shadow: 1px 2px 15px rgba(31, 31, 31, 0.13);
}

.node-agent_card-form .group-left .image-widget {
  background: transparent;
  border: 0;
}

.node-agent_card-form .group-left .image-widget-data {
  float: none;
}

.node-agent_card-form .field-type-image label {
  display: none;
}

.node-agent_card-form .field-type-image .help-block {
  display: none;
}

.node-agent_card-form .group-right {
  width: 100%;
  float: left;
}

.node-agent_card-form .group-right .form-text {
  margin-left: 0px;
  width: 100%;
  float: left;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.node-agent_card-form .group-right label {
  display: none;
}

.node-agent_card-form .group-right .form-group {
  display: inline-block;
  margin-bottom: 0;
}

.node-agent_card-form .cancel-link {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.node-agent_card-form .form-item-field-agent-default-card-und {
  float: right;
  font-size: 14px;
  background-color: #f9f9f9;
  padding: 5px;
  border: 1px solid #ddd;
  margin-right: 9px;
}

.node-agent_card-form .form-item-field-agent-default-card-und input {
  margin-left: 0;
}

.node-agent_card-form .field-name-field-card-social-media .handle {
  font-size: 24px;
}

.node-agent_card-form .field-name-field-card-social-media i {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.node-agent_card-form .field-name-field-card-social-media .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.node-agent_card-form .field-name-field-card-social-media .tabledrag-toggle-weight {
  display: none;
}

.node-agent_card-form .image-widget-data .file {
  display: none;
}

.node-agent_card-form .image-widget-data .file-size {
  display: none;
}

.node-agent_card-form .image-widget-data .form-submit {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.node-agent_card-form .form-actions {
  width: 100%;
  margin: 5px 0px -15px 0;
  padding: 15px 10px;
  font-size: 14px;
  float: left;
  border-top: 1px dashed #ccc;
}

.node-agent_card-form .droppable {
  min-width: 0;
  width: 100%;
  border: 0 none;
  float: none;
}

.node-agent_card-form .droppable-preview {
  display: none;
}

.node-agent_card-form .droppable-message {
  line-height: normal;
  height: 153px;
}

.node-agent_card-form .droppable-message .icon {
  line-height: normal;
  font-size: 120px;
  color: #ccc;
  height: 123px;
  display: inline-block;
}

.node-agent_card-form .droppable-controls {
  display: none;
}

.node-agent_card-form .droppable-standard-upload span {
  display: none;
}

.node-agent_card-form .droppable-standard-upload .droppable-browse-button {
  font-size: 13px;
  margin-left: 0;
  padding: 3px 10px;
}

.node-agent_card-form .add-to-brokerage h3 {
  margin: 0;
}

.node-agent_card-form .add-to-brokerage h3 a {
  color: #000;
  font-size: 18px;
}

.node-property_video-form .help-block {
  display: none;
}

.rela_cover_image_form .field-name-field-cover-image label[for="edit-field-cover-image-und-0-upload"] {
  display: block;
}

.node-property_video-form,
.node-virtual_tour-form {
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0 15px;
  text-align: left;
}

.node-property_video-form .drop-message,
.node-virtual_tour-form .drop-message {
  background: #fff;
}

.node-property_video-form .field-type-video-embed-field .panel-default,
.node-property_video-form .field-type-youtube-upload .panel-default,
.node-virtual_tour-form .field-type-video-embed-field .panel-default,
.node-virtual_tour-form .field-type-youtube-upload .panel-default {
  border: none;
  background: transparent;
}

.node-property_video-form .field-type-video-embed-field .panel-body,
.node-property_video-form .field-type-youtube-upload .panel-body,
.node-virtual_tour-form .field-type-video-embed-field .panel-body,
.node-virtual_tour-form .field-type-youtube-upload .panel-body {
  padding: 0;
}

.node-property_video-form .field-type-video-embed-field .form-item,
.node-property_video-form .field-type-youtube-upload .form-item,
.node-virtual_tour-form .field-type-video-embed-field .form-item,
.node-virtual_tour-form .field-type-youtube-upload .form-item {
  float: left;
  margin-right: 10px;
}

.node-property_video-form .field-type-video-embed-field .btn,
.node-property_video-form .field-type-youtube-upload .btn,
.node-virtual_tour-form .field-type-video-embed-field .btn,
.node-virtual_tour-form .field-type-youtube-upload .btn {
  margin-top: 25px;
  float: left;
}

.node-property_video-form .field-type-video-embed-field .form-type-file,
.node-property_video-form .field-type-youtube-upload .form-type-file,
.node-virtual_tour-form .field-type-video-embed-field .form-type-file,
.node-virtual_tour-form .field-type-youtube-upload .form-type-file {
  clear: left;
}

.node-property_video-form input,
.node-virtual_tour-form input {
  border-radius: 5px;
}

.node-property_video-form button[name=field_property_video_upload_und_0_remove_button],
.node-virtual_tour-form button[name=field_property_video_upload_und_0_remove_button] {
  font-size: 12px;
  padding: 2px 8px;
  margin-left: 20px;
  margin-top: 10px;
}

.node-property_video-form .file-widget,
.node-virtual_tour-form .file-widget {
  width: 100%;
}

.node-property_video-form .file-widget .file,
.node-virtual_tour-form .file-widget .file {
  margin: 10px 0;
  float: left;
}

.node-property_video-form .form-item-field-property-video-und-0-video-title,
.node-property_video-form .upload-toyoutube,
.node-virtual_tour-form .form-item-field-property-video-und-0-video-title,
.node-virtual_tour-form .upload-toyoutube {
  display: none;
}

.node-property_video-form .during-upload,
.node-virtual_tour-form .during-upload {
  width: 100%;
  float: left;
}

.node-property_video-form .during-upload #upload-progress,
.node-virtual_tour-form .during-upload #upload-progress {
  width: 95%;
}

.node-property_video-form .video-form-preview,
.node-virtual_tour-form .video-form-preview {
  display: none;
}

.node-property_video-form .form-submit[name=field_property_video_und_0_remove_button],
.node-virtual_tour-form .form-submit[name=field_property_video_und_0_remove_button] {
  display: none;
}

.node-virtual_tour-form .field-name-field-vt-link {
  max-width: 640px;
  background: #f5f5f5;
}

.lead-filter-form .checkbox {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
}

.lead-filter-form .checkbox input {
  margin-left: 0;
}

.lead-filter-form .form-item-ratings-0 {
  background: #f0ad4e;
}

.lead-filter-form .form-item-ratings-1 {
  background: #999;
}

.lead-filter-form .form-item-ratings-2 {
  background: #DA604B;
}

.lead-filter-form .form-item-ratings-3 {
  background: #44b2ce;
}

.lead-filter-form .form-item-ratings-4 {
  background: #5cb85c;
}

.lead-note-form .filter-wrapper {
  float: left;
  width: 100%;
  display: none;
}

.lead-note-form .wysiwyg-toggle-wrapper {
  display: none;
}

.lead-note-form .form-submit {
  float: left;
}

.password-reset-form .signin-link {
  float: left;
}

.password-reset-form .form-submit {
  float: right;
}

#commerce-checkout-form-checkout .form-control {
  height: 40px;
  background-color: #f1f1f1;
}

#commerce-checkout-form-checkout .messages.error {
  margin: 10px 20px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

#commerce-checkout-form-checkout .messages.error hr {
  border-top-color: #f7e1b5;
}

#commerce-checkout-form-checkout .messages.error .alert-link {
  color: #66512c;
}

#commerce-checkout-form-checkout .card-icons {
  background-position: 0 -116px;
  height: 30px;
}

#commerce-checkout-form-checkout .commerce-stripe-locality {
  width: 180px;
}

#commerce-checkout-form-checkout .commerce-stripe-administrative-area {
  width: 130px;
}

#commerce-checkout-form-checkout .radio input[type="radio"],
#commerce-checkout-form-checkout .checkbox input[type="checkbox"] {
  margin-left: 0;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-method {
  display: none;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-details-cardonfile-instance-default {
  display: none;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-details-credit-card-exp-month {
  width: 80px;
  float: left;
}

#commerce-checkout-form-checkout .commerce-month-year-divider {
  font-size: 24px;
  float: left;
  margin-top: 24px;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-details-credit-card-exp-year {
  width: 120px;
  float: left;
  margin-top: 24px;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-details-credit-card-code {
  float: left;
  width: 110px;
  margin-left: 30px;
}

#commerce-checkout-form-checkout .field-type-addressfield {
  margin-bottom: 0;
}

#commerce-checkout-form-checkout .form-item-commerce-payment-payment-details-cardonfile-instance-default {
  float: left;
}

#commerce-checkout-form-checkout .payment-errors {
  float: left;
  width: 100%;
  color: #a94442;
  background: #F7E5E5;
}

#commerce-checkout-form-checkout .payment-errors .messages {
  padding: 15px;
}

#commerce-checkout-form-checkout #commerce-checkout-coupon-ajax-wrapper {
  float: left;
}

.property-add-modal {
  position: relative;
}

.property-add-modal label {
  text-align: left;
  width: 100%;
}

.property-add-modal select.state {
  width: 120px;
}

.property-add-modal .form-item-field-property-address-und-0-country {
  width: 50%;
  height: 63px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.property-add-modal .toggle-on .form-item-field-property-address-und-0-country {
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.property-add-modal .form-item-field-property-address-und-0-locality input {
  width: 230px;
}

.property-add-modal .form-item-field-property-intent-und {
  padding: 0px 20px;
  background: #f9f9f9;
  border: 1px dashed #ccc;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  right: 0;
}

.property-manage-logo-form .form-actions {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  margin-bottom: 40px;
}

.property-manage-logo-form .image-widget-data {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.property-manage-logo-form .image-widget-data .droppable {
  border: 0 none;
  width: 100%;
}

.property-manage-logo-form .image-widget-data .form-file {
  margin: 0 auto;
}

.property-manage-logo-form .image-widget-data .file,
.property-manage-logo-form .image-widget-data .file-size {
  display: none;
}

.property-manage-logo-form .image-widget-data button[name="field_logo_und_0_upload_button"] {
  display: none;
}

.property-manage-logo-form .image-widget-data #edit-field-logo-und-0-remove-button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  float: left;
}

.property-manage-logo-form .field-name-field-logo label {
  display: none;
}

.property-manage-logo-form .field-name-field-logo .help-block {
  display: none;
}

.property-manage-logo-form .field-name-field-logo .image-widget {
  width: 100%;
  margin: auto;
  background: transparent;
  border: none;
}

.property-manage-logo-form .field-name-field-logo .image-preview {
  background: url("../images/artboard-bg.png") repeat 0 0;
  padding: 0;
  float: none;
  text-align: center;
  padding: 20px;
}

.property-manage-logo-form .field-name-field-logo .image-preview img {
  max-width: 100%;
  height: auto;
}

.property-manage-logo-form .jcrop-holder {
  margin: 0 auto;
  margin-bottom: 20px;
}

.property-manage-logo-form .simplecrop-widget-data button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.property-manage-logo-form .cropped-image {
  text-align: center;
  display: inline-block;
}

.property-manage-logo-form .field-name-field-logo-link,
.property-manage-logo-form .field-name-field-logo {
  background: #f9f9f9;
  padding: 10px;
  padding-bottom: 0;
  border: 1px solid #ccc;
}

.property-manage-logo-form .field-name-field-logo-link .help-block,
.property-manage-logo-form .field-name-field-logo .help-block {
  font-size: 12px;
  color: #444;
  margin-left: 5px;
  margin-bottom: 0;
}

.property-manage-logo-form .field-name-field-logo-link .form-type-textfield,
.property-manage-logo-form .field-name-field-logo .form-type-textfield {
  margin-bottom: 0;
}

.property-manage-logo-form .field-name-field-logo-default {
  margin-bottom: 40px;
}

.property-manage-logo-form .logo-settings-group .field-name-field-logo-default {
  margin-bottom: 0px;
}

#prop-logo-upload-tab .rela-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.edit-subdomain-form {
  background: #f9f9f9;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 10px;
}

.edit-subdomain-form .form-item-subdomain {
  margin-bottom: 0;
}

.edit-subdomain-form .form-item-subdomain label {
  float: left;
  width: 15%;
  padding-top: 7px;
  padding-right: 10px;
  background: #eee;
  color: #666;
  border: 1px solid #ccc;
  border-right: 0 none;
  height: 36px;
  padding-left: 10px;
}

.edit-subdomain-form .form-item-subdomain input {
  float: left;
  width: 60%;
  border-radius: 0;
}

.edit-subdomain-form .subdomain-wrapper {
  float: left;
  clear: both;
  width: 100%;
  display: inline-block;
}

.edit-subdomain-form .white-label-path .form-item-subdomain label {
  border: none;
  background: none;
}

.edit-subdomain-form .white-label-path .form-item-subdomain input {
  width: 100%;
}

.edit-subdomain-form .subdomain-suffix {
  float: left;
  padding-top: 7px;
  padding-right: 10px;
  background: #eee;
  color: #666;
  border: 1px solid #ccc;
  border-left: 0 none;
  height: 36px;
  padding-left: 10px;
}

.edit-subdomain-form .form-submit {
  margin-top: 20px;
  float: left;
  margin-right: 15px;
}

#domain-purchase-results {
  margin-top: 20px;
  float: left;
  width: 100%;
}

#domain-purchase-results .notice-unavailable {
  padding: 15px 0;
  background: #f6f6f6;
  border: 1px dashed #ccc;
  margin-bottom: 10px;
}

#domain-purchase-results .notice-unavailable .icon {
  color: #c02424;
  font-size: 28px;
  vertical-align: middle;
}

#domain-purchase-results .domain-purchase-row {
  border: 1px solid #ddd;
  margin: 0px 0;
  height: 48px;
  padding: 7px;
  width: 100%;
  display: inline-block;
}

#domain-purchase-results .domain-purchase-row .domain-purchase-label {
  float: left;
  padding: 6px 0;
}

#domain-purchase-results .domain-purchase-row .domain-purchase-link {
  float: right;
}

#domain-purchase-results .domain-purchase-row .domain-purchase-link a {
  color: #fff;
}

#domain-purchase-results .domain-purchase-row .domain-purchase-link .fa-shopping-cart {
  font-size: 18px;
  margin-right: 7px;
}

#domain-purchase-results .domain-purchase-row .domain-purchase-na {
  float: right;
  font-style: italic;
  padding: 6px 12px;
}

#rela-domain-node-form label {
  float: left;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-premise {
  display: none;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-country {
  width: 50%;
  height: 63px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#rela-domain-node-form .toggle-on .form-item-field-domain-customer-address-und-0-country {
  height: 25px;
  opacity: 0;
  pointer-events: none;
}

#rela-domain-node-form .name-block {
  width: 250px;
  float: left;
}

#rela-domain-node-form .street-block {
  float: left;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-organisation-name {
  margin-left: 10px;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-name-line {
  width: 100%;
  max-width: 486px;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-locality {
  width: 200px;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-administrative-area {
  width: 150px;
}

#rela-domain-node-form .form-item-field-domain-customer-address-und-0-postal-code {
  width: 100px;
}

#rela-domain-node-form .field-name-field-domain-phone {
  width: 160px;
}

.pane-rela-property-property-add-form form {
  max-width: 630px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.pane-rela-property-property-add-form form .form-control {
  height: 45px;
}

#rela-demo-node-form ul {
  padding: 15px 0 10px 0;
  margin-bottom: 25px;
  height: 134px;
  z-index: 1031;
  position: relative;
  background: #fff;
}

#rela-demo-node-form ul li {
  display: inline-block;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

#rela-demo-node-form ul li.active {
  box-sizing: none;
}

#rela-demo-node-form ul li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #0DBED0;
  border: none;
}

#rela-demo-node-form .group_property_overview .field-group-div {
  margin-bottom: 20px;
  display: inline-block;
  background-color: #FDFDFD;
  padding: 15px;
  border-radius: 3px;
  border-top: 0 none;
  box-shadow: 0px 1px 4px #ccc;
  border: 1px solid #eee;
}

#rela-demo-node-form .group_property_overview .field-group-div h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #bbb;
  margin-top: 0;
}

#rela-demo-node-form .group-address,
#rela-demo-node-form .group-property-desc,
#rela-demo-node-form .group-property-amenities {
  float: left;
  width: 66%;
}

#rela-demo-node-form .group-details-general,
#rela-demo-node-form .group-property-details {
  float: right;
  width: 33%;
}

#rela-demo-node-form .group_contact_info {
  clear: both;
  background: #31373D url(../images/bg-charcol-shapes.png) repeat-x center bottom;
  padding-top: 40px;
  text-align: center;
  min-height: 450px;
}

#rela-demo-node-form .group_contact_info h3 {
  color: #fff;
}

#rela-mailchimp-campaign-form.campaign-sent .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: 50%;
}

#rela-mailchimp-campaign-form.campaign-sent .form-control[disabled] {
  cursor: auto;
}

#rela-mailchimp-campaign-form.campaign-sent .form-type-date-popup .help-block,
#rela-mailchimp-campaign-form.campaign-sent .form-type-date-popup label {
  display: none;
}

#rela-mailchimp-campaign-form.campaign-sent .basic-data {
  width: 20%;
  border: 1px solid #ccc;
  float: left;
  text-align: center;
  margin: 0 5px;
  height: 100px;
  padding-top: 23px;
}

#rela-mailchimp-campaign-form.campaign-sent .basic-data-digit {
  font-size: 22px;
  color: #237a91;
}

#rela-mailchimp-campaign-form.campaign-sent .form-actions {
  padding: 20px 0;
  clear: both;
}

#rela-mailchimp-campaign-form.campaign-sent select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox,
.rela-select-images-form .form-type-checkbox {
  position: relative;
  width: 165px;
  height: auto;
  display: inline-block;
  margin: 5px;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox label,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox label,
.rela-select-images-form .form-type-checkbox label {
  padding: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  border: 2px solid transparent;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox label img,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox label img,
.rela-select-images-form .form-type-checkbox label img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox .image-hidden:after,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox .image-hidden:after,
.rela-select-images-form .form-type-checkbox .image-hidden:after {
  content: 'Hidden';
  background: rgba(255, 0, 0, 0.5);
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 10px #1C1D1C;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox input,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox input,
.rela-select-images-form .form-type-checkbox input {
  left: 5px;
  top: 5px;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox input:checked+label,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox input:checked+label,
.rela-select-images-form .form-type-checkbox input:checked+label {
  border: 2px solid #5CB85C;
}

#rela-photos-bulk-delete-form-wrapper .form-type-checkbox input:checked+label:after,
#rela-photos-bulk-actions-form-wrapper .form-type-checkbox input:checked+label:after,
.rela-select-images-form .form-type-checkbox input:checked+label:after {
  height: 100%;
  width: 100%;
  display: inline-block;
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(136, 118, 152, 0.39);
  text-align: center;
  padding-top: 30px;
  font-size: 40px;
  font-family: Fontawesome;
  text-shadow: 0px 0px 10px #1C1D1C;
  color: #A0DCA0;
}

.rela-photos-bulk-favorite-form .form-type-checkbox input:checked+label:after {
  content: "\f004" !important;
  color: #d5ffbd !important;
}

.rela-photos-bulk-hide-form .form-type-checkbox input:checked+label:after {
  content: "\f070" !important;
  color: #76d8fd !important;
}

.rela-photos-bulk-delete-form .form-type-checkbox input:checked+label:after {
  content: "\f00d" !important;
  color: #ef6363 !important;
}

#rela-white-label-user-message-form-wrapper .form-group,
#rela-property-email-share .form-group {
  margin-bottom: 0;
}

#rela-white-label-user-message-form-wrapper .email-share-header,
#rela-property-email-share .email-share-header {
  width: 100%;
  height: 160px;
  float: left;
  background-position: center bottom;
  position: relative;
  background-color: #719baf;
}

#rela-white-label-user-message-form-wrapper .form-item-message,
#rela-property-email-share .form-item-message {
  margin-bottom: 20px;
}

#rela-white-label-user-message-form-wrapper .form-item-message textarea,
#rela-property-email-share .form-item-message textarea {
  width: 100%;
}

#rela-white-label-user-message-form-wrapper .form-item-message label,
#rela-property-email-share .form-item-message label {
  display: none;
}

#rela-white-label-user-message-form-wrapper .send-info-group,
#rela-property-email-share .send-info-group {
  background: #f9f9f9;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ddd !important;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0 !important;
}

#rela-white-label-user-message-form-wrapper .send-info-group .form-type-textfield,
#rela-property-email-share .send-info-group .form-type-textfield {
  width: 100%;
  float: left;
}

#rela-white-label-user-message-form-wrapper .send-info-group label,
#rela-property-email-share .send-info-group label {
  float: left;
  width: 17%;
  margin-top: 6px;
}

#rela-white-label-user-message-form-wrapper .send-info-group select,
#rela-property-email-share .send-info-group select {
  width: 50%;
  display: inline-block;
  margin-bottom: 10px;
}

#rela-white-label-user-message-form-wrapper .send-info-group input,
#rela-property-email-share .send-info-group input {
  width: 83%;
  float: right;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  height: 27px;
  background: transparent;
}

#rela-white-label-user-message-form-wrapper .send-info-group fieldset,
#rela-property-email-share .send-info-group fieldset {
  width: 100%;
  float: left;
}

#rela-white-label-user-message-form-wrapper .send-info-group fieldset legend,
#rela-property-email-share .send-info-group fieldset legend {
  padding: 0;
  margin: 0;
  border: none;
}

#rela-white-label-user-message-form-wrapper .send-info-group fieldset .panel-title,
#rela-property-email-share .send-info-group fieldset .panel-title {
  font-size: 14px;
  font-weight: bold;
  color: #555;
  width: 100%;
  display: inline-block;
}

#rela-white-label-user-message-form-wrapper .send-info-group .cc-wrapper,
#rela-property-email-share .send-info-group .cc-wrapper {
  border-bottom: 1px solid #aaa !important;
  border-radius: 0;
  box-shadow: none;
  margin-left: 70px;
  width: 395px;
  display: inline-block;
}

#rela-white-label-user-message-form-wrapper .send-info-group .cc-wrapper .panel-body,
#rela-property-email-share .send-info-group .cc-wrapper .panel-body {
  font-size: 12px;
}

#rela-white-label-user-message-form-wrapper .send-info-group .cc-wrapper .panel-body input,
#rela-property-email-share .send-info-group .cc-wrapper .panel-body input {
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

#rela-white-label-user-message-form-wrapper .send-info-group .cc-wrapper .panel-heading,
#rela-property-email-share .send-info-group .cc-wrapper .panel-heading {
  text-indent: -35px;
}

#rela-white-label-user-message-form-wrapper .send-info-group .form-checkboxes,
#rela-property-email-share .send-info-group .form-checkboxes {
  display: inline-block;
}

#rela-white-label-user-message-form-wrapper .send-info-group .form-type-checkbox,
#rela-property-email-share .send-info-group .form-type-checkbox {
  float: left;
  display: inline-block;
  width: auto;
  padding: 0px 8px;
  margin: 0 3px;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 2px;
  line-height: 1em;
  font-size: 13px;
}

#rela-white-label-user-message-form-wrapper .send-info-group .form-type-checkbox input,
#rela-property-email-share .send-info-group .form-type-checkbox input {
  width: auto;
  float: none;
  height: 20px;
}

#rela-white-label-user-message-form-wrapper .send-info-group .form-type-checkbox label,
#rela-property-email-share .send-info-group .form-type-checkbox label {
  width: 100%;
  float: none;
}

#rela-white-label-user-message-form-wrapper .send-info-group .help-block,
#rela-property-email-share .send-info-group .help-block {
  font-size: 11px;
  float: left;
}

#rela-white-label-user-message-form-wrapper .property-info,
#rela-property-email-share .property-info {
  position: absolute;
  bottom: 7px;
  left: 10px;
  color: #fff;
  font-weight: 300;
}

#rela-white-label-user-message-form-wrapper .property-info .property-street,
#rela-property-email-share .property-info .property-street {
  font-size: 21px;
}

#rela-white-label-user-message-form-wrapper .form-submit,
#rela-property-email-share .form-submit {
  width: 100%;
  border-radius: 0;
  height: 54px;
  font-size: 16px;
  text-shadow: 1px 1px 1px #718467;
  text-transform: uppercase;
  font-weight: bold;
}

#rela-white-label-user-message-form-wrapper .alert,
#rela-property-email-share .alert {
  font-size: 13px;
}

#rela-white-label-user-message-form-wrapper .text-format-wrapper .description ul li,
#rela-property-email-share .text-format-wrapper .description ul li {
  display: inline-block;
  width: 49%;
}

#email-share-modal {
  padding: 0;
}

#email-share-modal .panel-heading {
  padding: 10px !important;
}

#email-share-modal .panel-heading h2 {
  font-size: 18px;
}

#rela-commerce-recurring-pause-subscription-form .pause-date {
  width: 100%;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

.property-edit-expiration-form .form-actions {
  margin-top: 25px;
}

#rela_demo_node_logo_form-wrapper .form-control,
#rela_demo_node_contact_form-wrapper .form-control {
  max-width: 40%;
  height: 45px;
}

#rela_demo_node_logo_form-wrapper .form-file,
#rela_demo_node_contact_form-wrapper .form-file {
  max-width: 100%;
  outline: 0 !important;
  border: 0 none;
  box-shadow: none;
}

#rela_demo_node_showprice_form-wrapper .flyer_details_message {
  margin: 10px 0 15px;
}

#rela_demo_node_showprice_form-wrapper div.row {
  max-width: 500px;
  background: #ececec;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 10px;
}

#rela_demo_node_showprice_form-wrapper .field-widget-options-select select {
  width: 20%;
}

#rela_demo_node_showprice_form-wrapper .mt-detail-wrapper {
  margin-right: 15px;
  margin-bottom: 5px;
}

#rela_demo_node_showprice_form-wrapper #edit-actions {
  clear: both;
}

#edit-field-user-headshot .help-block,
#rela-demo-node-logo-form .help-block {
  display: none;
}

#rela_demo_node_agent_card_form-wrapper .image-widget-data {
  float: none;
}

#rela_demo_node_agent_card_form-wrapper .image-widget-data span {
  display: none;
}

#rela_demo_node_agent_card_form-wrapper .image-widget-data button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

#rela_demo_node_agent_card_form-wrapper .form-item {
  float: left;
  margin-right: 15px;
  width: 47%;
}

#rela_demo_node_agent_card_form-wrapper .form-item input {
  width: 100%;
}

#rela_demo_node_agent_card_form-wrapper .image-preview {
  float: none;
}

#rela_demo_node_agent_card_form-wrapper #edit-actions {
  clear: both;
}

#rela_demo_node_agent_card_form-wrapper .field-name-field-user-headshot {
  width: 100%;
}

#rela_demo_node_agent_card_form-wrapper .field-name-field-user-headshot .form-item {
  float: none;
}

#rela_demo_node_agent_card_form-wrapper .field-name-field-agent-email .form-item {
  width: 95%;
}

#rela_demo_node_footer_form-wrapper .tabledrag-toggle-weight-wrapper,
#rela_demo_node_footer_form-wrapper .tabledrag-changed-warning,
#rela_demo_node_footer_form-wrapper .field-multiple-drag {
  display: none;
}

#mt-search-tab {
  overflow: hidden;
}

#mt-search-tab .view-logos {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 20px;
  background: #f6f6f6;
}

#mt-search-tab .view-logos .views-row {
  float: left;
  margin: 10px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.14);
  padding: 5px;
  background: #fff;
}

#mt-search-tab .view-logos .views-row a {
  display: block;
  background: #fff;
}

#mt-search-tab .view-agent-card-marketing-tools .views-row {
  min-height: 0px;
}

.jcrop-holder {
  background: url(../images/artboard-bg.png);
}

.purchase-media-credit-form .product-title {
  margin-bottom: 30px;
  margin-top: 5px;
}

#purchase-domain-credits-form-wrapper,
.current-seats-product,
#purchase-seats-form {
  margin: 0 auto;
  color: #444;
  font-size: 24px;
  text-align: center;
}

#purchase-domain-credits-form-wrapper .form-group,
.current-seats-product .form-group,
#purchase-seats-form .form-group {
  margin-bottom: 0;
}

#purchase-domain-credits-form-wrapper .form-item-product,
.current-seats-product .form-item-product,
#purchase-seats-form .form-item-product {
  width: 200px;
  margin: 30px auto;
}

#purchase-domain-credits-form-wrapper .additional-seats-title,
.current-seats-product .additional-seats-title,
#purchase-seats-form .additional-seats-title {
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#purchase-domain-credits-form-wrapper .all-additional-plans,
.current-seats-product .all-additional-plans,
#purchase-seats-form .all-additional-plans {
  background: #f6f6f6;
  display: inline-block;
  width: 100%;
}

#purchase-domain-credits-form-wrapper .additional-seats-price,
.current-seats-product .additional-seats-price,
#purchase-seats-form .additional-seats-price {
  font-size: 45px;
  margin-top: 20px;
  text-indent: -10px;
}

#purchase-domain-credits-form-wrapper .additional-seats-small,
.current-seats-product .additional-seats-small,
#purchase-seats-form .additional-seats-small {
  font-size: 16px;
  color: #888;
  margin-top: -13px;
  margin-bottom: 20px;
}

#purchase-domain-credits-form-wrapper .additional-seats-price-value,
.current-seats-product .additional-seats-price-value,
#purchase-seats-form .additional-seats-price-value {
  font-size: 60px;
}

#purchase-domain-credits-form-wrapper .form-actions-wrapper,
.current-seats-product .form-actions-wrapper,
#purchase-seats-form .form-actions-wrapper {
  text-align: center;
  background: #f6f6f6;
}

#purchase-domain-credits-form-wrapper .form-actions-wrapper .btn,
.current-seats-product .form-actions-wrapper .btn,
#purchase-seats-form .form-actions-wrapper .btn {
  width: 50%;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
}

#purchase-domain-credits-form-wrapper .alert,
.current-seats-product .alert,
#purchase-seats-form .alert {
  font-size: 14px;
  right: unset;
}

.current-seats-product {
  float: left;
}

#property_edit_advanced_form-wrapper {
  max-width: 540px;
  margin: 0 auto;
}

#property_edit_advanced_form-wrapper .field-name-field-lead-distro-emails .tabledrag-toggle-weight-wrapper {
  display: none;
}

#property_edit_advanced_form-wrapper .field-name-field-lead-distro-emails .field-multiple-drag {
  display: none;
}

#broker-agent-calculator-form {
  clear: both;
  padding: 5px;
}

#broker-agent-calculator-form .form-item-quantity {
  float: left;
  max-width: 150px;
}

#broker-agent-calculator-form .form-actions {
  display: inline-block;
  margin-left: 10px;
  margin-top: 24px;
}

.node-wl_order-form .group-property .btn {
  position: absolute;
  top: 16px;
  right: 15px;
}

.page-tours-register .user-pass-group .form-item-mail {
  margin-bottom: 5px !important;
}

#property-mls-image-size-form-wrapper form {
  padding: 20px 180px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
}

#property-mls-image-size-form-wrapper form .form-actions {
  margin: 0;
}

.form-fat select,
.form-fat input {
  height: 45px;
}

.fancy-select-form .form-type-checkbox .form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f1f1f1;
  color: #666;
  top: -7px;
  height: 16px;
  width: 16px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.fancy-select-form .form-type-checkbox .form-checkbox:checked::before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 3px;
  top: -6px;
  content: '\02143';
  transform: rotate(40deg);
  color: #5ea3d6;
  font-weight: bold;
  font-size: 21px;
}

.fancy-select-form .form-type-checkbox .form-checkbox:hover {
  background-color: #f7f7f7;
}

.fancy-select-form .form-type-checkbox .form-checkbox:checked {
  background-color: #f1f1f1;
}

.fancy-select-form .form-type-checkbox label {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0px;
  padding-left: 5px;
}

.fancy-select-form .form-type-radio {
  display: inline-block;
  margin-bottom: 20px;
}

.fancy-select-form .form-type-radio label {
  margin-left: 20px;
}

.fancy-select-form .form-type-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: absolute;
  background-color: #f1f1f1;
  color: #666;
  height: 23px;
  width: 23px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
  border: 1px solid #ccc;
  top: 7px;
}

.fancy-select-form .form-type-radio input[type="radio"]:checked {
  background-color: #4bbc73;
  border: 1px solid #4bbc73;
}

.fancy-select-form .form-type-radio input[type="radio"]:checked:before {
  position: absolute;
  font: 13px/1 'Open Sans', sans-serif;
  left: 4px;
  top: -2px;
  content: '\02143';
  transform: rotate(40deg);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.address-modal label {
  font-weight: 600;
}

.address-modal .country {
  margin-bottom: 30px;
  width: 230px;
}

.address-modal .name-block {
  display: inline-block;
  float: left;
}

.address-modal .name-block .form-item {
  float: left;
  width: 45%;
}

.address-modal .street-block {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.address-modal .street-block .form-item {
  float: left;
  width: 65%;
}

.address-modal .street-block .form-item:last-child {
  width: 30%;
  float: right;
}

.address-modal .locality-block .form-item:nth-child(2) {
  width: 120px;
  margin-left: 10px;
}

.address-modal .locality-block .form-item:last-child {
  width: 100px;
}

.hide-help .help-block {
  display: none;
}

.hide-label label {
  display: none;
}

.date-nopad .date-padding {
  padding: 0 !important;
}

.options-with-detail .option-label {
  margin-top: 2px;
  margin-bottom: 5px;
}

.options-with-detail .form-item {
  margin-bottom: 20px;
}

.form-actions-border-top {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ccc;
}

.email-send-form .to-display-wrapper label {
  width: 10%;
  float: left;
}

.email-send-form .to-display-wrapper .to-display {
  width: 90%;
  float: left;
}

.email-send-form .to-display-wrapper .to-display span {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 5px;
}

.email-send-form .form-item-to,
.email-send-form .form-item-cc,
.email-send-form .form-item-subject {
  float: left;
  width: 100%;
  display: inline-block;
}

.email-send-form .form-item-to label,
.email-send-form .form-item-cc label,
.email-send-form .form-item-subject label {
  float: left;
  width: 10%;
  padding-top: 8px;
}

.email-send-form .form-item-to .form-text,
.email-send-form .form-item-cc .form-text,
.email-send-form .form-item-subject .form-text {
  float: left;
  width: 90%;
  border: 0;
  border-bottom: 1px solid #ccc;
}

.email-send-form .text-format-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}

.email-send-form .text-format-wrapper .form-type-textarea label {
  display: none;
}

.email-send-form #email-token-dropdown {
  float: right;
}

.email-send-form .email-subject-wrapper {
  margin-top: 10px;
  clear: both;
  display: inline-block;
  width: 100%;
}

.email-send-form .email-subject-wrapper label {
  display: inline;
  width: 60px;
  margin-right: 15px;
}

.email-send-form .email-subject-wrapper .text-format-wrapper {
  display: inline;
  width: auto;
}

.email-send-form .email-subject-wrapper .mail-subject-preview {
  display: inline-block;
  width: calc(100% - 75px);
}

.email-send-form .email-subject-wrapper .mail-subject-preview .cke_textarea_inline {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.email-send-form .email-subject-wrapper .mail-subject-preview .cke_textarea_inline * {
  float: left;
}

.email-send-form .email-subject-wrapper .mail-subject-preview .cke_textarea_inline p {
  margin: 0;
}

.email-send-form .cke_contents {
  height: 300px !important;
}

.email-send-form .cke_contents p {
  line-height: 26px;
  margin: 10px 0;
}

.editable-loading {
  width: 100%;
  background: #ffffff5e;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: none;
  top: 0;
  left: 0;
}

.rela-editable-fields-form.rela-editable-loading {
  opacity: 0.6;
  cursor: progress;
}

.rela-editable-fields-form.rela-editable-loading div {
  pointer-events: none;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-wl-rule-discount-type label {
  float: left;
  font-size: 18px;
  line-height: 28px;
  margin: 0 8px;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-package-price-per {
  clear: both;
  width: 100%;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-package-price-per label {
  float: unset !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value {
  clear: both;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value label {
  float: unset !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value label[for^="edit-field-wl-rule-discount-value-und-0-value"] {
  margin-right: 15px !important;
}

.wl-package-discount-form.wl-package-discount-form-fixed .field-name-field-wl-prod-variations label {
  float: unset !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
}

.wl-package-discount-form .field-name-field-wl-product-timing label {
  float: unset !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: inherit !important;
}

.wl-package-discount-form .form-group {
  float: left;
  display: flex;
  align-items: center;
  margin: 0;
}

.wl-package-discount-form .form-group label {
  float: left;
  font-size: 18px;
  margin: 0 8px;
}

.wl-package-discount-form .form-group select {
  float: left;
  width: auto;
  padding: 1px;
}

.wl-package-discount-form .form-group .form-text {
  width: 60px;
  float: left;
}

.wl-package-discount-form .timing-hours .form-group,
.wl-package-discount-form .timing-mins .form-group {
  gap: 2rem;
}

.wl-package-discount-form .form-group.form-item-field-package-price-per-und {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px 0;
  width: 100%;
}

.wl-package-discount-form .form-group.form-item-field-package-price-per-und .help-block {
  font-size: 13px;
  background: #f6f6f6;
  width: 100%;
  padding: 10px;
  color: #777;
  border: 1px solid #ddd;
  margin: 0;
}

.wl-package-discount-form .currency-symbol-pre {
  border-right: none;
  float: left;
}

.wl-package-discount-form .currency-symbol-post {
  border-left: none;
}

.wl-package-discount-form .form-actions {
  clear: both;
  margin-top: 40px;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #ddd;
  padding: 15px;
}

#rela-matterport-add-demo-property-form input[name="matterport_id"] {
  width: 170px;
}

#rela-matterport-add-demo-property-form .toggle-trigger {
  display: none;
}

.form-inline.form-inline-flex .form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px !important;
}

.droppable-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.image-widget-data.image-uploaded {
  position: absolute;
  top: 0;
  height: auto;
}

.form-type-dragndrop-upload .image-widget {
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.form-type-dragndrop-upload .image-widget .image-preview {
  float: none;
  margin: auto;
  display: block;
  padding: 20px;
}

.form-type-dragndrop-upload .image-widget .image-preview img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}

#purchase-properties-form-wrapper .form-type-radio {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  width: 100%;
  display: inline-block;
}

.custom-question-item {
  font-family: Inter, sans-serif;
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.custom-question-item a {
  color: #3baad3 !important;
}

.custom-question-item .form-control {
  border-radius: 3px;
  height: 45px;
}

.custom-question-item .form-control.form-textarea {
  height: auto;
}

.custom-question-item label {
  font-size: 16px;
}

.custom-question-item:last-child {
  border-bottom: 0 none;
}

.custom-question-item select {
  width: auto;
}

.custom-questions-wrapper .edit-custom-questions {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.custom-questions-wrapper .edit-custom-questions[data-editable="1"] .custom-question-item {
  cursor: move;
}

.custom-questions-wrapper .custom-question-item {
  background: #f9fbfc;
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 3px;
  border: 1px solid #eee;
  transform: rotate(0);
  box-shadow: 0px 0px 0px #00000012;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.custom-questions-wrapper .custom-question-item .form-group>label {
  margin-bottom: 10px;
}

.custom-questions-wrapper .custom-question-item.ui-sortable-placeholder {
  display: inline-block;
  border: 1px dashed #ddd;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff !important;
  visibility: visible !important;
}

.custom-questions-wrapper .custom-question-item.ui-sortable-helper {
  transform: rotate(-0.25deg);
  box-shadow: 0px 3px 11px #00000012;
}

.custom-questions-wrapper .edit-link {
  position: absolute;
  top: -7px;
  right: 10px;
}

[data-editable="1"] .custom-question-item {
  cursor: move;
}

.cof-edit-wrapper .store-questions-preview .store-questions-link-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #00000082;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.cof-edit-wrapper .store-questions-preview .store-questions-link-wrapper a {
  color: #fff;
  font-size: 20px;
}

.cof-edit-wrapper .store-questions-preview:hover .store-questions-link-wrapper {
  opacity: 1;
}

.cof-edit-wrapper .demo-form-header-wrapper .btn-group {
  width: auto;
  float: right;
}

#rela-editor-section-video-form-wrapper .form-actions {
  margin-top: 24px;
  margin-bottom: 0;
  display: inline-block;
}

#property-extra-section-manage .section-node-title {
  font-size: 30px;
  border-bottom: 1px solid #ddd;
  margin: 10px 15px 30px 15px;
  color: #222;
}

#property-extra-section-manage .section-node-title .alert {
  font-size: 14px;
}

@media screen and (min-width:992px) {
  #property-extra-section-manage .section-wysiwyg {
      min-width: 500px;
  }
}

#property-openhouse-form-wrapper .date-form-element-content,
#property-openhouse-form-wrapper .link-field-subrow {
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

#block-system-main .cke_button__bold_icon {
  background: url("../images/cke_black.png") no-repeat 0 -24px !important;
}

#block-system-main .cke_button__italic_icon {
  background: url("../images/cke_black.png") no-repeat 0 -48px !important;
}

#block-system-main .cke_button__underline_icon {
  background: url("../images/cke_black.png") no-repeat 0 -144px !important;
}

#block-system-main .cke_ltr .cke_button__bulletedlist_icon {
  background: url("../images/cke_black.png") no-repeat 0 -1344px !important;
}

#block-system-main .cke_button__link_icon {
  background: url("../images/cke_black.png") no-repeat 0 -1272px !important;
}

.booking-content-wrapper {
  background: #fff;
  padding: 0px 10px 20px 10px;
  display: block;
  margin: 0 auto;
}

.booking-content-wrapper .booking-header {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper {
  padding: 0px;
  background: #fff;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .form-wrapper {
  display: none;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .form-wrapper.active {
  display: block;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper {
  text-align: center;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-type-radios>label {
  color: #798194;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type .form-type-radio {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time .form-type-radio {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type {
  display: inline-block;
  width: 100%;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time .form-type-radio,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .form-type-radio,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type .form-type-radio {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: 5px 0;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time .form-type-radio input,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .form-type-radio input,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type .form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time .form-type-radio label,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .form-type-radio label,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type .form-type-radio label {
  position: relative;
  float: left;
  color: #2C2A34;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #D0D6E0;
  padding: 13px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  width: 100%;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-preferred-time .form-type-radio.radio-active label,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .form-type-radio.radio-active label,
.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-type .form-type-radio.radio-active label {
  background: #2C2A34;
  color: #FFFFFF;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .day-name {
  color: #798194;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .day-number {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #2C2A34;
  margin-bottom: 17px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date .month {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #798194;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .initial-wrapper .form-item-appointment-date.radio-active .day-info {
  color: #fff;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper label {
  color: #2F3349;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper input {
  height: 48px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D0D6E0;
  border-radius: 2px;
  text-transform: initial;
  padding: 12px 16px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper input:hover {
  border: 1px solid #73707D;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper textarea {
  resize: none;
  max-width: 100%;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper textarea:hover {
  border: 1px solid #73707D;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper .form-submit {
  display: inline-block;
  width: 100%;
  height: 56px;
  background: #2C2A34;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.4px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width:991px) {
  .booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper .first-name-wrapper {
      padding-right: 0 !important;
      margin-top: 0 !important;
  }

  .booking-content-wrapper #rela_property_book_showing_form-wrapper .finish-wrapper .last-name-wrapper {
      padding-left: 0 !important;
      margin-top: 0 !important;
  }
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  height: 40px;
  font-size: 40px;
  width: 100%;
  line-height: 40px;
  z-index: -1;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}

.booking-content-wrapper #rela_property_book_showing_form-wrapper .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}

.book_showing_settings_form .node-form {
  padding: 0;
}

.book_showing_settings_form .form-control {
  width: auto;
}

.book_showing_settings_form .form-actions {
  position: absolute;
  right: 0;
  top: 0px;
}

.book_showing_settings_form .form-actions button[type="submit"] {
  height: 37px !important;
}

.book_showing_settings_form .field-name-field-book-showing-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.book_showing_settings_form .field-name-field-book-showing-link .form-type-textfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.book_showing_settings_form .field-name-field-book-showing-link .form-type-textfield label {
  flex: 0 0 100%;
}

.book_showing_settings_form .field-name-field-book-showing-link .form-type-textfield .booking-url-prefix {
  background: aliceblue;
  border: 1px solid #ddd;
  height: 37px;
  align-items: center;
  display: flex;
  padding: 0 10px;
  width: 161px;
}

.book_showing_settings_form .field-name-field-book-showing-link .form-type-textfield input {
  width: calc(100% - 161px);
}

.book_showing_settings_form .acuity-booking .field-name-field-book-showing-link .form-type-textfield input {
  width: 100%;
}

.book_showing_settings_form .acuity-booking .form-actions {
  right: -54px;
  top: 37px;
}

.notification-reminder-config-form .form-actions {
  position: absolute;
  top: -48px;
  right: 15px;
}

.wl-reminder-modal .overlay-close-top {
  position: absolute;
  top: -48px;
  right: 15px;
}

.wl-commerce-add-notification-form .email-notifications-wrapper {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
}

@media screen and (min-width:768px) {
  .wl-commerce-add-notification-form .form-item-units {
      width: 150px;
      margin-top: 15px;
      margin-right: 10px;
      float: left;
  }

  .wl-commerce-add-notification-form .form-item-value {
      width: 60px;
      margin-right: 10px;
      margin-top: 15px;
      float: left;
  }

  .wl-commerce-add-notification-form .form-item-placement {
      width: 150px;
      float: left;
  }

  .wl-commerce-add-notification-form .form-submit {
      width: 100%;
  }
}

.bulk_image_actions_wrap {
  display: inline-block;
  width: 100%;
  background: #fbfbfb;
  padding: 10px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.property-multi-gallery-bulk-form .form-item-selected-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  float: left;
}

.property-multi-gallery-bulk-form .form-item-selected-images>label {
  width: 100%;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.property-multi-gallery-bulk-form .form-item-selected-images .form-checkboxes,
.property-multi-gallery-bulk-form .form-item-selected-images .form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.property-multi-gallery-bulk-form .form-item-selected-images .form-checkboxes input,
.property-multi-gallery-bulk-form .form-item-selected-images .form-radios input {
  left: 5px;
  top: 5px;
}

.property-multi-gallery-bulk-form .form-item-selected-images .form-checkboxes label,
.property-multi-gallery-bulk-form .form-item-selected-images .form-radios label {
  padding: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.property-multi-gallery-bulk-form .form-item-selected-images .form-checkboxes img,
.property-multi-gallery-bulk-form .form-item-selected-images .form-radios img {
  width: 100%;
  height: auto;
}

.property-multi-gallery-bulk-form .form-item-existing-images .form-type-checkbox input:checked+label:after {
  content: "\f05c";
  color: #f34533;
  background: rgba(239, 166, 166, 0.39);
  text-shadow: 0px 0px 20px #f7f4f4;
}

.property-multi-gallery-bulk-form .form-type-checkbox,
.property-multi-gallery-bulk-form .form-type-radio {
  width: 160px;
  position: relative;
  height: auto;
  display: inline-block;
  margin: 5px;
}

@media screen and (max-width:991px) {

  .property-multi-gallery-bulk-form .form-type-checkbox,
  .property-multi-gallery-bulk-form .form-type-radio {
      width: 135px;
  }
}

.property-multi-gallery-bulk-form .form-type-checkbox label,
.property-multi-gallery-bulk-form .form-type-radio label {
  border: 0 none;
}

.property-multi-gallery-bulk-form .form-type-checkbox label img,
.property-multi-gallery-bulk-form .form-type-radio label img {
  max-width: 260px;
}

.property-multi-gallery-bulk-form .form-type-checkbox.form-disabled label:after,
.property-multi-gallery-bulk-form .form-type-radio.form-disabled label:after {
  content: "" !important;
}

.property-multi-gallery-bulk-form .current-gallery {
  position: absolute;
  bottom: 8px;
  padding-left: 4px;
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  z-index: 11;
}

#prop-gallery-tag-form-wrapper .cta-link {
  position: absolute;
  right: 10px;
  top: -40px;
}

.field-name-field-cof-target .form-radios {
  padding: 6px 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.wl-order-form-content .form-item-cof-access-code {
  width: 100%;
  float: left;
}

.rela-select-images-form .ss-video-image-max-warn {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: 12%;
  margin: auto 0;
  height: 160px;
}

#assign-group-wrapper .form-item {
  margin-bottom: 0;
}

#assign-group-wrapper label {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  font-size: 13px;
}

#assign-group-wrapper select {
  float: left;
}

#assign-group-wrapper .form-item-assign-to-type {
  float: left;
}

#assign-group-wrapper .form-item-assign-to-type select {
  width: 115px;
}

#assign-group-wrapper .form-item-field-group-ref-und-0-target-id {
  float: right;
}

#assign-group-wrapper .form-item-field-group-ref-und-0-target-id select {
  width: 260px;
}

.checkout-confirmation-form {
  display: inline-block;
  width: 100%;
}

.photo-bulk-upload-form #dropbox-submit {
  bottom: -43px;
  left: 110px;
}

#dropbox-submit {
  display: flex;
  width: 110px;
  left: 120px;
  position: absolute;
  bottom: 7px;
}

#dropbox-submit svg {
  height: 30px;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form .plupload_start {
  display: none;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form .plupload_add {
  background: #43b2ce;
  color: #fff;
  padding: 8px 18px;
  bottom: -41px;
  left: 0;
  font-size: 14px;
  position: absolute !important;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form .help-block {
  top: 50px;
  position: relative;
  left: 14px;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form .form-item-unbranded {
  background: #f9f9f9;
  float: right;
  font-size: 12px;
  padding: 3px 8px;
  border: 1px solid #ddd;
  top: -39px;
}

#mini-panel-property_edit_docs_floorplans .rela-bulk-doc-upload-form .form-item-unbranded label[for="edit-unbranded"] {
  padding-top: 1px;
}

.inline-search-container {
  display: flex;
}

.inline-search-container.dark {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
}

.inline-search-container .form-group {
  margin-bottom: 0;
}

.inline-search-container .form-submit {
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
}

.property-template-settings-form .form-type-jquery-colorpicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.form-actions.modal-actions-bottom {
  background: #f9f9f9;
  padding: 10px;
  margin: 0 -15px -10px -15px;
  border-top: 1px solid #ddd;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  align-items: center;
}

.rela_wl_store_territory_form .form-item-custom-colors .form-type-radio {
  width: 60px;
  margin-top: 14px;
  float: left;
  margin-top: 0;
}

.rela_wl_store_territory_form .form-item-custom-colors .form-type-radio input[type="radio"] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.rela_wl_store_territory_form .form-item-custom-colors .form-type-radio label {
  padding-left: 0;
  margin-right: 15px;
}

.rela_wl_store_territory_form .form-color-swatch {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
}

.rela_wl_store_territory_form .radio-active .form-color-swatch {
  box-shadow: 0 0 0px 3px #fff, 0 0px 0px 5px currentColor;
}

.rela_wl_store_territory_form .terr-travel-fee-group {
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rela_wl_store_territory_form .terr-travel-fee-group .help-block {
  font-size: 12px;
}

.rela_wl_store_territory_form .terr-travel-fee-group .form-item-travel-fee-status {
  width: 60%;
  float: left;
}

.rela_wl_store_territory_form .terr-travel-fee-group .form-item-travel-fee-taxable {
  display: block;
  position: absolute;
  right: 28px;
  top: 65px;
  font-size: 12px;
}

.rela_wl_store_territory_form .terr-travel-fee-group .field-name-field-territory-fee {
  float: right;
  width: 25%;
  margin-top: 10px;
}

.rela_wl_store_territory_form .terr-travel-fee-group .field-name-field-territory-fee input {
  width: 99px;
  float: left;
}

.dropbox-waiting-overlay {
  position: absolute;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 9;
  background: #e5edf9ab;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
}

.dropbox-waiting-overlay .inner {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  height: 220px;
  width: 230px;
  position: relative;
  top: -20px;
}

.dropbox-waiting-overlay p {
  margin-bottom: 10px;
}

.dropbox-waiting-overlay .db-logo {
  width: 70px;
}

.cta-feed-images {
  position: absolute;
  right: 0;
  bottom: -44px;
}

.rela-mls-media-push-form .ss-video-image-max-warn {
  left: 50vw;
  right: unset;
}

.rela-mls-media-push-form .bright-sync-btn {
  width: 315px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  border-color: transparent;
  border-radius: 4px;
  margin: 46px auto;
  display: block;
  font-size: 0;
}

.rela-mls-media-push-form .header-toolbar {
  gap: 1rem;
}

.rela-mls-media-push-form .photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rela-mls-media-push-form .photo-grid .form-type-checkbox {
  margin: 0;
}

.rela-mls-media-push-form .photo-grid .form-type-checkbox .views-grid-count {
  bottom: 2px;
}

.rela-mls-media-push-form .form-item-floorplans .form-type-checkbox {
  height: auto;
  width: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
}

.rela-mls-media-push-form .form-item-floorplans .floorplan-preview {
  width: 170px;
  height: 170px;
}

.rela-mls-media-push-form .vtour-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.rela-mls-media-push-form .vtour-list .link-label {
  width: 80px;
  font-weight: bold;
  text-transform: capitalize;
}

.rela-mls-media-push-form .vtour-list .domain-clip-link {
  width: auto;
  min-width: 0;
}

.rela-mls-media-push-form .vtour-list .form-type-checkbox {
  width: 100%;
  padding-left: 40px;
}

.rela-mls-media-push-form .vtour-list .form-type-checkbox input:checked+label {
  border: 0;
}

.rela-mls-media-push-form .vtour-list .form-type-checkbox input:checked+label:after {
  content: unset;
}

.rela-mls-media-push-form .count-wrapper .count-item {
  flex: 1 1 0px;
}

.rela-mls-media-push-form .count-wrapper .count-icon {
  height: 65px;
}

.rela-mls-media-push-form .count-wrapper .count-count {
  font-size: 16px;
}

.rela-mls-media-push-form .count-wrapper .count-title {
  font-size: 16px;
}

.rela-mls-media-push-form .form-item-include-property-website {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 10px;
  background: #fff;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

@media screen and (max-width:991px) {
  .rela-mls-media-push-form .form-item-include-property-website {
      gap: 1rem;
  }
}

.rela-mls-media-push-form .form-item-include-property-website .help-block {
  flex-basis: 100%;
  color: #d70000;
}

.rela-mls-media-push-form .form-item-include-property-website label {
  margin: 0;
}

.rela-mls-media-push-form .form-item-include-property-website .form-radios {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
}

.rela-mls-media-push-form .form-item-include-property-website .form-radios .form-type-radio {
  margin: 0;
  background: #f9f9f9;
}

.custom-questions-admin-form .question-type .form-item-type {
  margin-bottom: 10px;
  display: inline-block;
  width: 250px;
}

.custom-questions-admin-form .question-type .form-type-radio input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.custom-questions-admin-form .question-type .form-type-radio label {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 250px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 3px;
  border: 1px dashed #ccc;
}

.custom-questions-admin-form .question-type .form-type-radio label img {
  width: 26px;
  height: auto;
}

.custom-questions-admin-form .question-type .form-type-radio.radio-active label {
  border: 1px solid #44b2ce;
  outline: 1px solid #44b2ce;
}

#rela_property_ai_description_generator-wrapper .tag-editor {
  min-height: 70px;
  height: auto;
  border: 1px solid #ddd;
  padding: 8px 5px;
}

.order-status-compact div[id^="edit-date-filter-"]>label {
  width: 100%;
}

.order-status-compact div[id^="edit-date-filter-"] .form-item-date-filter-min-date .help-block,
.order-status-compact div[id^="edit-date-filter-"] .form-item-date-filter-max-date .help-block {
  display: none !important;
}

.order-status-compact div[id^="edit-date-filter-"] .views-operator {
  float: left;
}

.order-status-compact div[id^="edit-date-filter-"] .views-widget {
  float: left;
  width: calc(100% - 36px);
}

.order-status-compact div[id^="edit-date-filter-"] .views-widget .form-item {
  width: unset !important;
}

.order-status-compact div[id^="edit-date-filter-"] .views-widget .form-control {
  width: 100% !important;
}

.from-options-wrapper .form-type-select {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin: 0 10px;
  padding: 10px 8px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.from-options-wrapper .form-type-select label {
  display: flex;
  gap: 0.5rem;
}

#video-embed-form-wrapper .form-control[readonly],
#video-embed-form-wrapper fieldset[readonly] .form-control {
  background: #fff;
  cursor: text;
}

#video-embed-form-wrapper .form-control[readonly]:focus,
#video-embed-form-wrapper fieldset[readonly] .form-control:focus {
  outline: 1px;
}

#video-embed-form-wrapper .form-item-sizing.form-type-radios {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #ffffff;
  padding: 2px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#video-embed-form-wrapper .form-item-sizing.form-type-radios>label {
  margin-bottom: 0;
}

#video-embed-form-wrapper .form-item-sizing.form-type-radios .form-radios {
  display: flex;
  gap: 2rem;
  align-items: center;
}

#video-embed-form-wrapper .form-item-sizing.form-type-radios .form-radios .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 14px !important;
}

#video-embed-form-wrapper .form-item-sizing.form-type-radios .form-radios .form-type-radio {
  margin-top: 10px !important;
}

#video-embed-form-wrapper .form-type-textfield {
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
}

#video-embed-form-wrapper .form-type-textfield label {
  margin-bottom: 0;
  padding-left: 5px;
}

#video-embed-form-wrapper .form-type-textfield .form-control {
  width: 74%;
  display: inline-block;
  margin-left: 5px;
  float: right;
}

#video-embed-form-wrapper textarea {
  resize: none;
  cursor: auto;
}

form .inline-wrap input {
  width: auto;
  display: inline-block;
  height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
}

.property_logo_form .author-label {
  position: absolute;
  top: -63px;
  right: 300px;
  text-transform: none;
}

.options-with-detail.striped .form-type-checkbox {
  margin-bottom: 7px;
  padding: 9px 7px;
}

.options-with-detail.striped .form-type-checkbox:nth-child(odd) {
  background-color: #f9f9f9;
}

#wl-orderform-settings-form-embed_origin-wrapper button.submit-inline {
  margin-top: -25px;
  height: 37px;
}

.rela_site_section_logo_form .form-type-dragndrop-upload .image-widget {
  width: 100%;
}

.rela_site_section_logo_form .image-widget-data {
  width: 100%;
}

.rela_site_section_logo_form .droppable {
  width: 100%;
  border: 0 none;
}

.rela_site_section_logo_form .droppable-controls {
  display: none;
}

.form-inline.form-inline-flex .color-picker-fancy p {
  display: none;
}

.form-inline.form-inline-flex .color-picker-fancy .form-type-jquery-colorpicker .jquery_colorpicker {
  top: 0;
  right: 0;
}

.form-item-radio-images .form-type-radio {
  margin: 0;
}

.form-item-radio-images .form-type-radio label {
  padding-left: 0;
}

.form-item-radio-images .form-type-radio input[type="radio"] {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item-radio-images .form-type-radio img.layout-option {
  box-shadow: 2px 2px 10px #00000014;
  border-radius: 5px;
  border: 2px solid transparent;
}

.form-item-radio-images .form-type-radio.radio-active img.layout-option {
  border-color: #47aaf1;
}

.form-item-configs-property-layout-property-layout-style .form-radios {
  display: grid;
  gap: 1rem;
  grid-template-columns: 48% 48%;
}

.form-item-configs-property-layout-property-layout-style .form-radios .form-radio {
  margin-bottom: 10px !important;
}

.cal-shooter-filter-external-form .pseudo-checkbox-input {
  width: 16px;
  height: 16px;
}

.cal-shooter-filter-external-form .pseudo-checkbox-input .pseudo-checkbox-input+label {
  padding-left: 25px;
}

.cal-shooter-filter-external-form .pseudo-checkbox-input .pseudo-checkbox-check {
  font-size: 12px;
}

.cal-shooter-filter-external-form .pseudo-checkbox-input .pseudo-checkbox-check img {
  height: 10px;
  width: 10px;
}

.form-group-top-warning {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  font-size: 13px;
  background: #ffffff;
  display: none;
}

#wl-create-office-form-wrapper .form-item-address-group-locality {
  width: 190px;
  float: left;
  margin-right: 10px;
}

#wl-create-office-form-wrapper .form-item-address-group-adminstrative-area-us,
#wl-create-office-form-wrapper .form-item-address-group-adminstrative-area-ca {
  width: 180px;
  float: left;
  display: block;
  margin-right: 10px;
}

#wl-create-office-form-wrapper .form-item-address-group-postal-code {
  float: left;
  width: 112px;
}

.rela_site_page_path_form .alert-block {
  top: 0;
  margin-bottom: 40px;
  width: 100% !important;
}

.rela_site_page_path_form .field-name-field-site-page-path .form-item {
  display: flex;
  align-items: center;
}

.rela_site_page_path_form .field-name-field-site-page-path .form-item label {
  background: #f9f9f9;
  height: 37px;
  vertical-align: baseline;
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-right: 0;
}

.rela_site_page_path_form .field-name-field-site-page-path .form-item input {
  width: 210px;
}

.group_cost_share_form .form-type-select {
  display: inline-block;
  width: 200px;
  float: left;
}

.group_cost_share_form .form-type-textfield {
  display: flex;
  float: right;
}

.group_cost_share_form .form-actions {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  background: #f9f9f9;
  padding: 10px 18px;
  border: 1px solid #ddd;
}

.rela-fullcalendar-datepicker .ui-datepicker {
  width: 100%;
}

.drop-filter-unset-active .dropdown-menu .active a.active {
  background-color: #fff !important;
  color: #333 !important;
}

.invoice-bulk-vbo-options .vbo-table-select-all {
  display: inline-block;
}

.invoice-bulk-vbo-options .form-radios {
  margin: 10px 0;
}

.invoice-bulk-vbo-options .form-type-radio {
  display: flex;
  align-items: center;
  gap: 10px;
}

.invoice-bulk-vbo-options .form-type-radio input {
  margin-top: 0;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

a:focus-visible {
  outline: 3px solid black;
  outline-offset: 3px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #ddd;
}

.border-top {
  border-top: 1px solid #ddd;
}

.last-no-border .border-bottom:last-child {
  border-bottom: 0;
}

.last-no-border .border-bottom-dashed:last-child {
  border-bottom: 0;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  font-weight: bold;
  color: #5c8bb5;
  background-color: #fff;
  border: 0 none;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #677076;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #677076;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  cursor: default;
}

.alert {
  font-size: 14px !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-parent>div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-parent>div:before,
.container-parent>div:after {
  content: " ";
  display: table;
}

.container-parent>div:after {
  clear: both;
}

@media (min-width:768px) {
  .container-parent>div {
      width: 750px;
  }
}

@media (min-width:992px) {
  .container-parent>div {
      width: 970px;
  }
}

@media (min-width:1200px) {
  .container-parent>div {
      width: 1170px;
  }
}

.page-property-edit-video-maker .alert-danger {
  position: fixed;
  z-index: 99999;
  width: 70%;
}

.group-type-Brokerage .label {
  background-color: #6bbb6f;
}

.property-template-eko #disclaimer,
.property-template-dax #disclaimer,
.property-template-pipeline #disclaimer,
.page-account #disclaimer,
.default-property-apply #disclaimer {
  background: #fff;
  color: #444;
}

.property-template-eko .logo-realtor,
.property-template-dax .logo-realtor,
.property-template-pipeline .logo-realtor,
.page-account .logo-realtor,
.default-property-apply .logo-realtor {
  background-image: url(../images/realtor-b.png);
}

.property-template-eko .logo-eho,
.property-template-dax .logo-eho,
.property-template-pipeline .logo-eho,
.page-account .logo-eho,
.default-property-apply .logo-eho {
  background-image: url(../images/equal-housing-b.png);
}

.logo-disclaimer {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 10px;
}

.logo-eho {
  background-image: url(../images/equal-housing-w.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-realtor {
  background-image: url(../images/realtor-w.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.no-select {
  user-select: none;
}

.hover-glow {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.hover-glow:hover {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.16);
}

.edit-link-right {
  position: absolute;
  top: 4px;
  right: 4px;
}

.progress-bar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 20.4s;
}

.progress-bar[data-time="long"] {
  animation-duration: 50s;
}

.progress-bar[data-time="xlong"] {
  animation-duration: 90s;
}

.progress-bar-container {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 25px;
  background: #fff;
}

.queue-progress-bar {
  min-height: 12px;
  animation-name: none;
  width: 0%;
  float: none;
  border-radius: 3px;
  -webkit-transition: width 1s ease;
  -o-transition: width 1s ease;
  transition: width 1s ease;
}

.progress-bar-count {
  width: 100%;
  text-align: right;
}

.progress-bar-wrapper.progress-bar-sm .progress-bar-container {
  height: 15px;
}

@keyframes animateBar {
  0% {
      transform: translateX(-100%);
  }

  100% {
      transform: translateX(0);
  }
}

.plyr__video-embed {
  padding-bottom: 56.25%;
}

.site-preview-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99999;
}

.checkbox-link {
  color: #777;
}

.checkbox-link .fa-check-square {
  color: #3baad3;
}

.checkbox-link:focus,
.checkbox-link:hover {
  color: #777;
}

.status-toggle {
  width: auto !important;
}

.status-label-Disabled {
  background: #dc4343;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
}

.status-label-Enabled {
  background: #78CA48;
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
}

.pseudo-checkbox {
  visibility: hidden;
}

.pseudo-checkbox-input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
}

.pseudo-checkbox-input .pseudo-checkbox-check {
  font-size: 16px;
  position: absolute;
  top: -2px;
  visibility: hidden;
  left: 3px;
}

.pseudo-checkbox-input.checked .pseudo-checkbox-check {
  visibility: visible;
}

.pseudo-checkbox-input+label {
  padding-left: 25px;
}

.label-text {
  background-color: transparent;
  color: #555;
}

.label-md {
  font-size: 100%;
}

.label-sm {
  font-size: 13px;
}

.label-white {
  background-color: #fff;
  color: #999;
  border: 1px solid #ddd;
}

.label-white:hover {
  color: #555 !important;
}

.label-grey {
  background: #f6f6f6;
  color: #333;
  border: 1px solid #eee;
}

.label-light-blue {
  background: #f1fbff;
  color: #333;
  border: 1px solid #b5dae5;
}

.label-website_requested {
  background: #ffe5d2;
  color: #9b574e;
  margin-right: 10px;
  border: 1px solid #ffd1af;
}

.label-brochure_requested {
  color: #029ac1;
  background: #e1f9ff;
  border: 1px solid #b3d4dd;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-table {
  display: table !important;
}

.float-none {
  float: none !important;
}

.valign-sub {
  vertical-align: sub;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-middle th,
.valign-middle td {
  vertical-align: middle !important;
}

.jQWCP-wWidget {
  height: 216px !important;
  width: 253px !important;
  padding: 20px;
}

.action-upper-right {
  position: absolute;
  top: 0;
  right: 0;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.link-nosee {
  position: absolute;
  font-size: 1px;
}

.fill-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  text-decoration: none;
  background-color: rgba(206, 206, 206, 0);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.fill-parent:hover {
  background-color: rgba(206, 206, 206, 0.23);
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

ul.standard {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

ul.standard li {
  margin-bottom: 5px;
}

.pos-r {
  position: relative;
}

.font-weight-bold {
  font-weight: bold;
}

.default-font {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.shadow-border,
#property_edit_location_form-wrapper,
#property_edit_overview_form-wrapper .group-property-amenities,
#property_edit_overview_form-wrapper .group-property-desc,
#property_edit_overview_form-wrapper .field-name-field-amenities-ref,
#property_edit_overview_form-wrapper .group-property-details .field-group-div {
  box-shadow: 0px 1px 4px #ccc;
  border: 1px solid #eee;
}

.well-shadow {
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
}

.well-dark {
  background-color: #f9f9f9 !important;
  border-radius: 0;
  box-shadow: none;
}

.well-cloud {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
}

.well-shadow-lt {
  padding: 12px;
  text-align: left;
  background: #fff;
  border: 0 none;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  display: inline-block;
  width: 100%;
}

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

.font-mont {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

.full-width {
  width: 100%;
  display: inline-block;
}

.black-trans {
  background: rgba(0, 0, 0, 0.6);
}

.full-bg-image {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

@media screen and (max-width:991px) {
  .bg-fixed {
      background-attachment: inherit !important;
  }
}

.ajax-link-hide-progress .ajax-progress,
.ajax-link-hide-progress .ajax-progress-throbber {
  display: none;
}

.loader,
.loader:before,
.loader:after {
  background: #FFF;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader-grey,
.loader-grey:before,
.loader-grey:after {
  background: #ddd;
  -webkit-animation: loadGrey 1s infinite ease-in-out;
  animation: loadGrey 1s infinite ease-in-out;
}

.loader-teal,
.loader-teal:before,
.loader-teal:after {
  background: #48a9ca;
  -webkit-animation: loadBlue 1s infinite ease-in-out;
  animation: loadBlue 1s infinite ease-in-out;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader {
  text-indent: -9999em;
  margin: 8em auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:after {
  left: 1.5em;
}

.draggableviews-processed li.views-row {
  display: block;
  float: left;
  cursor: move;
  min-width: 180px;
}

.draggableviews-processed {
  float: left;
  width: 100%;
}

.draggableviews-weight {
  display: none;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #FFF;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #ffffff;
      height: 5em;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #FFF;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #ffffff;
      height: 5em;
  }
}

@-webkit-keyframes loadGrey {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #ddd;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #ddd;
      height: 5em;
  }
}

@keyframes loadGrey {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #ddd;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #ddd;
      height: 5em;
  }
}

@-webkit-keyframes loadBlue {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #48a9ca;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #48a9ca;
      height: 5em;
  }
}

@keyframes loadBlue {

  0%,
  80%,
  100% {
      box-shadow: 0 0 #48a9ca;
      height: 4em;
  }

  40% {
      box-shadow: 0 -2em #48a9ca;
      height: 5em;
  }
}

.rela-submit-success {
  background-color: #CAEAD2;
  padding: 5px 10px;
  color: #329C58;
  font-size: 16px;
  border-radius: 4px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background: #fff;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.empty-field {
  color: #aaa;
  font-style: italic;
}

.tagline {
  font-size: 16px;
  color: #444;
}

.property-count {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.price-suffix {
  font-size: 13px;
}

.btn-width-auto {
  width: auto !important;
}

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

.btn-remove {
  font-size: 17px;
  background-color: transparent;
  border: 0 none;
  color: #333;
  padding: 5px;
}

.btn-remove:before {
  font-family: "streamicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-fullbleed {
  width: 100%;
  text-align: center;
  padding: 10px;
  display: inline-block;
}

.trans-overlay {
  background: url(../images/overlay-dark-gradient-bottom.png) repeat-x left bottom;
  height: 100%;
  width: 100%;
  position: absolute;
}

.pattern-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
}

.pattern-overlay:after {
  background: url(../images/pattern.png) repeat left bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .4;
}

.well,
.pane-dashboard-main-content .profile-block,
.view-current-user-plan .view-content {
  padding: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  width: 100%;
  display: inline-block;
}

.no-border {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

.bg-image-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.bg-image-contain {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.panel-flexible .panel-separator {
  margin: 0;
}

.panel-acqua>.panel-heading {
  background-color: #44b2ce;
}

.panel-acqua>.panel-heading .panel-title {
  color: #fff;
}

.img-responsive-parent img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.image-center img {
  margin: 0 auto;
}

div[class^='btn-outline-'] {
  border-width: 2px;
  font-weight: 600;
}

div[class^='btn-outline-'].btn-xs {
  border-width: 1px;
}

.btn-outline-green {
  color: #30a140;
  background-color: transparent;
  border-color: #86e193;
}

.btn-outline-green:hover,
.btn-outline-green:focus,
.btn-outline-green.focus,
.btn-outline-green:active,
.btn-outline-green.active,
.open>.btn-outline-green.dropdown-toggle {
  color: #30a140;
  background-color: transparent;
  border-color: #55d567;
}

.btn-outline-green:active,
.btn-outline-green.active,
.open>.btn-outline-green.dropdown-toggle {
  background-image: none;
}

.btn-outline-green.disabled,
.btn-outline-green.disabled:hover,
.btn-outline-green.disabled:focus,
.btn-outline-green.disabled.focus,
.btn-outline-green.disabled:active,
.btn-outline-green.disabled.active,
.btn-outline-green[disabled],
.btn-outline-green[disabled]:hover,
.btn-outline-green[disabled]:focus,
.btn-outline-green[disabled].focus,
.btn-outline-green[disabled]:active,
.btn-outline-green[disabled].active,
fieldset[disabled] .btn-outline-green,
fieldset[disabled] .btn-outline-green:hover,
fieldset[disabled] .btn-outline-green:focus,
fieldset[disabled] .btn-outline-green.focus,
fieldset[disabled] .btn-outline-green:active,
fieldset[disabled] .btn-outline-green.active {
  background-color: transparent;
  border-color: #86e193;
}

.btn-outline-green .badge {
  color: transparent;
  background-color: #30a140;
}

.btn-outline-cancel {
  color: #888;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-cancel:hover,
.btn-outline-cancel:focus,
.btn-outline-cancel.focus,
.btn-outline-cancel:active,
.btn-outline-cancel.active,
.open>.btn-outline-cancel.dropdown-toggle {
  color: #888;
  background-color: transparent;
  border-color: #adadad;
}

.btn-outline-cancel:active,
.btn-outline-cancel.active,
.open>.btn-outline-cancel.dropdown-toggle {
  background-image: none;
}

.btn-outline-cancel.disabled,
.btn-outline-cancel.disabled:hover,
.btn-outline-cancel.disabled:focus,
.btn-outline-cancel.disabled.focus,
.btn-outline-cancel.disabled:active,
.btn-outline-cancel.disabled.active,
.btn-outline-cancel[disabled],
.btn-outline-cancel[disabled]:hover,
.btn-outline-cancel[disabled]:focus,
.btn-outline-cancel[disabled].focus,
.btn-outline-cancel[disabled]:active,
.btn-outline-cancel[disabled].active,
fieldset[disabled] .btn-outline-cancel,
fieldset[disabled] .btn-outline-cancel:hover,
fieldset[disabled] .btn-outline-cancel:focus,
fieldset[disabled] .btn-outline-cancel.focus,
fieldset[disabled] .btn-outline-cancel:active,
fieldset[disabled] .btn-outline-cancel.active {
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-cancel .badge {
  color: transparent;
  background-color: #888;
}

.btn-outline-warning {
  color: #e17528;
  background-color: transparent;
  border-color: #f9c199;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
  color: #e17528;
  background-color: transparent;
  border-color: #f69e5f;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.open>.btn-outline-warning.dropdown-toggle {
  background-image: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:active,
.btn-outline-warning.disabled.active,
.btn-outline-warning[disabled],
.btn-outline-warning[disabled]:hover,
.btn-outline-warning[disabled]:focus,
.btn-outline-warning[disabled].focus,
.btn-outline-warning[disabled]:active,
.btn-outline-warning[disabled].active,
fieldset[disabled] .btn-outline-warning,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .btn-outline-warning.focus,
fieldset[disabled] .btn-outline-warning:active,
fieldset[disabled] .btn-outline-warning.active {
  background-color: transparent;
  border-color: #f9c199;
}

.btn-outline-warning .badge {
  color: transparent;
  background-color: #e17528;
}

.btn-outline-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d43f3a;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
  color: #d9534f;
  background-color: transparent;
  border-color: #ac2925;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.open>.btn-outline-danger.dropdown-toggle {
  background-image: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:active,
.btn-outline-danger.disabled.active,
.btn-outline-danger[disabled],
.btn-outline-danger[disabled]:hover,
.btn-outline-danger[disabled]:focus,
.btn-outline-danger[disabled].focus,
.btn-outline-danger[disabled]:active,
.btn-outline-danger[disabled].active,
fieldset[disabled] .btn-outline-danger,
fieldset[disabled] .btn-outline-danger:hover,
fieldset[disabled] .btn-outline-danger:focus,
fieldset[disabled] .btn-outline-danger.focus,
fieldset[disabled] .btn-outline-danger:active,
fieldset[disabled] .btn-outline-danger.active {
  background-color: transparent;
  border-color: #d43f3a;
}

.btn-outline-danger .badge {
  color: transparent;
  background-color: #d9534f;
}

.btn-danger a {
  color: #fff;
}

.btn-orange {
  color: #fff;
  background-color: #f34e2e;
  border-color: #f34e2e;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open>.btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e12f0d;
  border-color: #d72d0c;
}

.btn-orange:active,
.btn-orange.active,
.open>.btn-orange.dropdown-toggle {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange.disabled:hover,
.btn-orange.disabled:focus,
.btn-orange.disabled.focus,
.btn-orange.disabled:active,
.btn-orange.disabled.active,
.btn-orange[disabled],
.btn-orange[disabled]:hover,
.btn-orange[disabled]:focus,
.btn-orange[disabled].focus,
.btn-orange[disabled]:active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange.focus,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-orange.active {
  background-color: #f34e2e;
  border-color: #f34e2e;
}

.btn-orange .badge {
  color: #f34e2e;
  background-color: #fff;
}

[class*="label-outline-"] {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
}

.label-outline-Active {
  color: #30a140;
  background-color: transparent;
  border-color: #86e193;
}

.label-outline-Active:hover,
.label-outline-Active:focus,
.label-outline-Active.focus,
.label-outline-Active:active,
.label-outline-Active.active,
.open>.label-outline-Active.dropdown-toggle {
  color: #30a140;
  background-color: transparent;
  border-color: #55d567;
}

.label-outline-Active:active,
.label-outline-Active.active,
.open>.label-outline-Active.dropdown-toggle {
  background-image: none;
}

.label-outline-Active.disabled,
.label-outline-Active.disabled:hover,
.label-outline-Active.disabled:focus,
.label-outline-Active.disabled.focus,
.label-outline-Active.disabled:active,
.label-outline-Active.disabled.active,
.label-outline-Active[disabled],
.label-outline-Active[disabled]:hover,
.label-outline-Active[disabled]:focus,
.label-outline-Active[disabled].focus,
.label-outline-Active[disabled]:active,
.label-outline-Active[disabled].active,
fieldset[disabled] .label-outline-Active,
fieldset[disabled] .label-outline-Active:hover,
fieldset[disabled] .label-outline-Active:focus,
fieldset[disabled] .label-outline-Active.focus,
fieldset[disabled] .label-outline-Active:active,
fieldset[disabled] .label-outline-Active.active {
  background-color: transparent;
  border-color: #86e193;
}

.label-outline-Active .badge {
  color: transparent;
  background-color: #30a140;
}

.label-outline-Inactive {
  color: #d9534f;
  background-color: transparent;
  border-color: #d43f3a;
}

.label-outline-Inactive:hover,
.label-outline-Inactive:focus,
.label-outline-Inactive.focus,
.label-outline-Inactive:active,
.label-outline-Inactive.active,
.open>.label-outline-Inactive.dropdown-toggle {
  color: #d9534f;
  background-color: transparent;
  border-color: #ac2925;
}

.label-outline-Inactive:active,
.label-outline-Inactive.active,
.open>.label-outline-Inactive.dropdown-toggle {
  background-image: none;
}

.label-outline-Inactive.disabled,
.label-outline-Inactive.disabled:hover,
.label-outline-Inactive.disabled:focus,
.label-outline-Inactive.disabled.focus,
.label-outline-Inactive.disabled:active,
.label-outline-Inactive.disabled.active,
.label-outline-Inactive[disabled],
.label-outline-Inactive[disabled]:hover,
.label-outline-Inactive[disabled]:focus,
.label-outline-Inactive[disabled].focus,
.label-outline-Inactive[disabled]:active,
.label-outline-Inactive[disabled].active,
fieldset[disabled] .label-outline-Inactive,
fieldset[disabled] .label-outline-Inactive:hover,
fieldset[disabled] .label-outline-Inactive:focus,
fieldset[disabled] .label-outline-Inactive.focus,
fieldset[disabled] .label-outline-Inactive:active,
fieldset[disabled] .label-outline-Inactive.active {
  background-color: transparent;
  border-color: #d43f3a;
}

.label-outline-Inactive .badge {
  color: transparent;
  background-color: #d9534f;
}

.btn-dark {
  color: #fff;
  background-color: #303946;
  border-color: #303946;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b2028;
  border-color: #171b22;
}

.btn-dark:active,
.btn-dark.active,
.open>.btn-dark.dropdown-toggle {
  background-image: none;
}

.btn-dark.disabled,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled.focus,
.btn-dark.disabled:active,
.btn-dark.disabled.active,
.btn-dark[disabled],
.btn-dark[disabled]:hover,
.btn-dark[disabled]:focus,
.btn-dark[disabled].focus,
.btn-dark[disabled]:active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark.focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: #303946;
  border-color: #303946;
}

.btn-dark .badge {
  color: #303946;
  background-color: #fff;
}

.btn-dark i {
  color: #72c1b2;
}

.btn-dark.btn-outline {
  box-shadow: inset 0px 0px 0px 2px #303946;
  color: #303946;
  background-color: #fff;
  border-color: #303946;
}

.btn-dark.btn-outline:hover,
.btn-dark.btn-outline:focus,
.btn-dark.btn-outline.focus,
.btn-dark.btn-outline:active,
.btn-dark.btn-outline.active,
.open>.btn-dark.btn-outline.dropdown-toggle {
  color: #303946;
  background-color: #e6e6e6;
  border-color: #171b22;
}

.btn-dark.btn-outline:active,
.btn-dark.btn-outline.active,
.open>.btn-dark.btn-outline.dropdown-toggle {
  background-image: none;
}

.btn-dark.btn-outline.disabled,
.btn-dark.btn-outline.disabled:hover,
.btn-dark.btn-outline.disabled:focus,
.btn-dark.btn-outline.disabled.focus,
.btn-dark.btn-outline.disabled:active,
.btn-dark.btn-outline.disabled.active,
.btn-dark.btn-outline[disabled],
.btn-dark.btn-outline[disabled]:hover,
.btn-dark.btn-outline[disabled]:focus,
.btn-dark.btn-outline[disabled].focus,
.btn-dark.btn-outline[disabled]:active,
.btn-dark.btn-outline[disabled].active,
fieldset[disabled] .btn-dark.btn-outline,
fieldset[disabled] .btn-dark.btn-outline:hover,
fieldset[disabled] .btn-dark.btn-outline:focus,
fieldset[disabled] .btn-dark.btn-outline.focus,
fieldset[disabled] .btn-dark.btn-outline:active,
fieldset[disabled] .btn-dark.btn-outline.active {
  background-color: #fff;
  border-color: #303946;
}

.btn-dark.btn-outline .badge {
  color: #fff;
  background-color: #303946;
}

.btn-acqua {
  color: #fff;
  background-color: #44b2ce;
  border-color: #44b2ce;
  color: #fff !important;
}

.btn-acqua:hover,
.btn-acqua:focus,
.btn-acqua.focus,
.btn-acqua:active,
.btn-acqua.active,
.open>.btn-acqua.dropdown-toggle {
  color: #fff;
  background-color: #2e96b1;
  border-color: #2c8fa9;
}

.btn-acqua:active,
.btn-acqua.active,
.open>.btn-acqua.dropdown-toggle {
  background-image: none;
}

.btn-acqua.disabled,
.btn-acqua.disabled:hover,
.btn-acqua.disabled:focus,
.btn-acqua.disabled.focus,
.btn-acqua.disabled:active,
.btn-acqua.disabled.active,
.btn-acqua[disabled],
.btn-acqua[disabled]:hover,
.btn-acqua[disabled]:focus,
.btn-acqua[disabled].focus,
.btn-acqua[disabled]:active,
.btn-acqua[disabled].active,
fieldset[disabled] .btn-acqua,
fieldset[disabled] .btn-acqua:hover,
fieldset[disabled] .btn-acqua:focus,
fieldset[disabled] .btn-acqua.focus,
fieldset[disabled] .btn-acqua:active,
fieldset[disabled] .btn-acqua.active {
  background-color: #44b2ce;
  border-color: #44b2ce;
}

.btn-acqua .badge {
  color: #44b2ce;
  background-color: #fff;
}

.btn-fb {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff !important;
}

.btn-fb:hover,
.btn-fb:focus,
.btn-fb.focus,
.btn-fb:active,
.btn-fb.active,
.open>.btn-fb.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}

.btn-fb:active,
.btn-fb.active,
.open>.btn-fb.dropdown-toggle {
  background-image: none;
}

.btn-fb.disabled,
.btn-fb.disabled:hover,
.btn-fb.disabled:focus,
.btn-fb.disabled.focus,
.btn-fb.disabled:active,
.btn-fb.disabled.active,
.btn-fb[disabled],
.btn-fb[disabled]:hover,
.btn-fb[disabled]:focus,
.btn-fb[disabled].focus,
.btn-fb[disabled]:active,
.btn-fb[disabled].active,
fieldset[disabled] .btn-fb,
fieldset[disabled] .btn-fb:hover,
fieldset[disabled] .btn-fb:focus,
fieldset[disabled] .btn-fb.focus,
fieldset[disabled] .btn-fb:active,
fieldset[disabled] .btn-fb.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-fb .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-zblue {
  color: #fff;
  background-color: #2d96e7;
  border-color: #2d96e7;
  color: #fff !important;
}

.btn-zblue:hover,
.btn-zblue:focus,
.btn-zblue.focus,
.btn-zblue:active,
.btn-zblue.active,
.open>.btn-zblue.dropdown-toggle {
  color: #fff;
  background-color: #177cca;
  border-color: #1676c1;
}

.btn-zblue:active,
.btn-zblue.active,
.open>.btn-zblue.dropdown-toggle {
  background-image: none;
}

.btn-zblue.disabled,
.btn-zblue.disabled:hover,
.btn-zblue.disabled:focus,
.btn-zblue.disabled.focus,
.btn-zblue.disabled:active,
.btn-zblue.disabled.active,
.btn-zblue[disabled],
.btn-zblue[disabled]:hover,
.btn-zblue[disabled]:focus,
.btn-zblue[disabled].focus,
.btn-zblue[disabled]:active,
.btn-zblue[disabled].active,
fieldset[disabled] .btn-zblue,
fieldset[disabled] .btn-zblue:hover,
fieldset[disabled] .btn-zblue:focus,
fieldset[disabled] .btn-zblue.focus,
fieldset[disabled] .btn-zblue:active,
fieldset[disabled] .btn-zblue.active {
  background-color: #2d96e7;
  border-color: #2d96e7;
}

.btn-zblue .badge {
  color: #2d96e7;
  background-color: #fff;
}

.btn-mtp-blue {
  color: #fff;
  background-color: #083a5f;
  border-color: #083a5f;
  color: #fff !important;
}

.btn-mtp-blue:hover,
.btn-mtp-blue:focus,
.btn-mtp-blue.focus,
.btn-mtp-blue:active,
.btn-mtp-blue.active,
.open>.btn-mtp-blue.dropdown-toggle {
  color: #fff;
  background-color: #041d30;
  border-color: #031827;
}

.btn-mtp-blue:active,
.btn-mtp-blue.active,
.open>.btn-mtp-blue.dropdown-toggle {
  background-image: none;
}

.btn-mtp-blue.disabled,
.btn-mtp-blue.disabled:hover,
.btn-mtp-blue.disabled:focus,
.btn-mtp-blue.disabled.focus,
.btn-mtp-blue.disabled:active,
.btn-mtp-blue.disabled.active,
.btn-mtp-blue[disabled],
.btn-mtp-blue[disabled]:hover,
.btn-mtp-blue[disabled]:focus,
.btn-mtp-blue[disabled].focus,
.btn-mtp-blue[disabled]:active,
.btn-mtp-blue[disabled].active,
fieldset[disabled] .btn-mtp-blue,
fieldset[disabled] .btn-mtp-blue:hover,
fieldset[disabled] .btn-mtp-blue:focus,
fieldset[disabled] .btn-mtp-blue.focus,
fieldset[disabled] .btn-mtp-blue:active,
fieldset[disabled] .btn-mtp-blue.active {
  background-color: #083a5f;
  border-color: #083a5f;
}

.btn-mtp-blue .badge {
  color: #083a5f;
  background-color: #fff;
}

.btn-mtp-yellow {
  color: #fff;
  background-color: #fcb80e;
  border-color: #fcb80e;
  color: #fff !important;
}

.btn-mtp-yellow:hover,
.btn-mtp-yellow:focus,
.btn-mtp-yellow.focus,
.btn-mtp-yellow:active,
.btn-mtp-yellow.active,
.open>.btn-mtp-yellow.dropdown-toggle {
  color: #fff;
  background-color: #d49803;
  border-color: #ca9103;
}

.btn-mtp-yellow:active,
.btn-mtp-yellow.active,
.open>.btn-mtp-yellow.dropdown-toggle {
  background-image: none;
}

.btn-mtp-yellow.disabled,
.btn-mtp-yellow.disabled:hover,
.btn-mtp-yellow.disabled:focus,
.btn-mtp-yellow.disabled.focus,
.btn-mtp-yellow.disabled:active,
.btn-mtp-yellow.disabled.active,
.btn-mtp-yellow[disabled],
.btn-mtp-yellow[disabled]:hover,
.btn-mtp-yellow[disabled]:focus,
.btn-mtp-yellow[disabled].focus,
.btn-mtp-yellow[disabled]:active,
.btn-mtp-yellow[disabled].active,
fieldset[disabled] .btn-mtp-yellow,
fieldset[disabled] .btn-mtp-yellow:hover,
fieldset[disabled] .btn-mtp-yellow:focus,
fieldset[disabled] .btn-mtp-yellow.focus,
fieldset[disabled] .btn-mtp-yellow:active,
fieldset[disabled] .btn-mtp-yellow.active {
  background-color: #fcb80e;
  border-color: #fcb80e;
}

.btn-mtp-yellow .badge {
  color: #fcb80e;
  background-color: #fff;
}

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

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

.btn-black:active,
.btn-black.active,
.open>.btn-black.dropdown-toggle {
  background-image: none;
}

.btn-black.disabled,
.btn-black.disabled:hover,
.btn-black.disabled:focus,
.btn-black.disabled.focus,
.btn-black.disabled:active,
.btn-black.disabled.active,
.btn-black[disabled],
.btn-black[disabled]:hover,
.btn-black[disabled]:focus,
.btn-black[disabled].focus,
.btn-black[disabled]:active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-black:hover,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black.focus,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black.active {
  background-color: #000;
  border-color: #000;
}

.btn-black .badge {
  color: #000;
  background-color: #fff;
}

.bgtrans--black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.links-count-3 li {
  width: 33.33%;
}

.links-count-4 li {
  width: 25%;
}

.links-count-5 li {
  width: 20%;
}

.pane-title-boxed .pane-title {
  font-size: 16px;
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin: 0;
  border-bottom: none;
  padding: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.pane-title-boxed .header-cta {
  position: absolute;
  right: 10px;
  top: 10px;
}

.pane-title-open .pane-title {
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pane-title-open .pane-title .top {
  font-size: 16px;
  font-weight: normal;
  color: #777;
  margin-bottom: 5px;
}

.pane-title-open .header-cta {
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 40px;
  padding-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
}

.pane-title-open .header-cta .icon {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  background: #e88356;
  color: #fff;
}

.pane-title-open .header-cta .icon:before {
  vertical-align: middle;
}

table th.active {
  background: transparent !important;
}

.view-agent-card {
  font-size: 16px;
}

.view-agent-card .agent-card-left {
  float: left;
  width: 100px;
}

.view-agent-card .agent-card-right {
  float: left;
  margin-left: 20px;
  width: 50%;
}

.view-agent-card .views-field-field-user-headshot img {
  width: 100%;
  height: auto;
}

.view-agent-card .views-field-field-user-first-name {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 30px;
}

.view-agent-card .views-field-field-user-company {
  font-size: 20px;
  font-style: italic;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  margin-top: -10px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

#property-theme-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#property-theme-list li {
  position: relative;
  float: left;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 0px 0px 2px 2px;
  margin-bottom: 20px;
}

#property-theme-list li .ajax-progress-throbber {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}

#property-theme-list li .icon {
  float: right;
}

#property-theme-list li.current-template {
  border: 1px solid #ed946c;
}

#property-theme-list li.current-template a .icon {
  color: #74dd51;
}

#property-theme-list li .template-label {
  padding: 10px;
  font-size: 16px;
  background: #fff;
}

#property-theme-list li a {
  display: inline-block;
}

#mini-panel-property_edit_forms .panel-separator {
  clear: both;
}

#property-edit-messages {
  padding: 10px 0px 10px 0 !important;
  position: fixed;
  top: 40px;
  z-index: 10;
  display: none;
  text-align: center;
  left: 295px;
  width: auto;
  right: 0;
  border-radius: 0;
}

#property-edit-messages .pane-content {
  background: rgba(36, 121, 15, 0.7);
  padding: 10px;
  color: #fff;
  float: left;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #1F7509;
}

.rela-standard-tabs .tabs-wrapper {
  padding: 0;
  margin: 0;
}

.rela-standard-tabs .tabs-wrapper .tab {
  list-style: none;
  display: inline-block;
  margin-bottom: -1px;
  position: relative;
}

.rela-standard-tabs .tabs-wrapper .tab a {
  display: inline-block;
  padding: 10px 40px 10px 12px;
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

.rela-standard-tabs .tabs-wrapper .tab .tab-icon {
  position: absolute;
  right: 11px;
  top: 5px;
  font-size: 19px;
  color: #999;
}

.rela-standard-tabs .tabs-wrapper .active-tab-parent {
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 0;
  background: #fff;
}

.rela-standard-tabs .tabs-wrapper .active-tab-parent a {
  color: #222;
}

.rela-standard-tabs .tab-content-wrapper {
  border: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  width: 100%;
  display: inline-block;
}

.rela-full-tabs ul.tabs-wrapper {
  background: #fff;
  border: 1px solid #ddd;
}

.rela-full-tabs .tabs-wrapper .tab {
  margin-bottom: -2px;
}

.rela-full-tabs .tabs-wrapper .tab a {
  padding: 15px 30px 15px 30px;
  font-size: 11px;
  color: #999;
}

.rela-full-tabs .tabs-wrapper .active-tab-parent {
  border: none;
  border-bottom: 2px solid #489ed0;
}

.rela-full-tabs .tabs-wrapper .active-tab-parent a {
  color: #222;
}

.rela-slim-tabs .tab-content-wrapper {
  padding: 0;
  background-color: transparent;
  border: none;
}

.rela-slim-tabs .tabs-wrapper .tab {
  border-bottom: 2px solid transparent;
  margin-bottom: 0px;
}

.rela-slim-tabs .tabs-wrapper .tab a {
  padding: 10px 30px 6px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.rela-slim-tabs .tabs-wrapper .tab:hover {
  border-bottom: 2px solid rgba(72, 158, 208, 0.45);
}

.rela-slim-tabs .tabs-wrapper .active-tab-parent {
  border: none;
  border: none;
  border-bottom: 2px solid #489ed0;
  background-color: transparent;
}

.rela-slim-tabs .tabs-wrapper .active-tab-parent:hover {
  border-bottom: 2px solid #489ed0;
}

.rela-slim-tabs .tabs-wrapper .active-tab-parent a {
  color: #222;
}

.tab-content-active {
  display: block !important;
}

.btn-pricing-table-cta {
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
  width: 100%;
  color: #f34e2e;
  font-weight: 600;
  border-top: 1px solid #ddd;
}

.btn-pricing-table-cta:hover {
  background: #f34e2e;
  color: #fff;
}

.promo-block {
  margin-bottom: 30px;
  position: relative;
}

.promo-block .pane-content {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.promo-activation .pane-title {
  border-bottom: 1px solid #ddd;
}

.promo-activation .pane-title:hover {
  cursor: pointer;
}

.promo-activation .pane-content {
  display: none;
}

.promo-referral .referral-icon {
  font-size: 80px;
  color: #fff;
  background: #8db25d;
  float: left;
  padding: 20px;
  position: absolute;
  height: 100%;
}

.promo-referral .referral-content {
  float: left;
  width: 55%;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-left: 140px;
}

.promo-referral .headline {
  margin: 10px 0;
  font-weight: 600;
  color: #444;
}

.promo-referral .tagline {
  margin-bottom: 10px;
}

.promo-referral .btn-referral-link {
  background: #5d9db2;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
}

.dashboard-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-main-menu li {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.dashboard-main-menu li a {
  padding: 15px 0 15px 20px;
  display: inline-block;
  width: 100%;
  color: #c3cfd8 !important;
}

.dashboard-main-menu li a.active {
  background: #454e57;
  color: #fff !important;
}

.dashboard-main-menu li a:hover {
  color: #fff !important;
}

.dashboard-main-menu li a .dashmenu-icon {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: sub;
}

#send-invite-links {
  min-width: 400px;
}

#send-invite-links li {
  display: inline-block;
}

#send-invite-links li a {
  display: block;
  width: 100px;
  height: 100px;
}

#send-invite-links li:hover {
  cursor: pointer;
}

#send-invite-links li.send-invite-fb a {
  background: url("http://www.fpa-support.org/wp-content/uploads/2013/12/Facebook-Icon.png?480800");
  color: transparent;
}

#send-invite-links li.send-invite-twitter a {
  background: url("../images/twitter-icon.png");
  color: transparent;
}

#send-invite-links li.send-invite-li a {
  background: url("http://www.analyticscomputers.com/wp-content/themes/elvyre/img/Linked_In_Icon.png");
  color: transparent;
}

#send-invite-links li.send-invite-email a {
  background: url("http://m.northcolumbuscollisioncenter.com/wp-content/uploads/2012/03/email-icon1.png");
  color: transparent;
}

.status-icon {
  margin-right: 5px;
}

.status-icon-Published {
  color: #85eb87;
}

.status-icon-Not {
  color: #ff6b6b;
}

.status-switch {
  font-size: 16px;
  height: 100%;
  cursor: pointer;
}

.status-switch .switch-icon {
  margin-left: 10px;
  font-size: 16px;
  color: #9CABB3;
}

.status-switch .switch-link {
  display: none;
  box-shadow: #ccc 0px 0px 3px;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  background: #fff;
  margin-top: 8px;
  position: absolute;
  z-index: 2;
}

.status-switch .switch-link a {
  color: #444;
}

.status-switch .switch-link .status-icon {
  font-size: 18px;
}

#property-analytics-block {
  margin: 20px 0 40px 0;
}

#property-analytics-block .property-analytics-tops {
  float: left;
  width: 100%;
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0 none;
  padding-top: 20px;
  position: relative;
}

#property-analytics-block .property-analytics-tops tr.odd {
  background: transparent;
}

#property-analytics-block .analytics-data-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

#property-analytics-block .noaccess-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  top: 0px;
  background: rgba(255, 255, 255, 0.67);
  text-align: center;
  border: 1px dashed #ddd;
  z-index: 12;
}

#property-analytics-block .noaccess-overlay .upgrade-cta {
  width: 320px;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 0px 18px #555;
}

@media screen and (max-width:767px) {
  #property-analytics-block .noaccess-overlay .upgrade-cta {
      width: 100%;
  }
}

#property-analytics-block .noaccess-overlay .upgrade-cta .tagline {
  margin: 20px 15px;
}

#property-analytics-ajax-holder {
  height: 600px;
  display: inline-block;
  width: 100%;
}

#rela-analytics-chart {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.inner-loading {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  background: #EFECEC;
  height: 150px;
  color: #A9D6AB;
}

.inner-loading .loading-icon {
  font-size: 40px;
  margin-top: 10px;
}

.property-analytics-pageviews-chart .highcharts-container {
  border: 1px solid #ddd;
}

.property-analytics-pageviews-chart .chart-header {
  display: inline-block;
  width: 100%;
  float: left;
}

.property-analytics-pageviews-chart .property-pageview-boxes {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 0;
  border-bottom: 1px #fff solid;
  margin-bottom: -2px;
  z-index: 2;
}

.property-pageviews-box {
  width: 25%;
  float: left;
  font-weight: 600;
  font-size: 22px;
}

.property-pageviews-box .box-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #959595;
}

.box-today {
  color: #abc962;
}

.box-week {
  color: #dd9a31;
}

.box-month {
  color: #70a3c3;
}

.domain {
  padding: 10px;
  background-color: #f9f9f9;
  margin: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.domain-label {
  font-weight: bold;
  margin-right: 5px;
}

.domain-change {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}

.domain-share-wrapper {
  display: inline-block;
}

.domain-share-wrapper .domain-share-label {
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
}

.download-video-trigger {
  color: transparent;
  position: absolute;
  left: -2000px;
}

.modal-wrapper-560 {
  max-width: 560px;
  width: auto !important;
}

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

.share-list li {
  display: inline-block;
  float: left;
  padding: 0 10px;
}

.share-list .share-icon {
  font-size: 28px;
}

.share-list .fa-envelope {
  font-size: 25px;
}

.manage-domains-wrapper {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #222;
  padding-top: 5px;
}

@media screen and (max-width:767px) {
  .manage-domains-wrapper {
      width: 100%;
  }
}

.manage-domains-wrapper #property-domains-table {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.manage-domains-wrapper .domains-table .domain-cell {
  text-align: left;
  width: 200px;
}

.manage-domains-wrapper .domain-info {
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  text-align: left;
}

.manage-domains-wrapper .domain-info .tagline {
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.topper {
  position: absolute;
  top: -27px;
  font-size: 40px;
  display: inline-block;
  left: 65%;
  color: #fff;
  text-shadow: 0px -1px 0px #ccc;
}

.dash-breadcrumbs ul.dashboard-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.dash-breadcrumbs ul.dashboard-breadcrumb li {
  float: left;
  font-size: 15px;
  text-transform: capitalize;
}

@media screen and (max-width:767px) {
  .dash-breadcrumbs ul.dashboard-breadcrumb li {
      font-size: 13px;
  }
}

.dash-breadcrumbs ul.dashboard-breadcrumb li a {
  color: #aaa;
  display: inline-block;
  height: 50px;
  text-decoration: none;
  padding: 13px 0 0;
}

@media screen and (max-width:767px) {
  .dash-breadcrumbs ul.dashboard-breadcrumb li a {
      padding-top: 15px;
  }
}

.dash-breadcrumbs ul.dashboard-breadcrumb li a:after {
  content: " /";
  color: #bbb;
}

.dash-breadcrumbs ul.dashboard-breadcrumb li.last a {
  color: #444;
}

.dash-breadcrumbs ul.dashboard-breadcrumb li.last a:after {
  content: "";
}

.dash-breadcrumbs #dashboard-add-property {
  float: right;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  border-left: 1px solid #ccc;
  padding-left: 12px;
  position: relative;
  right: -1px;
  background: #fff;
}

@media screen and (max-width:767px) {
  .dash-breadcrumbs #dashboard-add-property {
      display: none;
  }
}

.dash-breadcrumbs #dashboard-add-property a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  padding: 17px 12px;
  display: inline-block;
}

.dash-breadcrumbs #dashboard-add-property a:hover {
  color: #5c8b13;
}

.dash-breadcrumbs #dashboard-add-property .add-icon-left {
  vertical-align: middle;
  font-size: 18px;
}

.dash-breadcrumbs #dashboard-add-property .add-icon-right {
  color: #8fcd46;
  margin-left: 10px;
  font-size: 16px;
}

.pane-page-messages {
  padding: 0 20px;
}

.aro-status-options-wrapper button {
  text-transform: capitalize;
}

.aro-status-options-list {
  text-transform: capitalize;
  list-style: none;
  text-align: left;
}

#max-property-modal {
  color: #444;
}

#max-property-modal .glyphicon {
  display: none;
}

#max-property-modal .list-group-item {
  border: none;
  padding: 0;
  width: 60%;
  margin: 0 auto;
}

#max-property-modal .list-group-item .line-item {
  display: inline-block;
}

#max-property-modal .list-group-item a {
  width: 75%;
  padding: 7px 0;
  text-align: left;
  color: #444;
}

#max-property-modal .list-group-item .choose {
  padding: 3px 10px;
  width: 25%;
  text-align: right;
}

#max-property-modal .list-group-item .choose .pe-7s-check {
  display: none;
}

#max-property-modal .list-group-item.unpublish-active {
  background: #f1f1f1;
}

#max-property-modal .list-group-item.unpublish-active .choose .pe-7s-check {
  display: inline-block;
}

.confirm-subscription-modal {
  color: #444;
}

.confirm-subscription-modal .frequency-options {
  text-align: left;
  font-size: 16px;
}

.confirm-subscription-modal .frequency-options .list-group-item {
  border: 0 none;
  color: #777;
  cursor: pointer;
}

.confirm-subscription-modal .frequency-options .list-group-item:hover {
  background: #f9f9f9;
  color: #444;
}

.confirm-subscription-modal .frequency-options .list-group-item.active {
  background: #f1f1f1;
  color: #333;
}

.confirm-subscription-modal .frequency-options .line-item {
  display: inline-block;
}

.confirm-subscription-modal .frequency-options .choose {
  width: 50px;
}

.confirm-subscription-modal .frequency-options .choose span {
  color: #fff;
}

.confirm-subscription-modal .frequency-options .frequency {
  width: 201px;
}

.confirm-subscription-modal .frequency-options .price {
  float: right;
}

.confirm-subscription-modal .frequency-options .active .choose span {
  display: inline-block;
  color: green;
  font-weight: bold;
}

.confirm-subscription-modal .renewal-date {
  padding: 10px;
  border: 1px dashed #bbb;
  width: 150px;
  margin: 10px auto;
  background: #f9f9f9;
  font-weight: bold;
}

.confirm-subscription-modal .confirm-actions {
  text-align: left;
  padding-top: 15px;
}

.confirm-subscription-modal .confirm-actions .btn {
  margin-right: 10px;
}

.toggled {
  display: none;
}

.toggled.toggled-active {
  display: inline-block;
}

#rela-sociallinks-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.share-icon {
  cursor: pointer;
  font-size: 22px;
  float: left;
  width: 50px;
  margin-right: 0;
  height: 40px;
  padding-top: 5px;
  text-align: center;
}

li.share-icon a {
  height: 100%;
  width: 100%;
  display: inline-block;
}

li.share-icon.share-icon-facebook {
  background: #46629e;
}

li.share-icon.share-icon-linkedin {
  background: #1a84bc;
}

li.share-icon.share-icon-twitter {
  background: #5fa9ce;
}

li.share-icon.share-icon-pinterest {
  background: #bd081c;
}

li.share-icon.share-icon-envelope {
  background: #f99b6f;
}

li.share-icon.send-invite-email {
  background: #f99b6f;
}

li.share-icon .fa,
li.share-icon .response-icon-Note,
li.share-icon .response-icon-Email,
li.share-icon .status-icon-Published,
li.share-icon .status-icon-Not {
  color: #fff;
}

.card-icon {
  background-position: 0 -24px;
  width: 35px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
}

.card-icon-Visa {
  background-position: 0 -94px;
}

.card-icon-Amex,
.card-icon-American,
.card-icon-American-Express {
  background-position: 0 0;
}

.card-icon-Discover {
  background-position: 0 -48px;
}

.card-icon-Mastercard,
.card-icon-MasterCard {
  background-position: 0 -72px;
}

.dropdown-link-wrapper {
  position: relative;
}

.dropdown-link-content-wrapper {
  z-index: 20;
  position: relative;
  margin-top: 10px;
  -webkit-transition: margin 0.25s ease-in-out;
  -o-transition: margin 0.25s ease-in-out;
  transition: margin 0.25s ease-in-out;
}

.collapsed .dropdown-link-content-wrapper {
  max-height: 0;
  overflow: hidden;
  margin-top: 10px;
}

.dropdown-link-content-wrapper .topper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}

.dropdown-link-content-wrapper .dropdown-link-content {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  color: #222;
  box-shadow: 0px 1px 8px #0000002e;
}

#property-status-dropdown .dropdown-link-content-wrapper {
  width: 200px;
}

.property-manage-status-block .dropdown-link-content-wrapper .dropdown-link-content {
  min-width: 200px;
}

.dropdown-link-content-wrapper .dropdown-link-content a {
  color: #337ab7;
}

.dropdown-link-content-wrapper .dropdown-link-content ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.dropdown-link-content-wrapper .dropdown-link-content ul .add-property-link {
  display: none;
}

@media screen and (max-width:767px) {
  .dropdown-link-content-wrapper .dropdown-link-content ul .add-property-link {
      display: inline-block;
  }
}

.dropdown-link-wrapper .fa-chevron-down {
  margin-left: 8px;
}

.dropdown-link-wrapper .dropdown-link-title-wrapper {
  cursor: pointer;
  position: relative;
  z-index: 11;
}

#user-menu-links.dropdown-link-wrapper {
  float: right;
  min-width: 150px;
  text-align: center;
  padding: 15px 6px;
  font-size: 12px;
}

#user-menu-links.dropdown-link-wrapper img {
  border-radius: 15px;
  margin-right: 5px;
}

@media screen and (max-width:767px) {
  #user-menu-links.dropdown-link-wrapper {
      float: left;
  }
}

.separator {
  color: #fff;
  margin: 0 auto;
  width: 20em;
}

@media screen and (max-width:767px) {
  .separator {
      width: auto;
  }
}

.line-separator:after,
.line-separator:before {
  border-color: white;
  border-width: 2px;
  display: block;
  width: 40%;
  content: " ";
  margin-top: 19px;
  border: 1px solid #fff;
}

.line-separator:after {
  float: right;
}

.line-separator:before {
  float: left;
}

#property_edit_flyout {
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 30px;
  font-size: 18px;
  position: fixed;
  top: 120px;
  z-index: 110;
}

#property_edit_flyout a {
  color: #fff;
}

.property-domains-menu {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.property-domains-menu li {
  list-style: none;
  display: inline-block;
  margin-bottom: -1px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

.property-domains-menu li a {
  display: inline-block;
  padding: 10px 20px;
  color: #777;
}

.property-domains-menu li a.active-tab {
  color: #333;
}

.property-domains-menu li.active-tab-parent {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 0;
  background: #fff;
}

.property-photos-videos-menu {
  margin-bottom: 0;
  padding: 0;
}

.property-photos-videos-menu li {
  list-style: none;
  display: inline-block;
  margin-bottom: -1px;
}

.property-photos-videos-menu li a {
  display: inline-block;
  padding: 10px 20px;
  color: #777;
}

.property-photos-videos-menu li a.active-tab {
  color: #333;
}

.property-photos-videos-menu li.active-tab-parent {
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  z-index: 0;
  background: #fff;
}

#right-edit-overlay .tab-content {
  border: 1px solid #ddd;
  padding: 10px;
  min-height: 300px;
}

#right-edit-overlay .tab-content .view-display-id-wl_agent_card_search .views-row {
  padding: 10px;
  padding-bottom: 0;
  min-height: 0;
}

#right-edit-overlay .tab-content .view-display-id-wl_agent_card_search .views-row .contact-card-inner {
  margin: 0;
}

.property-photos-video-content {
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  padding-bottom: 40px;
}

.property-photos-video-content .plupload_add {
  background: #43b2ce;
  color: #fff;
  padding: 8px 18px;
  position: absolute;
  left: 0;
  bottom: -42px;
  font-size: 14px;
}

.property-photos-video-content .plupload_start {
  display: none;
}

.property-photos-video-content .help-block {
  display: none;
}

.footer-block-copyright {
  float: right;
  text-align: right;
  font-size: 13px;
}

@media screen and (max-width:767px) {
  .footer-block-copyright {
      text-align: center;
  }
}

.prices-show-yearly .price-monthly {
  display: none;
}

.prices-show-monthly .price-yearly {
  display: none;
}

.domain-status-ok {
  color: #ABC962;
}

.domain-status-actionrequired {
  color: #DDD203;
}

.domain-status-processing {
  color: #3194D0;
}

.domain-status-dnserror-pleasecontactsupport {
  color: #DA604B;
}

.dns-instructions {
  display: none;
}

.show-dns-instructions .dns-instructions {
  display: inline-block;
}

.node-support-request h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333333;
}

.node-support-request .comment-form {
  margin: 20px 0;
}

.node-support-request .field-name-field-support-status {
  margin-bottom: 20px;
}

.node-support-request .field-name-field-support-status .field-label {
  float: left;
  margin-right: 10px;
}

.node-support-request .field-name-field-support-status .field-item {
  display: inline-block;
  border-radius: 5px;
  background-color: #000;
  padding: 0 10px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}

.node-support-request .comments-header {
  font-weight: bold;
  border-bottom: 1px dotted #dcdcdc;
  color: #000;
}

.node-support-request .comment-support-request {
  border-bottom: 1px dotted #dcdcdc;
  padding: 10px 10px 0;
}

.node-support-request .comment-support-request .comment-author {
  display: inline-block;
  margin-right: 30px;
  font-weight: bold;
}

.node-support-request .comment-support-request .comment-date {
  display: inline-block;
  color: #999;
}

.node-support-request .comment-support-request .comment-id {
  float: right;
  color: #999;
}

.node-support-request .comment-support-request .comment-message {
  margin-top: 10px;
}

#mini-panel-blog_sidebar {
  text-align: center;
  padding-top: 50px;
}

.icons-grid .icon {
  font-size: 50px;
}

.icons-grid .tagline {
  padding: 10px 20px;
  width: 100%;
  font-size: 15px;
}

.wizard-step {
  background: #2994cb;
  padding: 10px 20px 20px 20px;
}

.wizard-step .step-title {
  color: #fff;
  margin-top: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.wizard-step .tagline {
  color: #fff;
  font-size: 14px;
}

.wizard-step a {
  color: #fff;
  font-weight: bold;
}

.icon-zimages {
  font-size: 60px;
  width: 90px;
  color: #A5A9A4;
}

.brand-topbar {
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
  height: 8px;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.4);
}

.dropdown-dots {
  font-size: 22px;
  color: #acc;
  width: 32px;
  border: 1px solid #ccc;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
}

.abs-throbber .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 14px !important;
}

.center-throbber .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}

.no-throbber .ajax-progress-throbber {
  display: none !important;
}

.cursor-text {
  cursor: text !important;
}

#wl-footer-preview #wl-footer {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
}

#wl-footer {
  width: 100%;
  height: 60px;
  text-align: center;
  padding-top: 14px;
  float: left;
}

@media screen and (max-width:767px) {
  #wl-footer {
      height: auto !important;
  }

  #wl-footer #wl-footer-logo {
      width: 100% !important;
  }

  #wl-footer .text {
      width: 100% !important;
  }
}

#wl-footer .inner {
  display: inline-block;
  margin: 0 auto;
}

#wl-footer .text {
  padding-top: 8px;
}

#wl-footer.light {
  background: #fefefe;
  color: #444;
}

#wl-footer.light a {
  color: #444;
}

#wl-footer.dark {
  background: #424242;
  color: #fff;
}

#wl-footer.dark a {
  color: #fff;
}

#wl-footer.logo-left #wl-footer-logo {
  float: left;
}

#wl-footer.logo-left .text {
  float: right;
}

#wl-footer.logo-right #wl-footer-logo {
  float: right;
}

#wl-footer.logo-right .text {
  float: left;
}

#wl-footer #wl-footer-logo img {
  height: 34px;
  width: auto;
}

.tv #vimeo-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-group {
  width: 100%;
}

.btn-group .btn label {
  padding: 0 !important;
  text-align: center !important;
}

.btn-group-auto {
  width: auto;
}

.ico-green {
  color: #4bbc73 !important;
}

.ico-orange {
  color: #ed6a13 !important;
}

.ico-blue {
  color: #3baad3 !important;
}

.ico-red {
  color: #dc4343 !important;
}

.ico-yellow {
  color: #f5c91a !important;
}

.ico-unselected {
  color: #ddd !important;
}

.ico-muted {
  color: #777 !important;
}

.v-align-icon {
  vertical-align: middle;
}

.ico-zillow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='znav-logo-mobile' width='26px' height='26px' viewBox='0 0 400 400' fill='%23ffffff'%3E%3Cpath d='M242.2,106.3c1.8-0.4,2.6,0.2,3.7,1.4c6.2,6.9,26,31.1,31.4,37.7c1,1.2,0.3,2.5-0.5,3.2 c-40,31.2-84.5,75.4-109.3,107c-0.5,0.7-0.1,0.7,0.3,0.6c43.2-18.6,144.7-48.3,190.4-56.6v-57.9L179.3,0.2L0.1,141.6l0,63.3 C55.6,171.9,184,120.8,242.2,106.3z'%3E%3C/path%3E%3Cpath d='M96.6,349.5c-1.5,0.8-2.7,0.6-3.9-0.6l-33.4-39.8c-0.9-1.1-1-1.7,0.2-3.4C85.3,267.9,138,209,171.6,184.1 c0.6-0.4,0.4-0.9-0.3-0.6c-35,11.4-134.5,54.2-171.3,75l0,135.2h358.1V263.5C309.3,271.8,163.1,315.3,96.6,349.5z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 7px 4px;
  background-size: 18px;
}

.ico-tiktok {
  background-image: url("data:image/svg+xml,%3Csvg id='tiktok-svg' enable-background='new 0 0 512 512' fill='%23ffffff' height='26' viewBox='0 0 512 512' width='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m480.32 128.39c-29.22 0-56.18-9.68-77.83-26.01-24.83-18.72-42.67-46.18-48.97-77.83-1.56-7.82-2.4-15.89-2.48-24.16h-83.47v228.08l-.1 124.93c0 33.4-21.75 61.72-51.9 71.68-8.75 2.89-18.2 4.26-28.04 3.72-12.56-.69-24.33-4.48-34.56-10.6-21.77-13.02-36.53-36.64-36.93-63.66-.63-42.23 33.51-76.66 75.71-76.66 8.33 0 16.33 1.36 23.82 3.83v-62.34-22.41c-7.9-1.17-15.94-1.78-24.07-1.78-46.19 0-89.39 19.2-120.27 53.79-23.34 26.14-37.34 59.49-39.5 94.46-2.83 45.94 13.98 89.61 46.58 121.83 4.79 4.73 9.82 9.12 15.08 13.17 27.95 21.51 62.12 33.17 98.11 33.17 8.13 0 16.17-.6 24.07-1.77 33.62-4.98 64.64-20.37 89.12-44.57 30.08-29.73 46.7-69.2 46.88-111.21l-.43-186.56c14.35 11.07 30.04 20.23 46.88 27.34 26.19 11.05 53.96 16.65 82.54 16.64v-60.61-22.49c.02.02-.22.02-.24.02z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 7px 6px;
  background-size: 18px;
  background-color: #000 !important;
}

a[class^='ico-']:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.live-edit-link {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  color: #61C3F3;
  font-size: 16px;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.live-edit-link:hover {
  background: rgba(255, 255, 255, 0.63);
  border: 1px dashed #ccc;
}

.live-edit-link:hover span,
.live-edit-link:hover a,
.live-edit-link:hover #image-adjust {
  display: block;
}

.live-edit-link span {
  border: 0 none;
  display: none;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.live-edit-link #image-adjust {
  border: 0 none;
  display: none;
  position: relative;
  top: 52%;
  margin: 0 auto;
  width: 150px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
  font-family: "open sans";
}

.live-edit-link .change-contact {
  border: 0 none;
  display: none;
  position: relative;
  top: 52%;
  margin: 0 auto;
  width: 150px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
  font-family: "open sans";
}

.live-edit-link .remove-contact {
  border: 0 none;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: #FFF;
  font-size: 16px;
  padding: 5px;
  border-radius: 3px;
}

.btn-fb-connect {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff !important;
  padding: 8px 16px;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
}

.btn-fb-connect:hover,
.btn-fb-connect:focus,
.btn-fb-connect.focus,
.btn-fb-connect:active,
.btn-fb-connect.active,
.open>.btn-fb-connect.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}

.btn-fb-connect:active,
.btn-fb-connect.active,
.open>.btn-fb-connect.dropdown-toggle {
  background-image: none;
}

.btn-fb-connect.disabled,
.btn-fb-connect.disabled:hover,
.btn-fb-connect.disabled:focus,
.btn-fb-connect.disabled.focus,
.btn-fb-connect.disabled:active,
.btn-fb-connect.disabled.active,
.btn-fb-connect[disabled],
.btn-fb-connect[disabled]:hover,
.btn-fb-connect[disabled]:focus,
.btn-fb-connect[disabled].focus,
.btn-fb-connect[disabled]:active,
.btn-fb-connect[disabled].active,
fieldset[disabled] .btn-fb-connect,
fieldset[disabled] .btn-fb-connect:hover,
fieldset[disabled] .btn-fb-connect:focus,
fieldset[disabled] .btn-fb-connect.focus,
fieldset[disabled] .btn-fb-connect:active,
fieldset[disabled] .btn-fb-connect.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-fb-connect .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-fb-connect .fa,
.btn-fb-connect .response-icon-Note,
.btn-fb-connect .response-icon-Email,
.btn-fb-connect .status-icon-Published,
.btn-fb-connect .status-icon-Not {
  font-size: 22px;
}

.client-actions-menu .disabled {
  color: #bbb !important;
  cursor: not-allowed !important;
}

.block-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  color: inherit;
}

.block-link:hover {
  border: 1px dashed #ddd;
  color: inherit;
}

.block-link:hover:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  color: #44b2ce;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

.block-link.block-link-edit:hover:before {
  content: "Edit";
}

.block-link.block-link-delete:hover:before {
  content: "Delete";
}

.load-discount-banner {
  font-size: 1px;
  color: transparent;
}

.rd-banner-active {
  width: 100%;
  max-width: 540px;
  background: url(../images/checkers-tiny.png) right 0 #fff no-repeat;
  border-radius: 2px 2px 0 0;
  padding: 20px;
  background-color: #fff;
  border: 1px dashed #ddd;
}

.rd-banner-active .feature-title {
  color: #000 !important;
  display: inline-block;
}

.rd-banner-active .icon-wrapper img {
  width: 48px;
  height: auto;
}

.rd-banner-active .rd-banner-message {
  color: #0a0a0a;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 700;
}

.rd-banner-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 540px;
  z-index: 9;
  height: 80px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.72);
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/checkers-tiny.png) right 0 #fff no-repeat;
  border-radius: 2px 2px 0 0;
  padding: 20px;
}

.rd-banner-wrapper .feature-title {
  color: #fff !important;
  display: inline-block;
  padding: 5px 22px;
  position: absolute;
  top: -39px;
  left: 12px;
}

.rd-banner-wrapper .rd-banner-message {
  margin-top: 14px;
  color: #0a0a0a;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 700;
}

.rd-banner-wrapper .rd-signup-cta {
  position: absolute;
  right: -30px;
  top: 15px;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width:767px) {
  .rd-banner-wrapper .rd-signup-cta {
      top: -31px;
      left: 0;
      right: 0;
  }
}

.hide-row-weights .tabledrag-toggle-weight-wrapper {
  display: none;
}

.hotspot-editor .hotspot-map-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}

.floorplan-hotspot {
  margin-bottom: 20px;
}

.floorplan-hotspot .hotspot-photos-wrapper .current-image {
  width: 100%;
  position: relative;
  z-index: 1;
}

.floorplan-hotspot.zoom-active .field-name-field-doc-file {
  display: none;
}

.floorplan-hotspot.zoom-active .easyzoom {
  display: block;
}

.floorplan-hotspot .hotspot-map-wrapper {
  text-align: center;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container {
  position: relative;
  display: inline-block;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container.zoomable-1 .field-name-field-doc-file {
  cursor: zoom-in;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .field-name-field-doc-file {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .field-name-field-doc-file img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .hotspot-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .hotspot-map .hotspot {
  cursor: pointer;
  width: 40px;
  height: 40px;
  pointer-events: all;
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .hotspot-map .hotspot span {
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .floorplan-hotspot .hotspot-map-wrapper .hotspot-container .hotspot-map .hotspot {
      font-size: 15px;
  }
}

.floorplan-hotspot .hotspot-map-wrapper .hotspot-container .hotspot-map .hotspot.active .ringer {
  border: 3px solid #62bd19;
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

.floorplan-hotspot .hotspot-photos-wrapper .loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floorplan-hotspot .hotspot-photos-wrapper .img-description {
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.36);
  display: inline-block;
}

.floorplan-hotspot .hotspot-photos-wrapper .loading-overlay {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b2b2b2' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #fff;
}

.floorplan-hotspot .easyzoom.is-ready img {
  cursor: zoom-out !important;
}

.floorplan-hotspot .zoomtoggle {
  font-size: 18px;
  padding: 5px;
  background: transparent;
  cursor: zoom-in;
  float: right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}

.floorplan-hotspot .easyzoom {
  display: none;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  max-width: 800px;
  margin: 0 auto;
}

.floorplan-hotspot .easyzoom img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.colorpicker {
  z-index: 99999999;
}

.ring-container {
  position: relative;
}

.circle {
  width: 15px;
  height: 15px;
  background-color: #62bd19;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes pulsate {
  0% {
      -webkit-transform: scale(0.1, 0.1);
      opacity: 0.0;
  }

  50% {
      opacity: 1.0;
  }

  100% {
      -webkit-transform: scale(1.2, 1.2);
      opacity: 0.0;
  }
}

.field-name-field-card-social-media .social-links .icon {
  color: #FFF;
  font-size: 16px;
  padding: 7px 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.social-links .service-instagram .icon {
  background-color: #3f729b;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-links .service-zillow .icon {
  background-color: #006aff;
}

.social-links .service-yelp .icon {
  background-color: #d32323;
}

.toggle-trigger {
  cursor: pointer;
}

.hide-weights .tabledrag-toggle-weight-wrapper {
  display: none;
}

.hide-weights td.field-multiple-drag {
  display: none;
}

.hide-drag .table .draggable .field-multiple-drag {
  display: none;
}

.alert-overlay {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 !important;
}

.alert-overlay .alert-messages-wrapper {
  background: #fff;
  max-width: 560px;
  padding: 20px 20px 40px 20px;
  border-radius: 0 0 3px 3px;
  position: relative;
  font-size: 16px;
  width: 100%;
  max-height: 90vh;
  line-height: normal;
  border-top: 10px solid #dcdcdc;
}

.alert-overlay .alert-messages-wrapper .close {
  width: 20%;
  text-align: right;
  position: absolute;
  right: 0;
  top: -44px;
  color: #fff;
  font-size: 30px;
  opacity: 0.90;
}

.alert-overlay.alert-rela-success .alert-messages-wrapper {
  border-top: 10px solid #30d879;
}

.alert-overlay.alert-rela-warning .alert-messages-wrapper {
  border-top: 10px solid #d8c930;
}

.alert-overlay.alert-rela-acqua .alert-messages-wrapper {
  border-top: 10px solid #30c3d8;
}

.alert-overlay.alert-rela-danger .alert-messages-wrapper {
  border-top: 10px solid #de3c3c;
}

.alert-overlay.alert-download-images-processing .close {
  display: none;
}

.offscreen {
  position: fixed;
  left: 100%;
  top: 100%;
}

.ui-timepicker-wrapper {
  z-index: 999999999;
}

.video-preview .video-play-cta {
  width: 49px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 52px;
  top: 0;
  bottom: 0;
  z-index: 7;
}

.video-preview .video-play-cta a {
  font-size: 45px;
  color: #fff;
}

.rela-editable-field .form-text {
  cursor: pointer;
}

.switch-wrap {
  cursor: pointer;
  background: #15273b;
  padding: 3px;
  width: 36px;
  height: 20px;
  border-radius: 5px;
}

.switch-wrap input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-wrap .switch {
  height: 100%;
  display: grid;
  grid-template-columns: 0fr 1fr 1fr;
  transition: .2s;
}

.switch-wrap .switch::after {
  content: '';
  border-radius: 20%;
  background: #ccc;
  grid-column: 2;
  transition: background .2s;
}

.switch-wrap input:checked+.switch {
  grid-template-columns: 1fr 1fr 0fr;
}

.switch-wrap input:checked+.switch::after {
  background-color: #52cf71;
}

.perfect-center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.btn-google-signin {
  background: url(../images/btn_google_signin_light_normal.png) no-repeat left top;
  height: 46px;
  width: 191px;
  display: inline-block;
}

.btn-google-signin:focus {
  background: url(../images/btn_google_signin_light_focus.png) no-repeat left top;
}

.btn-google-signin:active {
  background: url(../images/btn_google_signin_light_pressed.png) no-repeat left top;
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}

@media (max-width:767px) {

  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
      text-align: inherit;
  }

  .text-left-xs {
      text-align: left;
  }

  .text-center-xs {
      text-align: center;
  }

  .text-right-xs {
      text-align: right;
  }

  .text-justify-xs {
      text-align: justify;
  }
}

@media (min-width:768px) and (max-width:991px) {

  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
      text-align: inherit;
  }

  .text-left-sm {
      text-align: left;
  }

  .text-center-sm {
      text-align: center;
  }

  .text-right-sm {
      text-align: right;
  }

  .text-justify-sm {
      text-align: justify;
  }
}

@media (min-width:992px) and (max-width:1199px) {

  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
      text-align: inherit;
  }

  .text-left-md {
      text-align: left;
  }

  .text-center-md {
      text-align: center;
  }

  .text-right-md {
      text-align: right;
  }

  .text-justify-md {
      text-align: justify;
  }
}

@media (min-width:1200px) {

  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
      text-align: inherit;
  }

  .text-left-lg {
      text-align: left;
  }

  .text-center-lg {
      text-align: center;
  }

  .text-right-lg {
      text-align: right;
  }

  .text-justify-lg {
      text-align: justify;
  }
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -468px 0;
  }

  100% {
      background-position: 468px 0;
  }
}

.animated-background,
.rela-lazy:not(.image-processed),
.theme-select-property .views-row img {
  animation-duration: 3.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: ease-in;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}

.animated-background.delay-1,
.delay-1.rela-lazy:not(.image-processed),
.theme-select-property .views-row img.delay-1 {
  animation-delay: .25s;
}

.animated-background.delay-3,
.delay-3.rela-lazy:not(.image-processed),
.theme-select-property .views-row img.delay-3 {
  animation-delay: .5s;
}

.animated-background.delay-5,
.delay-5.rela-lazy:not(.image-processed),
.theme-select-property .views-row img.delay-5 {
  animation-delay: .75s;
}

.animated-background.delay-7,
.delay-7.rela-lazy:not(.image-processed),
.theme-select-property .views-row img.delay-7 {
  animation-delay: .95s;
}

.pac-container {
  z-index: 99999999;
}

.groups-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.groups-wrapper .group-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 160px;
  height: 120px;
  font-size: 16px;
}

.node-type-admin-message .pasted-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.header .edit-link {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 13px;
}

.change-group-wrapper {
  position: absolute;
  right: 30px;
}

.default-property-apply {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.default-property-apply .section.disabled,
.default-property-apply .sub-section.disabled {
  pointer-events: none;
}

.default-property-apply .section.disabled:before,
.default-property-apply .sub-section.disabled:before {
  content: "Default Setting Applied";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 165px;
  text-align: center;
  height: 23px;
  color: #44b2ce;
  background: aliceblue;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #bed3d9;
  z-index: 2;
}

.default-property-apply .section.disabled:after,
.default-property-apply .sub-section.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.71);
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  color: #000000;
  border: 1px solid #88cdde;
  z-index: 1;
}

.default-property-apply .section {
  flex: 1 0 100%;
  position: relative;
}

.default-property-apply #advanced label {
  width: 100%;
}

.default-property-apply .listing-agents-view {
  pointer-events: none;
}

.default-property-apply #showing-scheduler .media-heading {
  font-size: 15px;
}

.default-property-apply #showing-scheduler .subline p {
  font-size: 12px;
}

.drop-item-logo {
  position: relative;
  left: -4px;
}

.dropdown-menu {
  overflow-y: auto;
  max-height: 60vh;
}

.dropdown-menu .drop-item-logo {
  position: relative;
  left: -9px;
}

.cover-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 6%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75) 6%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 6%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  pointer-events: none;
  z-index: 1;
}

.icon-wrap-round {
  height: 90px;
  width: 90px;
  margin: auto;
  background: #f9f9f9;
  vertical-align: middle;
  border-radius: 100%;
  display: flex;
  border: 1px solid #ccc;
}

.confirm-publish-inner #rela-promote-cta {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.rela-form-drop {
  height: 37px;
  border-radius: 1px;
  padding-top: 8px;
}

.rela-form-drop .dropdown-title {
  float: left;
}

.rela-form-drop .caret {
  position: absolute;
  top: 17px;
  right: 5px;
}

.dropdown-menu li.delete {
  margin-top: 10px;
}

.ransom-label {
  border: 1px dashed #ddd;
  padding: 2px 4px;
  margin-top: 5px;
  display: inline-block;
  border-radius: 4px;
  background: #f9f9f9;
  color: #333;
}

.theme-rela_view_action_header .well,
.theme-rela_view_action_header .pane-dashboard-main-content .profile-block,
.pane-dashboard-main-content .theme-rela_view_action_header .profile-block,
.theme-rela_view_action_header .view-current-user-plan .view-content,
.view-current-user-plan .theme-rela_view_action_header .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.client-headshot .initials {
  border: 1px solid #bbb;
  background: #f9f9f9;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.node-view_agent-card-select {
  display: inline-block;
}

.node-view_agent-card-select .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.node-view_agent-card-select .client-headshot {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  min-width: 50px;
  min-height: 50px;
}

.node-view_agent-card-select .client-headshot:empty {
  border: 1px dashed #bbb;
  background: #f9f9f9;
}

.node-view_agent-card-select .client-headshot img.headshot {
  height: 100%;
  width: 100%;
  border-radius: 100%;
}

.node-view_agent-card-select .card-item {
  float: left;
}

.node-view_agent-card-select .card-item .groups {
  position: relative;
  z-index: 11;
}

.view-id-brokerages.view-display-id-select_agents .card-item .groups .label-Brokerage {
  display: none;
}

.rela-cc-detail.entity-property-card-name {
  font-weight: bold;
}

.rela-cc-detail.entity-property-card-number {
  background: #f9f9f9;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #e5e2e2;
  color: #6f9bc1;
}

.div-table {
  border: 1px solid #ddd;
  background: #fff;
}

.div-table .headers {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 2px solid #ddd;
}

.div-table .row {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

.div-table .row .header {
  display: none;
}

.div-table .row .row-prefix,
.div-table .row .row-suffix {
  width: 100%;
}

.div-table .cell.first {
  text-align: left;
}

.div-table .cell.last {
  text-align: right;
}

.div-table[row-lines] .row {
  border-bottom: 1px solid #ddd;
}

.div-table[row-lines] .row.last {
  border: none;
}

@media screen and (max-width:991px) {
  .div-table .headers {
      display: none !important;
  }

  .div-table .row {
      display: block;
  }

  .div-table .row .row-group {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px dashed #ddd;
      margin: 10px 0px;
  }

  .div-table .row .row-group .header {
      display: inline-block;
      font-weight: 600;
  }
}

.plyr.video-ar-vertical {
  width: 360px;
  margin: auto;
}

@media screen and (max-width:767px) {
  .plyr.video-ar-vertical {
      width: 260px;
  }
}

.plyr.video-ar-vertical .plyr__poster {
  background-size: cover;
}

.plyr.video-ar-square {
  width: 610px;
  height: auto;
  margin: auto;
}

@media screen and (max-width:767px) {
  .plyr.video-ar-square {
      width: 300px;
  }
}

.plyr.video-ar-square .plyr__poster {
  background-size: cover;
}

.plyr.video-ar-standard .plyr__video-embed {
  padding-bottom: 56.25% !important;
}

.plyr.is-fullscreen {
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}

.quick-feature-list {
  column-count: 2;
}

.quick-feature-list.col-count-1 {
  column-count: 1;
}

@media screen and (max-width:991px) {
  .quick-feature-list {
      column-count: 1;
      text-align: left;
  }
}

.faq-accordion {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.faq-accordion #accordion {
  margin-bottom: 0;
}

.faq-accordion .faq-cta {
  width: 38px;
  height: 38px;
  border-radius: 80px;
  line-height: 38px;
  font-size: 16px;
  margin-top: -10px;
}

.faq-accordion .faq-cta.faq-cta-open {
  background: #edf7fe;
  color: #4ab0f5;
}

.faq-accordion .faq-cta.faq-cta-close {
  background: #fff3f3;
  color: #fe8386;
}

.faq-accordion a[aria-expanded="true"] .faq-cta-open {
  display: none;
}

.faq-accordion a[aria-expanded="false"] .faq-cta-close {
  display: none;
}

.faq-accordion .panel-body {
  font-size: 15px;
}

.faq-accordion .view-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  background: #fff;
}

@media (min-width:1200px) {
  .faq-accordion .view-content {
      float: left;
      width: 50%;
  }
}

@media (min-width:1200px) {
  .faq-accordion .view-content {
      margin-left: 25%;
  }
}

@media (min-width:992px) {
  .faq-accordion .view-content {
      float: left;
      width: 66.66666667%;
  }
}

@media (min-width:992px) {
  .faq-accordion .view-content {
      margin-left: 16.66666667%;
  }
}

.faq-accordion .panel-title {
  color: #000;
}

.faq-accordion .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.faq-accordion .panel-group .panel.last {
  border-bottom: 0;
}

.faq-accordion .panel-heading {
  padding: 25px 15px;
}

.editor_vimeo-iframe-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 56.25% 0 0 0;
  position: relative;
}

.editor_vimeo-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.agent-hs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.agent-hs-list li {
  width: 15px;
  float: left;
}

ul.agent-hs-list li img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.cta-btn-next {
  font-size: 85% !important;
}

.cta-next-move {
  font-size: 9px;
  top: -1px;
  position: relative;
  color: #bbb;
  margin-left: 3px;
  transition: margin-left 0.35s ease, color 0.35s ease;
}

a:hover .cta-next-move {
  margin-left: 5px;
  color: #333;
}

.media-svg-wrap {
  position: relative;
  z-index: 1;
}

.media-svg-wrap svg {
  z-index: 2;
  position: relative;
  height: 50px;
  width: 50px;
}

.rela-gmap-editor-wrap #gmap_load {
  height: 300px;
  transition: height 0.25s ease;
}

.rela-gmap-editor-wrap .gmap-actions-wrap {
  display: none;
}

.rela-gmap-editor-wrap .delete-polygon {
  z-index: 9;
  position: absolute;
  left: 55%;
  top: 69px;
  background: #fff;
  color: #c47373;
  border: 0;
  box-shadow: -1px 0px 0px #0000001a;
  height: 24px;
  padding: 0 8px;
  display: none;
  float: left;
}

.rela-gmap-editor-wrap.shooter-map .delete-polygon {
  left: 58%;
  top: 57px;
}

.rela-gmap-editor-wrap.editing .delete-polygon {
  display: block;
}

.rela-gmap-editor-wrap.editing .gmap-actions-wrap {
  display: inline-block;
}

.date-time-stacked .date-display-single {
  font-weight: bold;
}

.date-time-stacked .date-display-single .date-display-range {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: normal;
}

.alert-rela-alt {
  display: flex;
  align-items: center;
}

.alert-rela-alt .alert-icon {
  width: 40px;
  height: 40px;
  float: left;
}

.alert-rela-alt .text {
  float: left;
  font-size: 16px;
  color: #222;
  width: calc(100% - 40px);
  padding-left: 20px;
}

.property-theme-settings-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property-theme-settings-preview.settings-group_color .setting-value {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
}

.property-theme-settings-preview.settings-group_color .color-swatch {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  box-shadow: 2px 1px 0px #00000014;
}

.link-arrow-icon {
  position: absolute;
  top: 7px;
  right: -8px;
  opacity: 0;
  font-size: 8px;
  color: #b2b4b5;
  transition: right 0.25s ease, opacity 0.25s ease;
}

a.link-arrow-hover {
  position: relative;
}

a.link-arrow-hover:hover .link-arrow-icon {
  right: -12px;
  opacity: 1;
}

.hide-empty:empty {
  display: none;
}

.prop-image-download-wrapper li {
  border-bottom: 1px solid #ddd;
}

.prop-image-download-wrapper li.last {
  border: 0 none;
}

.prop-image-download-wrapper .image-dl-toggle {
  font-size: 16px;
  width: 43px;
  height: 35px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prop-image-download-wrapper .image-dl-toggle i {
  font-size: 24px;
}

.gallery-thumb-full-cta {
  width: 37px;
  height: 35px;
  background: #fff;
  color: #333;
  position: absolute;
  top: 2px;
  right: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.gallery-thumb-full-cta i {
  font-size: 24px;
}

.gallery-image-bg:hover .gallery-thumb-full-cta {
  opacity: 1;
}

.btn-v-center {
  display: flex;
  align-items: center;
}

.btn-v-center svg {
  margin-right: 10px;
}

.material-progress-linear {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 0.25em;
  color: #2196f3;
  background-color: rgba(33, 150, 243, 0.12);
  font-size: 16px;
}

.material-progress-linear::-webkit-progress-bar {
  background-color: transparent;
}

.material-progress-linear::-webkit-progress-value {
  background-color: currentColor;
  transition: all 0.2s;
}

.material-progress-linear::-moz-progress-bar {
  background-color: currentColor;
  transition: all 0.2s;
}

.material-progress-linear::-ms-fill {
  border: none;
  background-color: currentColor;
  transition: all 0.2s;
}

.material-progress-linear:indeterminate {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, currentColor 50%, currentColor 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 71.5%, currentColor 71.5%, currentColor 84%, rgba(0, 0, 0, 0) 84%);
  animation: material-progress-linear 2s infinite linear;
}

.material-progress-linear:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.material-progress-linear:indeterminate::-ms-fill {
  animation-name: none;
}

@keyframes material-progress-linear {
  0% {
      background-size: 200% 100%;
      background-position: left -31.25% top 0%;
  }

  50% {
      background-size: 800% 100%;
      background-position: left -49% top 0%;
  }

  100% {
      background-size: 400% 100%;
      background-position: left -102% top 0%;
  }
}

.assign-shooter-overlay .assign-view-switch {
  position: absolute;
  top: -68px;
  left: 250px;
}

#select-shooter.rela-calendar {
  margin-top: 40px;
}

.dropdown .dropdown-backdrop {
  display: none;
}

.atcb-button {
  box-shadow: none;
  background: #fff;
  border-radius: 3px;
}

.delivery-status {
  background: #fff;
  font-size: 13px;
  padding: 4px 8px;
  width: 150px;
  margin-left: 10px;
  position: relative;
}

.delivery-status:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 30px;
  background: #bbb;
  position: absolute;
  left: -9px;
  top: 9px;
}

.delivery-status.delivery-status-none:before {
  background: #bbb;
}

.delivery-status.delivery-status-sent:before {
  background: #eea236;
}

.delivery-status.delivery-status-photos_downloaded:before {
  background: #86e193;
}

.delivery-status.delivery-status-delivered:before {
  background: #72b2e3;
}

.dropdown-menu>li>a i {
  width: 20px;
  left: -12px;
  position: relative;
  text-align: center;
}

.dropdown-menu>li>a i.fa,
.dropdown-menu>li>a i.response-icon-Note,
.dropdown-menu>li>a i.response-icon-Email,
.dropdown-menu>li>a i.status-icon-Published,
.dropdown-menu>li>a i.status-icon-Not {
  font-size: 12px;
}

.link-icon-parent {
  position: relative;
}

.link-icon-parent .link-icon {
  position: absolute;
  top: 7px;
  right: -8px;
  opacity: 0;
  font-size: 8px;
  color: #b2b4b5;
  transition: right 0.25s ease, opacity 0.25s ease;
}

.link-icon-parent:hover .link-icon {
  right: -12px;
  opacity: 1;
}

.gcal-sync-toolbar-cta .cal-status-icon {
  font-size: 6px;
  position: absolute;
  left: 16px;
  top: 15px;
}

.btn-default.active.btn-clear {
  background-color: inherit;
  border-color: inherit;
  box-shadow: inherit;
  background-color: inherit;
  border-color: inherit;
  box-shadow: inherit;
  color: inherit;
  outline: inherit;
  border: inherit;
}

[data="ps-open"] {
  cursor: pointer;
}

.hotspot-container.floorplan-gallery-link {
  cursor: zoom-in;
}

.btn-property-status-drop {
  border-width: 1.5px;
  font-weight: 600;
}

.multifield-sort-list .field-sort-item {
  border: 1px solid #ddd;
  margin-top: -1px;
  cursor: move;
  background: #fff;
}

.multifield-sort-list .embed-drag-target {
  background: #eee;
  color: #eee;
  z-index: 9;
  position: relative;
}

.multifield-sort-list .embed-drag-target .ref-title {
  color: transparent !important;
}

.select-photog-drop.booking-summary-list .dropdown-toggle {
  display: flex;
  align-items: center;
}

.select-photog-drop.booking-summary-list .dropdown-toggle .booking-shooter {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}

.select-photog-drop.booking-summary-list .booking-shooter {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  padding: 8px 30px 8px 15px;
  width: 100%;
  color: #000;
  font-weight: normal;
  margin-bottom: 5px;
}

.select-photog-drop.booking-summary-list .dropdown-menu>li>a {
  padding: 0;
}

.striped .even {
  background: #f9f9f9;
}

.rela-timezone-popup {
  display: none;
  position: absolute;
  z-index: 99;
  width: 300px;
  overflow-y: auto;
  top: 22px;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}

.rela-timezone-popup.open {
  display: block;
}

.dropdown-md .dropdown-menu>li {
  font-size: 16px;
}

.dropdown-md .dropdown-menu>li>a {
  padding: 6px 30px;
}

.dropdown-md .dropdown-menu>li>a i {
  left: -12px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  height: 25px;
  float: left;
}

.dropdown-md .dropdown-menu>li>a i.fa,
.dropdown-md .dropdown-menu>li>a i.response-icon-Note,
.dropdown-md .dropdown-menu>li>a i.response-icon-Email,
.dropdown-md .dropdown-menu>li>a i.status-icon-Published,
.dropdown-md .dropdown-menu>li>a i.status-icon-Not {
  font-size: 14px;
}

.view-content tr.disabled,
.views-row.disabled {
  pointer-events: none;
  position: relative;
}

.view-content tr.disabled:after,
.views-row.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-content tr.disabled:before,
.views-row.disabled:before {
  content: "Added";
  width: 55px;
  height: 23px;
  color: #44b2ce;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: aliceblue;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #bed3d9;
}

.view-content tr.removed,
.views-row.removed {
  pointer-events: none;
  position: relative;
}

.view-content tr.removed:after,
.views-row.removed:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-content tr.removed:before,
.views-row.removed:before {
  content: "Removed";
  width: 70px;
  height: 23px;
  color: #ce4444;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0f0;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #d9bebe;
}

.view-content tr.disabled:before {
  content: unset;
}

.views-row-last {
  border-bottom: 0 none !important;
}

.views-align-right.views-field-rela-dropdown-content .btn {
  float: right;
}

.draggableviews-changed-notice {
  display: none !important;
}

.views-slideshow-controls-text span:hover {
  text-decoration: none;
}

#views_slideshow_cycle_main_slideshow-block_fullscreen .views-row {
  width: 100%;
}

#views_slideshow_cycle_main_slideshow-block_fullscreen .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: 350px !important;
}

#views_slideshow_cycle_main_slideshow-block_fullscreen .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: 350px !important;
  background: no-repeat top center fixed;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #views_slideshow_cycle_main_slideshow-block_fullscreen .views-slideshow-cycle-main-frame-row {
      -webkit-background-size: inherit !important;
      -moz-background-size: inherit !important;
      -o-background-size: inherit !important;
      background-size: inherit !important;
  }
}

@media screen and (max-width:767px) {
  #views_slideshow_cycle_main_slideshow-block_fullscreen .views-slideshow-cycle-main-frame-row {
      -webkit-background-size: inherit !important;
      -moz-background-size: inherit !important;
      -o-background-size: inherit !important;
      background-size: inherit !important;
  }
}

@media screen and (min-width:1200px) {
  .views-filter-fit .views-exposed-widgets {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

.views-filter-fit .views-submit-button {
  display: inline-block;
  width: auto;
}

@media screen and (min-width:992px) {
  .views-filter-fit-md .views-exposed-widgets {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
  }
}

.views-table th {
  color: #424242;
  white-space: nowrap;
}

.views-table th a {
  color: #222 !important;
  white-space: nowrap;
}

.views-table th a img {
  margin-left: 6px;
  margin-top: -5px;
}

.views-exposed-form .views-exposed-widget .description {
  font-size: 12px;
  color: #777;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 25px;
  height: 37px;
}

.view-display-id-block_fullscreen {
  position: relative;
  height: 350px;
}

.view-display-id-block_fullscreen .views-slideshow-controls-top {
  position: absolute;
  top: 40%;
  z-index: 300;
  width: 100%;
  font-size: 70px;
}

.view-display-id-block_fullscreen .views-slideshow-controls-top a {
  opacity: .75;
  color: #fff;
}

.view-display-id-block_fullscreen .views-slideshow-controls-top a:hover {
  text-decoration: none;
  opacity: 1;
}

.view-display-id-block_fullscreen .views-slideshow-controls-top span:hover {
  text-decoration: none;
}

.view-display-id-block_fullscreen .views-slideshow-controls-text-next {
  float: right;
}

.view-display-id-block_fullscreen .views-slideshow-controls-text-pause {
  display: none;
}

.view-display-id-block_fullscreen .slide-content-wrapper {
  z-index: 301;
  margin-top: 150px;
  position: relative;
  color: #fff;
}

.view-display-id-block_fullscreen .slide-content-wrapper .container {
  padding-left: 75px;
}

.view-display-id-block_fullscreen .views-field-field-slide-text {
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding-top: 150px;
  font-weight: 300;
  position: relative;
  text-shadow: 1px 1px 1px #111;
}

.view-display-id-block_fullscreen .views-field-field-slide-text .edit-link {
  position: absolute;
  top: 125px;
}

.view-display-id-block_fullscreen .views-field-field-slide-text .edit-link a {
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  padding: 2px 10px;
}

.view-display-id-block_fullscreen .views-slideshow-cycle-main-frame-row-item {
  background: url(../images/overlay-dark-gradient.png) repeat-x 0 0;
  height: 350px;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.featured-front-view {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  color: #fff;
}

.featured-front-view .view-content,
.featured-front-view .view-footer {
  float: left;
  width: 100%;
}

.featured-front-view .view-footer {
  text-align: left;
  padding: 40px 0;
  background: #f6f6f6;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.featured-front-view .view-footer a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}

.featured-front-view .view-footer a:hover {
  color: #333;
}

.featured-front-view .view-footer a span {
  color: #ed6a13;
  font-size: 26px;
  margin-top: -5px;
}

.featured-front-view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.featured-front-view img {
  width: 100%;
  height: auto;
}

.featured-front-view a,
.featured-front-view a:hover {
  color: #fff;
  text-decoration: none;
}

.featured-front-view .views-row {
  position: relative;
  text-transform: uppercase;
}

.featured-front-view .property-info-group {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/overlay-dark-gradient.png) repeat-x 0 0;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.featured-front-view .views-field-title a {
  width: 100%;
  height: 150px;
  display: inline-block;
}

.featured-front-view .property-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background: url(../images/bg-trans-dark.png) repeat 0 0;
}

.featured-front-view .property-details .views-field-field-property-lot-counts {
  font-size: 14px;
}

.featured-front-view .property-details .views-field-field-property-address-locality {
  margin-top: 5px;
  font-size: 12px;
  color: #eee;
}

.view-id-property_edit_status {
  font-size: 16px;
}

.view-id-property_edit_status .views-field {
  margin-bottom: 10px;
}

.view-id-property_edit_status .views-label {
  width: 100%;
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
}

.view-id-property_edit_status .field-content {
  width: 100%;
  display: inline-block;
}

.view-id-property_edit_status .published-status {
  background: lightblue;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 3px;
  float: left;
}

.property-gallery--small {
  position: relative;
  width: 100%;
}

.property-gallery--small .views-slideshow-controls-top {
  position: absolute;
  top: 33%;
  width: 100%;
  z-index: 99;
  font-size: 60px;
}

.property-gallery--small .views-slideshow-controls-top a {
  color: #fff;
}

.property-gallery--small .views-slideshow-controls-top .views-slideshow-controls-text-next {
  position: absolute;
  right: -20px;
}

.property-gallery--small .views-slideshow-controls-top .views-slideshow-controls-text-next span:hover {
  text-decoration: none;
}

.property-gallery--small .views-slideshow-controls-top .views-slideshow-controls-text-previous {
  position: absolute;
  left: -20px;
}

.property-gallery--small .views-slideshow-controls-top .views-slideshow-controls-text-previous span:hover {
  text-decoration: none;
}

.property-gallery--small .views-slideshow-controls-text-pause {
  display: none;
}

.property-distro-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.property-distro-wrap .view-email-distro-list .field-content {
  float: left;
  padding: 2px 13px;
  background: #f9f9f9;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.view-big-pricing-table sup {
  top: -1em;
  margin-right: -10px;
  font-size: 45%;
}

.view-big-pricing-table .view-header {
  text-align: center;
  margin-bottom: 90px;
}

.view-big-pricing-table .view-header small {
  position: absolute;
  bottom: -12px;
  left: 36px;
  width: 70px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background: #F5A37C;
}

.view-big-pricing-table .tabs-wrapper,
.view-big-pricing-table .price-toggler {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.view-big-pricing-table .tabs-wrapper .tab,
.view-big-pricing-table .tabs-wrapper .price-toggle,
.view-big-pricing-table .price-toggler .tab,
.view-big-pricing-table .price-toggler .price-toggle {
  display: inline-block;
  position: relative;
  float: left;
}

.view-big-pricing-table .tabs-wrapper .tab a,
.view-big-pricing-table .tabs-wrapper .price-toggle a,
.view-big-pricing-table .price-toggler .tab a,
.view-big-pricing-table .price-toggler .price-toggle a {
  padding: 10px 20px;
  width: 140px;
  display: inline-block;
  color: #444;
  font-size: 15px;
  text-transform: uppercase;
}

.view-big-pricing-table .tabs-wrapper .tab a:hover,
.view-big-pricing-table .tabs-wrapper .price-toggle a:hover,
.view-big-pricing-table .price-toggler .tab a:hover,
.view-big-pricing-table .price-toggler .price-toggle a:hover {
  background: #f1f1f1;
}

.view-big-pricing-table .tabs-wrapper .tab a.active-tab,
.view-big-pricing-table .tabs-wrapper .tab a.active-toggle,
.view-big-pricing-table .tabs-wrapper .price-toggle a.active-tab,
.view-big-pricing-table .tabs-wrapper .price-toggle a.active-toggle,
.view-big-pricing-table .price-toggler .tab a.active-tab,
.view-big-pricing-table .price-toggler .tab a.active-toggle,
.view-big-pricing-table .price-toggler .price-toggle a.active-tab,
.view-big-pricing-table .price-toggler .price-toggle a.active-toggle {
  background: #6c6c6c;
  color: #fff;
}

.view-big-pricing-table .tabs-wrapper .tab a.active-tab:hover,
.view-big-pricing-table .tabs-wrapper .tab a.active-toggle:hover,
.view-big-pricing-table .tabs-wrapper .price-toggle a.active-tab:hover,
.view-big-pricing-table .tabs-wrapper .price-toggle a.active-toggle:hover,
.view-big-pricing-table .price-toggler .tab a.active-tab:hover,
.view-big-pricing-table .price-toggler .tab a.active-toggle:hover,
.view-big-pricing-table .price-toggler .price-toggle a.active-tab:hover,
.view-big-pricing-table .price-toggler .price-toggle a.active-toggle:hover {
  background: #6c6c6c;
}

.view-big-pricing-table .most-popular {
  display: none;
}

.view-big-pricing-table .view-content {
  text-align: center;
}

.view-big-pricing-table .title {
  text-align: left;
  padding: 10px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 20px;
}

.view-big-pricing-table .views-row {
  text-align: center;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ddd;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .view-big-pricing-table .views-row {
      float: left !important;
  }
}

.view-big-pricing-table .views-row-2 {
  margin-left: -4px;
  border: 1px solid #eee;
  z-index: 2;
  box-shadow: 0px 0px 9px #ccc;
  margin-top: -10px;
  padding-bottom: 30px;
}

.view-big-pricing-table .views-row-2 .most-popular {
  display: block;
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  top: -40px;
  box-shadow: 0px -1px 8px #ccc;
}

.view-big-pricing-table .views-row-3 {
  margin-left: -4px;
  border-bottom: 1px solid #ddd !important;
}

.view-big-pricing-table .field-name-field-tier-features {
  text-align: left;
}

.view-big-pricing-table .field-name-field-tier-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
}

.view-big-pricing-table .field-name-field-tier-features ul li {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

.view-big-pricing-table .price-wrapper {
  background: #f6f6f6;
  padding: 15px 0;
}

.view-big-pricing-table .price {
  font-size: 60px;
  font-weight: 300;
  color: #333;
  margin-left: -20px;
}

.view-big-pricing-table .per {
  clear: both;
  font-size: 12px;
  margin-top: -10px;
  padding-left: 12px;
  margin-left: -20px;
}

.property-manage-list .views-row,
.view-display-id-block_manage_list .views-row {
  padding: 15px 15px;
  position: relative;
}

.property-manage-list .views-row:hover,
.view-display-id-block_manage_list .views-row:hover {
  background: #373F49;
}

.property-manage-list .ajax-progress,
.view-display-id-block_manage_list .ajax-progress {
  position: absolute;
  right: 15px;
  top: 30%;
  font-size: 30px;
  color: #78828C;
}

.property-manage-list .property-active,
.view-display-id-block_manage_list .property-active {
  background: #59626b;
}

.property-manage-list .property-active:hover,
.view-display-id-block_manage_list .property-active:hover {
  background: #59626b;
}

.property-manage-list .property-active:hover a,
.view-display-id-block_manage_list .property-active:hover a {
  cursor: default;
}

.property-manage-list .views-field-field-property-address-thoroughfare,
.view-display-id-block_manage_list .views-field-field-property-address-thoroughfare {
  font-size: 15px;
}

.property-manage-list .views-field-status,
.view-display-id-block_manage_list .views-field-status {
  margin-top: 2px;
  font-size: 12px;
}

.property-manage-list .status-Published,
.view-display-id-block_manage_list .status-Published {
  color: #BAE5A4;
}

.property-manage-list .status-Not-published,
.view-display-id-block_manage_list .status-Not-published {
  color: #FFADAD;
}

.property-manage-list a,
.view-display-id-block_manage_list a {
  color: #fff;
}

.pane-property-manage .view-display-id-block_property_summary .edit-link {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pane-property-manage .view-display-id-block_property_summary .edit-link:before {
  margin-right: 5px;
}

@media screen and (max-width:767px) {
  .pane-property-manage .view-display-id-block_property_summary .edit-link {
      font-size: 15px;
      display: inline-block;
      padding: 0 0 12px 0;
      margin: 0;
  }
}

.pane-property-manage .view-display-id-block_property_summary .preview-left {
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin-right: 10px;
}

.pane-property-manage .view-display-id-block_property_summary .preview-left img {
  margin-top: -10%;
  width: 100%;
  height: auto;
}

@media screen and (min-width:992px) {
  .pane-property-manage .view-display-id-block_property_summary .preview-left {
      width: 265px;
      float: left;
      height: auto;
      overflow: visible;
  }

  .pane-property-manage .view-display-id-block_property_summary .preview-left img {
      margin-top: 0;
  }
}

.pane-property-manage .view-display-id-block_property_summary .preview-left .no-photos {
  background: #f6f6f6;
  height: 167px;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
}

.pane-property-manage .view-display-id-block_property_summary .preview-left .no-photos .icon {
  font-size: 80px;
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  color: #ddd;
  z-index: 5;
}

.pane-property-manage .view-display-id-block_property_summary .preview-left .no-photos .add-images-link {
  width: 100%;
  padding-top: 69px;
  display: inline-block;
  z-index: 6;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right {
  padding: 10px 15px;
  position: relative;
  color: #111;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right .views-field-field-property-address-thoroughfare {
  font-size: 20px;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right .views-field-field-property-address-locality {
  font-size: 14px;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right .views-field-field-lot-size {
  margin: 10px 0;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right .views-field-field-property-description {
  font-size: 13px;
  color: #777;
}

.pane-property-manage .view-display-id-block_property_summary .preview-right .property-edit-link-wrap {
  position: absolute;
  right: 1%;
  text-align: right;
  top: 10px;
}

@media screen and (max-width:767px) {
  .pane-property-manage .view-display-id-block_property_summary .preview-right .property-edit-link-wrap {
      position: inherit;
      text-align: center;
  }
}

.view-display-id-block_property_summary {
  position: relative;
}

.view-display-id-block_property_summary .view-empty .icon {
  font-size: 180px;
  color: #ddd;
  border: 1px dashed #ccc;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  display: inline-block;
}

.view-display-id-block_property_summary .view-empty .tagline {
  font-size: 21px;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

.lead-rating-0 {
  color: #3194D0;
}

.lead-rating-1 {
  color: #999;
}

.lead-rating-2 {
  color: #DA604B;
}

.lead-rating-3 {
  color: #DDD203;
}

.lead-rating-4 {
  color: #ABC962;
}

.view-display-id-block_agent_access .view-content,
.view-display-id-block_property_leads .view-content,
.property-leads-table .view-content {
  float: left;
}

.view-display-id-block_agent_access .view-footer,
.view-display-id-block_property_leads .view-footer,
.property-leads-table .view-footer {
  display: none;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  border: 1px solid #ddd;
}

.view-display-id-block_agent_access .views-row,
.view-display-id-block_property_leads .views-row,
.property-leads-table .views-row {
  width: 100%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.view-display-id-block_agent_access .views-row-lead:hover,
.view-display-id-block_property_leads .views-row-lead:hover,
.property-leads-table .views-row-lead:hover {
  background: #f6f6f6;
}

.view-display-id-block_agent_access .views-row-lead-open,
.view-display-id-block_property_leads .views-row-lead-open,
.property-leads-table .views-row-lead-open {
  background-color: #f6f6f6;
}

.view-display-id-block_agent_access .views-row-lead-open .views-field-field-lead-comment,
.view-display-id-block_property_leads .views-row-lead-open .views-field-field-lead-comment,
.property-leads-table .views-row-lead-open .views-field-field-lead-comment {
  display: none;
}

.view-display-id-block_agent_access .views-field,
.view-display-id-block_property_leads .views-field,
.property-leads-table .views-field {
  float: left;
  padding: 10px 5px;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  position: relative;
  margin-bottom: 8px;
}

.view-display-id-block_agent_access .views-field-field-lead-quality,
.view-display-id-block_property_leads .views-field-field-lead-quality,
.property-leads-table .views-field-field-lead-quality {
  padding: 10px;
}

.view-display-id-block_agent_access .views-field-field-lead-last-name,
.view-display-id-block_property_leads .views-field-field-lead-last-name,
.property-leads-table .views-field-field-lead-last-name {
  font-size: 13px;
  width: 28%;
  white-space: nowrap;
  overflow: visible;
}

.view-display-id-block_agent_access .views-field-field-lead-phone,
.view-display-id-block_property_leads .views-field-field-lead-phone,
.property-leads-table .views-field-field-lead-phone {
  width: 25%;
}

@media screen and (min-width:768px) {

  .view-display-id-block_agent_access .views-field-field-lead-phone,
  .view-display-id-block_property_leads .views-field-field-lead-phone,
  .property-leads-table .views-field-field-lead-phone {
      width: 13%;
  }
}

.view-display-id-block_agent_access .views-field-field-lead-email,
.view-display-id-block_property_leads .views-field-field-lead-email,
.property-leads-table .views-field-field-lead-email {
  width: 25%;
}

@media screen and (min-width:768px) {

  .view-display-id-block_agent_access .views-field-field-lead-email,
  .view-display-id-block_property_leads .views-field-field-lead-email,
  .property-leads-table .views-field-field-lead-email {
      width: 20%;
      display: none;
  }
}

@media screen and (min-width:1200px) {

  .view-display-id-block_agent_access .views-field-field-lead-email,
  .view-display-id-block_property_leads .views-field-field-lead-email,
  .property-leads-table .views-field-field-lead-email {
      display: inline-block;
  }
}

.view-display-id-block_agent_access .views-field-created,
.view-display-id-block_property_leads .views-field-created,
.property-leads-table .views-field-created {
  width: 25%;
  float: right;
  font-size: 13px;
  text-align: right;
}

@media screen and (min-width:768px) {

  .view-display-id-block_agent_access .views-field-created,
  .view-display-id-block_property_leads .views-field-created,
  .property-leads-table .views-field-created {
      width: 12%;
  }
}

.view-display-id-block_agent_access .views-field-field-lead-comment,
.view-display-id-block_property_leads .views-field-field-lead-comment,
.property-leads-table .views-field-field-lead-comment {
  width: 55%;
}

@media screen and (min-width:768px) {

  .view-display-id-block_agent_access .views-field-field-lead-comment .field-content,
  .view-display-id-block_property_leads .views-field-field-lead-comment .field-content,
  .property-leads-table .views-field-field-lead-comment .field-content {
      width: 100%;
      position: absolute;
      overflow: hidden;
      height: 25px;
  }
}

.view-display-id-block_agent_access .lead-toggle-wrapper,
.view-display-id-block_property_leads .lead-toggle-wrapper,
.property-leads-table .lead-toggle-wrapper {
  position: absolute !important;
  width: 100%;
  background-color: transparent;
  left: 30px;
  padding: 0 !important;
  z-index: 9;
  cursor: pointer;
  overflow: visible;
}

.view-display-id-block_agent_access .lead-toggle-wrapper a,
.view-display-id-block_property_leads .lead-toggle-wrapper a,
.property-leads-table .lead-toggle-wrapper a {
  width: 100%;
  display: inline-block;
  height: 32px;
}

.view-display-id-block_agent_access .lead-toggle-wrapper .lead-toggle,
.view-display-id-block_property_leads .lead-toggle-wrapper .lead-toggle,
.property-leads-table .lead-toggle-wrapper .lead-toggle {
  width: 100%;
  height: 32px;
  display: inline-block;
}

.view-display-id-block_agent_access .lead-toggle-wrapper .lead-toggle .ajax-progress,
.view-display-id-block_property_leads .lead-toggle-wrapper .lead-toggle .ajax-progress,
.property-leads-table .lead-toggle-wrapper .lead-toggle .ajax-progress {
  position: absolute;
  top: 11px;
  left: -21px;
}

.view-display-id-block_agent_access .lead-details-wrap,
.view-display-id-block_property_leads .lead-details-wrap,
.property-leads-table .lead-details-wrap {
  width: 100%;
  display: none;
  float: left;
  padding: 5px 10px 20px 10px;
}

.view-display-id-block_agent_access .buyer-info-wrap,
.view-display-id-block_property_leads .buyer-info-wrap,
.property-leads-table .buyer-info-wrap {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.view-display-id-block_agent_access .buyer-info-wrap .buyer-detail-item,
.view-display-id-block_property_leads .buyer-info-wrap .buyer-detail-item,
.property-leads-table .buyer-info-wrap .buyer-detail-item {
  float: left;
  display: inline-block;
  margin-right: 35px;
}

@media screen and (max-width:767px) {

  .view-display-id-block_agent_access .buyer-info-wrap .buyer-detail-item,
  .view-display-id-block_property_leads .buyer-info-wrap .buyer-detail-item,
  .property-leads-table .buyer-info-wrap .buyer-detail-item {
      margin-right: 15px;
  }
}

.view-display-id-block_agent_access .buyer-info-wrap .dropdown-link-content-wrapper,
.view-display-id-block_property_leads .buyer-info-wrap .dropdown-link-content-wrapper,
.property-leads-table .buyer-info-wrap .dropdown-link-content-wrapper {
  position: absolute;
  top: 5px;
}

.view-display-id-block_agent_access .buyer-info-wrap .dropdown-link-content-wrapper .topper,
.view-display-id-block_property_leads .buyer-info-wrap .dropdown-link-content-wrapper .topper,
.property-leads-table .buyer-info-wrap .dropdown-link-content-wrapper .topper {
  left: 10px;
}

.view-display-id-block_agent_access .lead-full-message,
.view-display-id-block_property_leads .lead-full-message,
.property-leads-table .lead-full-message {
  padding: 20px 40px;
  float: left;
  display: inline-block;
}

.view-display-id-block_agent_access .lead-responses,
.view-display-id-block_property_leads .lead-responses,
.property-leads-table .lead-responses {
  float: left;
  display: inline-block;
  padding: 20px;
  width: 100%;
}

.view-display-id-block_agent_access .lead-responses ul,
.view-display-id-block_property_leads .lead-responses ul,
.property-leads-table .lead-responses ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.view-display-id-block_agent_access .view-display-id-lead_followup_block .views-row,
.view-display-id-block_property_leads .view-display-id-lead_followup_block .views-row,
.property-leads-table .view-display-id-lead_followup_block .views-row {
  padding: 5px;
}

.view-display-id-block_agent_access .view-display-id-lead_followup_block .view-header,
.view-display-id-block_property_leads .view-display-id-lead_followup_block .view-header,
.property-leads-table .view-display-id-lead_followup_block .view-header {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0 none;
}

.view-display-id-block_agent_access .view-display-id-lead_followup_block .response-type,
.view-display-id-block_property_leads .view-display-id-lead_followup_block .response-type,
.property-leads-table .view-display-id-lead_followup_block .response-type {
  width: 25px;
  height: 40px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.view-display-id-block_agent_access .view-display-id-lead_followup_block .response-message,
.view-display-id-block_property_leads .view-display-id-lead_followup_block .response-message,
.property-leads-table .view-display-id-lead_followup_block .response-message {
  width: 70%;
  display: inline-block;
  float: left;
}

.view-display-id-block_agent_access .view-display-id-lead_followup_block .response-date,
.view-display-id-block_property_leads .view-display-id-lead_followup_block .response-date,
.property-leads-table .view-display-id-lead_followup_block .response-date {
  font-size: 12px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.view-display-id-block_agent_access .view-display-id-block_lead_details .view-content,
.view-display-id-block_property_leads .view-display-id-block_lead_details .view-content,
.property-leads-table .view-display-id-block_lead_details .view-content {
  border: 1px solid #ccc;
  margin-top: 10px;
}

.view-display-id-block_agent_access .lead-followups-wrapper,
.view-display-id-block_property_leads .lead-followups-wrapper,
.property-leads-table .lead-followups-wrapper {
  padding: 0 20px;
}

.view-display-id-block_agent_access .followup-actions,
.view-display-id-block_property_leads .followup-actions,
.property-leads-table .followup-actions {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.view-display-id-block_agent_access .followup-actions .btn,
.view-display-id-block_property_leads .followup-actions .btn,
.property-leads-table .followup-actions .btn {
  float: left;
  margin-right: 15px;
}

.not-logged-in .followup-actions .btn-send-email {
  display: none;
}

.view-id-rela_commerce_card_on_file_user_cards .view-header {
  position: absolute;
  left: 220px;
  top: 12px;
}

.aro-manager,
.aro-change-options {
  text-align: center;
}

.aro-manager .tier-title,
.aro-change-options .tier-title {
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
}

.aro-manager .tier-title .title-span,
.aro-change-options .tier-title .title-span {
  font-size: 12px;
  text-transform: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.aro-manager .tier-title .title-span ul,
.aro-change-options .tier-title .title-span ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aro-manager .tier-price,
.aro-change-options .tier-price {
  font-size: 43px;
  margin-bottom: 20px;
  background: #f1f1f1;
  padding: 10px 0;
}

.aro-manager .price-prefix,
.aro-change-options .price-prefix {
  font-weight: normal;
  font-size: 0.5em;
  margin-right: -10px;
  margin-left: -15px;
  display: inline-block;
  vertical-align: middle;
}

.aro-manager .price-suffix,
.aro-change-options .price-suffix {
  clear: both;
  font-size: 12px;
  display: block;
  margin-top: -5px;
}

.aro-manager .aro-current .title-span,
.aro-change-options .aro-current .title-span {
  text-transform: uppercase;
}

.aro-manager .aro-current .tier-price,
.aro-change-options .aro-current .tier-price {
  background: #80bd66;
  color: #fff;
}

.aro-manager .alt-pricing,
.aro-change-options .alt-pricing {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 40px;
}

.aro-manager .next-bill-date .label,
.aro-change-options .next-bill-date .label {
  color: #555;
  font-size: 12px;
}

.aro-manager .aro-option-inner,
.aro-change-options .aro-option-inner {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  min-height: 277px;
}

@media screen and (max-width:767px) {

  .aro-manager .aro-option-inner,
  .aro-change-options .aro-option-inner {
      margin-bottom: 10px;
  }
}

.aro-manager .aro-option-inner .field-name-field-aro-next-process-date,
.aro-change-options .aro-option-inner .field-name-field-aro-next-process-date {
  padding: 5px 5px;
  background-color: #f9f9f9;
  display: inline-block;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  font-size: 13px;
  margin-top: 4px;
}

.aro-manager .aro-option-inner .field-name-field-aro-next-process-date .field-label,
.aro-change-options .aro-option-inner .field-name-field-aro-next-process-date .field-label {
  float: left;
}

.aro-manager .aro-option-inner .field-name-field-aro-next-process-date .field-item,
.aro-change-options .aro-option-inner .field-name-field-aro-next-process-date .field-item {
  float: right;
}

.current-aro-template .view-content {
  background: transparent;
  border: 0 none;
}

.aro-change-options .view-content {
  background: transparent;
  border: 0 none;
}

.views-field-views-social-share-links {
  position: absolute;
  right: 10px;
  bottom: 0;
}

#property-list-scroll {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:767px) {
  #property-list-scroll {
      height: 90vh !important;
  }
}

.view-display-id-block_property_leads .view-filters {
  margin-left: -15px;
  margin-right: -15px;
}

.view-display-id-block_property_leads .view-filters:before,
.view-display-id-block_property_leads .view-filters:after {
  content: " ";
  display: table;
}

.view-display-id-block_property_leads .view-filters:after {
  clear: both;
}

.view-display-id-block_property_leads .view-filters .views-widget-filter-field_lead_quality_value {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .view-display-id-block_property_leads .view-filters .views-widget-filter-field_lead_quality_value {
      float: left;
      width: 75%;
  }
}

.view-display-id-block_property_leads .view-filters .views-widget-sort-by {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .view-display-id-block_property_leads .view-filters .views-widget-sort-by {
      float: left;
      width: 25%;
  }
}

.view-display-id-block_property_leads .view-filters .views-widget-sort-by #edit-sort-by {
  font-size: 11px;
}

.view-display-id-block_property_leads .view-filters .bef-checkboxes .form-group {
  float: left;
  margin: 0 5px;
}

.view-display-id-block_property_leads .view-filters .bef-checkboxes .form-group input {
  display: inline-block;
  height: auto;
  width: auto;
}

.view-display-id-block_property_leads .view-filters .bef-checkboxes .form-group label {
  font-weight: normal;
  font-size: 11px;
  display: inline-block;
  height: auto;
}

.view-id-videos.view-display-id-video_select_property .views-row {
  width: 50%;
  float: left;
  text-align: center;
  margin: 10px 0;
  position: relative;
}

.view-id-videos.view-display-id-video_select_property .views-row .views-field-field-cover-image {
  box-shadow: 0 0 11px #0000002e;
  display: inline-block;
  float: left;
  width: 100%;
}

.view-id-videos.view-display-id-video_select_property .views-row .bg-image-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.view-id-videos.view-display-id-video_select_property .views-row .bg-image-wrapper .bg-image {
  position: absolute;
}

.view-id-videos.view-display-id-video_select_property .views-row .views-field-title {
  font-size: 13px;
  color: #000;
  text-align: center;
  display: block;
  padding: 9px 0;
  background: #f9f9f9;
  border: 1px solid #cccc;
  font-weight: bold;
  border-radius: 0 0 3px 3px;
  float: left;
  width: 100%;
}

#block-views-property-gallery-block-m {
  display: none;
  width: 900px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m {
      width: 100% !important;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m {
      width: 100% !important;
  }
}

#block-views-property-gallery-block-m .views_slideshow_cycle_main {
  width: 901px;
  margin: 0 auto;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m .views_slideshow_cycle_main {
      width: 100% !important;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views_slideshow_cycle_main {
      width: 100% !important;
  }
}

#block-views-property-gallery-block-m .views-slideshow-cycle-main-frame {
  width: 100% !important;
  margin: 0 auto;
  height: 600px;
}

#block-views-property-gallery-block-m #widget_pager_bottom_property_gallery-block_m {
  max-width: 900px;
  width: 900px;
  display: inline-block;
}

#block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  margin: 0 auto;
  display: inline-block;
  height: 600px;
}

#block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row img {
      height: auto;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row img {
      height: auto;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row {
      width: 100% !important;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-cycle-main-frame-row {
      width: 100% !important;
  }
}

#block-views-property-gallery-block-m .views-slideshow-controls-text {
  position: absolute;
  z-index: 999;
  font-size: 40px;
  width: 100%;
  top: 30%;
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-text {
      top: 0;
  }
}

#block-views-property-gallery-block-m .views-slideshow-controls-text:hover {
  text-decoration: none;
}

#block-views-property-gallery-block-m .views-slideshow-controls-text a {
  color: #fff;
}

#block-views-property-gallery-block-m .views-slideshow-controls-text a:hover {
  text-decoration: none;
}

#block-views-property-gallery-block-m .views_slideshow_controls_text span:hover {
  text-decoration: none;
}

#block-views-property-gallery-block-m .views-slideshow-controls-text-pause {
  display: none;
}

#block-views-property-gallery-block-m .views-slideshow-controls-text-previous {
  left: 0px;
  position: absolute;
  font-size: 140px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-text-previous {
      left: 0px;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-text-previous {
      left: -40px;
      height: 100%;
  }
}

#block-views-property-gallery-block-m .views-slideshow-slide-counter {
  color: #fff;
  padding: 10px;
}

#block-views-property-gallery-block-m .views-slideshow-controls-text-next {
  right: 0px;
  position: absolute;
  font-size: 140px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-text-next {
      right: 0px;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-text-next {
      right: -40px;
      height: 100%;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-m .views-slideshow-controls-bottom {
      display: none;
  }
}

#block-views-property-gallery-block-m .views-field-field-property-image-description {
  background: url(../images/bgtrans--black-60.png);
  width: 100%;
  color: #fff;
  position: absolute;
  padding: 8px;
  text-align: left;
  top: 0;
}

#block-views-property-gallery-block-m .player {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

#block-views-property-gallery-block-m .player iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

#block-views-property-gallery-block-m .owl-item:hover {
  cursor: pointer;
}

.view-display-id-embed_grid_4 .views-row {
  padding: 2px;
}

.view-display-id-embed_grid_4 .view-footer {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.view-display-id-embed_grid_4 .view-footer a {
  color: #222;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.view-current-user-plan .view-content {
  padding: 0;
  text-align: center;
}

.view-current-user-plan .view-content .field-name-field-product-reference {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  width: 70%;
  margin: 0 auto;
}

.view-current-user-plan .view-content .product-term-length {
  font-size: 14px;
  font-weight: normal;
  color: #777;
}

.view-current-user-plan .view-content .field-name-field-aro-next-process-date {
  padding-top: 15px;
  color: #777;
}

.view-current-user-plan .view-content .field-name-field-aro-next-process-date .field-label {
  color: #555;
}

.view-current-user-plan .view-content .field-name-field-aro-status {
  font-size: 18px;
  background-color: #B63C3C;
  width: 34%;
  margin: 0 auto;
  color: #fff;
  padding: 2px 0;
  margin-bottom: 15px;
}

.view-current-user-plan .view-content .upgrade-account-wrapper {
  padding: 10px 0;
  background: #8FC965;
  margin-top: 15px;
}

.view-current-user-plan .view-content .upgrade-account-wrapper a {
  color: #fff;
  font-size: 18px;
}

.view-current-user-plan .view-content .upgrade-account-wrapper .cta-icon {
  font-size: 13px;
  margin-left: 5px;
}

.view-current-user-plan .view-content .change-plan-wrapper {
  margin: 15px auto;
}

.view-current-user-plan .view-header {
  top: 11px;
  right: 10px;
  position: absolute;
}

td.views-field-field-admes-message {
  padding-bottom: 0 !important;
}

.admin-messages-dashboard.view-display-id-panel_dash_all img {
  display: block;
  max-width: 100%;
  height: auto;
}

.admin-messages-dashboard .table {
  margin-bottom: 0;
}

.admin-messages-dashboard .views-field-ops {
  text-align: right;
}

.admin-messages-dashboard .views-field-ops a {
  color: #ddd;
}

.admin-messages-dashboard .views-field-ops .flag-throbber {
  position: absolute;
  display: inline-block;
  left: -5px;
}

.admin-messages-dashboard .views-field-created {
  text-align: right;
}

.agent-card-wrapper .field {
  margin-bottom: 5px;
  font-size: 15px;
}

.agent-card-wrapper .agent-card-left-wrapper {
  float: left;
  margin-bottom: 10px;
}

.agent-card-wrapper .agent-card-right-wrapper {
  float: left;
  margin-left: 10px;
}

.agent-card-operations {
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  padding: 15px;
  background-color: #F4F4F4;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
}

.agent-card-operations .agent-card-use {
  display: inline-block;
  width: 80%;
}

.agent-card-operations .agent-card-edit {
  text-align: right;
  width: 15%;
  display: inline-block;
}

.agent-card-operations .agent-card-edit .ajax-progress {
  width: 20px;
}

.card-edit-grid .view-content {
  width: 100%;
  display: inline-block;
}

.card-edit-grid .contact-card-inner {
  border: 1px solid #ddd;
  background: #fefefe;
  padding: 15px;
  width: 100%;
  display: inline-block;
}

.card-edit-grid .views-row {
  padding: 10px 0 0 0;
  min-height: 200px;
  display: inline-block;
  float: none !important;
}

.card-edit-grid .form-actions {
  display: none;
}

.card-edit-grid .node-agent_card-form .form-actions {
  display: block;
}

.card-edit-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: inline-block;
  padding-top: 15px;
}

.card-edit-grid .node-agent_card-form {
  border: 1px solid #ddd;
  background: #fefefe;
  padding: 15px;
  display: inline-block;
  width: 412px;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 0px 23px #CCC;
}

.card-edit-grid .contacts-sort-list .form-type-select {
  display: none;
}

.card-edit-grid .view-display-id-attachment_delete_notice {
  position: relative;
}

.card-edit-grid .view-display-id-attachment_delete_notice .view-content {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.card-edit-grid .view-display-id-attachment_delete_notice .view-content .views-row {
  min-height: unset;
  padding: 0;
}

.card-edit-grid .view-display-id-attachment_delete_notice .view-empty {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 0;
}

.card-edit-grid .view-display-id-attachment_delete_notice .view-footer {
  height: 33px;
  height: 33px;
  position: absolute;
  right: 11px;
  top: 6px;
}

.pane-agent-card-panel-pane-1 .pane-title {
  float: left;
}

.view-agent-card.view-display-id-panel_pane_1 .view-header {
  float: left;
  margin: 24px 0 0 10px;
}

.view-agent-card.view-display-id-panel_pane_1 .view-content {
  clear: both;
}

.logo-manager .ajax-progress {
  position: absolute;
  width: 100%;
  display: inline-block;
  top: 23px;
  left: 0;
  text-align: center;
}

.logo-manager .ajax-progress .glyphicon {
  font-size: 30px;
  color: #333;
}

.logo-manager .view-header {
  margin-bottom: 30px;
}

.logo-manager .views-row {
  position: relative;
  float: left;
  margin-bottom: 15px;
}

.logo-manager .view-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.logo-manager .views-field-field-logo-default {
  position: absolute;
  top: -9px;
  left: 4px;
  background: #ed6a13;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.logo-manager .property-logo {
  padding: 0;
  margin: 5px 10px;
  border: 1px solid #ccc !important;
  float: left;
  position: relative;
  background: url(../images/artboard-bg.png);
  width: auto !important;
}

.logo-manager .property-logo .icon {
  display: none;
  position: absolute;
  right: 10px;
  font-size: 16px;
}

.logo-manager .property-logo-active {
  border-color: #ED946C;
}

.logo-manager .property-logo-active .icon {
  display: inline-block;
}

.logo-manager .views-field-php {
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
}

.logo-manager .logo-empty-wrapper {
  padding: 20px;
  background: #efefef;
  border: 1px solid #cecece;
  width: 175px;
  text-align: center;
}

.logo-manager .logo-edit-actions {
  margin: 0;
  background-color: #fff;
  bottom: 0;
  position: relative;
  padding: 8px 5px;
  border-top: 1px solid #aaa;
}

.pane-logos {
  position: relative;
}

.pane-logos .add-logo {
  position: absolute;
  top: 8px;
  left: 150px;
}

.logo-manager.logo-grid .view-filters {
  margin-bottom: 15px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.logo-manager.logo-grid .views-row {
  width: 202px;
}

.logo-manager.logo-grid .logo-name-wrapper {
  height: 23px;
  width: 100%;
  overflow: hidden;
}

.logo-manager.logo-grid .logo-name-wrapper .logo-name-text {
  background: #fff;
  padding-right: 20px;
}

.logo-manager.logo-grid .logo-name-wrapper:hover {
  overflow: visible;
}

.logo-manager.logo-grid .views-field-field-logo {
  width: 180px;
  height: 130px;
}

.logo-manager.logo-grid .views-field-field-logo .bg-image-wrapper {
  height: 120px;
  width: 100%;
  display: inline-block;
  padding: 4px;
}

.gallery-grid-funk img,
.gallery-grid-funk .gallery-overlay-cta,
.gallery-grid-funk .field-content,
.gallery-grid-funk .views-field-field-property-image {
  height: 100%;
  width: 100%;
}

.gallery-grid-6 img {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .gallery-grid-6 img {
      height: 175px;
  }
}

@media screen and (max-width:991px) {
  .gallery-grid-6 img {
      height: 110px;
  }
}

.view-display-id-embed_grid_12 {
  position: relative;
}

.rela-cart-summary {
  margin-top: -20px;
}

.rela-cart-summary .views-field-line-item-title {
  font-size: 20px;
}

.rela-cart-summary .views-field-commerce-total {
  border-top: 1px dashed #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

.rela-cart-summary .views-field-commerce-total .views-label {
  color: #444;
  font-size: 16px;
  font-weight: 600;
}

.rela-cart-summary .views-field-commerce-total .price {
  font-size: 30px;
  color: #39769d;
}

.rela-cart-summary .views-field-field-product-pay-info-tagline {
  color: #888;
}

.rela-cart-summary .change-product-link {
  font-size: 12px;
}

.enterprise_cart_contents .panel-title {
  display: none;
}

.rela-enterprise-cart-summary,
.rela-cart-summary {
  margin-top: -20px;
}

.rela-enterprise-cart-summary .cart-title,
.rela-cart-summary .cart-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.rela-enterprise-cart-summary .views-row,
.rela-cart-summary .views-row {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.rela-enterprise-cart-summary .views-field,
.rela-cart-summary .views-field {
  font-size: 13px;
}

.rela-enterprise-cart-summary .views-field-line-item-title,
.rela-cart-summary .views-field-line-item-title {
  font-size: 16px;
}

.rela-enterprise-cart-summary .views-field-commerce-total,
.rela-cart-summary .views-field-commerce-total {
  position: absolute;
  height: 24px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.rela-enterprise-cart-summary .views-field-commerce-total .views-label,
.rela-cart-summary .views-field-commerce-total .views-label {
  color: #444;
  font-weight: 600;
}

.rela-enterprise-cart-summary .views-field-commerce-total .price,
.rela-cart-summary .views-field-commerce-total .price {
  font-size: 16px;
  color: #39769d;
}

.rela-enterprise-cart-summary .views-field-commerce-unit-price .views-label,
.rela-cart-summary .views-field-commerce-unit-price .views-label {
  float: left;
}

.rela-enterprise-cart-summary .views-field-commerce-unit-price .field-content,
.rela-cart-summary .views-field-commerce-unit-price .field-content {
  float: left;
  margin-left: 8px;
}

.rela-enterprise-cart-summary .views-field-field-product-pay-info-tagline,
.rela-cart-summary .views-field-field-product-pay-info-tagline {
  color: #888;
}

.rela-enterprise-cart-summary .change-product-link,
.rela-cart-summary .change-product-link {
  font-size: 12px;
}

.rela-enterprise-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components,
.rela-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 100%;
  margin-left: auto;
  border-bottom: 1px solid #ddd;
}

.rela-enterprise-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-total,
.rela-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-total {
  color: #39769d;
  font-weight: bold;
}

.rela-enterprise-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount td,
.rela-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount td {
  padding: 18px 8px;
}

.rela-enterprise-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-total,
.rela-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-total {
  font-size: 20px;
}

.rela-enterprise-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-title,
.rela-cart-summary .commerce-order-handler-area-order-total .commerce-price-formatted-components .component-type-commerce-price-formatted-amount .component-title {
  font-size: 18px;
}

.rela-enterprise-cart-summary.view-display-id-facebook_ad .views-field-commerce-total .price,
.rela-cart-summary.view-display-id-facebook_ad .views-field-commerce-total .price {
  font-size: 13px;
}

.rela-enterprise-cart-summary.view-display-id-facebook_ad .table-striped tbody tr,
.rela-cart-summary.view-display-id-facebook_ad .table-striped tbody tr {
  background: transparent;
}

.rela-enterprise-order-table .views-table {
  margin-bottom: 0;
}

.rela-enterprise-order-table .views-table th {
  padding: 10px 20px;
}

.rela-enterprise-order-table .views-table td {
  padding: 20px;
}

.rela-enterprise-order-table .commerce-price-formatted-components {
  border-bottom: 1px solid #ddd;
}

.rela-enterprise-order-table .commerce-price-formatted-components td {
  background: #fff;
  padding: 20px;
  font-weight: bold;
}

.rela-enterprise-order-table .views-field-commerce-total {
  text-align: right;
}

.rela-enterprise-order-table .views-field-quantity {
  text-align: center;
}

.rela-enterprise-order-table .btn {
  width: 100%;
  padding: 15px;
  font-size: 18px;
}

.view-display-id-block_1 .views-row {
  width: 33%;
}

.view-display-id-block_1 .views-row .views-field.views-field-title {
  font-weight: 800;
  font-size: 24px;
}

.view-display-id-block_1 ul {
  text-align: left;
}

.view-display-id-block_1 ul li {
  list-style: none;
}

.view-display-id-block_1 ul li:before {
  font-family: FontAwesome;
  margin-right: 7px;
}

.view-new-leads .views-field-created {
  text-align: right;
}

.view-support-requests .views-table {
  margin-bottom: 0;
}

.view-support-requests .view-header {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  background: #f05927;
  margin-bottom: 10px;
}

.view-support-requests .view-header a {
  color: #fff;
}

.view-pricing-tables-quick-pick .view-header {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.view-pricing-tables-quick-pick .view-header .product-frequency-switch {
  width: auto;
}

.view-pricing-tables-quick-pick .view-content {
  padding: 20px;
}

.view-pricing-tables-quick-pick .views-row {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: -1px;
  display: none;
  height: 81px;
  position: relative;
}

.view-pricing-tables-quick-pick .row-option {
  padding: 25px;
}

.view-pricing-tables-quick-pick .current-plan {
  background: #ededed;
  height: 100%;
}

.view-pricing-tables-quick-pick .views-row-last {
  border-bottom: 1px solid #ccc !important;
}

.view-pricing-tables-quick-pick .recommended {
  border: 1px solid #4bbc73;
  background: #eefff4;
  z-index: 2;
  width: 101%;
  margin-left: -0.5%;
}

.view-pricing-tables-quick-pick .recommended .views-field-product-id .btn {
  background: #4bbc73;
  color: #fff;
}

.view-pricing-tables-quick-pick .views-field {
  float: left;
}

.view-pricing-tables-quick-pick .views-field-title {
  font-weight: 700;
  font-size: 18px;
  width: 20%;
}

.view-pricing-tables-quick-pick .field-rec-product {
  position: absolute;
  left: -50px;
  top: 28px;
}

.view-pricing-tables-quick-pick .field-rec-product .rec-product {
  text-transform: uppercase;
  padding: 5px;
  background-color: #4bbc73;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.view-pricing-tables-quick-pick .views-field-field-tier-features {
  width: 30%;
}

.view-pricing-tables-quick-pick .views-field-field-tier-features ul {
  list-style: none;
  margin: 0;
  margin-top: -10px;
  padding-left: 20px;
}

.view-pricing-tables-quick-pick .views-field-commerce-price {
  width: 30%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.view-pricing-tables-quick-pick .views-field-commerce-price .per {
  font-weight: normal;
  font-size: 14px;
}

.view-pricing-tables-quick-pick .views-field-product-id {
  width: 20%;
}

.view-blog-sidebar .views-field-field-user-photo img {
  box-shadow: 0 0 3px #ddd;
  border-radius: 100px;
  margin-bottom: 15px;
  background: #fff;
}

.view-blog-sidebar .byline-title {
  font-weight: bold;
  color: #333;
}

.view-blog-sidebar .byline-name {
  color: #ed6a13;
}

.view-blog-sidebar .views-field-created {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin: 15px 0;
}

.view-blog-sidebar .views-field-views-social-share-links {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
}

.view-blog-sidebar .views-field-views-social-share-links ul.views-sociallinks-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.view-blog-sidebar .views-field-views-social-share-links ul.views-sociallinks-list li {
  float: none;
  display: inline-block;
}

.view-owl-pricing-table .tabs-wrapper .tab,
.view-owl-pricing-table .tabs-wrapper .price-toggle,
.view-owl-pricing-table .price-toggler .tab,
.view-owl-pricing-table .price-toggler .price-toggle {
  font-size: 20px;
}

.view-owl-pricing-table .tabs-wrapper .tab a,
.view-owl-pricing-table .tabs-wrapper .price-toggle a,
.view-owl-pricing-table .price-toggler .tab a,
.view-owl-pricing-table .price-toggler .price-toggle a {
  color: #868685;
  font-size: 20px;
}

.view-owl-pricing-table .tabs-wrapper .tab a:hover,
.view-owl-pricing-table .tabs-wrapper .price-toggle a:hover,
.view-owl-pricing-table .price-toggler .tab a:hover,
.view-owl-pricing-table .price-toggler .price-toggle a:hover {
  background: transparent;
  color: #ea885b;
}

.view-owl-pricing-table .tabs-wrapper .tab a.active-tab,
.view-owl-pricing-table .tabs-wrapper .tab a.active-toggle,
.view-owl-pricing-table .tabs-wrapper .price-toggle a.active-tab,
.view-owl-pricing-table .tabs-wrapper .price-toggle a.active-toggle,
.view-owl-pricing-table .price-toggler .tab a.active-tab,
.view-owl-pricing-table .price-toggler .tab a.active-toggle,
.view-owl-pricing-table .price-toggler .price-toggle a.active-tab,
.view-owl-pricing-table .price-toggler .price-toggle a.active-toggle {
  background: transparent;
  color: #ea885b;
}

.view-owl-pricing-table .tabs-wrapper .tab a.active-tab:hover,
.view-owl-pricing-table .tabs-wrapper .tab a.active-toggle:hover,
.view-owl-pricing-table .tabs-wrapper .price-toggle a.active-tab:hover,
.view-owl-pricing-table .tabs-wrapper .price-toggle a.active-toggle:hover,
.view-owl-pricing-table .price-toggler .tab a.active-tab:hover,
.view-owl-pricing-table .price-toggler .tab a.active-toggle:hover,
.view-owl-pricing-table .price-toggler .price-toggle a.active-tab:hover,
.view-owl-pricing-table .price-toggler .price-toggle a.active-toggle:hover {
  background: transparent;
}

.view-owl-pricing-table .tabs-wrapper .tab a small,
.view-owl-pricing-table .tabs-wrapper .price-toggle a small,
.view-owl-pricing-table .price-toggler .tab a small,
.view-owl-pricing-table .price-toggler .price-toggle a small {
  font-size: 13px;
  bottom: initial;
  top: -17px;
  height: 20px;
}

.view-owl-pricing-table .tabs-wrapper .tab .icon,
.view-owl-pricing-table .tabs-wrapper .price-toggle .icon,
.view-owl-pricing-table .price-toggler .tab .icon,
.view-owl-pricing-table .price-toggler .price-toggle .icon {
  bottom: 0px;
  display: block;
  clear: both;
  position: relative;
  color: #868685;
}

.view-owl-pricing-table .tabs-wrapper .active-tab-parent .icon,
.view-owl-pricing-table .tabs-wrapper .active-toggle-parent .icon,
.view-owl-pricing-table .price-toggler .active-tab-parent .icon,
.view-owl-pricing-table .price-toggler .active-toggle-parent .icon {
  color: #ea885b;
}

.view-owl-pricing-table .owl-stage-outer {
  display: inline;
}

.view-owl-pricing-table .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 30px;
}

.view-owl-pricing-table .owl-controls .owl-prev {
  float: left;
}

.view-owl-pricing-table .owl-controls .owl-next {
  float: right;
}

.view-owl-pricing-table .view-header {
  margin-bottom: 50px;
}

.view-owl-pricing-table .view-content {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .view-owl-pricing-table .view-content {
      width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .view-owl-pricing-table .view-content {
      width: 100%;
  }
}

@media screen and (max-width:767px) {
  .view-owl-pricing-table .view-content {
      width: 95%;
  }
}

.view-owl-pricing-table .field-name-field-tier-features {
  font-size: initial;
  padding-top: 60px;
  margin: 20px 0;
}

@media screen and (max-width:767px) {
  .view-owl-pricing-table .active .views-row {
      margin-top: -10px;
      padding-bottom: 30px;
      z-index: 3;
      -webkit-transition: all 0.5s easeinout;
      -o-transition: all 0.5s easeinout;
      transition: all 0.5s easeinout;
  }
}

.view-owl-pricing-table .views-row {
  background: #4C4B4B;
  background: #4c4b4b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiM0YzRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzI1NzRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #4c4b4b 65%, #72574a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #4c4b4b), color-stop(100%, #72574a));
  background: -webkit-linear-gradient(top, #4c4b4b 65%, #72574a 100%);
  background: -o-linear-gradient(top, #4c4b4b 65%, #72574a 100%);
  background: -ms-linear-gradient(top, #4c4b4b 65%, #72574a 100%);
  background: linear-gradient(to bottom, #4c4b4b 65%, #72574a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4b4b', endColorstr='#72574a', GradientType=0);
  box-shadow: 0 0 6px 6px #333;
  border: 0;
  width: 100%;
  position: relative;
}

.view-owl-pricing-table .views-row-1 {
  margin-left: 0;
}

.view-owl-pricing-table .views-row-1 .field-name-field-tier-features {
  background: url(../images/home-icon-sprite.png) no-repeat 50% -334px;
}

.view-owl-pricing-table .views-row-2 {
  margin-left: 0;
}

.view-owl-pricing-table .views-row-2 .field-name-field-tier-features {
  background: url(../images/home-icon-sprite.png) no-repeat 50% -152px;
}

@media screen and (max-width:767px) {
  .view-owl-pricing-table .views-row-2 {
      margin-top: 0;
      padding-bottom: 0;
  }
}

.view-owl-pricing-table .views-row-2 .most-popular {
  display: block;
  position: absolute;
  top: 0;
  background: #E28B62;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  top: -18px;
  box-shadow: 0px -1px 8px #333;
  border-radius: 40px;
  right: 12px;
  padding-top: 22px;
  line-height: 17px;
}

.view-owl-pricing-table .views-row-3 {
  margin-left: 0;
  border-bottom: 0 !important;
}

.view-owl-pricing-table .views-row-3 .field-name-field-tier-features {
  background: url(../images/home-icon-sprite.png) no-repeat 50% 0;
}

.view-owl-pricing-table .per {
  clear: both;
  font-size: 16px;
  margin-top: -16px;
  padding-left: 12px;
  margin-left: 3px;
  text-transform: uppercase;
}

.view-owl-pricing-table .price-wrapper {
  background: transparent;
  padding: 0;
}

.view-owl-pricing-table .price-wrapper .price {
  color: #fff;
  font-size: 80px;
}

.view-property-theme-settings .views-field-field-logo img {
  height: auto;
  max-width: 100%;
  background: url(../images/artboard-bg.png) repeat 0 0;
  padding: 10px;
}

.view-property-theme-settings .theme-setting-label {
  margin-top: 0;
}

.view-property-theme-settings .theme-setting-empty {
  text-align: center;
  border: 1px dashed #ccc;
}

.view-property-theme-settings .theme-setting-empty a {
  padding: 40px 0;
  width: 100%;
  display: inline-block;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.view-property-theme-settings .theme-setting-empty a:hover {
  background: #f9f9f9;
}

.card-edit-grid-small {
  display: inline-block;
  width: 100%;
}

.card-edit-grid-small .view-content {
  margin: 0;
  padding: 0 15px;
  margin-bottom: 30px;
}

.card-edit-grid-small .view-header {
  padding: 0 15px;
}

.card-edit-grid-small .views-row {
  width: 100%;
  min-height: 0 !important;
  display: inline-block !important;
}

.card-edit-grid-small .views-row .contact-card-inner {
  padding: 0;
}

.card-edit-grid-small .views-row .form-group {
  margin-bottom: 0;
}

.card-edit-grid-small .card-photo-empty {
  background: #f6f6f6;
  color: #777;
  font-size: 12px;
  border: 1px dashed #ccc;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
}

.card-edit-grid-small .agent-card-edit {
  margin-right: 10px;
}

.card-edit-grid-small .card-actions {
  font-size: 13px;
}

.card-edit-grid-small .contact-card-left {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}

.card-edit-grid-small .contact-card-left img {
  width: 60px;
  height: 60px;
}

.card-edit-grid-small .ui-sortable-placeholder {
  border: 1px dashed #444 !important;
  visibility: visible !important;
}

.page-property-marketing .view-flyers .views-row a,
.page-property-marketing .view-email-campaigns .views-row a {
  position: relative;
  display: block;
  color: #fff;
  padding: 15px;
}

.page-property-marketing .view-flyers .views-row a:hover,
.page-property-marketing .view-email-campaigns .views-row a:hover {
  background: #373F49;
}

.page-property-marketing .view-flyers .views-row a:hover .fa-chevron-right,
.page-property-marketing .view-email-campaigns .views-row a:hover .fa-chevron-right {
  display: block;
}

.page-property-marketing .view-flyers .views-row a.active,
.page-property-marketing .view-email-campaigns .views-row a.active {
  background: #59626b;
}

.page-property-marketing .view-flyers .views-row a.active .fa-chevron-right,
.page-property-marketing .view-email-campaigns .views-row a.active .fa-chevron-right {
  display: block;
}

.page-property-marketing .view-flyers .views-row .fa-chevron-right,
.page-property-marketing .view-email-campaigns .views-row .fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 41%;
  font-size: 16px;
  color: #ABB3BB;
  display: none;
}

.view-id-property_examples {
  padding-top: 100px;
}

.view-id-property_examples .template-screenshot {
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.26);
  padding: 17px 3px 5px 3px;
}

@media screen and (min-width:992px) {
  .view-id-property_examples .template-screenshot {
      width: 92%;
  }
}

.view-id-property_examples .template-screenshot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.view-id-property_examples .views-field-field-tb-description {
  color: #777;
}

@media screen and (min-width:768px) {
  .view-id-property_examples .views-field-field-tb-description {
      width: 85%;
  }
}

.view-id-property_examples .views-row {
  margin-bottom: 70px;
}

.view-id-property_examples .views-row-even .examples-left {
  float: right;
}

.view-id-property_examples .separator {
  background: linear-gradient(to right top, #dc6b28 6%, #f4c164 100%);
  height: 2px;
  margin-top: 50px;
}

.view-id-property_examples .btn-examples-cta {
  font-size: 14px;
  border-radius: 1px;
  float: left;
  clear: both;
}

.view-id-property_examples .btn-example-preview {
  color: #222;
  background-color: transparent;
  border-color: #333;
}

.view-id-property_examples .btn-example-preview:hover,
.view-id-property_examples .btn-example-preview:focus,
.view-id-property_examples .btn-example-preview.focus,
.view-id-property_examples .btn-example-preview:active,
.view-id-property_examples .btn-example-preview.active,
.open>.view-id-property_examples .btn-example-preview.dropdown-toggle {
  color: #222;
  background-color: transparent;
  border-color: #141414;
}

.view-id-property_examples .btn-example-preview:active,
.view-id-property_examples .btn-example-preview.active,
.open>.view-id-property_examples .btn-example-preview.dropdown-toggle {
  background-image: none;
}

.view-id-property_examples .btn-example-preview.disabled,
.view-id-property_examples .btn-example-preview.disabled:hover,
.view-id-property_examples .btn-example-preview.disabled:focus,
.view-id-property_examples .btn-example-preview.disabled.focus,
.view-id-property_examples .btn-example-preview.disabled:active,
.view-id-property_examples .btn-example-preview.disabled.active,
.view-id-property_examples .btn-example-preview[disabled],
.view-id-property_examples .btn-example-preview[disabled]:hover,
.view-id-property_examples .btn-example-preview[disabled]:focus,
.view-id-property_examples .btn-example-preview[disabled].focus,
.view-id-property_examples .btn-example-preview[disabled]:active,
.view-id-property_examples .btn-example-preview[disabled].active,
fieldset[disabled] .view-id-property_examples .btn-example-preview,
fieldset[disabled] .view-id-property_examples .btn-example-preview:hover,
fieldset[disabled] .view-id-property_examples .btn-example-preview:focus,
fieldset[disabled] .view-id-property_examples .btn-example-preview.focus,
fieldset[disabled] .view-id-property_examples .btn-example-preview:active,
fieldset[disabled] .view-id-property_examples .btn-example-preview.active {
  background-color: transparent;
  border-color: #333;
}

.view-id-property_examples .btn-example-preview .badge {
  color: transparent;
  background-color: #222;
}

.view-id-property_examples .btn-start-with {
  color: #eee;
  background-color: #333;
  border-color: #333;
}

.view-id-property_examples .btn-start-with:hover,
.view-id-property_examples .btn-start-with:focus,
.view-id-property_examples .btn-start-with.focus,
.view-id-property_examples .btn-start-with:active,
.view-id-property_examples .btn-start-with.active,
.open>.view-id-property_examples .btn-start-with.dropdown-toggle {
  color: #eee;
  background-color: #1a1a1a;
  border-color: #141414;
}

.view-id-property_examples .btn-start-with:active,
.view-id-property_examples .btn-start-with.active,
.open>.view-id-property_examples .btn-start-with.dropdown-toggle {
  background-image: none;
}

.view-id-property_examples .btn-start-with.disabled,
.view-id-property_examples .btn-start-with.disabled:hover,
.view-id-property_examples .btn-start-with.disabled:focus,
.view-id-property_examples .btn-start-with.disabled.focus,
.view-id-property_examples .btn-start-with.disabled:active,
.view-id-property_examples .btn-start-with.disabled.active,
.view-id-property_examples .btn-start-with[disabled],
.view-id-property_examples .btn-start-with[disabled]:hover,
.view-id-property_examples .btn-start-with[disabled]:focus,
.view-id-property_examples .btn-start-with[disabled].focus,
.view-id-property_examples .btn-start-with[disabled]:active,
.view-id-property_examples .btn-start-with[disabled].active,
fieldset[disabled] .view-id-property_examples .btn-start-with,
fieldset[disabled] .view-id-property_examples .btn-start-with:hover,
fieldset[disabled] .view-id-property_examples .btn-start-with:focus,
fieldset[disabled] .view-id-property_examples .btn-start-with.focus,
fieldset[disabled] .view-id-property_examples .btn-start-with:active,
fieldset[disabled] .view-id-property_examples .btn-start-with.active {
  background-color: #333;
  border-color: #333;
}

.view-id-property_examples .btn-start-with .badge {
  color: #333;
  background-color: #eee;
}

.example-preview-cta {
  color: #fff;
  float: left;
  margin-left: 4%;
  margin-top: 35px;
  font-size: 16px;
}

.theme-select-property .views-row .template-select-item {
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 2px 8px rgba(4, 4, 4, 0.37);
  padding: 0px 3px 5px 3px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
}

.theme-select-property .views-row img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  border: 1px solid #ddd;
  min-width: 266px;
  min-height: 158px;
}

.theme-select-property .template-title {
  margin-left: 6px;
}

.theme-select-property .ajax-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 36px;
  height: 42px;
  color: #fff;
  width: 42px;
}

.view-agency-profile-aros .view-empty {
  padding: 0;
  border: none;
}

.card-view-wrapper .card-view {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  float: left;
  width: 100%;
}

.card-view-wrapper .card-view .entity-property {
  float: left;
  margin-right: 10px;
}

.card-view-wrapper .card-view .card-icon {
  float: left;
  margin-right: 13px;
}

.card-view-wrapper .change-card-link {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 12px;
  color: #38839a;
}

#modal-checkout,
.modal-checkout {
  position: relative;
}

#modal-checkout .client-card-change,
.modal-checkout .client-card-change {
  position: absolute;
  left: 11px;
  bottom: 70px;
}

#modal-checkout .rela-property-purchase-cart,
.modal-checkout .rela-property-purchase-cart {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  margin-bottom: 30px;
}

#modal-checkout .rela-property-purchase-cart .views-row,
.modal-checkout .rela-property-purchase-cart .views-row {
  margin-bottom: 0;
  padding-bottom: 0;
}

#modal-checkout .rela-property-purchase-cart .order-type-property-bundle-order .credit_qty,
.modal-checkout .rela-property-purchase-cart .order-type-property-bundle-order .credit_qty {
  display: none;
}

.wl-dash-logo .view-empty {
  padding: 0;
  background: transparent;
  border: 0 none;
  font-size: inherit;
  margin-top: 0;
  text-align: left;
}

.wl-dash-logo .views-field-field-provider-logo-small img {
  width: auto !important;
  padding-top: 0 !important;
}

.view-id-agent_card_marketing_tools .views-row {
  padding: 0 15px !important;
}

.view-social-posts.view-display-id-property_overview .views-row {
  border: 1px solid #bbb;
  border-radius: 5px;
  margin: 10px 0;
  box-shadow: 1px 2px 3px #bbb;
}

.view-social-posts.view-display-id-property_overview .views-field.views-field-field-social-message {
  border-bottom: 1px solid #bbb;
  padding: 10px;
}

.view-social-posts.view-display-id-property_overview .views-fieldset {
  padding: 10px;
}

.view-social-posts.view-display-id-property_overview .views-field-field-social-post-date {
  display: inline-block;
}

.view-social-posts.view-display-id-property_overview .views-field-nothing {
  float: right;
}

.view-wl-orders.view-display-id-individual_order div.views-label {
  color: #ea885b;
  text-transform: uppercase;
}

.view-wl-orders.view-display-id-individual_order span.views-label {
  font-weight: 800;
}

.view-wl-orders.view-display-id-individual_order .views-fieldset {
  padding: 15px;
}

.view-wl-orders.view-display-id-individual_order .views-fieldset .leaflet-container {
  width: 100%;
}

.view-wl-orders.view-display-id-individual_order .views-field {
  margin-bottom: 10px;
}

.view-wl-orders.view-display-id-individual_order .view-wl-products .view-footer {
  background: #efefef;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.view-wl-orders.view-display-id-individual_order .view-wl-products .view-footer p {
  margin: 0;
}

.pane-pricing-tables .view-display-id-block_aro_manage .aro-status-options-wrapper {
  width: auto;
}

.pane-pricing-tables .view-display-id-block_aro_manage .next-bill-date {
  margin-top: 59px;
}

.view-id-agent_card_management .draggableviews-changed-notice {
  display: none !important;
}

.view-id-agent_card_management.view-display-id-select_agent_card_cids .view-content {
  border: 0;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content,
.view-id-agent_card_management.view-display-id-select_agent_card_search .view-content {
  text-align: center;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content .views-row,
.view-id-agent_card_management.view-display-id-select_agent_card_search .view-content .views-row {
  text-align: left;
  position: relative;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content .views-row .views-field-nid a,
.view-id-agent_card_management.view-display-id-select_agent_card_search .view-content .views-row .views-field-nid a {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: right;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row {
  position: relative;
  border-radius: 3px;
  box-shadow: -1px 1px 12px rgba(0, 0, 0, 0.09);
  margin: 10px auto;
  width: 100%;
  background: #fff;
  padding: 0 10px;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row.card-inactive::before {
  content: 'Inactive Agent Account';
  background: #ffffffa8;
  border: 1px solid #bbb;
  padding: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .alert {
  display: inline-block;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field.views-field-nothing {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  z-index: 2;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field.views-field-nothing .dropdown-menu {
  z-index: 97;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status {
  border: 1px solid #ddd;
  margin-top: 28px;
  width: 100%;
  display: inline-block;
  float: left;
  background: #f9f9f9;
  border-bottom: 0;
  margin-bottom: 10px;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .btn-link {
  float: left;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .disabled-access-btn {
  width: 100%;
  float: left;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .disabled-access-btn .btn-link {
  width: 100%;
}

.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .fa,
.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .response-icon-Note,
.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .response-icon-Email,
.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .status-icon-Published,
.view-id-agent_card_management.view-display-id-manage_enterprise .views-row .views-field-access-status .status-icon-Not {
  float: right;
  margin-top: 2px;
  font-size: 18px;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content {
  text-align: center;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content .views-row {
  max-width: 450px;
  text-align: left;
  position: relative;
}

.view-id-agent_card_management.view-display-id-select_support_card_search .view-content .views-row .views-field-nid a {
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-align: right;
}

.view-property-select .views-row {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.view-property-select .views-row .select-property-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.view-property-select .views-row .ajax-progress-throbber {
  float: right;
  font-size: 18px;
  color: #ccc;
}

.view .pagination .progress-disabled {
  float: left;
}

.view .pagination .progress-disabled .ajax-progress {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.view-rela-user-orders.view-display-id-company_order_history .view-rela-commerce-line-items,
.view-rela-user-orders.view-display-id-panel_pane_1 .view-rela-commerce-line-items {
  float: left;
  margin-right: 15px;
}

.view-rela-user-orders.view-display-id-company_order_history .view-rela-commerce-line-items .view-content,
.view-rela-user-orders.view-display-id-panel_pane_1 .view-rela-commerce-line-items .view-content {
  border: none;
}

.view-rela-user-orders.view-display-id-company_order_history .view-rela-commerce-line-items .label-default,
.view-rela-user-orders.view-display-id-panel_pane_1 .view-rela-commerce-line-items .label-default {
  float: left;
  margin-top: 3px;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .views-field-changed,
.view-rela-user-orders.view-display-id-dashboard_single_order .views-field-changed {
  padding-top: 20px;
  text-align: right;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .views-field-field-order-tracking,
.view-rela-user-orders.view-display-id-dashboard_single_order .views-field-field-order-tracking {
  margin-left: 10px;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .views-field-field-order-tracking .field-content,
.view-rela-user-orders.view-display-id-dashboard_single_order .views-field-field-order-tracking .field-content {
  display: inline;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-rela-commerce-line-items,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-rela-commerce-line-items {
  width: 100%;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-rela-commerce-line-items table,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-rela-commerce-line-items table {
  margin-bottom: 0;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-rela-commerce-line-items .view-content,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-rela-commerce-line-items .view-content {
  border: none;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-rela-commerce-line-items .view-content .component-wrapper,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-rela-commerce-line-items .view-content .component-wrapper {
  line-height: 20px;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-rela-commerce-line-items .view-content .component-wrapper .component-price,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-rela-commerce-line-items .view-content .component-wrapper .component-price {
  margin-left: 15px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 11px;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-footer .clear,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-footer .clear {
  clear: both;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-footer .boxed,
.view-rela-user-orders.view-display-id-dashboard_single_order .view-footer .boxed {
  margin-left: 10px;
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-top: 0;
  width: 100px;
  text-align: right;
  line-height: 23px;
  font-weight: 800;
}

.view-rela-user-orders.view-display-id-dash_single_order_tax_ship .view-footer .order-total-details {
  width: auto;
  padding: 0;
  margin-top: 10px;
}

@media print {
  .pane-dashboard-main-content {
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-top: 10px !important;
  }

  .panel-header-full {
      display: none;
  }

  .page-account-billing-orders .pane-dashboard-left-menu {
      display: none;
  }
}

.view-pricing-tables-cols .views-row {
  border: 0 none;
  height: 350px;
  display: none;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER {
  display: block !important;
}

.view-pricing-tables-cols .views-field-field-tier-features:after {
  height: 85px;
  content: "";
  background: url(../images/home-icon-sprite-grey.png) 0 0 no-repeat;
  display: inline-block;
  width: 100%;
}

.view-pricing-tables-cols .product-TIER-1 .views-field-field-tier-features:after,
.view-pricing-tables-cols .product-TIER-1-Y .views-field-field-tier-features:after {
  background-position: 50% -136px;
}

.view-pricing-tables-cols .product-TIER-2 .views-field-field-tier-features:after,
.view-pricing-tables-cols .product-TIER-2-Y .views-field-field-tier-features:after {
  background-position: 50% -61px;
}

.view-pricing-tables-cols .product-TIER-3 .views-field-field-tier-features:after,
.view-pricing-tables-cols .product-TIER-3-Y .views-field-field-tier-features:after {
  background-position: 50% 15px;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-field-tier-features:after {
  background: none;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:hover,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:active,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.active,
.open>.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abd;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:active,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.active,
.open>.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.dropdown-toggle {
  background-image: none;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled:hover,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled:focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled.focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled:active,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.disabled.active,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled],
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled]:hover,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled]:focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled].focus,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled]:active,
.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn[disabled].active,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:hover,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:focus,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.focus,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn:active,
fieldset[disabled] .view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.view-pricing-tables-cols .product-WL-ADMIN-BROKER .views-field-product-id .btn .badge {
  color: #5bc0de;
  background-color: #fff;
}

.view-pricing-tables-cols .view-header {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 238px;
}

.view-pricing-tables-cols .views-field-commerce-price sup {
  font-size: 49%;
  top: -0.71em;
  color: #777;
}

.view-pricing-tables-cols .views-field-commerce-price {
  height: 100px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.view-pricing-tables-cols .per-year {
  font-size: 13px;
}

.view-pricing-tables-cols .views-field-field-tier-features {
  font-size: 13px;
}

.view-pricing-tables-cols .views-field-field-tier-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-pricing-tables-cols .views-field-field-tier-features ul .property-count {
  font-size: 14px;
}

.view-pricing-tables-cols .views-field.views-field-product-id {
  position: absolute;
  bottom: 0;
  width: 107px;
  left: 0;
  right: 0;
  margin: auto;
}

.view-pricing-tables-cols .label-current {
  position: absolute;
  top: -323px;
  left: 0;
  right: 0;
}

.view-property-reports .property-report-warning {
  padding: 15px;
  border: 1px dashed;
  font-size: 12px;
}

.view-id-help_videos .video-cta img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
  max-width: 100%;
  height: auto;
  display: block;
}

.view-id-help_videos .views-field-field-help-video-desc {
  font-size: 16px;
  line-height: 26px;
}

.view-id-help_videos .view-content {
  max-width: 960px;
  margin: 0 auto;
}

.view-id-help_videos .views-row a {
  color: #333;
}

.video-gallery-display {
  text-align: center;
}

.video-gallery-display .views-field-views-conditional {
  position: relative;
}

.video-gallery-display .views-field-views-conditional a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 70px;
  color: #fff;
  text-align: center;
  height: 76px;
  width: 80px;
}

.video-gallery-tabbed .views-field-title {
  display: none;
}

.pane-help-videos-panel-help-vid-single .views-field-field-help-video-url {
  max-width: 960px;
  margin: 0 auto;
}

.pane-help-videos-panel-help-vid-single .help-video-single-bottom {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.17);
  margin-top: 12px;
}

.pane-help-videos-panel-help-vid-single .player {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
}

.pane-help-videos-panel-help-vid-single .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.property-photo-manage-grid .ui-sortable-helper {
  width: 100% !important;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 15%;
  -moz-transform-origin: 15%;
  -ms-transform-origin: 15%;
  transform-origin: 15%;
}

.modal-fullscreen #message-wrapper {
  position: absolute;
  z-index: 999;
  left: 300px;
  width: calc(100% - 300px);
}

.modal-fullscreen #photo-view-wrap {
  width: 100%;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-field-image-favorite {
  position: absolute;
  top: 2px;
  left: 2px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-field-image-favorite .fa-heart {
  width: 38px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbb;
  font-size: 18px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-field-image-favorite .favorite-1 .fa-heart {
  color: red;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content {
  position: absolute;
  top: 2px;
  right: 2px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content .dropdown-menu {
  min-width: 194px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li .fa,
.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li .response-icon-Note,
.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li .response-icon-Email,
.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li .status-icon-Published,
.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li .status-icon-Not {
  color: #ddd;
  float: right;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 10px;
  float: left;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content li>a {
  padding: 6px 1px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content [class^="gallery-hidden-"] {
  color: blue;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content [class^="gallery-hidden-"]:hover .hide-gallery-icon {
  color: #0983ce;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content .delete-link {
  font-size: 14px;
}

.view-id-property_images.view-display-id-sort_block .views-row .views-field-rela-dropdown-content .delete-link .delete-icon {
  padding-left: 0;
}

.view-id-property_images.view-display-id-sort_block .gallery-hidden-1 .hide-gallery-icon {
  color: #0983ce !important;
}

.property-photo-manage-grid.loading-grid-ph .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 200px;
}

.property-photo-manage-grid.loading-grid-ph .views-row {
  width: 200px;
  margin: 10px;
  background: #fff;
}

.property-photo-manage-grid.loading-grid-ph .views-field-field-property-image .field-content {
  overflow: hidden;
  aspect-ratio: 4/2.8;
}

.property-photo-manage-grid.loading-grid-ph .views-field-field-property-image img {
  width: 100%;
  display: block;
  height: auto;
}

.property-photo-manage-grid.loading-grid-ph .views-field-field-property-image img.lazyloader-icon {
  top: 0;
  left: 0;
  width: auto;
  width: 16px;
  right: 0;
  margin: auto;
  height: 11px;
  bottom: 0;
}

.property-photo-manage-grid {
  width: 100%;
  float: left;
}

.property-photo-manage-grid .empty-text {
  padding: 50px 0;
  text-align: center;
  background-color: #ffffff;
  margin-top: 30px;
  border: 1px dashed #aaa;
}

.property-photo-manage-grid .empty-text .icon {
  font-size: 100px;
  margin-top: 30px;
  color: #CCC;
}

.property-photo-manage-grid .thumb-not-available {
  background: #f1f1f1;
  text-align: center;
  width: 198px;
  height: 136px;
  display: inline-block;
  padding-top: 60px;
}

.property-photo-manage-grid .thumb-not-available p {
  width: 100%;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  z-index: 1;
  position: relative;
}

.property-photo-manage-grid .thumb-not-available .no-thumb-icon {
  font-size: 60px;
  margin-top: -60px;
  color: #ddd;
}

.property-photo-manage-grid .views-field-field-property-video-url:before {
  position: absolute;
  color: #fff;
  background-color: #EC8A5B;
  padding: 6px;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  font-size: 12px;
}

.property-photo-manage-grid .views-field-field-property-video:before {
  position: absolute;
  color: #fff;
  background-color: #EC8A5B;
  padding: 6px;
  padding: 6px;
  top: 4px;
  left: 4px;
  border-radius: 50px;
  font-size: 12px;
}

.property-photo-manage-grid .form-type-select {
  display: none;
}

.property-photo-manage-grid .prop-image-download-wrapper,
.property-photo-manage-grid .prop-image-delete-wrapper {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 10;
  display: none;
}

.property-photo-manage-grid .prop-image-download-wrapper .btn,
.property-photo-manage-grid .prop-image-delete-wrapper .btn {
  border-radius: 0;
}

.property-photo-manage-grid .prop-image-download,
.property-photo-manage-grid .prop-image-delete {
  font-size: 21px;
  padding: 0 5px;
}

.property-photo-manage-grid .prop-image-download-select-wrapper,
.property-photo-manage-grid .prop-image-delete-confirm-wrapper {
  background: #ececec;
  border: 1px solid #cecece;
  padding: 5px;
  display: none;
  position: absolute;
  left: -112px;
  width: 144px;
  text-align: right;
  top: 40px;
  white-space: nowrap;
  z-index: 2;
}

.property-photo-manage-grid .prop-image-download-select-wrapper {
  width: auto;
  left: -27px;
  padding: 0;
}

.property-photo-manage-grid .prop-image-download-select-wrapper a {
  display: block;
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
}

.property-photo-manage-grid .prop-image-download-wrapper {
  right: 45px;
}

.property-photo-manage-grid .draggableviews-grid-property_images-sort_block {
  margin-top: -200px;
  margin-left: -22px;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-right: 40px;
  width: 106%;
  z-index: 2;
  position: relative;
}

.property-photo-manage-grid .views-row {
  position: relative;
  width: 200px;
  height: 208px;
  padding: 0;
  border: 1px solid #ccc !important;
  margin: 10px;
  background: #fff;
}

.property-photo-manage-grid .views-row.ui-selected {
  border: #5aadff solid 1px !important;
  box-shadow: 0 0 30px rgba(0, 0, 75, 0.5);
}

.property-photo-manage-grid .views-row:hover .prop-image-download-wrapper,
.property-photo-manage-grid .views-row:hover .prop-image-delete-wrapper {
  display: block;
}

.property-photo-manage-grid .editablefield-edit {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -2000px;
  color: transparent;
  width: 100%;
  height: 70px;
  border: 0 none;
  cursor: text;
  border-radius: 0;
  border: 1px solid transparent;
  border-top: 0;
  -webkit-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}

.property-photo-manage-grid .editablefield-edit:hover {
  background: transparent;
  border-color: #4ea5ff;
}

.property-photo-manage-grid .views-field-field-property-image .field-content {
  overflow: hidden;
  aspect-ratio: 4/2.8;
}

.property-photo-manage-grid .views-field-field-property-image-description {
  cursor: text;
  background: #fff;
  padding: 0 5px;
}

.property-photo-manage-grid .views-field-field-property-image-description .editor-inline {
  width: 100%;
  height: 62px;
  display: inline-block;
  background: #fff;
  padding: 5px;
  font-size: 13px;
  overflow-y: auto !important;
}

.property-photo-manage-grid .draggableviews-grid-property_images-sort_block .ui-sortable-placeholder {
  border: 1px dashed #444 !important;
  visibility: visible !important;
}

.property-photo-manage-grid .editablefield-item {
  position: relative;
  font-size: 13px;
  background-color: #fff;
  color: #999;
  height: 70px;
}

.property-photo-manage-grid .editablefield-item .field-item {
  color: #333;
  height: 50px;
  overflow: hidden;
}

.property-photo-manage-grid .editablefield-item .form-type-text-area {
  margin-bottom: 0;
}

.property-photo-manage-grid .editablefield-item .form-textarea-wrapper textarea {
  font-size: 13px;
  z-index: 8;
  position: relative;
  height: 70px;
  resize: none;
  border: 0 none;
}

.property-photo-manage-grid .editablefield-item .form-actions {
  width: 1px;
  height: 1px;
  opacity: 0;
  margin-top: -15px;
  width: 100%;
  z-index: 8;
  position: relative;
}

.property-photo-manage-grid .editablefield-item .form-actions .form-submit {
  width: 100%;
  padding: 2px;
  border-radius: 0;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.property-photo-manage-grid .editablefield-item .form-actions .form-submit:hover,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit:focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit:active,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.active,
.open>.property-photo-manage-grid .editablefield-item .form-actions .form-submit.dropdown-toggle {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398339;
}

.property-photo-manage-grid .editablefield-item .form-actions .form-submit:active,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.active,
.open>.property-photo-manage-grid .editablefield-item .form-actions .form-submit.dropdown-toggle {
  background-image: none;
}

.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled:hover,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled:focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled.focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled:active,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit.disabled.active,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled],
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled]:hover,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled]:focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled].focus,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled]:active,
.property-photo-manage-grid .editablefield-item .form-actions .form-submit[disabled].active,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit:hover,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit:focus,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit.focus,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit:active,
fieldset[disabled] .property-photo-manage-grid .editablefield-item .form-actions .form-submit.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.property-photo-manage-grid .editablefield-item .form-actions .form-submit .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.view-display-id-block_public_dl .prop-image-download,
.view-id-public_download_content .prop-image-download {
  background: rgba(0, 0, 0, 0.7);
  border: 0 none;
  border-radius: 3px;
}

.view-display-id-block_public_dl .prop-image-download-wrapper,
.view-display-id-block_public_dl .prop-image-delete-wrapper,
.view-id-public_download_content .prop-image-download-wrapper,
.view-id-public_download_content .prop-image-delete-wrapper {
  right: 10px;
  top: -20px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.view-display-id-block_public_dl .views-row:hover .prop-image-download-wrapper,
.view-display-id-block_public_dl .views-row:hover .prop-image-delete-wrapper,
.view-id-public_download_content .views-row:hover .prop-image-download-wrapper,
.view-id-public_download_content .views-row:hover .prop-image-delete-wrapper {
  opacity: 1;
  top: 10px;
}

.view-display-id-block_public_dl .views-row .views-field-field-property-image-description,
.view-id-public_download_content .views-row .views-field-field-property-image-description {
  cursor: text;
  position: absolute;
  padding: 5px 10px;
  background: #0000006b;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  border-top: 1px solid #00000030;
  font-size: 13px;
}

.view-display-id-block_public_dl .floorplan-dl img.floorplan-image,
.view-id-public_download_content .floorplan-dl img.floorplan-image {
  width: 200px;
  height: auto;
  float: left;
  margin-right: 20px;
}

#mini-panel-dashboard_welcome .admin-messages-dashboard .tagline {
  color: #000;
}

#mini-panel-dashboard_welcome .admin-messages-dashboard .action-upper-right {
  top: -5px;
  z-index: 10;
}

#mini-panel-dashboard_welcome .admin-messages-dashboard .views-row-last {
  padding-bottom: 0px !important;
}

.views-row.border-bottom {
  border-bottom: 1px solid #ccc;
}

.admin-messages-featured .views-field-ops {
  position: absolute !important;
  top: -23px !important;
  right: 0 !important;
}

.admin-messages-featured .views-field-field-admes-featured-image img {
  margin: 0 auto;
}

.dash-admes-brochures-header {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmNDY0NWYiLz48c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2U3OWE1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(330deg, #f4645f 25%, #e79a5a 85%);
  background: -webkit-linear-gradient(330deg, #f4645f 25%, #e79a5a 85%);
  background: linear-gradient(120deg, #f4645f 25%, #e79a5a 85%);
  background-position: 0 50%;
  height: 210px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.dash-admes-brochures-header img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}

.relaview-image-select .view-content {
  position: relative;
  height: 450px;
  width: 100%;
  overflow-y: scroll;
  background-color: #f6f6f6;
}

.relaview-image-select .view-content .mt-image-grid-item {
  float: left;
  width: 30%;
  margin: 1.5%;
  position: relative;
  box-shadow: 0 0 0px rgba(4, 4, 4, 0.5);
  -webkit-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .relaview-image-select .view-content .mt-image-grid-item {
      width: 45%;
  }
}

@media screen and (max-width:767px) {
  .relaview-image-select .view-content .mt-image-grid-item {
      width: 75%;
  }
}

.relaview-image-select .view-content .mt-image-grid-item:hover {
  box-shadow: 0 0 8px rgba(4, 4, 4, 0.5);
}

.relaview-image-select .view-content .mt-image-grid-item a {
  position: relative;
  text-align: center;
}

.relaview-image-select .view-content .mt-image-grid-item img {
  width: 100%;
  height: auto;
}

.relaview-image-select .view-content .mt-image-grid-item .ribbon {
  position: absolute;
  bottom: 12px;
  text-align: center;
  height: 20px;
  width: 100%;
  color: #fff;
  bottom: 0;
  background: rgba(243, 35, 35, 0.48);
  left: 0;
  z-index: 5;
}

.relaview-image-select .view-content .mt-image-grid-item a.used img {
  cursor: not-allowed;
  pointer-events: none;
}

.relaview-image-select .view-content .mt-image-grid-item a.used:after {
  content: 'Used';
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.45);
  left: 0;
  top: 0;
  z-index: 2;
  cursor: not-allowed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.relaview-image-select .ajax-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 99;
}

#styled-google-map .bottom-details {
  position: absolute;
  bottom: 0;
  padding: 5px 0;
  border-top: 1px solid #ddd;
  width: 100%;
  color: #666;
}

#styled-google-map .popup-price {
  margin-bottom: 3px;
}

#styled-google-map .popup-street {
  margin-bottom: 3px;
  font-size: 13px;
  color: #222;
}

#styled-google-map .popup-beds {
  border-right: 1px solid #ddd;
}

#styled-google-map .popup-sf {
  border-left: 1px solid #ddd;
}

.listing-map-properties .card {
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.2);
  color: #495459;
  margin: 10px;
  display: inline-block;
  width: 100%;
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.listing-map-properties .card .views-field-field-property-address-thoroughfare {
  font-size: 16px;
}

.listing-map-properties .card .views-field-field-property-address-thoroughfare .field-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listing-map-properties .card .views-field-field-property-address-locality {
  font-size: 13px;
}

.listing-map-properties .card .views-fieldset {
  padding: 0 15px;
}

.listing-map-properties .card .listing-cover-image {
  height: 170px;
  margin-bottom: 5px;
  overflow: hidden;
}

.listing-map-properties .card .address {
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.listing-map-properties .card .details {
  margin-bottom: 40px;
}

.listing-map-properties .card .details .views-field {
  display: inline-block;
  padding-bottom: 15px;
}

.listing-map-properties .card .details .views-field .field-content:after {
  display: inline-block;
  content: "-";
  padding: 0 9px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .listing-map-properties .card .details .views-field .field-content:after {
      padding: 0 2px;
  }
}

.listing-map-properties .card .details .views-field:last-child .field-content:after {
  display: none;
}

.listing-map-properties .card .listing-item-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

.listing-map-properties .card .listing-item-bottom .item-cta {
  text-align: center;
  padding: 5px 0;
  color: #444;
}

.listing-map-properties .card .listing-item-bottom .map-cta {
  cursor: pointer;
}

.listing-map-properties .card .listing-item-bottom .web-cta {
  border-left: 1px solid #ddd;
}

.listing-map-properties .card .listing-item-bottom:last-child {
  border-left: 1px soild #ddd;
}

.listing-map-properties .listing-status {
  color: #fff;
  padding: 3px 5px;
}

.listing-map-properties .listing-status.red {
  background-color: rgba(178, 37, 37, 0.7) !important;
}

.listing-map-properties .listing-status.orange {
  background-color: rgba(234, 106, 43, 0.7) !important;
}

.listing-map-properties .listing-status.green {
  background-color: rgba(60, 173, 151, 0.7) !important;
}

.listing-map-properties .listing-status.blue {
  background-color: rgba(25, 123, 202, 0.7) !important;
}

.listing-map-properties .price-fieldset {
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #010101;
  background: -moz-linear-gradient(0deg, rgba(1, 1, 1, 0.37859) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(1, 1, 1, 0.37859) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(1, 1, 1, 0.37859) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010101", endColorstr="#ffffff", GradientType=1);
}

.listing-map-properties .price-fieldset .views-field-field-list-price {
  color: #fff;
  font-size: 22px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.listing-map-properties .price-fieldset .views-field-field-property-listing-status {
  position: absolute;
  top: 3px;
  left: 0;
}

.coventant-header .inner {
  width: 100%;
  height: 100px;
  background: #000;
  padding-bottom: 10px;
}

.coventant-header .inner .logo {
  height: 100%;
  width: auto;
  margin-left: 11px;
}

.coventant-header .inner .header-text {
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
}

.view-id-domains.view-display-id-purchased_domains .label-default {
  margin-left: 15px;
}

.address-select-view {
  position: relative;
}

.address-select-view.view-display-id-agent_default_shipping .row-default-address .field-items {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
}

.address-select-view.view-display-id-agent_default_shipping .views-row {
  padding: 10px;
}

.address-select-view.view-display-id-agent_default_shipping .attachment {
  padding: 10px;
  border-top: 1px dashed #ccc;
}

.address-select-view .views-label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0px;
  display: inline-block;
}

.address-select-view .view-filters {
  background: #f9f9f9;
  padding: 10px 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.address-select-view .views-row {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.address-select-view .views-row .country {
  display: none;
}

.address-select-view .addressfield-container-inline.name-block {
  font-weight: 600;
  color: #000;
}

.address-select-view .actions {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  font-size: 13px;
}

.address-select-view .actions .action-delete,
.address-select-view .actions .action-set-default {
  border-left: 1px solid #444;
  padding: 0px 10px;
}

.address-select-view .actions .action-edit a,
.address-select-view .actions .action-delete a {
  color: #777;
}

.logo-select-preview {
  height: 130px;
  width: 130px;
  display: inline-block;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  margin-right: 15px;
  position: relative;
}

.logo-select-preview:hover .logo-select-link {
  opacity: 1;
}

.logo-select-preview .inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.logo-select-preview .logo-select-link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.57);
  color: #fff;
  height: 100%;
  line-height: 130px;
  text-shadow: 0 0 1px #000;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.logo-select-preview .logo-select-link .fa,
.logo-select-preview .logo-select-link .response-icon-Note,
.logo-select-preview .logo-select-link .response-icon-Email,
.logo-select-preview .logo-select-link .status-icon-Published,
.logo-select-preview .logo-select-link .status-icon-Not {
  color: #1bea4a;
}

.views-field-rela-dropdown-content.upper-right {
  position: absolute;
  top: 0;
  right: 0;
}

.label-inline {
  width: 100%;
  display: inline-block;
}

.label-inline .views-label {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}

.label-inline .field-content {
  float: left;
}

.views-table .views-field-field-property-address .street-block {
  width: 100%;
  display: inline-block;
  font-weight: bold;
}

.views-table .views-field-field-property-address .street-block .thoroughfare,
.views-table .views-field-field-property-address .street-block .premise {
  float: left;
  margin-right: 10px;
}

.views-table .views-field-field-property-address .locality-block {
  font-size: 13px;
}

.view-display-id-manage_enterprise_compact .views-form .form-actions {
  display: none;
}

.view-display-id-manage_enterprise_compact .views-form .views-field-access-status {
  float: left;
  width: 100%;
}

.view-display-id-manage_enterprise_compact .views-form .views-field-access-status .statusicon {
  float: left !important;
  margin-left: 10px;
}

.view-display-id-manage_enterprise_compact .views-form .views-field-access-status button {
  width: auto !important;
  margin-right: 15px !important;
  float: left;
}

.view-display-id-manage_enterprise_compact .views-form .views-field-field-agent-name {
  padding: 6px 12px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  color: #222;
}

.view-id-wl_packages.view-display-id-add_to_cart .view-content {
  display: flex;
  justify-content: space-around;
}

.view-id-wl_packages.view-display-id-package_details_admin .package-price-wrapper,
.view-id-wl_packages.view-display-id-package_details .package-price-wrapper {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin: 10px 0;
}

.view-id-wl_packages.view-display-id-package_details_admin .package-price-wrapper .package-price,
.view-id-wl_packages.view-display-id-package_details .package-price-wrapper .package-price {
  display: inline-block;
  line-height: 33px;
}

.view-id-wl_packages.view-display-id-package_details_admin .package-price-wrapper .package-total,
.view-id-wl_packages.view-display-id-package_details .package-price-wrapper .package-total {
  color: #f00;
  font-weight: bold;
}

.view-id-wl_packages.view-display-id-package_details_admin .package-price-wrapper .original-price,
.view-id-wl_packages.view-display-id-package_details .package-price-wrapper .original-price {
  text-decoration: line-through;
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content,
.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content .views-field-field-pf-icon,
.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-field-field-pf-icon {
  float: left;
  font-size: 24px;
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content .views-row,
.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-row {
  padding: 0 10px;
  margin-bottom: 35px;
}

@media screen and (max-width:767px) {

  .view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content .views-row,
  .view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-row {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100% !important;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
  }
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content .views-field-title,
.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-field-title {
  margin-left: 35px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .view-content .views-field-field-pf-description,
.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-field-field-pf-description {
  margin-left: 35px;
  line-height: 21px;
  padding-right: 10px;
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-2 .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (max-width:991px) {
  .view-id-platform_features.view-display-id-panel_platform_features.grid-2 .views-row {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  }
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-row {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  }
}

.view-id-platform_features.view-display-id-panel_platform_features.grid-3 .view-content .views-field-title {
  margin-left: 35px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#right-edit-overlay .view-display-id-select_agent_card_search .view-content {
  border: 0 none;
  margin-top: 20px;
}

.views-grid-count {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  min-width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 1px;
  bottom: 0;
  z-index: 5;
  font-family: "Open Sans", Arial, sans-serif;
}

.gallery-preview-item {
  height: 190px;
  background-color: #fff;
  background-position: 50%;
}

.gallery-preview-item .tag-actions {
  position: absolute;
  right: 10px;
  top: 10px;
}

.gallery-preview-item .count {
  position: absolute;
  left: 10px;
  top: 10px;
}

.gallery-preview-item .title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 18px;
}

.gallery-preview-item .overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.gallery-title .edit-link {
  position: absolute;
  right: -35px;
  top: 3px;
  font-size: 12px;
}

.multi-gallery-image-sort ul[class^="draggableviews-grid-"] {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.multi-gallery-image-sort .dropdown-wrapper {
  position: absolute;
  top: 3px;
  right: 3px;
}

.multi-gallery-image-sort .cover-label {
  position: absolute;
  bottom: 10px;
  text-align: center;
  background: rgba(54, 185, 119, 0.85);
  color: #fff;
  width: 100%;
  padding: 3px 0;
}

.multi-gallery-image-sort .views-row {
  margin: 5px;
  width: 260px;
  border: #ddd solid 1px !important;
  height: 179px;
}

.multi-gallery-image-sort .views-row.ui-selected {
  border: #a0c2e2 solid 1px !important;
  box-shadow: 0 0 13px rgba(0, 0, 75, 0.5);
}

.multi-gallery-image-sort .views-row img {
  width: 100%;
  height: auto;
}

.multi-gallery-image-sort.multi-gallery-admin-sort .views-row {
  width: 360px;
  border: 0 none !important;
  height: 190px;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .view-content .title {
  position: absolute;
  bottom: 7px;
  left: 8px;
  z-index: 2;
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .view-content .underlay {
  background: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.64) 100%);
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .views-field-nid {
  height: 100%;
  padding: 10px;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .views-field-nid .field-content {
  height: 100%;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .views-row {
  flex-grow: 1;
  height: 310px;
  width: 50%;
}

@media screen and (max-width:767px) {
  .multi-gallery-preview-wrap .view-display-id-gallery_sections .views-row {
      height: 220px;
      width: 100%;
  }
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .views-row.views-row-last.views-row-odd {
  height: 380px;
}

@media screen and (max-width:767px) {
  .multi-gallery-preview-wrap .view-display-id-gallery_sections .views-row.views-row-last.views-row-odd {
      height: 220px;
      width: 100%;
  }
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .views-row:hover .title {
  bottom: 15px;
}

.multi-gallery-preview-wrap .view-display-id-gallery_sections .gallery-item-preview {
  background-position: 50%;
}

.multi-gallery-preview-wrap.multi-gallery-count-2 .views-row {
  height: 360px;
}

.multi-gallery-overlay .view-display-id-gallery_sections .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
}

.multi-gallery-overlay .view-display-id-gallery_sections .views-row .title {
  font-size: 15px;
}

.multi-gallery-overlay .gallery-title {
  letter-spacing: 1px;
}

.multi-gallery-overlay .gallery-header-item {
  width: 190px;
  height: 110px;
  background-position: 50%;
  margin-bottom: 10px;
}

@media screen and (max-width:767px) {
  .view-display-id-gallery_images .view-content {
      padding: 20px;
  }
}

.view-display-id-gallery_images .views-row {
  width: 23%;
  margin: 1%;
  float: left;
}

@media screen and (max-width:767px) {
  .view-display-id-gallery_images .views-row {
      width: 48%;
      margin: 1%;
  }
}

.view-display-id-gallery_images .views-row .multi-gallery-image {
  height: 0px;
  width: 100%;
  padding-bottom: 90%;
  display: inline-block;
  position: relative;
}

.view-display-id-gallery_images .views-row .multi-gallery-image .inner {
  background-position: 50%;
  background-color: #f9f9f9;
}

.view-display-id-gallery_images .views-row .multi-gallery-image .lazyloader-icon {
  top: 0;
  left: 0;
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0;
}

.view-id-brokerages.view-display-id-select_agents .view-content,
.view-id-teams.view-display-id-select_agents .view-content {
  border: none;
}

.view-id-brokerages.view-display-id-select_agents .view-content .views-row,
.view-id-teams.view-display-id-select_agents .view-content .views-row {
  margin: 0 auto;
  display: block;
  padding: 0;
}

.view-id-brokerages.view-display-id-select_agents .view-content .views-row-last,
.view-id-teams.view-display-id-select_agents .view-content .views-row-last {
  border-bottom: 1px solid #ddd !important;
}

.view-id-brokerages.view-display-id-dashboard .views-field-field-group-address .street-block,
.view-id-teams.view-display-id-dashboard .views-field-field-group-address .street-block {
  font-weight: bold;
}

.view-id-brokerages.view-display-id-dashboard .views-field-field-group-address .locality-block,
.view-id-teams.view-display-id-dashboard .views-field-field-group-address .locality-block {
  font-size: 12px;
}

.view-id-brokerages.view-display-id-dashboard .views-field-field-group-address .country,
.view-id-teams.view-display-id-dashboard .views-field-field-group-address .country {
  display: none;
}

.view-id-wl_product_groups.view-display-id-primary_group_sort .view-content ul,
.view-id-wl_product_groups.view-display-id-primary_group_switch .view-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 15px;
}

@media screen and (max-width:767px) {

  .view-id-wl_product_groups.view-display-id-primary_group_sort .view-content ul,
  .view-id-wl_product_groups.view-display-id-primary_group_switch .view-content ul {
      display: inline-block;
  }
}

.view-id-public_download_content .view-content {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.view-id-public_download_content .video-row {
  display: flex;
}

.view-id-public_download_content .video-row .video-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.view-id-public_download_content .video-row .video-options:hover {
  overflow: visible;
}

@media screen and (max-width:767px) {
  .view-id-public_download_content .video-row .video-options {
      margin-left: 15px;
      height: 150px;
  }
}

.view-display-id-panel_wl_client_checkout .package-product {
  padding: 2px 0 !important;
  margin-bottom: 3px !important;
  border-bottom: 1px dashed #ddd;
}

.view-display-id-panel_wl_client_checkout .package-product .product-title {
  font-size: 13px;
}

.view-display-id-panel_wl_client_checkout .package-product .small {
  display: none;
}

.view-display-id-panel_wl_client_checkout .wl-order-product-item .product-title .small {
  display: none;
}

.view-group-logos.logo-grid .view-content {
  display: inline-block;
  width: 100%;
  padding: 40px;
}

.view-group-logos.logo-grid .view-content .logo-type-Brokerage .label {
  background-color: #6bbb6f;
}

.view-group-logos.logo-grid .view-content .logo-type-Team .label {
  background-color: #54b8f9 !important;
}

.view-group-logos.logo-grid .view-content .views-field-field-logo-search-reference {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-group-logos.logo-grid .view-content .views-field-rela-dropdown-content {
  top: 4px;
  right: -7px;
  position: absolute;
  width: 43px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.view-group-logos.logo-grid .view-content .views-row-last {
  border-bottom: 1px solid #ccc !important;
}

.view-group-logos.logo-grid .view-content .views-field:not(.custom) {
  padding: 5px 10px 2px 10px;
  width: 100%;
}

.view-group-logos.logo-grid .view-content .views-row {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 29%;
  float: left;
  margin: 2%;
}

.view-group-logos.logo-grid .view-content .views-row:hover .views-field-rela-dropdown-content {
  opacity: 1;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .view-group-logos.logo-grid .view-content .views-row {
      width: 46%;
  }
}

@media screen and (max-width:991px) {
  .view-group-logos.logo-grid .view-content .views-row {
      width: 100%;
  }
}

.view-group-logos.logo-grid .view-content .views-row .views-field-extension {
  position: absolute;
  right: 8px;
  top: 190px;
}

.view-group-logos.logo-grid .view-content .views-row .views-field-field-logo .bg-image-wrapper {
  height: 220px;
  width: 100%;
  margin: auto;
  padding: 15px;
  border: 0 none;
  border-bottom: 1px solid #ddd;
  background-image: linear-gradient(45deg, rgba(64, 87, 109, 0.07) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(64, 87, 109, 0.07) 0%, rgba(64, 87, 109, 0.07)), linear-gradient(45deg, rgba(64, 87, 109, 0.07) 25%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%, rgba(64, 87, 109, 0.07) 0%, rgba(64, 87, 109, 0.07));
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
}

#right-edit-overlay .view-group-logos.logo-grid .view-content {
  padding: 10px;
}

#right-edit-overlay .view-group-logos.logo-grid .view-content .views-row {
  width: 28%;
}

#right-edit-overlay .view-group-logos.logo-grid .view-content .views-row .views-field-field-logo .bg-image-wrapper {
  height: 120px;
}

#right-edit-overlay .view-group-logos.logo-grid .view-content .views-row .views-field-extension {
  top: 95px;
}

.row-nid-cta {
  color: #3baad3 !important;
  padding: 2px 5px;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.cof-label {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  background: #f9f9f9;
  padding: 2px 3px;
  border: 1px dashed #eee;
  border-radius: 5px;
}

.view-id-shotstack_templates .views-field,
.view-id-shotstack_templates .ss-video-node,
.view-id-shotstack_templates .overlay {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.view-id-shotstack_templates .multi-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  padding: 3px;
  font-size: 12px;
}

.ar-vertical .ss-template-select .views-row {
  float: left;
  display: inline-block;
  width: 154px;
  height: 273px;
  margin: 13px;
  box-shadow: 3px 3px 10px #0000004f;
}

.ar-vertical .ss-template-select .ss-clip-preview {
  transform: scale(0.45);
  transform-origin: top left;
}

.ar-standard .ss-template-select .views-row {
  width: 259px;
  margin: 10px;
  height: 145px;
  float: left;
}

.ar-standard .ss-template-select .ss-clip-preview {
  transform: scale(0.37);
  transform-origin: top left;
}

.ar-square .ss-template-select .views-row {
  width: 259px;
  margin: 10px;
  height: 259px;
  float: left;
  box-shadow: 3px 3px 10px #0000004f;
}

.ar-square .ss-template-select .ss-clip-preview {
  transform: scale(0.45);
  transform-origin: top left;
}

.view-id-shotstack_editor.view-display-id-clip_select .views-row {
  cursor: pointer;
}

.view-id-books.view-display-id-logo_select .view-content {
  width: 100%;
  display: inline-block;
}

.view-id-books.view-display-id-logo_select .view-content .views-row {
  margin: 13px 3px;
}

.view-id-books.view-display-id-logo_select .view-content .logo-select-preview {
  width: 180px;
  height: 180px;
}

.view-id-agent_group_onboarding.view-display-id-companies fieldset {
  display: none;
}

.view-id-agent_group_onboarding.view-display-id-companies .views-table input {
  position: relative;
}

.view-id-agent_group_onboarding.view-display-id-companies .views-table .vbo-table-select-all {
  display: inline-block;
}

.view-id-agent_group_onboarding.view-display-id-companies .views-field-views-bulk-operations {
  padding-top: 0 !important;
}

.view-id-agent_group_onboarding.view-display-id-companies .views-field-views-bulk-operations input.vbo-select {
  margin-top: 2px;
}

.view-id-wl_accounting.view-display-id-disconnected_clients .view-header,
.view-id-wl_accounting.view-display-id-disconnected_products .view-header {
  position: absolute;
  top: 44px;
  right: 20px;
}

.rela-cart-summary .cart-item-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 10px;
}

.cart-summary-context_checkout_modal .product-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cart-summary-context_checkout_modal .price {
  font-weight: bold;
  font-size: 20px;
}

.view-id-territories.view-display-id-dashboard.active .views-row:not(.active) {
  opacity: 0.5;
}

.assign-shooter-overlay .terr-label {
  position: relative;
  top: 133px;
  background: #f3f3f3;
  padding: 5px 15px;
  border-radius: 3px;
  text-align: center;
  width: 100%;
}

.view-display-id-shooter_select_by_cid .view-content {
  margin-top: 50px;
}

#property-overview-dash-wlc .mobile-drop-wrap {
  width: 200px;
  margin: auto;
}

#property-overview-dash-wlc .mobile-drop-wrap .dropdown-toggle {
  width: 100%;
}

.overview-media-tabs {
  display: flex;
  justify-content: center;
  user-select: none;
}

.overview-media-tabs .overview-tab {
  width: 100%;
  flex-shrink: 1;
  margin: 0 5px;
  white-space: nowrap;
  max-width: 200px;
}

.overview-media-tabs .overview-tab .overview-media-box-content {
  border-bottom: 3px solid #d9d9d9;
}

.overview-media-tabs .overview-tab .overview-media-box-content.active,
.overview-media-tabs .overview-tab .overview-media-box-content:hover {
  border-bottom: 3px solid #999;
}

#overview-media-content {
  min-height: 500px;
}

#overview-media-content .view-empty {
  background: #fbfbfb;
  border: 1px dashed #ccc;
  padding: 40px;
  font-size: 16px;
  text-align: center;
}

#overview-media-content .view-content {
  background: transparent;
  border: 0 none;
}

#overview-media-content .download-actions-wrap {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9;
}

#overview-media-content .download-actions-wrap .btn {
  border-radius: 0;
  padding: 6px 10px;
  margin-left: -1px;
}

#overview-media-content .actions-header {
  display: flex;
  justify-content: center;
}

#overview-media-content .clip-btn.clip-btn-side {
  padding: 6px 5px 6px 4px !important;
}

#overview-media-content .view-public-download-content {
  max-width: 800px;
  margin: auto;
}

#overview-media-content .view-display-id-panel_dash_preview .views-row {
  height: 138px;
}

#overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview {
  max-width: 850px;
  margin: auto;
}

#overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row {
  display: flex;
  margin-top: -1px;
  border: 1px solid #ddd;
}

#overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row ul {
  padding-left: 0;
}

@media screen and (max-width:991px) {
  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row .views-field-nothing {
      position: absolute;
      right: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row {
      max-width: 670px;
  }

  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row .doc-title {
      text-align: left;
  }
}

@media screen and (max-width:767px) {
  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row {
      flex-direction: column;
  }

  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row .doc-title,
  #overview-media-content .view-id-doc_manage.view-display-id-panel_docs_overview .views-row .doc-status {
      text-align: center;
      width: 100%;
      display: inline-block;
  }
}

@media screen and (max-width:991px) {
  .view-public-download-content .brochure-row {
      flex-direction: column;
      text-align: center;
      align-items: center;
  }

  .view-public-download-content .brochure-row .item {
      padding: 8px 0;
  }
}

.view-public-download-content .brochure-row .item {
  display: flex;
  align-items: center;
}

.view-public-download-content .brochure-row .item-title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (min-width:992px) {
  .view-public-download-content .brochure-row .item-title {
      width: 270px;
  }
}

.view-public-download-content .brochure-row .item-category {
  font-style: italic;
}

.view-public-download-content .brochure-row .image-preview-wrapper {
  width: 120px;
  padding: 20px;
}

.view-public-download-content .brochure-row .image-preview-wrapper img {
  width: 100%;
  box-shadow: 1px 2px 12px #00000017;
  height: auto;
}

.view-public-download-content .brochure-row.cat-yard-signs .image-preview-wrapper {
  width: 250px;
}

.node-wl-order-preview .views-table {
  margin-bottom: 0;
}

.doc-manage-view {
  margin-top: 40px;
}

.doc-manage-view .view-filters {
  width: 100%;
  display: inline-block;
  float: left;
}

.doc-manage-view .view-header {
  width: 100%;
  display: inline-block;
  text-align: center;
  float: left;
  margin-bottom: 6px;
  font-size: 12px;
}

.doc-manage-view .draggableviews-changed-notice {
  display: none !important;
}

.doc-manage-view ul.ui-sortable {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px #ccc;
}

.doc-manage-view .ui-sortable-helper {
  box-shadow: 0px 0px 16px #bbb;
  margin-left: 10px;
  -webkit-transition: margin-left 0.15s linear;
  -o-transition: margin-left 0.15s linear;
  transition: margin-left 0.15s linear;
}

.doc-manage-view .views-row {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 0px;
}

.doc-manage-view .views-row img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  border: 1px solid #ddd;
}

.doc-manage-view .views-row-last {
  border-bottom: 1px solid #ddd !important;
}

.doc-manage-view .doc-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width:991px) {
  .doc-manage-view .doc-title {
      text-align: center;
  }
}

.doc-manage-view .doc-ext {
  background: #aaa;
  color: #fff;
  padding: 3px 10px;
  padding: 25px 10px 3px;
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.doc-manage-view .doc-pdf {
  background: #c54747;
}

.doc-manage-view .doc-xls,
.doc-manage-view .doc-xlsx {
  background: #4faf4e;
}

.doc-manage-view .doc-doc,
.doc-manage-view .doc-docx {
  background: #1d88d6;
}

.doc-manage-view .doc-png {
  background: #59bed0;
}

.doc-manage-view .doc-jpg {
  background: #6789b3;
}

.doc-manage-view .doc-ppt,
.doc-manage-view .doc-pptx {
  background: #e49848;
}

.doc-manage-view .doc-status-Visible {
  color: #1ca91c;
}

.doc-manage-view .doc-status-Hidden {
  color: #ce2020;
}

.doc-manage-view .views-field-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.doc-manage-view .views-field-field-doc-dl-count {
  margin-top: -10px;
}

@media screen and (max-width:991px) {
  .doc-manage-view .views-field-field-doc-dl-count {
      clear: left;
  }
}

.doc-manage-view .dl-count {
  font-family: Raleway;
  font-size: 26px;
  font-weight: 500;
  color: #2a73b3;
}

.doc-manage-view .dl-count-label {
  font-size: 12px;
  margin-top: -5px;
}

.page-public-photos .property-photo-manage-grid.loading-grid-ph .views-row {
  width: 300px;
  height: 206px !important;
}

.page-public-photos #overview-media-content {
  max-width: 1600px;
  margin: auto;
}

.page-public-photos .overview-media-tabs {
  margin-top: -60px;
  position: relative;
}

.page-public-photos .mobile-drop-wrap {
  width: 200px;
  margin: auto;
  margin-top: -20px;
}

.page-public-photos .mobile-drop-wrap .dropdown-toggle {
  width: 100%;
}

@media screen and (max-width:767px) {
  .fc-event-details-modal {
      left: 0 !important;
      width: 100% !important;
  }
}

.rela-calendar th {
  font-weight: 600;
}

.rela-calendar .fc-view-harness {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

.rela-calendar .fc-view-harness a {
  color: #3c4043;
}

.rela-calendar .fc-header-toolbar .fc-button {
  text-transform: capitalize;
}

.rela-calendar .fc-header-toolbar .fc-button.fc-next-button,
.rela-calendar .fc-header-toolbar .fc-button.fc-prev-button {
  background: transparent !important;
  border-color: transparent !important;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.rela-calendar .fc-header-toolbar .fc-button.fc-next-button:focus,
.rela-calendar .fc-header-toolbar .fc-button.fc-prev-button:focus {
  box-shadow: none;
}

.rela-calendar .fc-header-toolbar .fc-button.fc-next-button:hover,
.rela-calendar .fc-header-toolbar .fc-button.fc-prev-button:hover {
  background: #e5e5e5 !important;
}

.rela-calendar .fc-header-toolbar .fc-button-primary,
.rela-calendar .fc-header-toolbar .fc-button-primary:active,
.rela-calendar .fc-header-toolbar .fc-button-primary-active {
  background: #fff !important;
  border-color: #ccc !important;
  color: #222 !important;
}

.rela-calendar .fc-toolbar-chunk {
  display: flex;
  align-items: center;
}

.rela-calendar .fc-toolbar-title {
  font-size: 21px;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rela-calendar .fc-theme-standard th {
  font-weight: 600;
}

.rela-calendar .fc-scrollgrid table tr {
  height: 16.6666666667%;
}

.rela-calendar .fc-daygrid-event-harness {
  margin: 2px 0;
}

.rela-calendar .fc-daygrid-dot-event {
  cursor: default;
}

.rela-calendar .fc-daygrid-dot-event .fc-event-title {
  font-weight: 600;
}

.rela-calendar .fc-daygrid-day.fc-day-past .fc-daygrid-day-events {
  opacity: .5;
}

.rela-calendar .fc-daygrid-day-top {
  flex-direction: column;
  text-align: center;
  font-weight: 600;
}

.rela-calendar .fc-daygrid-day-top .fc-daygrid-day-number {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  border-radius: 5px;
  height: 25px;
  width: 27px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.rela-calendar .fc-daygrid-day.fc-day-today {
  background: transparent;
}

.rela-calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number {
  color: #fff;
  background: #3d98d5;
}

@media screen and (min-width:992px) {
  .rela-calendar .event-group-rela {
      cursor: pointer;
  }

  .rela-calendar .event-group-rela .fc-daygrid-event-dot {
      width: 4px;
      height: 4px;
      border-radius: 1px;
      left: -2px;
      position: relative;
      display: inline-block;
      top: -1px;
      min-width: 4px;
      min-height: 4px;
  }
}

@media screen and (max-width:991px) {
  .rela-calendar .fc-daygrid-event-harness {
      margin: 0px 0;
  }

  .rela-calendar .fc-daygrid-event-dot {
      box-sizing: content-box;
      border-radius: 0;
      border-width: 10px;
      position: absolute;
      left: 0;
      width: calc(100% - 20px);
      z-index: -1;
      left: -3px;
  }

  .rela-calendar .fc-event-time {
      display: none;
  }

  .rela-calendar .fc-event-title {
      color: #fff;
      padding-left: 8px;
  }
}

.rela-calendar .fc-resource-timeline .fc-timeline-slot-frame,
.rela-calendar .fc-resource-timeline th.fc-datagrid-cell {
  background: #f9f9f9;
}

.rela-calendar .fc-resource-timeline .fc-datagrid-cell-main {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.rela-calendar .fc-resource-timeline .fc-datagrid-cell-main:hover .timeline-assign-cta {
  transform: translateX(68px);
}

.rela-calendar .fc-resource-timeline .fc-resource-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
}

.rela-calendar .fc-resource-timeline .timeline-assign-cta {
  background: #8f8f8f;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 2px;
  transition: transform 0.25s ease;
  height: 20px;
  position: absolute;
  left: -50px;
}

.rela-calendar .fc-timeGridWeek-view .event-group-external,
.rela-calendar .fc-timeGridDay-view .event-group-external,
.rela-calendar .fc-resource-timeline .event-group-external {
  opacity: 0.75;
}

@media screen and (max-width:767px) {
  .fc-resource-timeline .node-view_agent-card-select .client-headshot {
      display: none;
  }
}

#assign-shooter-filter-form-wrapper .form-wrapper {
  column-gap: 1rem;
  margin-bottom: 0px;
}

#calendar-sidebar {
  position: fixed;
  width: 230px;
  background: #444b52;
  z-index: 90;
  left: 54px;
  top: 0;
  width: 241px;
  transform: translateY(0%);
  height: 100%;
  transition: transform 0.35s ease-in-out;
}

@media screen and (max-width:991px) {
  #calendar-sidebar {
      left: 0;
  }
}

#calendar-sidebar.out {
  transform: translateY(100%);
}

#calendar-sidebar hr {
  border-color: #787878;
}

#calendar-sidebar .header {
  font-size: 20px;
  color: #fff;
}

#calendar-sidebar #cal-shooter-filter-form-wrapper .form-type-checkbox {
  margin: 12px 0;
}

#calendar-sidebar #cal-shooter-filter-form-wrapper .form-type-checkbox label {
  color: #fff;
  padding-left: 30px;
}

#calendar-sidebar #cal-shooter-filter-form-wrapper [id^=edit-selected-shooters] {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}

#calendar-sidebar .sidebar-show-cta {
  position: absolute;
  top: -57px;
  width: 100%;
  font-size: 16px;
}

#calendar-sidebar .store-cal-filter-toggle .fa,
#calendar-sidebar .store-cal-filter-toggle .response-icon-Note,
#calendar-sidebar .store-cal-filter-toggle .response-icon-Email,
#calendar-sidebar .store-cal-filter-toggle .status-icon-Published,
#calendar-sidebar .store-cal-filter-toggle .status-icon-Not {
  margin-right: 9px;
  font-size: 12px;
}

.gevents-filter-wrap {
  background: #f9f9f9;
  display: inline-block;
  padding: 5px 8px;
  width: 190px;
  margin: auto;
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 2px;
}

.gevents-filter-wrap label {
  margin-bottom: 0;
}

@media screen and (max-width:991px) {
  .rela-calendar .fc-header-toolbar {
      margin-top: 40px;
      flex-direction: column;
  }

  .rela-calendar .fc-header-toolbar .fc-toolbar-chunk {
      margin-bottom: 10px;
  }
}

@media screen and (min-width:992px) {
  .theme-cal_shooter_filter_drop {
      display: none;
  }
}

@media screen and (max-width:991px) {
  .theme-cal_shooter_filter_drop {
      text-align: center;
      margin-bottom: 10px;
  }
}

li.menu_link_website_preview {
  width: 100%;
}

@media screen and (min-width:992px) {
  li.menu_link_website_preview {
      display: none !important;
  }
}

.custom-settings-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 10px 15px;
}

@media screen and (max-width:991px) {
  #mini-panel-property_edit_listing_agents .panels-flexible-row-586-1 {
      padding: 0;
  }
}

@media screen and (max-width:991px) {
  #mini-panel-property_edit_listing_agents .view-agent-card-management .draggableviews-processed {
      padding: 0;
  }
}

@media screen and (max-width:991px) {
  #mini-panel-property_edit_listing_agents .panels-flexible-row-586-main-row {
      padding: 0;
  }
}

.row-valign-middle td {
  vertical-align: middle !important;
}

.page-public-photos .view-display-id-panel_docs_overview .views-field-field-doc-dl-count {
  display: none;
}

@media screen and (max-width:767px) {
  .page-public-photos .view-display-id-panel_docs_overview {
      padding: 0 20px;
  }
}

.view-wl-orders .order-shoot-date-wrapper {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.view-wl-orders .order-shoot-date-wrapper .date-display-single {
  font-weight: bold;
}

.view-wl-orders .order-shoot-date-wrapper .date-display-single .date-display-range {
  font-weight: normal;
}

.order-status-compact .view-filters form {
  position: relative;
}

.order-status-compact .view-filters .views-exposed-widgets {
  flex-wrap: wrap;
}

.order-status-compact .view-filters .views-exposed-widget {
  height: 110px;
}

.order-status-compact .view-filters label[for='edit-field-wl-order-status-value'],
.order-status-compact .view-filters label[for='edit-status'],
.order-status-compact .view-filters label[for='edit-field-wl-order-payment-status-value'] {
  width: 130px;
  text-transform: uppercase;
  float: left;
}

@media screen and (max-width:767px) {

  .order-status-compact .view-filters label[for='edit-field-wl-order-status-value'],
  .order-status-compact .view-filters label[for='edit-status'],
  .order-status-compact .view-filters label[for='edit-field-wl-order-payment-status-value'] {
      float: none;
      width: 100%;
  }
}

.order-status-compact .view-filters .views-widget-filter-field_wl_order_status_value,
.order-status-compact .view-filters .views-widget-filter-status,
.order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value {
  width: 100%;
  top: 0;
  background: #fbfbfb;
  padding: 10px;
  margin-top: 0px;
  right: 0;
  border: 1px solid #ddd;
  padding-top: 13px;
  box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  height: auto;
}

.order-status-compact .view-filters .views-widget-filter-field_wl_order_status_value .views-widget,
.order-status-compact .view-filters .views-widget-filter-status .views-widget,
.order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value .views-widget {
  float: left;
  width: calc(100% - 130px);
}

@media screen and (max-width:767px) {

  .order-status-compact .view-filters .views-widget-filter-field_wl_order_status_value .views-widget,
  .order-status-compact .view-filters .views-widget-filter-status .views-widget,
  .order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value .views-widget {
      float: none;
      width: 100%;
  }
}

.order-status-compact .view-filters .views-widget-filter-field_wl_order_status_value .views-widget .form-type-bef-checkbox,
.order-status-compact .view-filters .views-widget-filter-status .views-widget .form-type-bef-checkbox,
.order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value .views-widget .form-type-bef-checkbox {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width:767px) {

  .order-status-compact .view-filters .views-widget-filter-field_wl_order_status_value .views-widget .form-type-bef-checkbox,
  .order-status-compact .view-filters .views-widget-filter-status .views-widget .form-type-bef-checkbox,
  .order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value .views-widget .form-type-bef-checkbox {
      float: none;
      margin-right: 0;
  }
}

.order-status-compact .view-filters .views-widget-filter-field_wl_order_payment_status_value {
  border-top: 0;
  margin-bottom: 30px;
}

.order-status-compact .view-filters .views-widget-filter-status {
  margin-bottom: 30px;
}

.order-status-compact .views-widget-filter-nid,
.order-status-compact .views-widget-filter-field_wl_order_ref_target_id {
  width: 130px;
}

.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget {
  width: 245px;
}

.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget .container-inline-date {
  position: relative;
}

.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget label[for^="edit-date-filter-min"],
.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget label[for^="edit-date-filter-max"],
.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget label[for*="edit-date-filter"][for$="-max"],
.order-status-compact div[id^="edit-date-filter-"].views-exposed-widget label[for*="edit-date-filter"][for$="-min"] {
  font-size: 9px;
  position: absolute;
  left: 5px;
  top: -6px;
  background: #fff;
  padding: 0 5px;
}

.order-status-compact .views-widget-filter-field_wl_cof_ref_target_id {
  display: none;
}

.order-status-compact select[name^="date_filter_"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 20 20' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 8px;
  padding: 1rem;
  padding-right: 2rem;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  width: 29px;
}

.view-agency-properties.property-grid-view .view-content {
  background: transparent;
  border: 0;
  padding: 0;
  overflow: visible;
}

.view-agency-properties.property-grid-view .view-filters {
  border-bottom: 1px solid #ddd;
}

.view-id-wl_client_orders.view-display-id-panel_all_order_table .feed-icon {
  position: absolute;
  top: 6px;
  right: 6px;
}

.view-listing-showcase .header-filters {
  margin-bottom: -10px;
}

.view-listing-showcase .header-filters .listing-showcase-total {
  font-size: 17px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
}

.views-widget-sort-sort_bef_combine {
  padding: 0 !important;
}

.bef-select-as-radios .form-type-radios {
  position: relative;
  right: 0px;
  top: 6px;
  z-index: 9;
}

.bef-select-as-radios .form-type-radios label {
  width: 100%;
  text-align: right;
  font-size: 16px;
  cursor: pointer;
}

.bef-select-as-radios .form-type-radios .form-type-radio {
  margin: 5px 0;
}

.bef-select-as-radios .form-type-radios .form-type-radio label {
  text-align: left;
  padding-left: 0;
  margin-left: 15px;
  text-wrap: nowrap;
}

.bef-select-as-radios .form-type-radios .form-type-bef-link {
  position: relative;
}

.bef-select-as-radios .form-type-radios .form-type-bef-link a {
  color: #222;
}

.bef-select-as-radios .form-type-radios .form-type-bef-link a:hover:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: -10px;
  border-radius: 100%;
}

.bef-select-as-radios .form-type-radios .form-type-bef-link a.active:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #5fb8db;
  position: absolute;
  top: 10px;
  left: -10px;
  border-radius: 100%;
}

.bef-select-as-radios .form-type-radios .form-radios {
  margin-top: 7px;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 4px 9px 20px #0000000d;
  border-radius: 3px;
  font-size: 16px;
  line-height: 28px;
  transform: translateY(-100%);
  transition: transform 0.5s ease, opacity 0.35s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 9;
  right: 0;
}

.bef-select-as-radios .form-type-radios.open .form-radios {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}

.bef-select-as-radios input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  margin-left: -8px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-left: -8px;
  transform: translateY(7px);
}

.bef-select-as-radios input[type="radio"]::before {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #5fb8db;
  width: 0.45em;
  height: 0.45em;
}

.bef-select-as-radios input[type="radio"]:checked::before {
  transform: scale(1);
}

.bef-select-as-radios input[type="radio"]:focus {
  outline: 0;
}

.views-table .views-align-right .btn-group {
  width: auto;
}

.dash-table-view .view-filters {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}

.header-panel-dark-grey {
  background: #ECECEC;
  padding: 24px 0 50px 0;
  border-top: 3px Solid #555;
  border-radius: 3px 3px 0 0;
}

.content-panel-white {
  background: #fff;
  padding: 30px;
}

.page-contact-us .pane-faqs-panel-faq-front {
  border-top: 1px solid #eccfcc;
}

.page-contact-us .pane-webform {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .page-contact-us .pane-webform {
      width: 100%;
  }
}

.page-contact-us .pane-webform .pane-title {
  background: #fff;
  padding: 10px;
  font-size: 18px;
  color: #222;
  border: 1px solid #ddd;
  margin: 0 auto;
  float: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  z-index: 1;
  position: relative;
}

.page-contact-us .pane-webform .webform-client-form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px;
  display: inline-block;
}

.page-contact-us .pane-webform .webform-client-form .form-item {
  margin-bottom: 20px;
}

.page-contact-us .pane-webform .webform-client-form .form-item input,
.page-contact-us .pane-webform .webform-client-form .form-item select {
  height: 45px;
}

.page-contact-us .pane-webform .webform-client-form .webform-field-left {
  width: 48%;
  float: left;
  clear: left;
}

.page-contact-us .pane-webform .webform-client-form .webform-field-right {
  width: 48%;
  float: right;
  clear: right;
}

.page-contact-us .pane-webform .webform-client-form .form-textarea-wrapper .grippie {
  display: none;
}

.page-contact-us .pane-webform .webform-client-form .webform-submit {
  float: left;
  background: #ea885b;
  border-color: #ea885b;
  text-transform: uppercase;
}

.page-contact-us .pane-page-messages {
  margin: 0 auto;
  width: 60%;
  padding: 0;
}

.page-contact-us .pane-page-messages .alert {
  margin-top: 30px;
  margin-bottom: -30px;
}

#theme-preview-pane {
  width: 683px;
  height: 412px;
  margin-right: 20px;
  padding: 0 !important;
  position: relative;
  background: #fff;
}

#theme-preview-pane .loader {
  position: absolute;
  top: -30px;
}

#theme-preview-pane .loader-wrap {
  width: 110px;
  height: 80px;
  position: absolute;
  left: 43%;
  top: 10%;
  color: #ccc;
}

#theme-preview-pane .preview-top {
  width: 100%;
  background: #ddd;
  padding: 7px 5px;
  display: inline-block;
  float: left;
  padding-left: 13px;
  border-radius: 3px 3px 0 0;
}

#theme-preview-pane .preview-top .preview-btn {
  float: left;
  margin-right: 5px;
  font-size: 11px;
  padding-top: 4px;
}

#theme-preview-pane .preview-top .url-bar {
  background: #fff;
  padding: 3px 5px;
  color: #555;
  font-size: 9px;
  float: left;
  width: 80%;
  display: inline-block;
  margin-left: 1%;
  pointer-events: none;
}

#theme-preview-pane .preview-bottom {
  width: 100%;
  background: #ddd;
  padding: 7px 5px;
  display: inline-block;
  float: left;
  border-radius: 0 0 3px 3px;
}

#theme-preview-pane #iframe-wrapper {
  height: 411px;
  border: 1px solid #ccc;
  border-bottom: 0;
  float: left;
  width: 684px;
}

#iframe-theme-preview {
  width: 1159px;
  height: 694px;
  border: 0px;
}

#iframe-theme-preview {
  zoom: 1;
  -moz-zoom: 0.70;
  -moz-transform: scale(0.59);
  -ms-transform: scale(0.59);
  -webkit-transform: scale(0.59);
  transform: scale(0.59);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #iframe-theme-preview {
      zoom: 1;
  }
}

@font-face {
  font-family: 'bebas_neuebold';
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.dashboard-preview-mode #property-edit-links {
  display: none;
}

.page-property-marketing-emails .panel-separator,
.page-property-edit-appearance .panel-separator {
  display: none;
}

#mini-panel-property_edit_forms .panel-panel {
  position: relative;
}

#mini-panel-dashboard_property_management .wizard-start-message .pane-content {
  width: 600px;
  margin: 0 auto;
}

div.devel-querylog {
  z-index: 9999;
}

.header-img-bg {
  padding-top: 50px;
  margin-bottom: 120px;
  background-image: url(../images/home-pool.jpg);
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: top center;
  height: 600px;
  width: 100%;
  display: inline-block;
}

.header-img-bg h1 {
  color: #fff;
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width:767px) {
  .header-img-bg {
      height: 240px;
      margin-bottom: 40px;
  }
}

.section-why-rela {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  margin-top: 30px;
  padding: 20px 0;
  height: 770px;
}

@media screen and (max-width:767px) {
  .section-why-rela {
      height: auto;
  }
}

.section-why-rela .section-title {
  color: #1EB6C7;
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-why-rela .section-header {
  margin-bottom: 60px;
}

.section-why-rela .feature-image {
  position: absolute;
  right: -280px;
  top: 150px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .section-why-rela .feature-image {
      width: 730px;
  }
}

@media screen and (max-width:767px) {
  .section-why-rela .feature-image {
      display: none;
  }
}

.section-why-rela .col {
  margin-bottom: 25px;
}

.section-why-rela .col .tagline {
  font-size: 15px;
}

.page-title-header-dark {
  background: #31373D;
  color: #fff;
  padding: 30px 0;
}

.page-title-header-dark .title {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.page-title-header-dark .tagline {
  color: #C5C5C5 !important;
}

.landing-page-signup-cta .tagline {
  margin: 40px auto;
  width: 60%;
}

.landing-ri {
  background: #3e3e3d;
  color: #fff;
}

.landing-ri #pricing-broker .pane-title {
  display: none;
}

.landing-ri .tagline {
  color: #b5b5b5;
}

.landing-ri .feature-image-right {
  position: absolute;
  right: -110px;
  top: 0;
}

.landing-ri .main-container {
  margin-top: 0;
}

.landing-ri .section-intro {
  margin-bottom: 30px;
  padding: 20px 0;
}

.landing-ri .section-intro .tagline {
  font-size: 18px;
  width: 80%;
}

.landing-ri .footer {
  background: #1B1B1B;
}

.landing-ri #navbar {
  background: transparent;
}

@media screen and (max-width:767px) {
  .landing-ri #navbar {
      background: rgba(0, 0, 0, 0.8);
  }
}

.landing-ri #navbar.affix {
  background: rgba(0, 0, 0, 0.8);
}

.landing-ri #navbar .logo {
  width: inherit;
}

@media screen and (max-width:767px) {
  .landing-ri #navbar .logo {
      width: 100px;
  }
}

.landing-ri .feature-title {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
}

.landing-ri .feature-desc {
  margin-bottom: 40px;
}

@media screen and (max-width:991px) {
  .landing-ri .feature-desc {
      margin-bottom: 20px;
  }
}

.landing-ri #facebook_marketing {
  background-image: url(../images/bg-checkers.png);
  background-repeat: no-repeat;
  background-position: left 50%;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.landing-ri #facebook_marketing .feature-image-right {
  top: 250px;
  left: 55%;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .landing-ri #facebook_marketing .feature-image-right {
      top: 320px;
  }
}

@media screen and (max-width:767px) {
  .landing-ri #facebook_marketing .feature-image-right {
      position: relative;
      left: 0;
      top: 0;
  }
}

.landing-ri #big-image-header {
  padding-top: 0;
  color: #fff;
  background-image: url(../images/front-home-2.jpg);
  position: relative;
  background-position: 50%;
  overflow-x: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.landing-ri #big-image-header .headline,
.landing-ri #big-image-header .sub-headline,
.landing-ri #big-image-header .tagline {
  color: #fff;
}

.landing-ri #big-image-header .sub-headline {
  font-size: 41px;
  line-height: 48px;
  margin-bottom: 40px;
  text-shadow: -1px 0px 20px #1378e8;
}

@media screen and (max-width:767px) {
  .landing-ri #big-image-header .sub-headline {
      font-size: 32px;
      margin-bottom: 10px;
      line-height: 32px;
  }
}

.landing-ri #big-image-header .tagline {
  font-size: 20px;
  max-width: 460px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 17px #000;
}

.landing-ri #big-image-header .cta-wrapper {
  margin-bottom: 30px;
}

.landing-ri #big-image-header .screen-images {
  padding-left: 70px;
}

.landing-ri #big-image-header .header-content {
  position: relative;
  z-index: 2;
  padding-top: 110px;
}

.landing-ri #big-image-header .overlay-trans {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF000000');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDElIiBzdG9wLWNvbG9yPSIjM2UzZTNkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(38%, rgba(2, 2, 2, 0)), color-stop(101%, #3e3e3d));
  background: -moz-linear-gradient(top, rgba(2, 2, 2, 0) 38%, #3e3e3d 101%);
  background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0) 38%, #3e3e3d 101%);
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0) 38%, #3e3e3d 101%);
  bottom: 0;
}

.landing-ri .icon-grid-6 .col {
  height: 200px;
}

@media screen and (max-width:767px) {
  .landing-ri .icon-grid-6 .col {
      height: auto;
      border-bottom: 1px solid #674D41;
      margin-bottom: 20px;
      padding-bottom: 20px;
  }
}

.landing-ri .icon-grid-6 .icon {
  float: none;
  margin-bottom: 5px;
  color: #ea885b;
}

.landing-ri .icon-grid-6 .tagline {
  padding: 10px 30px;
  width: 100%;
  color: #CEC8C8;
}

.landing-ri .icon-grid-6 .headline {
  color: #fff;
}

.landing-ri #features {
  background: #3e3e3d;
  padding-top: 100px;
}

.landing-ri #features .theres-more {
  color: #cecece;
  margin-top: -60px;
  position: relative;
  float: left;
  width: 100%;
}

.landing-ri #features .theres-more span {
  color: #ea885b;
}

@media screen and (max-width:767px) {
  .landing-ri #features .theres-more {
      margin-top: 0;
  }
}

.landing-ri #front-easy-edit-pop {
  color: #fff;
  overflow-x: hidden;
}

.landing-ri #front-easy-edit-pop h2 {
  color: #fff;
}

.landing-ri #front-easy-edit-pop .edit-text {
  width: 300px;
  margin-right: 50px;
  padding-top: 50px;
  float: right;
  background: url(../images/shadow-bottom.png) no-repeat 0 bottom;
  height: 550px;
  z-index: 2;
  position: relative;
}

.landing-ri #front-easy-edit-pop .edit-text .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.landing-ri #front-easy-edit-pop .edit-text ul {
  padding-left: 20px;
  margin-top: 20px;
  font-size: 16px;
}

.landing-ri #front-easy-edit-pop .edit-text ul li {
  margin-bottom: 8px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .landing-ri #front-easy-edit-pop .edit-text {
      margin-right: 0;
  }
}

.landing-ri #front-easy-edit-pop .screens-pop-wrap {
  float: left;
  width: 50%;
  margin-left: -100px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .landing-ri #front-easy-edit-pop .screens-pop-wrap {
      margin-left: -220px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .landing-ri #front-easy-edit-pop .screens-pop-wrap {
      margin-left: -350px;
  }
}

.landing-ri .pane-pricing-tables {
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .landing-ri .pane-pricing-tables {
      padding-top: 80px;
  }
}

.landing-ri .title {
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 40px 0 10px 0;
  text-transform: none;
  font-weight: 300;
}

.landing-ri .btn-pricing-table-cta {
  border: 1px solid #ddd;
  margin-bottom: 60px;
  border-radius: 3px;
  color: #fff;
  padding: 10px 30px;
  width: auto;
}

.landing-ri .btn-pricing-table-cta:hover {
  background: #ea885b;
}

.landing-ri .pane-template-slider {
  text-align: center;
}

.landing-ri #examples {
  height: 600px;
}

.landing-ri #examples .template-wall {
  background: url(../images/template-wall.jpg) no-repeat center center;
  height: 400px;
  width: 100%;
  display: inline-block;
}

.landing-ri .broker-product-wrapper {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width:991px) {
  .landing-ri .broker-product-wrapper {
      width: 100%;
  }
}

.landing-ri .broker-product-wrapper .broker-additional-features li {
  margin-bottom: 15px;
}

.landing-ri .broker-product-wrapper .price-wrapper {
  font-size: 70px;
  font-weight: 300;
}

.landing-ri .broker-product-wrapper .price-wrapper sup {
  top: -1em;
  margin-right: 0;
  font-size: 45%;
}

.landing-ri .broker-product-wrapper .views-row {
  display: inline-block;
}

.plans-pricing-page {
  background-color: #f9f9f9;
}

.plans-pricing-page .pane-pricing-tables {
  margin-top: 30px;
  overflow: hidden;
}

.plans-pricing-page .pane-pricing-tables .price-toggle a {
  color: #444;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .btn-pricing-table-cta {
  display: none;
}

@media screen and (max-width:767px) {
  .plans-pricing-page .pane-pricing-tables .view-pricing-tables .btn-pricing-table-cta {
      display: block;
  }
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row {
  width: 100%;
  background: #fff;
  color: #444;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .price {
  color: #444;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .field-name-field-tier-features {
  background-color: #ea885b !important;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .field-name-field-tier-features ul {
  margin-bottom: 0;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .most-popular {
  color: #fff;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row-1 {
  margin-left: 0;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row-2 {
  margin-left: 0;
  padding-bottom: 0;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row-2 .field-name-field-tier-features {
  padding-bottom: 30px;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row-3 {
  margin-left: 0;
  border-bottom: 0 !important;
}

.plans-pricing-page .pane-pricing-tables .view-pricing-tables .views-row-3 .field-name-field-tier-features {
  background-position: 50% 14px;
}

.plans-pricing-page .icons-grid {
  margin-top: 80px;
}

.plans-pricing-page .icons-grid .icon {
  color: #ea885b;
}

.features-overview-page {
  margin-bottom: 0;
}

.features-overview-page .feature-list {
  margin-top: 20px;
}

.features-overview-page .feature-list li {
  margin: 10px 0;
  font-size: 15px;
}

.features-overview-page #sticky-menu.stuck {
  margin: 0;
}

.features-overview-page #sticky-menu.stuck .pane-content {
  position: fixed;
  top: 0px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.features-overview-page #sticky-menu.stuck .pane-content .icon {
  font-size: 30px;
}

.features-overview-page .feature-tour-nav {
  padding: 15px 0 10px 0;
  margin-bottom: 25px;
  height: 134px;
  z-index: 1031;
  position: relative;
  background: #fff;
}

@media screen and (max-width:767px) {
  .features-overview-page .feature-tour-nav {
      display: none;
  }
}

.features-overview-page .feature-tour-nav a {
  color: #9C9896;
  -webkit-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}

.features-overview-page .feature-tour-nav a.active {
  color: #0DBED0;
}

.features-overview-page .feature-tour-nav a.active-spy {
  color: #0DBED0;
}

.features-overview-page .feature-tour-nav a:hover {
  color: #0DBED0;
}

.features-overview-page .feature-tour-nav .pane-content {
  background: #fff;
}

.features-overview-page .feature-tour-nav .icon {
  font-size: 44px;
  width: 100%;
  float: left;
  -webkit-transition: font-size 0.35s ease;
  -o-transition: font-size 0.35s ease;
  transition: font-size 0.35s ease;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .features-overview-page .feature-tour-nav .icon {
      font-size: 30px;
  }
}

@media screen and (max-width:767px) {
  .features-overview-page .feature-title {
      text-align: center;
  }
}

.features-overview-page .tagline {
  color: #64696D;
  line-height: 26px;
}

@media screen and (max-width:767px) {
  .features-overview-page .tagline {
      text-align: center;
  }
}

.features-overview-page .panel-fullwidth {
  overflow: hidden;
  position: relative;
}

.features-overview-page .panel-pane {
  position: relative;
}

.features-overview-page .feature-image-right {
  position: absolute;
  right: -160px;
  top: 0;
}

@media screen and (max-width:767px) {
  .features-overview-page .feature-image-right {
      position: relative;
      width: 60%;
      right: 0 !important;
      margin: 20px auto;
  }

  .features-overview-page .feature-image-right img {
      height: auto;
      width: 100%;
      display: block;
  }
}

.features-overview-page #features_site-builder {
  height: 500px;
}

.features-overview-page #features_site-builder .feature-image-right {
  right: -330px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .features-overview-page #features_site-builder .feature-image-right img {
      width: 640px;
  }
}

@media screen and (max-width:767px) {
  .features-overview-page #features_site-builder {
      height: auto;
  }
}

.features-overview-page #features_connect {
  background: #31373D url(../images/bg-charcol-shapes.png) repeat-x center bottom;
  padding-top: 40px;
}

.features-overview-page #features_connect .feature-title {
  color: #fff;
}

.features-overview-page #features_connect .tagline {
  color: #ccc;
  width: 80%;
  margin: 30px auto;
}

.features-overview-page #features_crm {
  height: 450px;
  padding-top: 40px;
  overflow: hidden;
  margin-top: 50px;
}

.features-overview-page #features_crm .feature-image-right {
  top: 40px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .features-overview-page #features_crm {
      height: auto;
  }

  .features-overview-page #features_crm .feature-image-right img {
      width: 640px;
  }
}

@media screen and (max-width:767px) {
  .features-overview-page #features_crm {
      height: auto;
      padding-top: 10px;
      margin-top: 0px;
  }

  .features-overview-page #features_crm .feature-image-right {
      float: right;
      width: 90%;
      margin: 0;
  }
}

.features-overview-page #features_analytics {
  padding-top: 60px;
  background: #f6f6f6 url(../images/bg-color-spikes.png) repeat-x center bottom;
  padding-bottom: 50px;
}

.features-overview-page #features_analytics .tagline {
  width: 80%;
  margin: 30px auto;
}

.features-overview-page #features_hosting {
  padding-top: 50px;
}

.features-overview-page #features_hosting .tagline {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

@media screen and (max-width:767px) {
  .features-overview-page #features_hosting .tagline {
      text-align: center;
  }
}

.features-overview-page .feature-3-bg-image {
  height: 81px;
  width: 234px;
  display: inline-block;
  margin: 25px 0;
}

.features-overview-page .features-img-hosting {
  background-position: 0 -992px;
}

.features-overview-page .features-img-domains {
  background-position: 0 -830px;
}

.features-overview-page .features-img-branding {
  background-position: 0 -911px;
}

.features-overview-page #features_signup-cta {
  padding-top: 25px;
  margin-top: 40px;
  background: #f6f6f6;
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}

.features-overview-page #features_signup-cta .tagline {
  margin: 20px 0;
}

.examples-overview-page .view-property-themes {
  padding-top: 50px;
}

.examples-overview-page .view-property-themes .views-row {
  text-align: center;
  position: relative;
}

.examples-overview-page .view-property-themes .views-row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.examples-overview-page .view-property-themes .views-row .overlay:hover {
  opacity: 1;
}

.examples-overview-page .view-property-themes .views-row .overlay_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.examples-overview-page .view-property-themes .views-row .overlay_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.examples-overview-page .view-property-themes .preview-link {
  width: 100%;
  display: block;
  margin-top: 0;
  color: #ccc;
  text-decoration: underline;
}

.examples-overview-page .view-property-themes .select-theme-cta {
  color: #fff;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.examples-overview-page .theme-screen-wrapper {
  height: 525px;
  width: 420px;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 auto;
}

.examples-overview-page .theme-screen-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.wl-landing-page .alert {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 440px;
  top: 120px;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.39);
}

.wl-landing-page #wl-features {
  background: #fdfdfd;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.wl-landing-page #navbar .logo {
  width: 125px;
}

.wl-landing-page #navbar.affix .logo img {
  width: 100px;
}

.wl-landing-page .main-container {
  margin-top: 0;
}

.wl-landing-page #navbar {
  background: transparent;
}

@media screen and (max-width:767px) {
  .wl-landing-page #navbar .in {
      background: rgba(0, 0, 0, 0.75);
  }
}

.wl-landing-page #navbar.affix {
  background: rgba(0, 0, 0, 0.4);
}

.wl-landing-page .section-title {
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wl-landing-page .tagline {
  color: #777;
}

.wl-landing-page .section-divider {
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px auto;
  float: left;
}

.wl-landing-page .section-divider .inner {
  width: 200px;
  background: #333;
  height: 1px;
  margin: 0 auto;
  display: inline-block;
}

.wl-landing-page .header-img-bg {
  position: relative;
  background-position: center;
  margin-bottom: 20px;
}

.wl-landing-page .header-img-bg:before {
  content: " ";
  background: rgba(97, 44, 44, 0.68);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 1%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 1%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 1%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f000000', endColorstr='#75000000', GradientType=0);
}

.wl-landing-page .header-img-bg .pane-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

.wl-landing-page .header-img-bg .pane-content .tagline {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .wl-landing-page .header-img-bg .pane-content {
      padding-top: 20px;
  }

  .wl-landing-page .header-img-bg .pane-content h1 {
      font-size: 20px;
  }

  .wl-landing-page .header-img-bg .pane-content .signup-cta {
      display: none;
  }
}

.wl-landing-page .section-why-rela {
  background: #fff;
}

.wl-landing-page .section-why-rela .section-title {
  color: #333;
}

.wl-landing-page .pane-theme-slideshow .pane-content {
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  float: none;
  margin: 0 auto;
}

@media screen and (min-width:1200px) {
  .wl-landing-page .pane-theme-slideshow .pane-content {
      float: right;
  }
}

.wl-landing-page .pane-theme-slideshow .pane-content .view-content {
  position: relative;
  padding-top: 32px;
}

.wl-landing-page .pane-theme-slideshow .pane-content .view-theme-slideshow {
  position: relative;
}

.wl-landing-page .pane-theme-slideshow .pane-content .owl-carousel .owl-item img {
  height: 100%;
  border-top: 1px solid #eee;
}

.wl-landing-page .feature-list {
  padding: 0;
  list-style: none;
}

.wl-landing-page .feature-list li {
  padding: 3px;
  border-bottom: 1px dashed #ddd;
}

.wl-landing-page .feature-list li h4 {
  font-size: 16px;
}

.wl-landing-page #theme-preview-pane {
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 0 !important;
  position: absolute;
  background: #fff;
  z-index: 9;
}

.wl-landing-page #theme-preview-pane .preview-top {
  background: #fff;
  color: #eee;
}

.wl-landing-page #theme-preview-pane .url-bar {
  background: #f5f4f4;
}

.wl-landing-page .row-price .icon {
  font-size: 26px;
  margin-top: 10px;
  display: inline-block;
  color: #000;
}

.wl-landing-page .row-price .catch {
  font-size: 11px;
  position: absolute;
  top: -14px;
  left: 0;
}

.wl-landing-page .row-price .price {
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #111;
}

@media screen and (max-width:767px) {
  .wl-landing-page .row-price .price {
      text-align: center;
  }
}

.wl-landing-page .row-price .price .small {
  font-size: 50%;
}

.wl-landing-page #wl-signup .pane-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .wl-landing-page #wl-signup .pane-content {
      float: left;
      width: 66.66666667%;
  }
}

@media (min-width:992px) {
  .wl-landing-page #wl-signup .pane-content {
      margin-left: 16.66666667%;
  }
}

.wl-landing-page #wl-signup .form-item {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}

.wl-landing-page #wl-signup .form-text {
  height: 45px;
  border-radius: 0px;
  border-color: #aaa;
  box-shadow: none;
  width: 100%;
}

.wl-landing-page #wl-signup .webform-submit {
  width: 100%;
  height: 54px;
  font-size: 18px;
  text-transform: uppercase;
  background: #333;
  border-radius: 0;
  border-color: #111;
}

.wl-landing-page .icon-grid-6 .icon {
  float: none;
  color: #56dae8;
}

.wl-landing-page .icon-grid-6 .tagline {
  display: block;
}

.wl-landing-page .icon-grid-6 .col {
  height: 115px;
}

.standout {
  font-weight: bold;
  color: #222;
}

.page-lenders .panel-fullwidth {
  overflow-x: hidden;
}

.page-lenders #wl-features,
.page-lenders #wl-overview {
  box-shadow: 0 15px 35px rgba(23, 55, 87, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.page-lenders #wl-overview {
  padding-bottom: 60px;
  margin-bottom: 95px;
}

.page-lenders .price-separator {
  font-size: 30px;
}

.page-lenders .header-img-bg {
  background-image: url(../images/hero-lender.jpg);
  height: 490px;
}

@media screen and (max-width:767px) {
  .page-lenders .header-img-bg {
      height: 240px;
      margin-bottom: 40px;
  }
}

.page-lenders .header-img-bg .pane-content {
  padding-top: 80px;
}

@media screen and (max-width:767px) {
  .page-lenders .header-img-bg .pane-content {
      padding-top: 20px;
  }
}

.page-lenders .lender-feature {
  height: 500px;
  border-bottom: 1px solid #eee;
}

.page-lenders .feature-image {
  position: absolute;
  top: -30px;
}

@media screen and (max-width:767px) {
  .page-lenders .feature-image {
      position: relative;
      width: 90%;
      margin: 20px auto;
  }

  .page-lenders .feature-image img {
      height: auto;
      width: 100%;
      display: block;
  }
}

.page-lenders .feature-image-right {
  right: 2%;
}

@media screen and (max-width:767px) {
  .page-lenders .feature-image-right {
      right: 0 !important;
  }
}

.page-lenders .feature-image-left {
  left: -2%;
}

@media screen and (max-width:767px) {
  .page-lenders .feature-image-left {
      left: 0 !important;
  }
}

.page-lenders #aa-listings .feature-image-left {
  left: 2%;
  top: 30px;
}

.page-lenders #aa-screens .feature-image-left {
  top: 30px;
}

.page-lenders #aa-features-3 .tagline {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}

.page-lenders .lp-collat {
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-transform: translateZ(0) scale(0.98);
  -ms-transform: translateZ(0) scale(0.98);
  -webkit-transform: translateZ(0) scale(0.98);
  transform: translateZ(0) scale(0.98);
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-lenders .lp-collat:hover {
  z-index: 5;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-lenders .lp-flyer-vert {
  left: 13%;
  top: 0%;
  z-index: 1;
}

.page-lenders .lp-flyer-vert:hover {
  top: -1%;
}

.page-lenders .lp-flyer-horz {
  left: 34%;
  top: 33%;
  z-index: 2;
}

.page-lenders .lp-flyer-horz:hover {
  top: 32%;
}

.page-lenders .lp-fb {
  left: 59%;
  top: 10%;
  z-index: 1;
}

.page-lenders .lp-fb:hover {
  top: 11%;
}

.page-lenders .lp-mail {
  left: 40%;
  z-index: 0;
  top: -5%;
}

.page-lenders .lp-mail:hover {
  top: -6%;
}

.page-lenders #aa-testimonials .pane-title {
  font-family: "montserratlight", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.page-lenders #aa-testimonials .views-field-field-slide-text {
  font-size: 21px;
  color: #888;
  font-family: raleway, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-style: italic;
}

.page-lenders #aa-testimonials .views-field-field-slide-text .byline {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  font-style: normal;
}

.page-lenders #aa-testimonials .views-field-field-slide-image {
  clear: both;
  width: 60px;
  margin: 0 auto;
}

.page-lenders #aa-testimonials .views-field-field-slide-image img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  padding: 3px;
  border: 1px solid #b3dfe4;
}

.page-lenders #aa-testimonials .owl-prev {
  position: absolute;
  left: 5%;
  top: -5%;
  bottom: 0;
  margin: auto;
  height: 20px;
}

.page-lenders #aa-testimonials .owl-next {
  position: absolute;
  right: 5%;
  top: -5%;
  bottom: 0;
  margin: auto;
  height: 20px;
}

#lp-collateral {
  height: 550px;
}

.home-2017 .feature-image {
  position: absolute;
}

.home-2017 .feature-exposure {
  height: 650px;
}

.home-2017 .feature-exposure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 550px;
  top: -20px;
  transform: skewY(-7deg);
  background: #f9f9f9;
  z-index: 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.19);
}

.home-2017 #feature-img-leads {
  right: 35%;
  top: 50px;
  z-index: 2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.home-2017 #feature-img-publish {
  right: -5%;
  top: 20px;
  z-index: 4;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.home-2017 #feature-img-traffic {
  right: -12%;
  top: 195px;
  z-index: 3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.home-2017 #feature-img-lines {
  right: 12%;
  top: 315px;
  z-index: 2;
}

@media screen and (max-width:767px) {
  .home-2017 #feature-img-leads {
      right: 240px;
      top: -30px;
      z-index: 2;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      width: 200px;
  }

  .home-2017 #feature-img-publish {
      right: 32%;
      top: -50px;
      z-index: 4;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      width: 200px;
  }

  .home-2017 #feature-img-traffic {
      right: -22%;
      top: -32px;
      z-index: 3;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      width: 300px;
  }
}

.home-2017 .header-img-bg {
  background-image: url(../images/rela-hero-17.jpg);
  height: 590px;
  background-position: 0 0;
  overflow: hidden;
}

.home-2017 .header-img-bg:before {
  background: transparent;
}

@media screen and (max-width:767px) {
  .home-2017 .header-img-bg {
      height: 240px;
      margin-bottom: 40px;
  }
}

.home-2017 .header-img-bg .pane-content {
  padding-top: 80px;
}

.home-2017 .header-img-bg .pane-content .tagline {
  color: #b9b0a2;
}

@media screen and (max-width:767px) {
  .home-2017 .header-img-bg .pane-content {
      padding-top: 20px;
  }
}

.home-2017 #ice {
  position: absolute;
  right: -170px;
  top: -50%;
  z-index: 1;
}

.home-2017 #feature-themes {
  height: 680px;
}

.home-2017 #feature-themes .icon {
  vertical-align: sub;
}

.home-2017 #feature-themes:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: -50px;
  transform: skewY(-1.45deg);
  background-color: #ffffff;
  z-index: 1;
}

.home-2017 .pane-theme-slideshow-panel-slides-vert {
  text-align: center;
  position: absolute;
  top: 160px;
  width: 100%;
  display: inline-block;
  left: 0;
}

.home-2017 .view-display-id-panel_slides_vert {
  display: inline-block;
  position: relative;
}

.home-2017 .view-display-id-panel_slides_vert #theme-preview-pane {
  top: -33px;
  border: 1px solid #eee;
  border-radius: 3px 3px 0 0;
}

.home-2017 .view-display-id-panel_slides_vert img {
  width: 750px;
  margin-bottom: 20px;
  height: 445px;
  border: 1px solid #eee;
}

.page-authorize {
  background: #f9f9f9;
}

.page-authorize #navbar {
  display: none;
}

.page-authorize .footer {
  display: none;
}

.page-authorize .main-container {
  margin-top: 0 !important;
}

.page-authorize .auth-page-left {
  color: #fff;
}

.page-authorize .auth-page-left .tagline {
  font-family: Raleway, Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
}

.page-authorize .auth-page-left .intro-text {
  color: #bfbdd1;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}

.page-authorize .auth-page-left .icon {
  color: #bfbdd1;
  font-size: 28px;
}

.page-authorize .auth-page-left .icon-add-1 {
  font-size: 22px;
}

.page-authorize .auth-page-left .inside {
  margin-bottom: -9999px !important;
  padding-bottom: 9999px !important;
  background-image: url(../images/underlay-people-purple.jpg);
}

.page-authorize .auth-page-right {
  display: inline-block;
}

@media screen and (max-width:767px) {
  .page-authorize .auth-page-right {
      width: 100%;
  }
}

.page-authorize #theme-preview-pane {
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 0 !important;
  position: absolute;
  background: #fff;
  z-index: 9;
}

.page-authorize .pane-theme-slideshow .pane-content {
  float: none !important;
}

.page-authorize .form-switch {
  float: left;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.page-authorize .partner-app-auth-form {
  max-width: 400px;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.logged-in.page-authorize {
  background-image: url(../images/pu-bg.png);
  background-position: 60% 50%;
  background-repeat: no-repeat;
}

.pane-theme-slideshow .pane-content {
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  float: none;
  margin: 0 auto;
}

@media screen and (min-width:1200px) {
  .pane-theme-slideshow .pane-content {
      float: right;
  }
}

.pane-theme-slideshow .pane-content .view-content {
  position: relative;
  padding-top: 32px;
}

.pane-theme-slideshow .pane-content .view-theme-slideshow {
  position: relative;
}

.pane-theme-slideshow .pane-content .owl-carousel .owl-item img {
  height: 100%;
  border-top: 1px solid #eee;
}

.facebook-overview-page .main-container {
  margin-top: 0;
}

.facebook-overview-page .navbar-collapse.in {
  background: rgba(0, 0, 0, 0.59);
}

.facebook-overview-page .affix .navbar-collapse.in {
  background: transparent;
}

.facebook-overview-page .fb-cta-white {
  margin-top: 60px;
  background-color: #fff;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75));
  color: #1269a8;
  border: 0;
  box-shadow: 3px -1px 15px #095e96;
  border-radius: 2px;
  font-size: 16px;
}

.facebook-overview-page .feature-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 40px;
}

.facebook-overview-page #navbar.navbar-dark {
  background: transparent;
}

.facebook-overview-page #navbar.affix {
  background: rgba(49, 55, 61, 0.74);
}

.facebook-overview-page .page-title-header {
  height: 500px;
  background-color: #0e64a0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF085C94', endColorstr='#FF9BC1FA');
  background: url(../images/bg-honeycomb.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NWM5NCIvPjxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjMWM3N2JkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWJjMWZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(../images/bg-honeycomb.png), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #085c94), color-stop(54%, #1c77bd), color-stop(100%, #9bc1fa));
  background: url(../images/bg-honeycomb.png), -moz-linear-gradient(left top, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
  background: url(../images/bg-honeycomb.png), -webkit-linear-gradient(left top, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
  background: url(../images/bg-honeycomb.png), linear-gradient(to right bottom, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
}

.facebook-overview-page .page-title-header .copy {
  padding-top: 90px;
}

.facebook-overview-page .page-title-header .copy .tagline {
  color: #b1cef9 !important;
  font-size: 20px;
}

.facebook-overview-page .page-title-header .video-cta {
  position: absolute;
  left: 53%;
  top: 150px;
}

.facebook-overview-page #features_site-builder {
  height: 540px;
}

.facebook-overview-page #features_site-builder .copy {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .facebook-overview-page #features_site-builder .copy {
      margin-top: 0;
  }
}

.facebook-overview-page #features_site-builder .feature-image-right {
  left: 55%;
  top: 20px;
  position: absolute;
}

.facebook-overview-page #features_site-builder .feature-image-right img {
  box-shadow: -2px 0px 9px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width:767px) {
  .facebook-overview-page #features_site-builder .feature-image-right {
      position: relative;
      left: 0;
      margin: 0;
  }

  .facebook-overview-page #features_site-builder .feature-image-right img {
      width: auto;
  }
}

.facebook-overview-page #fb-feature-audience {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f7f9;
  padding-bottom: 80px !important;
}

.facebook-overview-page #fb-feature-audience .icon {
  position: absolute;
  right: -45px;
  top: -2px;
  font-size: 33px;
  color: #39aae7;
}

.facebook-overview-page #fb-feature-audience .feature-image {
  position: absolute;
  right: 55%;
  top: 0;
}

@media screen and (max-width:767px) {
  .facebook-overview-page #fb-feature-audience .feature-image {
      position: relative;
      left: 0;
  }
}

.facebook-overview-page #fb-feature-leads {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  height: 520px;
}

.facebook-overview-page #fb-feature-leads .icon {
  position: absolute;
  right: -57px;
  top: -5px;
  font-size: 35px;
  color: #fbbc02;
}

.facebook-overview-page #fb-feature-leads .feature-image {
  position: absolute;
  left: 55%;
  top: 35px;
}

.facebook-overview-page #fb-feature-leads .feature-image img {
  box-shadow: -7px -2px 13px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:767px) {
  .facebook-overview-page #fb-feature-leads {
      height: 740px;
  }

  .facebook-overview-page #fb-feature-leads .signup-cta {
      margin: 0 auto;
      display: block;
      width: 200px;
  }

  .facebook-overview-page #fb-feature-leads .feature-image {
      left: 2%;
      position: relative;
  }
}

.facebook-overview-page #fb-feature-combo {
  background-color: #34caf7;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF34CAF7', endColorstr='#FF2783E6');
  background: url(../images/bg-checkers.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NWM5NCIvPjxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjMWM3N2JkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOWJjMWZhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url(../images/bg-checkers.png), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #085c94), color-stop(54%, #1c77bd), color-stop(100%, #9bc1fa));
  background: url(../images/bg-checkers.png), -moz-linear-gradient(left top, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
  background: url(../images/bg-checkers.png), -webkit-linear-gradient(left top, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
  background: url(../images/bg-checkers.png), linear-gradient(to right bottom, #085c94 0%, #1c77bd 54%, #9bc1fa 100%);
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 50px;
}

.facebook-overview-page #fb-feature-combo .feature-title {
  color: #fff;
}

.facebook-overview-page #fb-feature-combo .tagline {
  color: #b0d8f5;
}

.facebook-overview-page #fb-feature-combo .feature-desc {
  margin: 0 auto;
}

.facebook-overview-page #fb-feature-combo .feature-header .feature-desc {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .facebook-overview-page #fb-feature-combo .feature-header .feature-desc {
      width: 70%;
  }
}

@media screen and (max-width:991px) {
  .facebook-overview-page #fb-feature-combo .feature-header .feature-desc {
      width: 100%;
  }
}

@media screen and (max-width:991px) {
  .facebook-overview-page #fb-feature-combo {
      background-attachment: scroll;
  }
}

.facebook-overview-page #fb-feature-combo .feature-3-bg-image {
  height: 184px;
}

.facebook-overview-page #fb-feature-combo .features-fb-rela-site {
  background-position: 0 -602px;
  width: 274px;
}

.facebook-overview-page #fb-feature-combo .features-fb-post {
  background-position: 0 -374px;
  width: 290px;
}

.facebook-overview-page #fb-feature-combo .features-fb-leads {
  background-position: 0 -146px;
  width: 290px;
}

.facebook-overview-page #features_signup-cta {
  margin-top: 0;
}

.facebook-overview-page #fb-bottom-cta-pane {
  padding: 50px 0;
  border-top: 1px solid #10578c;
  background: #f5f7f9;
}

.title-with-icon {
  display: inline-block;
  position: relative;
}

@media screen and (max-width:767px) {
  .title-with-icon {
      width: 100%;
  }
}

#pf-cta {
  position: fixed;
  width: 100%;
  background: #e9f0f1;
  bottom: 0;
  z-index: 10;
}

#pf-cta .pf-logo {
  width: 25%;
  float: left;
  padding: 17px 20px;
  background: #fff;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.19);
  height: 100%;
  position: absolute;
  left: 0;
}

#pf-cta .pf-logo img {
  width: 90%;
  height: auto;
  max-width: 225px;
}

@media screen and (max-width:767px) {
  #pf-cta .pf-logo {
      display: none;
  }
}

#pf-cta .pf-tagline {
  color: #134f81;
  float: left;
  width: 50%;
  margin-left: 26%;
  padding-top: 13px;
  position: relative;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #pf-cta .pf-tagline {
      width: 30%;
  }
}

@media screen and (max-width:767px) {
  #pf-cta .pf-tagline {
      margin-left: 12px;
      width: 200px;
  }
}

#pf-cta .pf-tagline .tagline {
  margin-bottom: 5px;
  font-size: 20px;
  color: #77a22f;
}

@media screen and (max-width:767px) {
  #pf-cta .pf-tagline .tagline {
      font-size: 14px;
  }
}

#pf-cta .pf-tagline .subhead {
  font-size: 14px;
  margin-bottom: 10px;
  color: #134f81;
}

@media screen and (max-width:767px) {
  #pf-cta .pf-tagline .subhead {
      display: none;
  }
}

#pf-cta .pf-tagline .icon {
  float: right;
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 26px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #pf-cta .pf-tagline .icon {
      right: -60px;
  }
}

#pf-cta .pf-cta {
  position: absolute;
  right: 75px;
  top: -10px;
  background: #77a22f;
  width: 200px;
  text-align: center;
  height: 115%;
}

#pf-cta .pf-cta .tagline {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}

#pf-cta .pf-cta .btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 8px;
  margin: 7px;
}

@media screen and (max-width:767px) {
  #pf-cta .pf-cta .tagline {
      font-size: 16px;
  }

  #pf-cta .pf-cta .btn {
      font-size: 12px;
  }
}

.org-register-page #rela_quick_register_form-wrapper {
  display: inline-block;
}

.org-register-page .field-name-field-org-logo-login img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}

.org-register-page .pane-org-reg-forms {
  position: absolute !important;
  top: 90px;
  width: 550px;
  background: #fff;
  left: 54%;
  z-index: 3;
  padding: 25px 40px 0px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
  border-radius: 6px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .org-register-page .pane-org-reg-forms {
      left: 46%;
  }
}

@media screen and (max-width:991px) {
  .org-register-page .pane-org-reg-forms {
      left: 0;
      right: 0;
      margin: auto;
  }
}

@media screen and (max-width:767px) {
  .org-register-page .pane-org-reg-forms {
      width: 90%;
      padding: 25px 10px 0 10px;
  }

  .org-register-page .pane-org-reg-forms #rela_quick_register_form-wrapper {
      padding: 0;
  }
}

.z-photog-lander #navbar {
  display: none;
}

.z-photog-lander .branding-header {
  background-color: #1a395b;
  position: fixed;
  height: 51px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}

.z-photog-lander .header-img-bg {
  height: 720px;
}

.z-photog-lander .header-img-bg .divider {
  width: 200px;
  background-color: #ff934a;
  height: 3px;
  margin: 0 auto;
}

.z-photog-lander .header-img-bg .pane-content {
  padding-top: 60px;
}

.z-photog-lander .header-img-bg .pane-content .tagline {
  font-size: 20px;
}

.z-photog-lander .header-img-bg:before {
  background: -moz-radial-gradient(center, ellipse cover, rgba(4, 34, 84, 0.65) 0%, transparent 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(4, 34, 84, 0.65) 0%, transparent 100%);
  background: radial-gradient(ellipse at center, rgba(4, 34, 84, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6042254', endColorstr='#00000000', GradientType=1);
}

.z-photog-lander .callout-full {
  overflow: hidden;
}

.z-photog-lander .callout-full .checkers-bottom-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.z-photog-lander .address-search-form {
  position: absolute;
  top: 380px;
  z-index: 9;
  width: 600px;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(29, 45, 71, 0.88);
  padding: 20px 40px;
  border-radius: 3px;
}

@media screen and (max-width:767px) {
  .z-photog-lander .address-search-form {
      width: 100%;
      padding: 20px;
  }
}

.z-photog-lander .address-search-form input[type="checkbox"]:focus {
  outline: none;
}

.z-photog-lander .address-search-form .form-text {
  height: 43px;
}

.z-photog-lander .address-search-form .form-required {
  display: none;
}

.z-photog-lander .address-search-form .form-group {
  margin-bottom: 0;
}

.z-photog-lander .address-search-form .field-name-field-property-address {
  width: 100%;
  float: left;
  display: inline-block;
}

.z-photog-lander .address-search-form .street-block {
  width: 75%;
  float: left;
}

.z-photog-lander .address-search-form .locality-block {
  width: 20%;
  float: right;
}

.z-photog-lander .checkbox {
  margin-top: 10px !important;
  margin-right: 27px;
  float: left;
}

.no-webp .page-internal-ow:after {
  background: no-repeat #fff url("../images/checkers.png") top right;
}

.page-internal-ow:after {
  background: no-repeat #fff url("../images/checkers.webp") top right;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  right: 0;
}

.page-internal-ow .logo-black {
  display: block !important;
}

.page-internal-ow .logo-white {
  display: none !important;
}

.page-internal-ow .page-title-header {
  margin-top: 40px;
}

.page-internal-ow .page-title-header-dark {
  background: transparent;
}

.page-internal-ow .page-title-header-dark .title {
  color: #000;
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.page-internal-ow .page-title-header-dark .tagline {
  color: #444 !important;
}

.page-internal-ow .section-title-left .title {
  font-size: 64px;
}

.page-feature-broker .page-title-header {
  height: 550px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.11);
}

.page-feature-broker #value-summary-section {
  overflow: hidden;
  padding-bottom: 90px;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.page-feature-broker #value-summary-section .boxes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.page-feature-broker #value-summary-section .boxes-wrapper .box {
  width: 350px;
}

.page-feature-broker #value-summary-section .boxes-wrapper .box .box-info {
  margin-left: 15px;
}

.page-feature-broker #value-summary-section .boxes-wrapper .box .box-icon {
  color: #ee481b;
  font-size: 60px;
}

.page-feature-broker #value-summary-section .boop {
  width: 1070px;
  height: 740px;
  position: absolute;
  opacity: .60;
  -moz-transform: rotate(208deg);
  -ms-transform: rotate(208deg);
  -webkit-transform: rotate(208deg);
  transform: rotate(208deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZWNlZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTdlY2VlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #daecef), color-stop(50%, #f7f7f7), color-stop(100%, #e7ecee));
  background-image: -moz-linear-gradient(bottom, #daecef, #f7f7f7, #e7ecee);
  background-image: -webkit-linear-gradient(bottom, #daecef, #f7f7f7, #e7ecee);
  background-image: linear-gradient(to top left, #daecef, #f7f7f7, #e7ecee);
  top: 0;
  left: 56%;
  z-index: 0;
}

@media screen and (max-width:991px) {
  .page-feature-broker #value-summary-section .boop {
      right: 0;
  }
}

.page-feature-broker #super-section {
  height: 650px;
}

.page-feature-broker #super-section #screen-float {
  left: 55%;
  position: absolute;
  top: 30px;
}

.page-feature-printing .page-title-header {
  height: 550px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.11);
}

.page-feature-printing .page-title-header .feature-image {
  position: absolute;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.27);
}

.page-feature-printing .page-title-header .flyer-p {
  left: 54%;
  top: 80px;
  z-index: 3;
}

.page-feature-printing .page-title-header .flyer-l {
  left: 71%;
  top: 240px;
  z-index: 2;
}

.page-feature-printing .page-title-header .frmr {
  left: 68%;
  top: 310px;
  z-index: 4;
}

.page-feature-printing #video-tops {
  position: absolute;
  left: 51%;
  top: 148px;
  z-index: 2;
}

.page-feature-printing #print-pm-video {
  position: absolute;
  left: 51%;
  top: 170px;
  z-index: 1;
  box-shadow: -8px 3px 20px rgba(0, 0, 0, 0.22);
}

.page-feature-printing #demo-section {
  height: 670px;
  overflow: hidden;
}

@media screen and (max-width:991px) {
  .page-feature-printing #demo-section {
      height: auto;
      padding-bottom: 40px;
  }
}

.page-feature-printing #demo-section .btn-orange {
  background-color: transparent;
  border-color: #fff;
}

.page-feature-printing #demo-section .divider {
  width: 100%;
  position: relative;
  float: left;
}

.page-feature-printing #demo-section .divider:before {
  content: '';
  background: #fff;
  height: 3px;
  width: 63px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
}

.page-feature-printing #demo-section .feature-title {
  color: #fff;
}

.page-feature-printing #demo-section .tagline {
  color: #fff;
}

.page-feature-printing #demo-section .boop {
  width: 1070px;
  height: 1500px;
  position: absolute;
  -moz-transform: rotate(148deg);
  -ms-transform: rotate(148deg);
  -webkit-transform: rotate(148deg);
  transform: rotate(148deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0NGI5MiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjA2MTdkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjM4NzRhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #d44b92), color-stop(50%, #f0617d), color-stop(100%, #f3874a));
  background-image: -moz-linear-gradient(bottom, #d44b92, #f0617d, #f3874a);
  background-image: -webkit-linear-gradient(bottom, #d44b92, #f0617d, #f3874a);
  background-image: linear-gradient(to top left, #d44b92, #f0617d, #f3874a);
  top: -620px;
  right: 59%;
  z-index: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.46);
}

@media screen and (max-width:991px) {
  .page-feature-printing #demo-section .boop {
      right: 0;
  }
}

.page-feature-printing #print-examples {
  box-shadow: 0px -12px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-opacity='0.4'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper:before,
.page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper:after {
  content: " ";
  display: table;
}

.page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper:after {
  clear: both;
}

@media (min-width:768px) {
  .page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper {
      width: 750px;
  }
}

@media (min-width:992px) {
  .page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper {
      width: 970px;
  }
}

@media (min-width:1200px) {
  .page-feature-pricing #tabs-pricing_tabs-middle .tab-content-wrapper {
      width: 1170px;
  }
}

.page-feature-pricing #tabs-pricing_tabs-middle .broker-product-wrapper .views-row {
  border: 0 none !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
}

.page-feature-pricing .icons-grid {
  margin-top: 60px;
  border-top: 1px solid #fbd5d2;
}

.page-feature-pricing .icons-grid .feature-title {
  margin-top: -70px;
}

.page-feature-pricing .icons-grid,
.page-feature-pricing .pane-faqs-panel-faq-front {
  background-color: #f9f9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.page-feature-pricing #pricing-faqs {
  overflow: hidden;
}

.page-feature-pricing #pricing-faqs .pane-title {
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.page-feature-pricing #pricing-faqs:before {
  content: '';
  width: 114vw;
  height: 1500px;
  position: absolute;
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0NGI2YSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjA2MTYxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjM4ODRhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 100%, 0% 0%, color-stop(0%, #d44b6a), color-stop(50%, #f06161), color-stop(100%, #f3884a));
  background-image: -moz-linear-gradient(bottom, #d44b6a, #f06161, #f3884a);
  background-image: -webkit-linear-gradient(bottom, #d44b6a, #f06161, #f3884a);
  background-image: linear-gradient(to top left, #d44b6a, #f06161, #f3884a);
  top: 180px;
  left: 0;
  z-index: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.46);
}

.page-feature-pricing #pricing-faqs .pane-title {
  text-align: center;
  margin-bottom: 50px;
}

.pane-menu-menu-pricing-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 600px;
  margin: 30px auto 20px auto;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  text-align: center;
  font-size: 16px;
  border: 1px solid #f34e2e;
  text-transform: uppercase;
}

@media screen and (max-width:767px) {
  .pane-menu-menu-pricing-links ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 350px;
  }
}

.pane-menu-menu-pricing-links ul li {
  width: 100%;
}

.pane-menu-menu-pricing-links ul li a {
  color: #222;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.pane-menu-menu-pricing-links ul li a:hover {
  color: #fff;
  background: #f34e2e;
}

.pane-menu-menu-pricing-links ul li a.active {
  color: #fff;
  background: #f34e2e;
}

.page-pricing .pricing-block .pane-title {
  display: none;
}

.page-pricing .pricing-block .view-owl-pricing-table {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px !important;
}

@media screen and (min-width:1200px) {
  .page-pricing .pricing-block .view-owl-pricing-table {
      width: 80%;
  }
}

.photog-public-page .margin-top {
  margin-top: 0;
}

.photog-public-page .header-img-bg {
  height: 350px;
}

.photog-public-page .header-img-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(3, 4, 15, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(3, 4, 15, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(3, 4, 15, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#b303040f', GradientType=0);
}

.photog-public-page .header-text-bottom {
  position: absolute;
  bottom: 60px;
}

.photog-public-page .about-text {
  line-height: 28px;
}

.photog-public-page .profile-details-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.photog-public-page .zillow-logo-sidebar {
  padding: 10px 20px;
  background: #fff;
  margin-top: -120px;
  margin-bottom: 50px;
  border-radius: 4px;
}

@media screen and (max-width:991px) {
  .photog-public-page .zillow-logo-sidebar {
      margin: auto;
      margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .photog-public-page #photos .photos-inner {
      padding-top: 100px;
      margin: 0;
  }
}

.photog-public-page #photos .grid-item,
.photog-public-page #photos .grid-sizer {
  width: 20%;
}

@media screen and (min-width:768px) and (max-width:991px) {

  .photog-public-page #photos .grid-item,
  .photog-public-page #photos .grid-sizer {
      width: 25%;
  }
}

@media screen and (max-width:767px) {

  .photog-public-page #photos .grid-item,
  .photog-public-page #photos .grid-sizer {
      width: 33.333333333333333%;
  }
}

.photog-public-page #photos .grid-item {
  float: left;
  height: 150px;
  background: #0D8;
  border: 10px solid #fff;
}

.photog-public-page #photos .grid-item--width2 {
  width: 40%;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .photog-public-page #photos .grid-item--width2 {
      width: 50%;
  }
}

@media screen and (max-width:767px) {
  .photog-public-page #photos .grid-item--width2 {
      width: 66.66666666666666666666%;
  }
}

.photog-public-page #photos .grid-item--height2 {
  height: 300px;
}

#showcase {
  width: 100%;
  display: inline-block;
}

#showcase .showcase-tab {
  cursor: pointer;
}

.page-user-login,
.page-user-register,
.page-user-password {
  margin-bottom: 0 !important;
}

#user-login-hero {
  height: 100vh;
  width: 100%;
  background: url(../images/rela_home_hero.jpg) no-repeat top left;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#user-login-hero .alert-messages-wrapper {
  text-align: left;
}

@media screen and (max-width:991px) {
  #user-login-hero {
      overflow-y: auto;
      background: #fff;
  }
}

#user-login-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: url(../images/shade-1.png) no-repeat right top;
  background-size: auto 100%;
  z-index: 5;
}

@media screen and (max-width:991px) {
  #user-login-hero:before {
      content: unset;
  }
}

#user-login-hero:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(40% + 1px);
  background: #fff;
  margin-left: -1px;
  z-index: 5;
}

@media screen and (max-width:991px) {
  #user-login-hero:after {
      content: unset;
  }
}

#user-login-hero .logo {
  position: absolute;
  z-index: 6;
  padding: 5px;
  margin-top: 10px;
}

#user-login-hero .logo img {
  width: 119px;
}

#user-login-hero .right-side-login,
#user-login-hero .left-side-login {
  height: 100%;
  text-align: center;
}

@media screen and (max-width:991px) {
  #user-login-hero .right-side-login {
      margin-bottom: 140px;
  }
}

#user-login-hero .sign-in-form {
  display: inline-block;
  position: relative;
  top: 160px;
  z-index: 101;
  width: 450px;
  padding-left: 5%;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  #user-login-hero .sign-in-form {
      width: 385px;
  }
}

@media screen and (max-width:767px) {
  #user-login-hero .sign-in-form {
      padding-left: 0;
      max-width: 450px;
      width: 100%;
      padding: 0 20px;
      top: 100px;
  }
}

#user-login-hero .sign-in-form .log-in-title {
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 64px;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  #user-login-hero .sign-in-form .log-in-title {
      font-size: 56px;
  }
}

#user-login-hero .sign-in-form #rela_login_form-wrapper,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper {
  padding: 0 !important;
}

#user-login-hero .sign-in-form #rela_login_form-wrapper .modal-login-form,
#user-login-hero .sign-in-form #rela_login_form-wrapper .user-info-from-cookie,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper .modal-login-form,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper .user-info-from-cookie {
  padding: 0 !important;
  border: 0 none transparent !important;
  background: transparent !important;
}

#user-login-hero .sign-in-form #rela_login_form-wrapper button.form-submit,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper button.form-submit {
  width: auto;
  float: left;
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
  border-radius: 0 !important;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 8px 46px;
}

#user-login-hero .sign-in-form #rela_login_form-wrapper .password-reset-link,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper .password-reset-link {
  padding-left: 0px !important;
}

#user-login-hero .sign-in-form #rela_login_form-wrapper .password-reset-link a,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper .password-reset-link a {
  display: inline-block;
}

#user-login-hero .sign-in-form #rela_login_form-wrapper .password-reset-link a.pull-right,
#user-login-hero .sign-in-form #rela_quick_register_form-wrapper .password-reset-link a.pull-right {
  display: none;
}

#user-login-hero .sign-in-form .singin-cta {
  float: right;
  margin-top: -39px;
  position: relative;
  z-index: 101;
  padding-right: 15px;
}

#user-login-hero .whats-new {
  text-align: left;
  display: inline-block;
  position: relative;
  top: 160px;
  z-index: 100;
  width: 550px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  #user-login-hero .whats-new {
      width: 385px;
  }

  #user-login-hero .whats-new .whats-new-title {
      font-size: 56px !important;
  }
}

#user-login-hero .whats-new .whats-new-title {
  font-size: 64px;
  color: #fff;
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
  letter-spacing: 2px;
  border-bottom: 1px solid #f34e2e;
  text-shadow: 0 0 60px black;
  width: 70%;
}

#user-login-hero .whats-new .whats-new-content {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 12px black;
  padding: 10px 0 0 0;
}

#user-login-hero .whats-new .whats-new-content .views-field-title {
  color: #fff;
  font-size: 24px;
}

#user-login-hero .checkers-top-right {
  position: absolute;
  top: 0px;
  left: 29%;
  z-index: 100;
}

#user-login-hero .underlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.34);
  position: absolute;
  z-index: 2;
}

@media screen and (max-width:991px) {
  #user-login-hero .underlay {
      display: none;
  }
}

#user-login-hero.register .signin-cta {
  float: left;
  position: relative;
  z-index: 101;
}

#user-login-hero.password .log-in-title {
  line-height: 1.1;
}

#user-login-hero.password .help-text {
  text-align: left;
}

#user-login-hero.password .help-text p {
  margin-top: 20px;
}

#user-login-hero.password .password-reset-form {
  padding: 0 !important;
  border: 0 none transparent !important;
  background: transparent !important;
}

#user-login-hero.password .password-reset-form input {
  height: 55px;
}

#user-login-hero.password .password-reset-form button.form-submit {
  width: auto;
  float: left;
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
  border-radius: 0 !important;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 8px 46px;
  margin-top: 10px;
}

#user-login-hero.password .password-reset-form .signin-link {
  float: left;
  clear: both;
  margin-top: 10px;
}

.page-internal-ow .bg-pattern-1 {
  background-color: #f9f9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.page-feature-photog-store .feature-section {
  height: 550px;
  border-bottom: 1px solid #fbd5d2;
}

@media screen and (max-width:767px) {
  .page-feature-photog-store .feature-section {
      height: auto;
      margin-bottom: 40px;
      text-align: center;
  }

  .page-feature-photog-store .feature-section .feature-image {
      position: relative;
      left: 0;
      top: 40px;
  }

  .page-feature-photog-store .feature-section .feature-image img {
      width: 100%;
      max-width: 400px;
      margin: auto;
      height: auto;
      display: block;
  }
}

@media screen and (min-width:768px) {
  .page-feature-photog-store #wl-features .product-edit {
      position: absolute;
      left: 120px;
      width: 420px;
      height: auto;
      box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
      z-index: 2;
  }

  .page-feature-photog-store #wl-features .package-form {
      box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
      width: 600px;
      height: auto;
      position: absolute;
      left: 0px;
      z-index: 1;
      top: 70px;
  }
}

.page-feature-photog-store #feature-cal img {
  box-shadow: -1px 17px 30px rgba(0, 0, 0, 0.38);
}

.page-feature-photog-store #feature-payments img {
  width: 600px;
  height: auto;
  box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
}

.page-feature-photog-store #feature-icons {
  padding: 50px 0;
  border-bottom: 1px solid #fbd5d2;
}

.page-feature-photog-store #feature-icons .pane-title {
  margin-bottom: 60px;
  text-align: center;
}

.page-feature-photog-store #feature-icons .fa-cc-stripe {
  margin-left: -5px;
}

.page-feature-photog-store #feature-icons .views-row .feature-icon {
  -webkit-transition: color 0.55s ease;
  -o-transition: color 0.55s ease;
  transition: color 0.55s ease;
}

.page-feature-photog-store #feature-icons .views-row:hover .feature-icon {
  color: #fd4913;
}

.page-feature-photog-store #wl-overview {
  overflow: hidden;
}

.page-feature-photog-store #wl-overview video {
  width: 800px;
  height: 498.016px;
  display: block;
  margin: auto;
  box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.page-feature-photog-store #wl-overview .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 114vw;
  height: 1500px;
  position: absolute;
  transform: rotate(-11deg);
  top: 180px;
  left: 0;
  z-index: 0;
  border-top: 226px solid #63c1de;
}

.page-feature-photog-store #wl-overview .video-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  width: 500px;
  margin: 45px auto 80px auto;
}

.page-feature-photog-store #wl-overview .video-tabs .tab {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  padding: 20px 25px;
  width: 200px;
  border-radius: 4px;
  color: #888;
  background: transparent;
}

.page-feature-photog-store #wl-overview .video-tabs .tab.active {
  color: #000;
  background: #fff;
  box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
}

.page-feature-photog-store #wl-pricing .icon-shop {
  font-size: 90px;
  background: linear-gradient(#f17f7f, #e2974e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.photog-overview-lander .btn-pricing-table-cta:hover {
  color: inherit !important;
  background: inherit !important;
}

@media screen and (max-width:991px) {
  .photog-overview-lander .feature-section {
      height: auto;
  }
}

@media screen and (max-width:767px) {
  .photog-overview-lander .feature-section .feature-image {
      top: 0;
  }
}

.photog-overview-lander .icons-grid {
  border-bottom: 1px solid #fbd5d2;
}

.photog-overview-lander .page-title-header {
  height: 550px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.11);
  z-index: 2;
}

@media screen and (max-width:767px) {
  .photog-overview-lander .page-title-header {
      height: auto;
  }
}

.photog-overview-lander .page-title-header .feature-image {
  position: absolute;
}

.photog-overview-lander .page-title-header .frmr {
  left: 52%;
  top: 70px;
  z-index: 4;
}

@media screen and (min-width:768px) {
  .photog-overview-lander .page-title-header .frmr {
      top: 120px;
  }
}

@media screen and (max-width:767px) {
  .photog-overview-lander .page-title-header .frmr {
      position: relative;
      left: unset;
      top: unset;
      width: 120%;
      height: auto;
  }
}

.photog-overview-lander .icons-grid-4 .headline {
  font-size: 18px !important;
  font-weight: 500;
}

.photog-overview-lander #feature-spw .feature-image {
  right: 50%;
  top: 24px;
}

@media screen and (max-width:767px) {
  .photog-overview-lander #feature-spw .feature-image {
      top: 15px;
  }
}

.photog-overview-lander #feature-printing .feature-image img {
  box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.25);
}

.photog-overview-lander #feature-printing .feature-image .print-1 {
  width: 350px;
  height: auto;
  position: absolute;
  right: 135px;
}

.photog-overview-lander #feature-printing .feature-image .print-2 {
  z-index: 7;
  position: absolute;
  right: 50px;
  top: 220px;
  width: 270px;
  height: auto;
}

.features-header-primary {
  overflow: hidden;
  height: 550px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.11);
  z-index: 2;
}

.features-header-primary .feature-image {
  left: 52%;
  top: 70px;
  z-index: 4;
  position: absolute;
}

.page-internal-ow .title-center .pane-title {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 50px;
}

.page-node.node-type-platform-feature .tabs--primary {
  position: absolute;
  left: 0;
  top: 50px;
}

.page-node.node-type-platform-feature .header {
  padding-top: 100px;
  height: 340px;
  background-color: #f8f8f8;
}

.page-node.node-type-platform-feature .header .divider {
  background-color: red;
  height: 2px;
  width: 250px;
  margin-top: 25px;
}

.page-node.node-type-platform-feature .header .headline-highlights .field-items {
  column-count: 2;
}

.page-node.node-type-platform-feature .header .headline-highlights .field-items .field-item {
  margin-bottom: 10px;
}

.page-node.node-type-platform-feature .header .feature-image-wrap img {
  position: absolute;
  top: -37px;
}

.page-node.node-type-platform-feature .overview-headline {
  line-height: 26px;
}

.page-node.node-type-platform-feature .related-features h3 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.page-node.node-type-platform-feature .feature-details-wrap ul li {
  font-size: 15px;
}

.page-node.node-type-platform-feature .feature-details-wrap ul a {
  color: #333;
}

.page-node.node-type-platform-feature .feature-details-wrap ul a:hover {
  color: #3c73a2;
}

.page-node.node-type-platform-feature .feature-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.property-gallery--owl-full .image-bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 650px;
  width: 100%;
  background-position: center center;
}

.property-gallery--owl-full .views-field-field-property-video .field-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.property-gallery--owl-full .views-field-field-property-video .field-content iframe,
.property-gallery--owl-full .views-field-field-property-video .field-content object,
.property-gallery--owl-full .views-field-field-property-video .field-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.property-gallery--owl-full .owl-controls {
  position: absolute;
  top: 40%;
  z-index: 9;
  color: #fff;
  font-size: 45px;
  width: 100%;
}

.property-gallery--owl-full .owl-controls .owl-prev {
  float: left;
}

.property-gallery--owl-full .owl-controls .owl-next {
  float: right;
}

.view-template-owl-slider {
  height: 400px;
  display: inline-block;
  width: 700px;
}

.view-template-owl-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.view-template-owl-slider .owl-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transition: all, 0.99, easeinout;
  -o-transition: all, 0.99, easeinout;
  transition: all, 0.99, easeinout;
}

.view-template-owl-slider .owl-carousel .center img {
  transform: scale(1);
}

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation-fill-mode: none !important;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  animation-fill-mode: none !important;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.tv .screen.active {
  opacity: 1;
}

.gallery-overlay-cta {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gallery-overlay-cta .gallery-hover-text {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background: transparent;
  position: absolute;
  color: #fff;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding-top: 30%;
  -webkit-transition: all ease-out 0.25s;
  -o-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}

.gallery-overlay-cta .gallery-hover-text:hover {
  opacity: 1;
}

.gallery-overlay-cta span.inner {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 168px;
  display: none;
}

.gallery-overlay-cta:hover {
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.gallery-overlay-cta:hover span.inner {
  display: block;
}

.view-display-id-embed_owl_main .show-full-gallery a {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  color: #000;
}

.view-display-id-embed_owl_main .show-full-gallery .icon {
  color: #000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.view-display-id-embed_owl_main .show-full-gallery:hover .i-right {
  margin-left: 20px !important;
}

.view-display-id-embed_owl_main .show-full-gallery:hover .i-left {
  margin-right: 20px !important;
}

.view-display-id-embed_owl_main .owl-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: -20px;
  height: 35px;
}

.view-display-id-embed_owl_main .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -20px;
  height: 35px;
}

.view-display-id-embed_owl_main .owl-item img {
  transform-style: initial;
  height: auto;
}

.view-display-id-embed_owl_main .owl-image-ph {
  height: 300px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .view-display-id-embed_owl_main .owl-image-ph {
      height: 250px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .view-display-id-embed_owl_main .owl-image-ph {
      height: 150px;
  }
}

.owl-fullbg,
.owl-gallery-ryne,
.owl-gallery-ryne-videos {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.owl-fullbg .view-content,
.owl-gallery-ryne .view-content,
.owl-gallery-ryne-videos .view-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.owl-fullbg .owl-stage,
.owl-fullbg .owl-stage-outer,
.owl-gallery-ryne .owl-stage,
.owl-gallery-ryne .owl-stage-outer,
.owl-gallery-ryne-videos .owl-stage,
.owl-gallery-ryne-videos .owl-stage-outer {
  height: 100%;
}

.owl-fullbg .owl-prev,
.owl-gallery-ryne .owl-prev,
.owl-gallery-ryne-videos .owl-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: -20px;
  height: 35px;
}

.owl-fullbg .owl-next,
.owl-gallery-ryne .owl-next,
.owl-gallery-ryne-videos .owl-next {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -20px;
  height: 35px;
}

.owl-fullbg .views-row,
.owl-gallery-ryne .views-row,
.owl-gallery-ryne-videos .views-row {
  width: 100%;
  height: 100%;
  text-align: center;
}

.owl-fullbg .views-field-field-property-image-description,
.owl-gallery-ryne .views-field-field-property-image-description,
.owl-gallery-ryne-videos .views-field-field-property-image-description {
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.39);
  color: #fff;
  padding: 10px 110px;
  top: 10px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.owl-fullbg .owl-item,
.owl-gallery-ryne .owl-item,
.owl-gallery-ryne-videos .owl-item {
  height: 100%;
}

.owl-fullbg .owl-item img,
.owl-gallery-ryne .owl-item img,
.owl-gallery-ryne-videos .owl-item img {
  transform-style: initial;
  height: auto;
}

.owl-fullbg .owl-image-ph,
.owl-gallery-ryne .owl-image-ph,
.owl-gallery-ryne-videos .owl-image-ph {
  position: absolute;
  height: 100%;
  width: 100%;
}

.owl-fullbg .views-field-field-property-video-url,
.owl-gallery-ryne .views-field-field-property-video-url,
.owl-gallery-ryne-videos .views-field-field-property-video-url {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.owl-fullbg .views-field-field-property-video-url div,
.owl-gallery-ryne .views-field-field-property-video-url div,
.owl-gallery-ryne-videos .views-field-field-property-video-url div {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.owl-thumbs .owl-image-ph {
  height: 100px;
}

.owl-thumbs .owl-image-ph .fa,
.owl-thumbs .owl-image-ph .response-icon-Note,
.owl-thumbs .owl-image-ph .response-icon-Email,
.owl-thumbs .owl-image-ph .status-icon-Published,
.owl-thumbs .owl-image-ph .status-icon-Not {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  font-size: 40px;
  text-shadow: 0 0 6px #0e6b77;
}

.owl-thumbs .owl-item {
  height: 100%;
}

.owl-thumbs .owl-item img {
  transform-style: initial;
  height: auto;
}

.rela-swiper-fullbg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.rela-swiper-fullbg .swiper_fullbg_embed-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.rela-swiper-fullbg .views-row {
  width: 100%;
  height: 100%;
}

.rela-swiper-fullbg .swiper-image-ph {
  position: absolute;
  height: 100%;
  width: 100%;
}

.rela-swiper-thumbs {
  width: 90%;
  margin: 0 auto;
}

.rela-swiper-thumbs .views-row {
  float: left;
}

#block-views-property-gallery-block-main-owl {
  display: none;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#block-views-property-gallery-block-main-owl .views-field-field-property-image-description {
  background: url(../images/bgtrans--black-60.png);
  width: 100%;
  color: #fff;
  position: absolute;
  padding: 8px;
  text-align: left;
  top: 0;
}

@media screen and (min-width:992px) {
  #block-views-property-gallery-block-main-owl {
      max-width: 1000px;
      margin-top: -40px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-main-owl {
      max-width: 90%;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-main-owl {
      max-width: 100vw;
      width: 100vw;
  }
}

#block-views-property-gallery-block-main-owl .attachment {
  margin-top: 10px;
}

#block-views-property-gallery-block-main-owl .attachment #owl-page {
  color: #fff;
  margin: 10px 0;
}

@media screen and (max-width:991px) {
  #block-views-property-gallery-block-main-owl .attachment #owl-page {
      position: fixed;
      bottom: 10%;
      top: auto;
      right: 0;
      left: 0;
  }
}

@media screen and (max-width:991px) {
  #block-views-property-gallery-block-main-owl .attachment .view-content {
      display: none;
  }
}

#block-views-property-gallery-block-main-owl .owl-controls {
  color: #fff;
  height: 140px;
  position: absolute;
  z-index: 999;
  font-size: 40px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-main-owl .owl-controls {
      position: fixed;
      bottom: 5%;
      top: auto;
  }
}

#block-views-property-gallery-block-main-owl .owl-controls .owl-next {
  zoom: 1;
  pointer-events: auto;
  right: 0px;
  position: absolute;
  font-size: 140px;
}

#block-views-property-gallery-block-main-owl .owl-controls .owl-prev {
  zoom: 1;
  pointer-events: auto;
  left: 0px;
  position: absolute;
  font-size: 140px;
}

#block-views-property-gallery-block-main-owl .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

#block-views-property-gallery-block-main-owl .owl-item img {
  margin: auto;
  height: auto;
  max-width: 100%;
  width: auto;
  transform-style: initial;
  max-height: 660px;
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-main-owl .owl-item img {
      max-height: 360px;
  }
}

#block-views-property-gallery-block-main-owl .owl-stage-outer {
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background: url(../images/loader.gif) no-repeat;
  background-size: 60px 60px;
  background-position: center 100px;
  height: 650px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #block-views-property-gallery-block-main-owl .owl-stage-outer {
      height: 530px;
  }
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-main-owl .owl-stage-outer {
      height: 400px;
  }
}

#block-views-property-gallery-block-main-owl .attachment .owl-stage-outer {
  background: none;
  height: auto !important;
}

@media screen and (max-width:767px) {
  #block-views-property-gallery-block-main-owl iframe {
      height: 300px !important;
  }
}

.domain-group .mo-warning-overlay,
.domain-box-wrap .mo-warning-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  position: absolute;
  background: #fff6f6;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  padding: 20px;
  border: 1px solid #af4040;
  border-radius: 3px;
}

.domain-group:hover .mo-warning-overlay,
.domain-box-wrap:hover .mo-warning-overlay {
  pointer-events: all;
  opacity: 1;
}

.domain-box-wrap .mo-warning-overlay {
  height: calc(100% - 40px);
  border-radius: 3px 3px 0 0;
}

.pane-rela-property-property-domains-display-block {
  width: 100% !important;
}

.pane-rela-property-property-domains-display-block .domain-group {
  position: relative;
  padding: 5px;
}

.pane-rela-property-property-domains-display-block .domain-item {
  display: inline-block;
  width: 100%;
  position: relative;
}

.pane-rela-property-property-domains-display-block .domain-value {
  font-size: 13px;
  position: relative;
  width: calc(100% - 40px);
  overflow: hidden;
}

.pane-rela-property-property-domains-display-block .domain-value:hover {
  overflow: visible;
}

.pane-rela-property-property-domains-display-block .publish-warning {
  margin-bottom: 10px;
  font-size: 13px;
  color: #c50000;
}

.pane-rela-property-property-domains-display-block .domain-group-boxed {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.pane-rela-property-property-domains-display-block .domain-group-boxed small {
  color: #000;
}

.pane-rela-property-property-domains-display-block .domain-group-extra {
  border-top: 1px dashed #ccc;
}

.pane-rela-property-property-domains-display-block .domain-download-link .fa-cog {
  padding: 5px 3px;
}

.pane-rela-property-property-domains-display-block .domain-download-link .dropdown-toggle {
  height: 26px;
  padding-top: 4px;
  border-radius: 0 2px 2px 0;
}

.pane-rela-property-property-domains-display-block .ss-vid-item-wrapper {
  margin-top: 5px;
  display: inline-block;
  width: calc(100% - 10px);
  position: relative;
}

.domain-clip-link {
  display: inline;
  float: left;
  border: 1px solid #ddd;
  white-space: nowrap;
  padding: 3px 10px;
  background: #fff;
  margin-left: 39px;
  position: relative;
  z-index: 2;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  text-align: left;
}

.domain-clip-link:hover {
  width: auto;
}

.clip-btn.clip-btn-side {
  vertical-align: baseline !important;
  background-color: #ddd;
  display: inline !important;
  float: left;
  padding: 3px 5px 3px 4px !important;
  border-radius: 3px 0 0 3px !important;
  position: absolute;
  left: 0;
}

.clip-btn.clip-btn-side:hover {
  background-color: #ccc;
}

.clip-btn.clip-btn-side:hover .domain-value {
  overflow: visible !important;
}

.clip-btn.clip-btn-side:focus {
  outline: none !important;
}

body.nodl .pswp__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/payment-required-gallery.png");
  background-position: 30px 30px;
  opacity: 0.7;
  margin: auto;
  right: 0;
}

.field-name-field-agent-name {
  text-transform: capitalize;
}

.card-style-material .node-agent-card {
  float: none;
  width: 270px;
  background: #FDFDFD;
  border: 1px solid #ddd;
  padding: 30px 5px;
  clear: none;
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

@media screen and (max-width:767px) {
  .card-style-material .node-agent-card {
      width: 300px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 60px;
  }
}

.card-style-material .card_1 {
  font-size: 16px;
  text-align: center;
}

.card-style-material .card_1 .field-name-field-user-headshot {
  margin-bottom: 10px;
  margin-top: -80px;
}

.card-style-material .card_1 .field-name-field-user-headshot img {
  border-radius: 75px;
  border: 2px solid #aaa;
}

.card-style-material .card_1 .field-name-field-agent-name {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 21px;
  color: #333;
}

.card-style-material .card_1 .field-name-field-user-company {
  margin-bottom: 15px;
}

.card-style-material .card_1 .field-name-field-agent-email {
  font-size: 13px;
  overflow: hidden;
}

.card-style-material .card_2 .field-name-field-agent-name {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
}

.card-style-material .card_2 .field-name-field-user-company {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.card-style-material .card_2 .field-name-field-user-phone {
  margin-bottom: 5px;
}

.card-style-material .card_2 .field-name-field-agent-bre {
  font-size: 13px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 10px;
}

.card-style-material .card_2 .field-name-field-user-headshot {
  padding: 20px;
}

.card-style-material .card_2 .field-name-field-user-headshot img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 100px;
  box-shadow: 1px 1px 3px #aaa;
  width: 100%;
}

.field-name-field-agent-contact-ref,
.view-agent-cards-property {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.field-name-field-agent-contact-ref .field-item,
.field-name-field-agent-contact-ref .views-row,
.view-agent-cards-property .field-item,
.view-agent-cards-property .views-row {
  display: inline-block;
}

.card_3 .group-contact-3-left {
  float: left;
  width: 34%;
}

.card_3 .group-contact-3-left img {
  height: auto;
  width: 100%;
}

.card_3 .group-contact-3-right {
  float: left;
  width: 65%;
  padding-left: 15px;
}

.card-style-material-side .field-name-field-card-social-media i {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.card-style-material-side .field-name-field-agent-contact-ref,
.card-style-material-side .view-display-id-embed_card_3 {
  margin: 0;
  padding: 0;
  border-bottom: 0 none;
}

.card-style-material-side .field-name-field-agent-contact-ref .field-item,
.card-style-material-side .field-name-field-agent-contact-ref .views-row,
.card-style-material-side .view-display-id-embed_card_3 .field-item,
.card-style-material-side .view-display-id-embed_card_3 .views-row {
  display: block;
}

.card-style-material-side .node-agent-card {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
}

.card-style-material-side .field-name-field-agent-bre {
  margin-top: 5px;
}

@media screen and (max-width:767px) {
  .card-style-material-side .field-name-field-agent-bre {
      margin-top: 0;
      font-size: 13px;
  }
}

.card-style-material-side .group-contact-3-right {
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial;
  float: left;
  width: 65%;
  padding-left: 15px;
  position: relative;
}

.card-style-material-side .field-name-field-agent-name {
  text-transform: uppercase;
}

.card-style-material-side .field-name-field-agent-name .agent-card-name {
  margin-bottom: 0px;
}

.card-style-material-side .field-name-field-user-company {
  margin-bottom: 3px;
  font-size: 16px;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

@media screen and (max-width:767px) {
  .card-style-material-side .field-name-field-user-company {
      margin-bottom: 0;
  }
}

.view-id-provider_cards .agent-card-operations {
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin: 0;
  margin-bottom: -15px;
  font-size: 13px;
  padding: 5px;
}

.headshot-empty {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b2b2b2' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width:767px) {
  .view-display-id-embed_card_3 .views-row {
      width: 100%;
  }

  .view-display-id-embed_card_3 .node-agent-card {
      background: none;
      box-shadow: none;
      margin: 10px auto;
      float: none !important;
  }

  .view-display-id-embed_card_3 .card_3 .group-contact-3-left {
      float: none;
      width: 150px;
      margin: auto;
  }

  .view-display-id-embed_card_3 .card_3 .group-contact-3-right {
      width: 100%;
      padding-left: 0;
      text-align: center;
      margin: 15px 0 10px 0;
  }
}

.node-agent-card .field-name-field-agent-email a {
  color: #333;
}

.node-agent-card .field-name-field-agent-title {
  margin-top: -8px;
  margin-bottom: 15px;
}

.overlay-trigger {
  cursor: pointer;
}

#ajax-content-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 0 0 65px;
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  z-index: 99999999;
  display: none;
}

#ajax-content-overlay .overlay-header {
  width: 100%;
  text-align: right;
  display: inline-block;
}

#ajax-content-overlay .overlay-header .overlay-close {
  margin-right: 4%;
  font-size: 50px;
  margin-top: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 99;
  position: relative;
}

#ajax-content-overlay .overlay-content {
  width: 560px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width:767px) {
  #ajax-content-overlay .overlay-content {
      width: 100% !important;
  }
}

#ajax-content-overlay .overlay-content .panel {
  border: 0 none;
}

#ajax-content-overlay .overlay-sixteen-nine {
  width: 100%;
  padding: 0;
}

#ajax-content-overlay .overlay-sixteen-nine .loader {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#ajax-content-overlay .overlay-90-percent {
  width: 90%;
  padding: 0;
}

#ajax-content-overlay.overlay-wide .overlay-content {
  width: 900px;
}

#ajax-content-overlay.overlay-wide #overlay-content-static {
  max-width: 900px;
  width: 100%;
}

#ajax-content-overlay #overlay-content-static {
  width: 100%;
  margin: 0 auto;
}

#ajax-content-overlay .overlay-full-pad {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 30px;
}

#ajax-content-overlay .panel-default .panel-heading {
  background: #f9f9f9;
  color: #333;
}

#ajax-content-overlay .panel-blank {
  background: transparent;
}

#ajax-content-overlay .panel-blank .panel-heading {
  display: none;
}

#ajax-content-overlay .panel-blank .panel-body {
  padding: 0;
}

.modal-actions {
  position: absolute;
  right: 15px;
  top: -45px;
}

.header-shadow .panel-heading {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.overlay-md .overlay-content,
.overlay-md #overlay-content-static {
  max-width: 700px !important;
  width: 100% !important;
}

.overlay-sm .overlay-content,
.overlay-sm #overlay-content-static {
  max-width: 500px !important;
  width: 100% !important;
}

.overlay-lg {
  max-width: 950px !important;
  width: 100% !important;
}

.overlay-sixteen-nine {
  position: relative;
}

.overlay-sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.overlay-sixteen-nine>.aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rela-modal .btn-cancel {
  position: absolute;
  right: 20px;
  top: -46px;
}

.rela-modal .panel-heading {
  padding: 18px 15px;
}

.rela-modal .panel-title {
  font-size: 22px;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.rela-modal .panel-body {
  text-align: left;
  position: relative;
}

.rela-modal.text-center .panel-title {
  text-align: center;
}

.rela-modal.no-header .panel-heading {
  display: none;
}

.rela-modal.header-skinny .panel-heading {
  padding: 8px 15px;
}

.rela-modal.no-pad .panel-body {
  padding: 0;
}

.max-properties-modal .icon {
  font-size: 70px;
  float: left;
  color: #d66060;
  margin-right: 5px;
  margin-top: -10px;
}

.max-properties-modal .tagline {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

#confirm-publish-modal .icon {
  font-size: 70px;
  float: left;
  color: #ea885b;
  margin-right: 20px;
  margin-top: -10px;
}

#confirm-publish-modal .tagline {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

#confirm-publish-modal .domains-wrapper {
  padding: 20px;
  font-size: 15px;
}

#confirm-publish-modal .domain {
  float: left;
  width: 100%;
  margin: 0px;
  border-bottom: 1px dashed #ddd;
  padding: 20px 0;
}

#confirm-publish-modal .domain-item {
  float: left;
  display: inline-block;
}

#confirm-publish-modal .panel-body {
  color: #444;
}

#confirm-publish-modal .domain-label {
  width: 138px;
  text-align: left;
  font-weight: 600;
}

#confirm-publish-modal .domain-action-link {
  float: right;
  margin-right: 30px;
}

#confirm-publish-modal #rela-referrals-send-email-invite-wrapper form {
  width: 474px;
  display: inline-block;
  margin-left: -150px;
  margin-top: 30px;
}

#confirm-publish-modal #rela-referrals-send-email-invite-wrapper form .form-item {
  margin-bottom: 10px;
}

#confirm-publish-modal #rela-referrals-send-email-invite-wrapper form input {
  height: 40px;
}

#confirm-publish-modal #rela-referrals-send-email-invite-wrapper form label {
  font-size: 14px;
}

.confirm-publish-modal-wrapper {
  max-width: 560px;
  width: auto !important;
}

.modal-options-wrap {
  display: inline-block;
  width: 100%;
}

.modal-options-wrap .modal-option {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.modal-options-wrap .modal-option-last {
  border-bottom: 0;
}

.modal-options-wrap .option-label {
  font-weight: bold;
  width: 20%;
  float: left;
}

.modal-options-wrap .option-content {
  width: 80%;
  float: right;
}

#domain-purchase-modal .form-help {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#login-modal .panel-heading,
.login-modal .panel-heading {
  background: #fff !important;
  border-bottom: 0;
}

#login-modal .panel-title,
.login-modal .panel-title {
  text-align: center;
}

#login-modal .logo-wrap,
.login-modal .logo-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 100px;
  margin-bottom: -80px;
  display: inline-block;
  margin-top: -50px;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.12);
}

#login-modal .login-tagline,
.login-modal .login-tagline {
  color: #222;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 20px;
}

#right-edit-overlay {
  min-height: 100%;
  max-height: 100%;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 70%;
  border: 1px solid #ccc;
  box-shadow: -1px 0 15px rgba(0, 0, 0, 0.19);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 100000;
  padding: 0 20px !important;
  max-width: 670px !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
  #right-edit-overlay {
      width: 95%;
  }
}

@media screen and (max-width:767px) {
  #right-edit-overlay {
      width: 95%;
  }
}

#right-edit-overlay .overlay-header {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

#right-edit-overlay .overlay-header .close {
  font-size: 28px;
}

#right-edit-overlay .loader {
  display: inherit;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

#right-edit-overlay .overlay-inner {
  position: relative;
  padding-bottom: 250px !important;
  display: inline-block;
  width: 100%;
}

#right-edit-overlay .overlay-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #333;
}

#right-edit-overlay.overlay-sm {
  width: 575px !important;
}

@media screen and (max-width:767px) {
  #right-edit-overlay.overlay-sm {
      width: 100% !important;
  }
}

#right-edit-overlay.overlay-wide {
  max-width: 1000px !important;
}

#right-edit-overlay.overlay-xs {
  max-width: 375px !important;
}

#right-edit-overlay.overlay-xs-fixed {
  width: 400px !important;
  overflow-x: visible;
  overflow-y: auto;
}

#right-edit-overlay.overlay-xs-fixed .view-display-id-property_image_select .view-content {
  height: auto;
  overflow-y: visible;
}

#right-edit-overlay.overlay-xs-fixed .view-display-id-property_image_select .view-content .mt-image-grid-item {
  width: 158px;
}

#right-edit-overlay.overlay-xs-fixed .tab-content-wrapper {
  padding: 0;
}

#right-edit-overlay.overlay-xs-fixed .tab-content-wrapper .view-empty {
  border: 0 none;
}

#right-edit-overlay.overlay-xs-fixed .tab-content-wrapper .tab-content {
  padding: 0;
}

#property-video-modal,
#vtour-wrap {
  width: 100%;
  max-width: 1000px;
  max-height: 563px;
  margin: 0 auto;
}

#property-example-iframe {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease;
  background: #222;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#property-example-iframe.loaded {
  opacity: 1;
  background: #fff;
}

#published-confirmed-modal {
  background: transparent;
  box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.63);
}

#published-confirmed-modal .panel-heading {
  display: none;
}

#published-confirmed-modal .panel-body {
  padding: 0;
  border-radius: 5px 5px;
}

#published-confirmed-modal .property-image {
  width: 100%;
  height: 155px;
  border-radius: 5px 5px 0 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: 50% 70%;
}

#published-confirmed-modal .no-cover-image {
  height: 105px;
}

#published-confirmed-modal .property-image-inner {
  background: url(../images/email-share-overlay.png) repeat-x 0 bottom;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 5px 5px 0 0;
}

#published-confirmed-modal .property-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  position: absolute;
  bottom: 32px;
  left: 20px;
  color: #fff;
  text-shadow: 3px 2px 3px #000;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 181, 49, 0.27);
}

#published-confirmed-modal .property-city {
  bottom: 10px;
  font-size: 14px;
  color: #ccc;
  position: absolute;
  left: 23px;
  text-shadow: 1px 1px 2px #000;
}

#published-confirmed-modal .confirm-publish-inner {
  background: #fff;
}

#published-confirmed-modal .published-icon {
  color: #64ce3f;
  font-size: 22px;
  margin-right: 5px;
}

.modal-nopad .panel-body {
  padding: 0;
}

.modal-center .panel-title {
  text-align: center;
}

.modal-center .panel-body {
  text-align: center;
}

.add-seats-modal {
  width: 430px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .add-seats-modal {
      width: 100%;
  }
}

.locked-user-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  background: rgba(0, 0, 0, 0.52);
  top: 0;
  bottom: 0;
  z-index: 1069;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width:767px) {
  .locked-user-overlay {
      left: 0;
  }
}

.locked-user-overlay .logo-wrap {
  background: #fff;
  padding: 20px 25px;
  border-radius: 100px;
  margin-bottom: -80px;
  display: block;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.12);
  margin: auto;
  width: 90px;
  height: 90px;
  margin-top: -76px;
}

.locked-user-overlay .inner {
  height: auto;
  display: inline-table;
  max-width: 550px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
}

@media screen and (max-width:767px) {
  .locked-user-overlay .inner {
      left: 0;
  }
}

.locked-user-overlay .btn-activate-cta {
  width: 95%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  margin: 0 auto;
}

.locked-user-overlay .btn-cancel-cta {
  position: absolute;
  top: -27px;
  right: 20px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  text-transform: lowercase;
  color: #fff;
}

.onboard-overlay .inner {
  max-width: 700px;
  height: 400px;
}

.onboard-overlay .overlay-title {
  margin: 30px 20px;
  font-size: 22px;
  line-height: 30px;
}

.onboard-overlay .onboard-step {
  float: left;
  color: #555;
  font-size: 14px;
}

.onboard-overlay .onboard-text {
  margin-top: 5px;
}

.onboard-overlay .btn-cta {
  float: none;
  width: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.onboard-overlay .icon {
  vertical-align: sub;
}

.onboard-overlay .btn-skip {
  margin: 0 auto;
  display: block;
  margin-top: 14px;
  color: #666;
  width: 100px;
}

form .company-info-wrapper {
  padding: 15px;
  background: #f9f9f9;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 0;
  border: 1px solid #ddd;
}

form .company-info-wrapper .form-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

@media (min-width:768px) {
  form .company-info-wrapper .form-item {
      float: left;
      width: 50%;
  }
}

form[id^="enterprise-activation-confirmation-form"] {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

#enterprise-activation-confirmation-form-wrapper .inner {
  height: 520px;
}

#enterprise-photog-activation-confirmation-form-wrapper .inner {
  height: 590px;
  max-width: 730px;
  width: 100%;
}

@media screen and (max-width:991px) {
  #enterprise-photog-activation-confirmation-form-wrapper {
      position: absolute;
      top: -70px;
      left: 0;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      align-items: baseline;
  }

  #enterprise-photog-activation-confirmation-form-wrapper .inner {
      height: auto;
  }

  #enterprise-photog-activation-confirmation-form-wrapper form {
      margin-top: 100px;
  }

  #enterprise-photog-activation-confirmation-form-wrapper form .logo-wrap {
      margin-top: -110px;
  }

  #enterprise-photog-activation-confirmation-form-wrapper form .tagline {
      font-size: 14px !important;
      margin: 10px 0 !important;
  }

  #enterprise-photog-activation-confirmation-form-wrapper form .onboard-step {
      display: none;
  }

  #enterprise-photog-activation-confirmation-form-wrapper form button[name="cancel"] {
      white-space: break-spaces;
      padding-top: 20px;
  }
}

.right-underlay {
  width: 100%;
  height: 100%;
  background: #0000006b;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.underlay-hide+.right-underlay {
  display: none;
}

#user-type-check-overlay .inner {
  height: 500px;
}

#user-type-check-overlay .btn-cta {
  margin-top: 60px !important;
}

#user-type-check-overlay .onboard-step {
  height: 150px;
}

#user-type-check-overlay .onboard-step img {
  width: 75px;
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

#user-type-check-overlay .onboard-step .step-inner {
  width: 150px;
  margin: 0 auto;
  height: 150px;
  color: #555;
  display: inline-block;
  border-radius: 5px;
}

#user-type-check-overlay .onboard-step .step-inner.active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.24);
}

#user-type-check-overlay .sicon {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 1;
}

#user-type-check-overlay .sicon-color {
  opacity: 0;
}

#user-type-check-overlay .onboard-step:hover .sicon-color {
  opacity: 1;
}

#user-type-check-overlay .onboard-step:hover .sicon-line {
  opacity: 0;
}

#user-type-check-overlay .step-inner.active .sicon-color {
  opacity: 1;
}

#user-type-check-overlay .step-inner.active .sicon-line {
  opacity: 0;
}

#user-type-check-overlay .onboard-text {
  font-size: 16px;
  margin-top: 15px;
  font-weight: bold;
  margin-top: 100px;
}

@media screen and (max-width:767px) {
  #user-type-check-overlay .btn-cta {
      margin-top: 20px !important;
  }

  #user-type-check-overlay .overlay-title {
      margin: 25px 0 10px 0 !important;
      font-size: 18px;
      line-height: normal;
  }

  #user-type-check-overlay .tagline {
      font-size: 14px;
      margin-bottom: 10px !important;
  }

  #user-type-check-overlay .onboard-step {
      height: auto;
  }

  #user-type-check-overlay .onboard-step img {
      display: none;
  }

  #user-type-check-overlay .onboard-step .step-inner {
      margin-bottom: 5px;
      width: 100%;
      padding: 10px;
      border: 1px solid #ddd;
      height: auto;
  }

  #user-type-check-overlay .onboard-step .step-inner.active {
      background: #67aebf;
      color: #fff;
  }

  #user-type-check-overlay .onboard-step .step-inner .onboard-text {
      margin-top: 0;
  }
}

#ajax-content-overlay.overlay-lead-pop {
  background: rgba(0, 0, 0, 0.35);
}

.property-pop-content {
  background: #fff;
  width: 100%;
  height: 500px;
}

.property-pop-content .overlay-content,
.property-pop-content .exit-intent-left,
.property-pop-content .exit-intent-right {
  height: 100%;
}

.property-pop-content .property-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}

.property-pop-content .rela-modal {
  border-radius: 0;
}

.property-pop-content .panel-body {
  padding: 0 !important;
  overflow: hidden;
}

@media screen and (max-width:991px) {

  .property-pop-content .field-name-field-lead-first-name,
  .property-pop-content .field-name-field-lead-last-name {
      padding: 0 !important;
  }
}

#property-pass-wrapper {
  height: 320px !important;
}

#exit-intent-wrapper .leadpop-edit-link {
  opacity: 0.2;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

#exit-intent-wrapper:hover .leadpop-edit-link {
  opacity: 1;
}

#exit-intent-wrapper #exit_intent_lead_node_form_wrapper {
  padding: 20px;
}

#exit-intent-wrapper #exit_intent_lead_node_form_wrapper .alert {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

#exit-intent-wrapper #exit_intent_lead_node_form_wrapper label {
  display: none;
}

#exit-intent-wrapper #exit_intent_lead_node_form_wrapper input {
  height: 45px;
  border-radius: 2px;
}

#exit-intent-wrapper #exit_intent_lead_node_form_wrapper.active,
#exit-intent-wrapper #exit_intent_lead_node_form_wrapper.animated {
  top: 0;
}

#exit-intent-wrapper .right-body {
  padding: 25px 50px;
}

#exit-intent-wrapper .right-body .tagline {
  color: #555 !important;
  text-transform: unset;
  font-weight: normal !important;
}

#exit-intent-wrapper h1,
#exit-intent-wrapper p {
  margin-bottom: 40px;
}

.pane-rela-property-property-lead-pop-preview .pane-content {
  max-width: 900px;
  margin: 0 auto;
}

.pane-rela-property-property-lead-pop-preview .pane-content #exit-intent-wrapper {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.overlay-leadpop {
  background: rgba(0, 0, 0, 0.41) !important;
}

.overlay-leadpop-force {
  padding-top: 50px !important;
}

.overlay-leadpop-force .overlay-header {
  display: none !important;
}

.overlay-open .display-price,
.overlay-open .list-price {
  color: transparent;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
}

#ajax-content-overlay.modal-video .overlay-content {
  max-width: 900px;
  width: 100%;
}

#ajax-content-overlay.modal-fullscreen .overlay-content {
  margin: 0 20px;
  padding-top: 20px;
  position: relative;
  height: calc(100vh - 120px);
  width: auto;
}

@media screen and (max-width:767px) {
  #ajax-content-overlay.modal-fullscreen .overlay-content {
      width: auto !important;
  }
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel {
  height: 100%;
  position: relative;
  overflow: auto;
  max-width: 1200px;
  margin: 0 auto;
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel.no-overflow {
  overflow: hidden;
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel.no-overflow>.panel-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel.no-overflow>.panel-body>.view {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel.no-overflow>.panel-body>.view .view-content {
  position: relative !important;
}

#ajax-content-overlay.modal-fullscreen .overlay-content .panel>.panel-body {
  height: calc(100% - 60px);
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 60px;
  padding: 0;
  border-top: 1px solid #ddd;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-cta {
  position: absolute;
  top: -47px;
  z-index: 4;
  right: 20px;
}

#ajax-content-overlay.modal-fullscreen #modal-hidden-form {
  position: absolute;
  z-index: 15;
  width: calc(100% - 300px);
  left: -51%;
  height: 100%;
  transition: all 0.45s cubic-bezier(0.05, 0.7, 0.47, 0.93);
  box-shadow: 6px 3px 11px rgba(0, 0, 0, 0.11);
  background: #fff;
}

#ajax-content-overlay.modal-fullscreen #modal-hidden-form.active {
  left: 300px;
}

#ajax-content-overlay.modal-fullscreen .fake-filter,
#ajax-content-overlay.modal-fullscreen .fullmodal-left {
  width: 300px;
  height: 100%;
  position: absolute;
  padding: 20px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  z-index: 16;
  top: 0;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-right {
  position: relative;
  left: 300px;
  padding: 20px !important;
  width: calc(100% - 300px) !important;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-right.no-gutter {
  padding: 0px !important;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .pagination {
  position: absolute;
  bottom: -19px;
  left: 300px;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  right: 0;
  box-shadow: -1px 0px 9px #00000045;
  z-index: 12;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .view-filters {
  width: 300px;
  height: 100%;
  position: absolute;
  padding: 20px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  z-index: 16;
  top: 0;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .view-content {
  top: 0;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .view-content,
#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .view-empty {
  position: relative;
  left: 300px;
  padding: 20px !important;
  width: calc(100% - 300px) !important;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .view-empty {
  margin: 0;
  border: 0;
  text-align: left;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .attachment-before .view-header {
  position: relative;
  width: calc(100% - 300px);
  left: 300px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .attachment-before .view-content {
  height: 190px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width:991px) {
  #ajax-content-overlay.modal-fullscreen .fullmodal-select-filter-view .attachment-before .view-content {
      height: 250px;
  }
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .pagination {
  position: absolute;
  bottom: 5%;
  left: 30px;
  right: 30px;
  margin: auto;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .view-filters {
  width: 300px;
  height: 100%;
  position: absolute;
  padding: 20px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
  z-index: 16;
  top: 0;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .view-content,
#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .view-empty {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px !important;
  width: 100%;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .view-empty {
  margin: 0;
  border: 0;
  text-align: left;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .attachment-before .view-header {
  position: relative;
  width: calc(100% - 300px);
  left: 300px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
}

#ajax-content-overlay.modal-fullscreen .fullmodal-select-view .attachment-before .view-content {
  height: 190px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width:991px) {
  #ajax-content-overlay.modal-fullscreen .fullmodal-select-view .attachment-before .view-content {
      height: 250px;
  }
}

#ajax-content-overlay.modal-fullscreen.modal-no-sidebar #modal-hidden-form {
  left: -101%;
  height: 100%;
  width: 100%;
}

#ajax-content-overlay.modal-fullscreen.modal-no-sidebar #modal-hidden-form.active {
  left: 0px;
}

#ajax-content-overlay.modal-fullscreen.fullmodal-flipped .fullmodal-right {
  position: relative;
  right: 300px;
  left: inherit;
  padding: 20px !important;
  width: calc(100% - 300px) !important;
}

#ajax-content-overlay.modal-fullscreen.fullmodal-flipped .fullmodal-left {
  width: 300px;
  height: 100%;
  position: absolute;
  padding: 20px;
  background: #f9f9f9;
  border-left: 1px solid #ddd;
  border-right: 0px solid #ddd;
  z-index: 16;
  top: 0;
  right: 0;
}

.plyr__video-embed iframe {
  top: -50%;
  height: 200%;
}

.overlay-video-plyr .overlay-content {
  width: 100% !important;
  max-width: 1100px;
}

.overlay-video-plyr .rela-modal {
  background: transparent;
}

.overlay-video-plyr .rela-modal .panel-heading {
  display: none;
}

.ss-modal-plyr .overlay-content {
  max-width: 920px;
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

  .pswp--svg .pswp__button--playpause.play,
  .pswp--svg .pswp__button--playpause.play {
      color: #fff;
  }

  .pswp--svg .pswp__button--playpause.pause,
  .pswp--svg .pswp__button--playpause.pause {
      color: #fff;
  }
}

body.ps-grid-open .pswp {
  height: calc(100% - 165px);
}

#pspw-close-thumbs {
  cursor: pointer;
  color: #fff;
  display: block;
  width: 300px;
  margin: auto;
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  top: -28px;
}

#gallery-thumbs-ph {
  position: fixed;
  bottom: 0;
  height: 165px;
  z-index: 9999;
  left: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 165px;
  font-family: "Open Sans", Arial, sans-serif;
  display: none;
}

#pspw-gallery-thumbs {
  position: fixed;
  bottom: 0;
  height: 165px;
  z-index: 9999;
  left: 0;
  right: 0;
  background: #000;
}

#pspw-gallery-thumbs .inner {
  padding: 0 40px;
  width: 100%;
}

#pspw-gallery-thumbs .thumb img {
  max-width: 210px;
}

#pspw-gallery-thumbs .owl-controls {
  width: 90px;
  top: -41px;
  position: absolute;
  right: 50px;
  color: #fff;
  font-size: 25px;
}

#pspw-gallery-thumbs .owl-controls .owl-prev {
  width: 40px;
  float: left;
}

#pspw-gallery-thumbs .owl-controls .owl-next {
  width: 40px;
  float: right;
  text-align: right;
}

.pswp-custom-button {
  width: 44px;
  height: 44px;
  color: #fff;
}

.pswp-custom-button--cta-center {
  width: 150px;
  height: 44px;
  z-index: 99999999;
  line-height: 44px;
  cursor: pointer;
}

.rela-ps-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.pswp__button {
  outline: none;
}

.matterport-demo-build-modal .progress-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.matterport-demo-build-modal .single-chart {
  width: 33%;
  justify-content: space-around;
}

.matterport-demo-build-modal .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.matterport-demo-build-modal .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.matterport-demo-build-modal .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 5s ease-out forwards;
}

@keyframes progress {
  0% {
      stroke-dasharray: 0 100;
  }
}

.matterport-demo-build-modal .circular-chart.orange .circle {
  stroke: #FAAC17;
  animation: progress 3s cubic-bezier(0.32, 0.15, 1, 0.06) forwards;
}

.matterport-demo-build-modal .circular-chart.green .circle {
  stroke: #4CC790;
  animation: progress 5s cubic-bezier(0.4, 0, 1, -0.35) forwards;
}

.matterport-demo-build-modal .circular-chart.blue .circle {
  stroke: #002F40;
  animation: progress 6s cubic-bezier(0.4, 0, 1, -0.35) forwards;
}

.matterport-demo-build-modal .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.matterport-demo-build-modal .cta-import-complete {
  animation: 6.5s showCTA;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes showCTA {
  99% {
      visibility: hidden;
  }

  100% {
      visibility: visible;
  }
}

.matterport-demo-build-modal .loading-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 70px;
  height: 90px;
  font-size: 60px;
}

.matterport-demo-build-modal .loading-icon.details {
  height: 100px;
  color: #f5c66d;
}

.matterport-demo-build-modal .loading-icon.photos {
  color: #4CC790;
}

.matterport-demo-build-modal .loading-icon.floorplans {
  color: #002F40;
}

.oh-reg-modal .panel-body {
  background: #fff;
  height: 450px;
}

.oh-reg-modal .bg-image-cover {
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width:991px) {
  .oh-reg-modal .panel-body {
      height: auto;
  }

  .oh-reg-modal .bg-image-cover,
  .oh-reg-modal .image-wrap {
      height: 70px;
  }
}

#right-edit-overlay.right-overlay-autowidth {
  max-width: unset !important;
  width: unset !important;
}

.book-showing-modal .panel-heading {
  border-bottom: 1px solid #ccc;
}

.book-showing-modal .panel-heading .panel-title {
  text-align: center;
}

.booking-showing-calendly-modal .overlay-content .panel-body {
  padding: 0;
}

.booking-showing-calendly-modal .booking-content-wrapper {
  padding: 0;
}

#tour-request-confirmation {
  min-height: 500px;
  height: unset;
}

#tour-request-confirmation .field-name-field-agent-name h4 {
  font-size: 16px;
}

.multi-gallery-open {
  cursor: pointer;
}

.multi-gallery-overlay {
  position: fixed;
  z-index: 1030;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: none;
  background: #fff;
  top: 0;
  left: 0;
}

.multi-gallery-overlay .multi-gallery-close {
  cursor: pointer;
  position: fixed;
  right: 12%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.11);
  border-radius: 2px;
  padding: 5px 7px;
  z-index: 9;
}

.side-panel-title {
  display: inline-block;
  padding: 0px 10px;
  box-sizing: border-box;
  text-align: center;
  background: #f9f9f9;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0;
  color: #333;
  text-decoration: none;
  float: left;
  height: 35px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 35px;
  width: 100%;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

.property-publish-modal .overlay-content {
  max-width: 800px;
}

@media screen and (max-width:767px) {
  .property-publish-modal .overlay-content {
      padding: 15px;
  }
}

.property-publish-modal .panel-heading {
  display: none;
}

.property-publish-modal .panel-body {
  padding: 0;
  display: flex;
}

@media screen and (max-width:767px) {
  .property-publish-modal .panel-body {
      display: inline;
  }
}

.property-publish-modal .published-icon {
  font-size: 48px;
  float: left;
  margin-right: 15px;
  width: 45px;
}

.property-publish-modal .property-image {
  width: 250px;
  display: flex;
  align-items: stretch;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-width:767px) {
  .property-publish-modal .property-image {
      display: none;
  }
}

.property-publish-modal .property-image-inner {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: 100%;
}

.property-publish-modal .confirm-publish-inner {
  flex-grow: 1;
}

.property-publish-modal .confirm-publish-header {
  margin-bottom: 30px;
  padding: 20px 20px;
  box-shadow: 0 0 12px #00000063;
}

.property-publish-modal .confirm-publish-header .tagline {
  font-size: 21px;
  color: #000;
}

.property-publish-modal .publish-action {
  width: 115%;
  margin-left: -17%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width:767px) {
  .property-publish-modal .publish-action {
      width: 100%;
      margin-left: 0;
  }
}

.property-publish-modal .publish-action-left {
  width: 135px;
  flex: 0 0 auto;
}

@media screen and (max-width:767px) {
  .property-publish-modal .publish-action-left {
      display: none;
  }
}

.property-publish-modal .publish-action-left .publish-action-image {
  width: 95px;
  height: auto;
  box-shadow: -4px 3px 11px #0000004a;
  margin: auto;
  display: block;
}

.property-publish-modal .publish-action-body {
  padding: 0 20px;
}

.property-publish-modal .publish-action-body .publish-action-heading {
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
}

.property-publish-modal .publish-action-body p {
  font-size: 13px;
}

.property-publish-modal .publish-action-right {
  flex: 0 0 auto;
}

.property-publish-modal .publish-action-right .btn {
  width: 173px;
}

.property-publish-modal .publish-action-right .btn .fa,
.property-publish-modal .publish-action-right .btn .response-icon-Note,
.property-publish-modal .publish-action-right .btn .response-icon-Email,
.property-publish-modal .publish-action-right .btn .status-icon-Published,
.property-publish-modal .publish-action-right .btn .status-icon-Not {
  font-size: 8px;
  top: -1px;
  position: relative;
  right: -8px;
}

.property-publish-modal .pa-fb-campaign .publish-action-image {
  width: 95px;
}

.property-publish-modal .pa-video-maker .publish-action-image {
  width: 135px;
}

.property-publish-modal .share-wrapper #rela-sociallinks-list {
  margin: auto;
  display: block;
  width: 200px;
  height: 40px;
}

.property-publish-modal .notify-agents-wrap {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-publish-modal .notify-agents-wrap a {
  color: #3c87ab;
  margin-left: 10px;
  font-weight: bold;
}

#ajax-content-overlay.property-publish-modal .overlay-content {
  max-width: 800px;
  width: 100%;
}

.panel-fb-auth-promt .panel-heading {
  color: #fff;
  background: #3b5998;
}

.modal-wl-order {
  margin: 0;
}

.modal-wl-order .checkout-form .rela-form-wrapper .alert-block {
  display: block;
}

.modal-wl-order .store-background,
.modal-wl-order .region-content,
.modal-wl-order #block-system-main,
.modal-wl-order .checkout-form {
  height: 100%;
  width: 100%;
}

.modal-wl-order .rela-form-wrapper {
  height: 100%;
}

.modal-wl-order .rela-form-wrapper form>div {
  height: 100%;
}

.modal-wl-order .rela-form-wrapper .alert-block {
  display: none;
}

.modal-wl-order .form-wrapper {
  height: 100%;
}

.modal-wl-order .form-wrapper div,
.modal-wl-order .form-wrapper fieldset,
.modal-wl-order .form-wrapper section {
  height: auto;
}

.modal-wl-order #ui-datepicker-div {
  height: auto;
}

.modal-wl-order .store-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.modal-wl-order .store-background .store-content {
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  background: #fff;
  display: inline-block;
  width: 70%;
  max-width: 860px;
}

@media screen and (max-width:767px) {
  .modal-wl-order .store-background .store-content {
      width: 100%;
      height: 100%;
      top: 0;
  }
}

.modal-wl-order .store-background legend {
  border: none;
  background: transparent;
}

.modal-wl-order .store-background .panel-heading {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-wl-order .store-background fieldset {
  border: none;
  width: 90%;
  margin: 0 auto;
  box-shadow: none;
}

.modal-wl-order .store-background .form-header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 60px;
  border-bottom: 1px solid #ccc;
}

.modal-wl-order .store-background .form-header .header-tab {
  font-size: 14px !important;
  display: inline-block;
  width: 23% !important;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 !important;
  border: none;
  color: #bbb;
  font-weight: 800;
  text-decoration: none;
  background: transparent;
  margin: 0 1%;
  margin-top: -2px;
}

@media screen and (max-width:767px) {
  .modal-wl-order .store-background .form-header .header-tab {
      width: 100% !important;
      display: none;
  }
}

.modal-wl-order .store-background .form-header .header-tab:hover {
  color: #555;
}

.modal-wl-order .store-background .form-header .header-tab.active {
  color: #333;
  border-bottom: 3px solid #1780b0;
}

.modal-wl-order .store-background .form-header .header-tab.active:hover {
  color: #333;
}

@media screen and (max-width:767px) {
  .modal-wl-order .store-background .form-header .header-tab.active {
      display: block;
  }
}

.modal-wl-order .store-background .form-header .header-tab[disabled] {
  opacity: 1;
}

.modal-wl-order .store-background .form-sidebar {
  height: 100%;
  width: 100%;
}

.modal-wl-order .store-background .form-sidebar .products-group-inner {
  height: 79%;
  overflow: auto;
  margin-right: -14px;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-wl-order .store-background .form-sidebar .sidebar-label {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 90%;
  margin: 0 auto;
  color: #333;
  font-weight: 800;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper {
  padding: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.14);
  margin: 0;
  border: none;
  height: auto;
  width: 240px;
  right: 0;
  width: 240px;
}

@media screen and (max-width:767px) {
  .modal-wl-order .store-background .form-sidebar .sidebar-wrapper {
      position: relative;
  }
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .top-wrapper {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.14);
  border-radius: 0;
  background: #f5f5f5;
  padding: 0;
  width: 100%;
  margin-top: 0;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .top-wrapper .btn-link {
  font-size: 10px;
  padding: 0;
  clear: both;
  display: block;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper fieldset {
  background: transparent;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper fieldset legend {
  padding: 0;
  margin: 0;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .panel-body {
  padding: 0 15px;
  margin: 0 0 10px;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .panel-title {
  color: #bbb;
  font-size: 14px;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart {
  padding: 2px 15px;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .products-group-wrapper {
  margin-bottom: 0px;
  font-size: 12px;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .products-group-wrapper .panel-body {
  margin: 0;
  padding: 0;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .product-in-cart-wrapper {
  margin-top: 3px;
  padding: 2px 5px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .product-in-cart-wrapper .product-title {
  float: left;
  max-width: 75%;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .product-in-cart-wrapper .product-price {
  float: right;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .product-in-cart-wrapper .btn-rfc {
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: -2px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .product-in-cart-wrapper:hover .btn-rfc {
  opacity: 1;
  left: -14px;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .cart-total-wrapper {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  bottom: 0;
  border: none;
  border-top: 1px solid #ddd;
  right: 15px;
  left: 15px;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  color: #333;
}

.modal-wl-order .store-background .form-sidebar .sidebar-wrapper .shopping-cart .cart-total-wrapper .total {
  color: #22adec;
  float: right;
}

.modal-wl-order .store-background .form-actions {
  width: 90%;
  margin: 15px 0;
}

.modal-wl-order .store-background .form-actions button {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 30px;
  float: right;
}

.modal-wl-order .store-background .field-type-datetime {
  margin-bottom: 0;
}

.modal-wl-order .store-background .field-type-datetime .form-type-date-combo {
  margin-bottom: 0;
}

.modal-wl-order .store-background .field-type-datetime .form-type-date-popup {
  margin: 0;
}

.modal-wl-order .store-background .field-type-datetime .form-type-date-popup .date-padding {
  padding: 0;
}

.modal-wl-order .store-background .field-type-datetime .form-type-date-popup label {
  display: none;
}

.modal-wl-order .store-background .field-type-datetime .form-type-date-popup .help-block {
  display: none;
}

.modal-wl-order #rela-wl-location-order-form-wrapper .form-actions {
  right: 10px;
  width: 100%;
  top: -56px;
}

.modal-wl-order .contact-card-wrapper {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin-top: -20px;
}

.modal-wl-order .contact-card-wrapper .group-contact-3-left {
  width: 100px;
}

.modal-wl-order .contact-card-wrapper .btn-link {
  position: absolute;
  top: 20px;
  right: 0;
}

.modal-wl-order .tc-wrapper .form-item {
  display: inline-block;
  padding: 0;
}

.modal-wl-order .tc-wrapper .terms-conditions-trigger {
  cursor: pointer;
}

.modal-wl-order .terms-conditions-wrapper {
  position: absolute;
  top: 0;
  left: -870px;
  bottom: 0;
  height: 100%;
  background: #fff;
  padding: 20px;
  width: 97%;
  transition: all 0.35s ease-in-out;
  border: 1px solid #ccc;
  overflow-y: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
  -webkit-transition: left 0.35s ease-in-out;
  -o-transition: left 0.35s ease-in-out;
  transition: left 0.35s ease-in-out;
}

.modal-wl-order .terms-conditions-wrapper.open {
  left: 0;
}

.modal-wl-order .terms-conditions-wrapper .terms-conditions-close {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: 4px;
  cursor: pointer;
}

.modal-wl-order .checkout-form-actions {
  clear: both;
}

.modal-wl-order .edit-left .form-actions {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -20px;
  box-shadow: -7px -1px 18px rgba(51, 51, 51, 0.17);
  z-index: 1;
  background: #fff;
  margin: 0;
  height: 58px;
}

.modal-wl-order #rela-login-form-wrapper .edit-left label {
  color: #bbb;
}

.modal-wl-order #rela-login-form-wrapper .edit-left input {
  height: auto;
}

.modal-wl-order .product-group-wrapper legend .panel-title {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
}

.modal-wl-order .product-wrapper {
  position: relative;
  padding: 9px 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.modal-wl-order .product-wrapper:hover {
  background: #f9f9f9;
}

.modal-wl-order .product-wrapper .product-title {
  width: 90%;
  font-size: 16px;
  color: #555;
}

.modal-wl-order .product-wrapper .product-price {
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #22adec;
}

.modal-wl-order .product-wrapper .product-description {
  color: #777;
  font-size: 13px;
}

.modal-wl-order .btn-atc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 none;
  height: 100%;
}

.modal-wl-order .btn-atc .atc-text {
  color: #4bbc73;
  position: absolute;
  right: 0px;
  top: 18px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.modal-wl-order .btn-atc:hover .atc-text {
  opacity: 1;
  right: 58px;
}

.modal-wl-order #payment-form-wrapper {
  background: #fff;
}

.modal-wl-order #wl-review-order-form-wrapper .sidebar-wrapper {
  width: 100% !important;
}

.modal-wl-order #rela-login-form-wrapper .form-item {
  width: 60%;
  margin: 20px auto;
}

.modal-wl-order #rela-login-form-wrapper .form-item input {
  height: 45px;
}

.modal-wl-order #rela-login-form-wrapper .form-actions {
  position: relative;
  background: transparent;
  box-shadow: none;
  display: inline-block;
  height: auto;
  text-align: center;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 5px 30px;
  height: 45px;
  width: 60%;
  margin: 0 auto;
  float: none !important;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op] {
  color: #fff;
  background-color: #1780b0;
  border-color: #1780b0;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].active,
.open>.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].dropdown-toggle {
  color: #fff;
  background-color: #115f83;
  border-color: #10597a;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].active,
.open>.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].dropdown-toggle {
  background-image: none;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled.focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].disabled.active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled],
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled]:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled]:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled].focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op][disabled].active,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op],
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:hover,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:focus,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].focus,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op]:active,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=op].active {
  background-color: #1780b0;
  border-color: #1780b0;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=op] .badge {
  color: #1780b0;
  background-color: #fff;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account] {
  background-color: #fff;
  color: #555;
  background-color: #fff;
  border-color: #bbb;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].active,
.open>.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].dropdown-toggle {
  color: #555;
  background-color: #e6e6e6;
  border-color: #9c9c9c;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].active,
.open>.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].dropdown-toggle {
  background-image: none;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled.focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].disabled.active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled],
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled]:hover,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled]:focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled].focus,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled]:active,
.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account][disabled].active,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account],
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:hover,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:focus,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].focus,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account]:active,
fieldset[disabled] .modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account].active {
  background-color: #fff;
  border-color: #bbb;
}

.modal-wl-order #rela-login-form-wrapper .form-actions button[name=create_account] .badge {
  color: #fff;
  background-color: #555;
}

.modal-wl-order #relawl-quick-register-form-wrapper {
  height: 100%;
}

.modal-wl-order #relawl-quick-register-form-wrapper form>div {
  height: 100%;
}

.modal-wl-order #relawl-quick-register-form-wrapper .alert-block {
  display: none;
}

.modal-wl-order #relawl-quick-register-form-wrapper input {
  height: 42px;
}

.modal-wl-order #relawl-quick-register-form-wrapper .user-pass-group {
  display: none;
}

.modal-wl-order #relawl-quick-register-form-wrapper .field-type-text,
.modal-wl-order #relawl-quick-register-form-wrapper .form-item-mail,
.modal-wl-order #relawl-quick-register-form-wrapper .form-item-pass {
  width: 45%;
  float: left;
  margin-left: 2%;
  margin-bottom: 5px;
}

.modal-wl-order #current-card {
  width: 98%;
  display: inline-block;
}

.modal-wl-order #current-card .form-item-current-card {
  display: inline-block;
  width: 48%;
  float: left;
  padding: 15px;
  margin: 0;
  margin-right: 1%;
}

.modal-wl-order #current-card>.form-item-current-card {
  border-right: 1px solid #ccc;
}

.modal-wl-order .empty-cart {
  background-color: #f9f9f9;
  margin: 5px;
  border: 1px dashed #ccc;
  text-align: center;
}

.modal-wl-order .empty-cart .icon {
  font-size: 56px;
  color: #ccc;
}

.order-progress-wrapper .order-progress-box-content {
  padding: 5px;
  height: 70px;
  text-align: center;
  position: relative;
}

.order-progress-wrapper .order-progress-box-content:before {
  content: '';
  position: absolute;
  width: 4px;
  background: #d1d1d1;
  left: 4px;
  top: 5px;
  bottom: 5px;
}

.order-progress-wrapper .order-progress-website .order-progress-box-content {
  height: 100%;
}

.order-progress-wrapper #order-progress-agents .order-progress-box-content {
  min-height: 70px;
  height: inherit;
}

.order-progress-wrapper .task-Complete:before {
  background-color: #ABC962;
}

.order-progress-wrapper .progress-item-count {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.order-progress-wrapper .progress-item-count a {
  color: #48a9ca;
}

.order-progress-wrapper .status-drop {
  position: absolute;
  right: 15px;
  top: 14px;
}

.order-progress-wrapper .task-action-link {
  text-align: left;
  float: left;
  margin-left: 10px;
}

.order-progress-wrapper .task-action-link a {
  color: #48a9ca;
}

.node-wl-order-edit .edit-link {
  position: absolute;
  right: 0;
  top: 10px;
  color: #48a9ca;
  font-size: 12px;
}

.node-wl-order-edit .order-status.details-box .tagline {
  font-size: 13px;
}

.node-wl-order-edit .order-status.details-box .status-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.node-wl-order-edit .order-status.details-box .status-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.node-wl-order-edit .order-status.details-box .status-label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.node-wl-order-edit .order-status.details-box .status-action .btn {
  float: right !important;
}

.node-wl-order-edit .order-details-wrapper .order-details-main {
  padding: 0 15px;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  line-height: 33px;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box .promo-code a {
  display: none;
  -webkit-transition: display 0.25s;
  -o-transition: display 0.25s;
  transition: display 0.25s;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box .promo-code:hover a {
  display: inline-block;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box .travel-line .travel-line-inner {
  position: relative;
  display: inline-block;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box .travel-line .travel-line-inner .edit-hover {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .details-box .travel-line:hover .edit-hover {
  left: -40px;
  opacity: 1;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .view-id-wl_orders {
  padding: 0 20px;
}

.node-wl-order-edit .order-details-wrapper .order-details-main .view-id-wl_orders .view-content {
  border: none;
}

.node-wl-order-edit .add-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  padding-top: 10%;
}

.node-wl-order-edit .order-progress-disabled .order-progress-box-content {
  background-color: #e8e8e8;
  height: 47px;
}

.node-wl-order-edit .order-progress-disabled .order-progress-box-content:before {
  content: unset;
}

.node-wl-order-edit .order-progress-disabled .status-drop {
  top: 7px;
}

.node-wl-order-edit .order-progress-disabled .status-drop a {
  color: #48a9ca;
}

.node-wl-order-edit .order-notes-main .inner {
  min-height: 150px;
}

.node-wl-order-edit .order-item-right {
  margin-bottom: 30px;
}

.node-wl-order-edit .x-delete {
  display: inline-block;
  padding: 2px 8px;
  position: absolute;
  top: 40px;
  right: 3px;
}

.node-wl-order-edit .editor-delete {
  top: 0;
}

.field-name-field-special-instructions .field-item {
  white-space: pre-line;
}

.node-wl-order-view .edit-link {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #48a9ca;
  font-size: 12px;
}

.node-wl-order-view .view-display-id-line_items .view-content {
  border: 0;
}

.node-wl-order-view .order-details-wrapper .order-details-main {
  padding: 0 15px;
}

.node-wl-order-view .order-details-wrapper .order-details-main .details-box {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.node-wl-order-view .order-details-wrapper .order-details-main .details-box .views-row {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.node-wl-order-view .order-details-wrapper .order-details-main .view-id-wl_orders {
  padding: 0 20px;
}

.node-wl-order-view .order-details-wrapper .order-details-main .view-id-wl_orders .view-content {
  border: none;
}

.node-wl-order-view .order-details-wrapper .order-details-main .view-id-wl_orders .view-content .views-field-nid {
  display: none;
}

@media screen and (max-width:991px) {

  .node-wl-order-view .order-details-wrapper,
  .node-wl-order-view .right-side {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .order-header {
      display: flex;
      flex-direction: column;
      gap: 2rem;
      align-items: center;
      margin-bottom: 20px;
  }

  .order-header .status-wrap {
      margin-left: 0 !important;
  }

  .order-header hr {
      display: none;
  }

  .order-header .order-title {
      font-size: 16px;
  }
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-textfield:first-child,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-textfield:first-child {
  display: none;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-textfield .help-block,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-textfield .help-block {
  display: none;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-textfield input,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-textfield input {
  width: 100px !important;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .form-type-date-popup,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .form-type-date-popup {
  margin-bottom: 0;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .form-type-date-popup .date-padding,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .form-type-date-popup .date-padding {
  padding-bottom: 0;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo label:first-child,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo label:first-child {
  width: 100px;
  height: 100%;
  float: left;
  margin-top: 10px;
}

#rela-wl-commerce-shooter-schedule-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .date-no-float,
#rela-wl-store-form-wrapper .field-name-field-wl-store-availability .form-type-date-combo .date-no-float {
  float: left;
  clear: none;
  width: auto;
}

#rela-wl-commerce-admin-order-edit-form-wrapper .field-name-field-wl-order-event-date .form-type-date-combo>label {
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
}

#rela-wl-commerce-admin-order-edit-form-wrapper .field-name-field-wl-estimated-duration .panel-heading {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#rela-wl-commerce-admin-order-edit-form-wrapper .field-name-field-wl-estimated-duration .panel-heading .panel-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#rela-wl-commerce-admin-order-edit-form-wrapper .alert-block.alert-danger {
  display: block !important;
}

.wl-client-order-steps .order-step {
  height: 50px;
}

.wl-client-order-steps .order-step .step-icon {
  font-size: 20px;
  margin-bottom: 5px;
}

.wl-client-order-steps .order-step-disabled,
.wl-client-order-steps .order-step-link a {
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 15px;
  color: #888;
}

@media screen and (max-width:991px) {

  .wl-client-order-steps .order-step-disabled,
  .wl-client-order-steps .order-step-link a {
      padding: 0;
      font-size: 11px;
  }
}

.wl-client-order-steps .order-step-link a {
  color: #222;
}

.wl-client-order-steps .order-step.active {
  color: #222;
  border-radius: 0;
}

.wl-client-order-steps .order-step-link a:hover {
  border-radius: 0;
}

.wl-client-order-form-wrapper {
  width: 100%;
  height: 100%;
  position: relative !important;
}

.wl-client-order-form-wrapper .fullmodal-right {
  height: 100%;
}

.wl-client-order-form-wrapper .next-btn-wrapper {
  position: absolute;
  right: 0px;
  top: -46px;
  width: 100%;
}

.wl-client-order-form-wrapper div[id$="form-wrapper"] .alert-block {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 480px !important;
  top: 50px !important;
  display: block !important;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width:991px) {
  .wl-client-order-form-wrapper div[id$="form-wrapper"] .alert-block {
      width: 100% !important;
  }
}

.wl-client-order-form-wrapper .wl-form-section-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.wl-client-order-form-wrapper .wl-form-section-title:after {
  content: '';
  height: 4px;
  width: 20px;
  background-color: #000;
}

.wl-client-order-form-wrapper form {
  height: 100%;
}

.wl-client-order-form-wrapper form .location-form {
  padding: 20px 30px;
  overflow-y: auto;
}

.wl-client-order-form-wrapper form .form-text .form.select {
  height: 45px;
}

.wl-client-order-form-wrapper form .form-text .field-widget-addressfield-standard .street-block {
  width: 100%;
  float: left;
}

.wl-client-order-form-wrapper form .form-text .field-widget-addressfield-standard .form-item-field-property-address-und-0-thoroughfare {
  max-width: 330px;
  float: left;
  margin-right: 18px;
  width: 100%;
}

.wl-client-order-form-wrapper form .form-text .field-widget-addressfield-standard .form-item-field-property-address-und-0-premise {
  float: left;
  max-width: 100px;
}

.wl-client-order-form-wrapper form .form-text .field-widget-addressfield-standard .form-item-field-property-address-und-0-administrative-area {
  width: 200px;
}

.wl-client-order-form-wrapper .form-header button {
  width: 100%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
  font-size: 15px;
  color: #222;
}

.wl-client-order-form-wrapper .form-header button.active {
  opacity: 1;
  border-right: 4px solid #43c3e2;
  border-radius: 0;
}

.wl-products-select {
  width: 100%;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.wl-products-select .wl-products-select-sqft {
  margin-top: -50px;
  position: absolute;
  left: 0;
}

.wl-products-select ul:not(.dropdown-menu) {
  list-style-type: none;
  padding: 0;
  width: 100%;
  float: left;
  display: inline-block;
}

.wl-products-select .add-product-cta {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
  line-height: 40px;
  top: 0;
  left: 0;
}

.wl-products-select .add-product-cta:after {
  content: '+ Add to Cart';
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 31px;
  background-color: #ffffff;
  color: #2b9a2a;
  box-shadow: 0 0 20px #92747433;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  border-radius: 3px;
  opacity: 0;
  padding: 0 14px;
  line-height: 31px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wl-products-select .add-product-cta:hover {
  color: #3baad3;
}

.wl-products-select .add-product-cta:hover:after {
  left: 40px;
  opacity: 1;
}

.wl-products-select .add-product-cta.fa-check-square:after,
.wl-products-select .add-product-cta.fa-dot-circle-o:after {
  content: " - Remove";
  color: #f34242;
}

.wl-products-select .add-product-cta.packaged-product:after {
  content: "Included In Package";
  color: #48a9ca;
}

.wl-products-select .wl-package-select .add-product-cta {
  height: 34px;
}

.wl-products-select #wl-package-tabs {
  display: inline-block;
  width: 100%;
}

.wl-products-select #wl-package-tabs .tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0 none;
  border-bottom: 1px solid #ddd;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: 2px solid transparent;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab:hover {
  background: #f9f9f9;
  border-bottom: 2px solid #44b2ce;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab a {
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 0;
  font-weight: 500;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab.active-tab-parent {
  border-bottom: 2px solid #44b2ce;
  background: #44b2ce;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab.active-tab-parent:hover {
  background: #44b2ce;
}

.wl-products-select #wl-package-tabs .tabs-wrapper .tab.active-tab-parent a {
  color: #fff;
}

.wl-products-select #wl-services-wrapper {
  padding: 0 0;
}

.wl-products-select #group-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  right: 0;
  overflow: hidden;
  -webkit-transition: right 1s ease, max-height 0.5s ease;
  -o-transition: right 1s ease, max-height 0.5s ease;
  transition: right 1s ease, max-height 0.5s ease;
}

@media screen and (max-width:991px) {
  .wl-products-select #group-wrapper {
      border-bottom: 1px solid #ccc;
      max-height: none;
  }
}

.wl-products-select #group-wrapper.no-show {
  right: -3000px;
  max-height: 0;
}

.wl-products-select #group-wrapper .view-content li.views-row {
  min-width: 0 !important;
  position: relative;
  width: 25%;
  float: left;
}

.wl-products-select #group-wrapper.group-count-5 li.views-row {
  width: 20%;
}

.wl-products-select #group-wrapper.group-count-4 li.views-row {
  width: 25%;
}

.wl-products-select #group-wrapper.group-count-3 li.views-row {
  width: 33%;
}

.wl-products-select #group-wrapper.group-count-2 li.views-row {
  width: 50%;
}

.wl-products-select #group-wrapper.group-count-1 li.views-row {
  width: 100%;
}

@media screen and (max-width:991px) {
  .wl-products-select #group-wrapper li.views-row {
      width: 100% !important;
  }
}

.wl-products-select .group-tab {
  color: #333;
  text-align: center;
  height: 100px;
  display: block;
}

@media screen and (max-width:991px) {
  .wl-products-select .group-tab {
      height: auto;
      padding: 2px 0;
      width: 100%;
  }
}

.wl-products-select .group-tab .group-name {
  display: inline-block;
  font-size: 15px;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  color: #888;
  padding: 5px 15px;
}

@media screen and (max-width:991px) {
  .wl-products-select .group-tab .group-name {
      width: 100% !important;
  }
}

.wl-products-select .group-tab:hover .group-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.wl-products-select .group-tab:hover .group-name {
  color: #333;
}

@media screen and (max-width:991px) {
  .wl-products-select .group-tab:hover .group-name {
      background-color: #44b2ce;
      color: #fff;
  }
}

.wl-products-select .product-group-active .group-tab .group-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.wl-products-select .product-group-active .group-tab .group-name {
  color: #333;
}

@media screen and (max-width:991px) {
  .wl-products-select .product-group-active .group-tab .group-name {
      background-color: #44b2ce;
      color: #fff;
  }
}

.wl-products-select .group-icon {
  display: block;
  height: 55px;
  margin-bottom: 5px;
}

.wl-products-select .group-icon img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.25s ease;
  -o-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
  opacity: .6;
}

@media screen and (max-width:991px) {
  .wl-products-select .group-icon {
      display: none;
  }
}

.wl-products-select .wl-products-wrapper ul {
  padding: 0;
}

.wl-products-select .wl-products-wrapper.order-form-1 {
  height: calc(100% - 224px);
  overflow-y: auto;
}

.wl-products-select .wl-products-wrapper.order-form-0 .wl-product-select-item:hover .wl-sort-icon,
.wl-products-select .wl-products-wrapper.order-form- .wl-product-select-item:hover .wl-sort-icon {
  display: inline-block;
}

.wl-products-select .wl-product-select-item {
  min-height: 51px;
  border-bottom: 1px dashed #ddd !important;
  margin: 5px 0;
  padding: 0 15px 10px 25px;
}

.wl-products-select .wl-product-select-item .wl-sort-icon {
  position: absolute;
  left: -20px;
  top: 4px;
  color: #aaa;
  display: none;
}

.wl-products-select .wl-product-select-item .package-products .product {
  height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width:991px) {
  .wl-products-select .wl-product-select-item .package-products .product {
      width: 100% !important;
      margin-bottom: 8px;
  }
}

.wl-products-select .wl-product-select-item .views-field-field-wl-prod-variations .form-item-qty {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .wl-products-select .wl-product-select-item .views-field-field-wl-prod-variations .form-item-qty {
      float: right;
      margin-right: 0;
  }
}

.wl-products-select .wl-product-select-item .views-field-field-wl-prod-variations .wl-product-price-value {
  width: 85px;
  text-align: right;
}

@media screen and (max-width:767px) {
  .wl-products-select .wl-product-select-item .views-field-field-wl-prod-variations .wl-product-price-value {
      width: 100%;
  }
}

.wl-products-select .wl-product-select-item .views-field-field-wl-prod-price {
  margin-top: 8px;
}

.wl-products-select .wl-product-select-item .wl-product-title {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
}

.wl-products-select .wl-product-select-item .wl-product-price {
  color: #0693b2;
  font-size: 15px;
  line-height: 36px;
}

.wl-products-select .wl-product-select-item .wl-product-price .package-include-label {
  text-align: right;
  line-height: normal;
}

@media screen and (max-width:767px) {
  .wl-products-select .wl-product-select-item .wl-product-price .package-include-label {
      font-size: 13px;
      text-align: right;
      line-height: 18px !important;
      position: absolute;
      right: 0;
  }
}

#rela-generate-invoice-form-wrapper .form-item-payment-method .radio {
  background: #eef6fb;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 8px 0 0;
  border: 1px solid #c2d4db;
}

.field-name-field-package-price-per,
.field-name-field-wl-prod-price-per {
  position: relative;
}

.field-name-field-package-price-per .form-radios,
.field-name-field-wl-prod-price-per .form-radios {
  margin-top: 10px;
}

.field-name-field-package-price-per .form-radios .ajax-progress-throbber,
.field-name-field-wl-prod-price-per .form-radios .ajax-progress-throbber {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 14px !important;
}

.field-name-field-package-price-per .radio,
.field-name-field-wl-prod-price-per .radio {
  background: white;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 10px 0 0;
  border: 1px dashed #ddd;
  border-radius: 3px;
}

.field-name-field-package-price-per .radio label,
.field-name-field-wl-prod-price-per .radio label {
  color: #666;
}

.field-name-field-package-price-per .radio-active,
.field-name-field-wl-prod-price-per .radio-active {
  background: #44b2ce;
  border-color: #44b2ce;
}

.field-name-field-package-price-per .radio-active label,
.field-name-field-wl-prod-price-per .radio-active label {
  color: #fff;
}

.field-name-field-package-price-per label,
.field-name-field-wl-prod-price-per label {
  font-weight: bold;
  padding-left: 0;
}

.field-name-field-package-price-per input,
.field-name-field-wl-prod-price-per input {
  opacity: 0;
}

.wl-package-discount-form .field-name-field-wl-prod-variations .field-multiple-drag,
.rela_wl_product_form .field-name-field-wl-prod-variations .field-multiple-drag {
  display: none;
}

.wl-package-discount-form .field-name-field-wl-prod-price,
.rela_wl_product_form .field-name-field-wl-prod-price {
  width: 250px;
  position: relative;
}

.wl-package-discount-form .field-name-field-wl-prod-price .prefix,
.rela_wl_product_form .field-name-field-wl-prod-price .prefix {
  position: absolute;
  left: 4px;
  bottom: 10px;
  color: #555;
}

.wl-package-discount-form .field-name-field-wl-estimated-duration .panel,
.rela_wl_product_form .field-name-field-wl-estimated-duration .panel {
  border: 0 none;
}

.wl-package-discount-form .field-name-field-wl-estimated-duration .panel .panel-heading,
.rela_wl_product_form .field-name-field-wl-estimated-duration .panel .panel-heading {
  background: #fff;
  padding: 0;
  margin-bottom: 5px;
  border: 0 none;
}

.wl-package-discount-form .field-name-field-wl-estimated-duration .panel .panel-heading .panel-title,
.rela_wl_product_form .field-name-field-wl-estimated-duration .panel .panel-heading .panel-title {
  font-size: 14px;
  font-weight: bold;
}

.wl-package-discount-form .field-name-field-wl-estimated-duration .panel .panel-body,
.rela_wl_product_form .field-name-field-wl-estimated-duration .panel .panel-body {
  padding: 0;
}

.wl-package-discount-form .field-name-field-wl-estimated-duration .panel .panel-body .help-block,
.rela_wl_product_form .field-name-field-wl-estimated-duration .panel .panel-body .help-block {
  font-size: 13px;
}

.wl-package-discount-form .form-type-radios .form-item-field-wl-product-groups-ref-und,
.rela_wl_product_form .form-type-radios .form-item-field-wl-product-groups-ref-und {
  width: 20%;
  float: left;
  margin-top: 20px;
}

.wl-package-discount-form .field-type-entityreference.field-name-field-wl-product-groups-ref,
.rela_wl_product_form .field-type-entityreference.field-name-field-wl-product-groups-ref {
  display: inline-block;
  width: 100%;
}

.wl-package-discount-form .field-name-field-wl-prod-hide-from-store,
.wl-package-discount-form .field-name-field-wl-prod-onsite-resource,
.wl-package-discount-form .field-name-field-wl-product-taxable,
.wl-package-discount-form .form-item-public-order-form-list,
.wl-package-discount-form .form-item-tax-zips,
.rela_wl_product_form .field-name-field-wl-prod-hide-from-store,
.rela_wl_product_form .field-name-field-wl-prod-onsite-resource,
.rela_wl_product_form .field-name-field-wl-product-taxable,
.rela_wl_product_form .form-item-public-order-form-list,
.rela_wl_product_form .form-item-tax-zips {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 0 20px;
}

.wl-package-discount-form .field-name-field-wl-prod-hide-from-store .help-block,
.wl-package-discount-form .field-name-field-wl-prod-onsite-resource .help-block,
.wl-package-discount-form .field-name-field-wl-product-taxable .help-block,
.wl-package-discount-form .form-item-public-order-form-list .help-block,
.wl-package-discount-form .form-item-tax-zips .help-block,
.rela_wl_product_form .field-name-field-wl-prod-hide-from-store .help-block,
.rela_wl_product_form .field-name-field-wl-prod-onsite-resource .help-block,
.rela_wl_product_form .field-name-field-wl-product-taxable .help-block,
.rela_wl_product_form .form-item-public-order-form-list .help-block,
.rela_wl_product_form .form-item-tax-zips .help-block {
  font-size: 12px;
}

.wl-package-discount-form .form-item-tax-zips,
.rela_wl_product_form .form-item-tax-zips {
  padding: 10px 20px;
}

.wl-package-discount-form .form-item-public-order-form-list>label,
.rela_wl_product_form .form-item-public-order-form-list>label {
  margin-top: 10px;
}

.wl-package-discount-form .form-item-public-order-form-list,
.rela_wl_product_form .form-item-public-order-form-list {
  display: flex;
  flex-direction: column;
}

.wl-package-discount-form .form-item-public-order-form-list .label,
.rela_wl_product_form .form-item-public-order-form-list .label {
  order: 1;
}

.wl-package-discount-form .form-item-public-order-form-list .help-block,
.rela_wl_product_form .form-item-public-order-form-list .help-block {
  order: 2;
}

.wl-package-discount-form .form-item-public-order-form-list .form-checkboxes,
.rela_wl_product_form .form-item-public-order-form-list .form-checkboxes {
  order: 3;
  margin-bottom: 20px;
}

.wl-package-discount-form .field-name-field-wl-product-timing,
.wl-package-discount-form .field-name-field-wl-prod-variations,
.rela_wl_product_form .field-name-field-wl-product-timing,
.rela_wl_product_form .field-name-field-wl-prod-variations {
  display: inline-block;
  width: 100%;
  display: inline-block;
  border: 1px solid #ddd;
}

.wl-package-discount-form .field-name-field-wl-product-timing th,
.wl-package-discount-form .field-name-field-wl-prod-variations th,
.rela_wl_product_form .field-name-field-wl-product-timing th,
.rela_wl_product_form .field-name-field-wl-prod-variations th {
  padding: 10px !important;
}

.wl-package-discount-form .field-name-field-wl-product-timing .new-timing-row,
.wl-package-discount-form .field-name-field-wl-prod-variations .new-timing-row,
.rela_wl_product_form .field-name-field-wl-product-timing .new-timing-row,
.rela_wl_product_form .field-name-field-wl-prod-variations .new-timing-row {
  background: #e3f4f7;
}

.wl-package-discount-form .field-name-field-wl-product-timing .field-add-more-submit,
.wl-package-discount-form .field-name-field-wl-prod-variations .field-add-more-submit,
.rela_wl_product_form .field-name-field-wl-product-timing .field-add-more-submit,
.rela_wl_product_form .field-name-field-wl-prod-variations .field-add-more-submit {
  margin: 0px 10px 20px 24px;
}

.wl-package-discount-form .accounting-wrapper,
.rela_wl_product_form .accounting-wrapper {
  display: inline-block;
  width: 100%;
}

.wl-package-discount-form .accounting-wrapper .accounting-header-wrapper,
.rela_wl_product_form .accounting-wrapper .accounting-header-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.wl-package-discount-form .accounting-wrapper .accounting-header-wrapper .accounting-header,
.rela_wl_product_form .accounting-wrapper .accounting-header-wrapper .accounting-header {
  padding: 0 10px;
}

.wl-package-discount-form .accounting-wrapper .accounting-header-wrapper .accounting-line,
.rela_wl_product_form .accounting-wrapper .accounting-header-wrapper .accounting-line {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-top: 10px;
}

.wl-package-discount-form .accounting-wrapper .accounting-inner,
.rela_wl_product_form .accounting-wrapper .accounting-inner {
  border-left: 3px solid #ddd;
  padding-left: 10px;
  width: calc(100% - 15px);
  margin-left: 15px;
  margin-top: 15px;
}

.wl-package-discount-form .accounting-wrapper .accounting-inner .accounting-intro,
.rela_wl_product_form .accounting-wrapper .accounting-inner .accounting-intro {
  font-weight: 800;
}

.wl-package-discount-form .accounting-wrapper .accounting-inner .form-item-wrapper,
.rela_wl_product_form .accounting-wrapper .accounting-inner .form-item-wrapper {
  width: 100%;
  float: left;
}

.wl-package-discount-form .accounting-wrapper .accounting-inner .form-item-wrapper.form-item-service-id,
.rela_wl_product_form .accounting-wrapper .accounting-inner .form-item-wrapper.form-item-service-id {
  margin-right: 2%;
}

.wl-package-discount-form .accounting-wrapper .accounting-inner .form-type-checkbox,
.rela_wl_product_form .accounting-wrapper .accounting-inner .form-type-checkbox {
  display: inline-block;
}

.form-item-service-product-action .error.form-type-radios {
  border: 2px solid #df6969;
  border-radius: 3px;
  padding: 10px;
}

.rela_wl_pricing_rule_form .field-name-field-wl-prod-hide-from-store {
  width: 100%;
  float: left;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 0 20px;
}

.rela_wl_pricing_rule_form .field-name-field-wl-prod-hide-from-store .help-block {
  font-size: 12px;
}

.wl-products-select-form-items .group-icon {
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.wl-products-select-form-items .group-name {
  font-size: 13px;
  white-space: nowrap;
}

.active .group-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.active .group-name {
  color: #333;
}

.store-primary-categories-manage .group-wrapper {
  margin: 0 0 25px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.store-primary-categories-manage .group-wrapper .group-tab {
  border: 1px solid #eee;
  width: 160px;
  height: 180px;
  margin: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: #f9f9f9;
}

.store-primary-categories-manage .group-wrapper .group-tab.active {
  background-color: #fff;
}

.store-primary-categories-manage .group-wrapper .group-tab .group-name {
  width: 100%;
  padding: 0;
}

.store-primary-categories-manage .group-wrapper .group-tab .group-cta-select {
  height: 100%;
  width: 100%;
  display: inline-block;
  top: 0;
  position: absolute;
  left: 0;
  padding-top: 20px;
}

.store-primary-categories-manage .group-wrapper .group-tab .group-cta-extra {
  padding: 10px;
  background: #ffffff;
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ddd;
  margin-top: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.store-primary-categories-manage .group-check {
  margin-bottom: 10px;
}

.store-primary-categories-manage .group-check .group-icon {
  font-size: 23px;
  height: auto;
}

.store-primary-categories-manage .group-check .group-name {
  color: #333;
  font-size: 18px;
  padding-top: 5px;
}

#init-store-form-wrapper .category-button {
  float: left;
  margin: 5px 2%;
  width: 46%;
  height: 160px;
}

#init-store-form-wrapper .category-button.selected {
  border: 18px solid blue;
  background: red;
}

#init-store-form-wrapper .form-item-is-matterport {
  clear: both;
}

#init-store-form-wrapper .form-actions {
  position: relative;
  width: auto;
  clear: both;
}

#init-store-form-wrapper .form-actions .btn-block {
  font-size: 50px;
  background-color: deeppink;
}

#store-sort-products-wrapper {
  height: 100% !important;
  width: 100%;
  display: inline-block;
}

#store-sort-products-wrapper .header-actions {
  margin-bottom: 60px;
}

#wl-sqft-select-form {
  display: inline-block;
}

#wl-sqft-select-form .form-group,
#wl-sqft-select-form .form-actions {
  margin-bottom: 0;
}

#wl-sqft-select-form .form-item-sqft-range label {
  float: left;
  line-height: 26px;
}

#wl-sqft-select-form .form-item-sqft-range select {
  float: left;
  width: auto;
  height: 26px;
  padding: 0px;
  margin-left: 5px;
}

.fullmodal-right #wl-review-order-form-wrapper {
  position: relative;
}

.fullmodal-right #wl-review-order-form-wrapper form {
  height: auto !important;
  position: absolute;
  right: 0;
  top: -65px;
}

#wl-order-review-screen {
  height: calc(100% - 77px);
  overflow-y: auto;
}

#wl-order-review-screen .review-item .title {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

@media screen and (max-width:991px) {
  #wl-order-review-screen .review-item .edit-link {
      margin-top: 10px;
  }
}

@media screen and (max-width:991px) {
  #wl-order-review-screen .review-details-left {
      border-right: 0 none !important;
      margin-top: 30px;
  }
}

@media screen and (max-width:991px) {
  #wl-order-review-screen .edit-link {
      padding: 5px 10px !important;
      background: #f9f9f9;
      border: 1px solid #ccc;
      text-align: center;
  }
}

#wl-order-review-screen .order-total-line.partial-amount-due-1 {
  margin-top: 5px !important;
}

#wl-order-review-screen .order-total-line.partial-amount-due-1 .tagline {
  font-size: 14px;
}

#wl-order-review-screen .order-total-line.partial-amount-due-1 .cart-total {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wl-order-review-screen .order-total-line.partial-amount-due-1 .cart-total .ico-blue {
  color: #666 !important;
  font-size: 14px;
}

#wl-order-review-screen .total-label.toggle-trigger {
  display: inline-block;
  margin-bottom: 10px;
}

#wl-order-review-screen .promo-code-content {
  width: 100%;
  height: auto;
  max-height: 1px;
  opacity: 0;
  -webkit-transition: max-height 0.25s;
  -o-transition: max-height 0.25s;
  transition: max-height 0.25s;
}

#wl-order-review-screen .promo-code-content.toggle-on {
  max-height: 54px;
  opacity: 1;
  width: 100%;
  border: 1px dashed #ccc;
  padding: 5px;
  display: inline-block;
  background: #f6f6f6;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form {
  position: relative;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .alert {
  position: absolute !important;
  width: 100% !important;
  height: 30px;
  font-size: 12px;
  text-align: left;
  line-height: 0px;
  bottom: -35px;
  top: unset !important;
  margin: 0;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .alert .close {
  line-height: 0;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .field-name-field-wl-order-promo-code {
  width: 150px;
  float: left;
  margin-top: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .field-name-field-wl-order-promo-code .form-group {
  margin-bottom: 0;
  float: left;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .field-name-field-wl-order-promo-code input {
  height: 31px;
  padding-left: 4px;
}

#wl-order-review-screen .promo-code-content .rela_wl_commerce_promo_code_form .form-actions {
  float: left;
  margin-top: 5px;
  margin-left: 7px;
}

.review-products .wl-remove-cta {
  display: inline-block;
  position: absolute;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.review-products .views-row,
.review-products .field-item {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.review-products .views-row:hover .wl-remove-cta,
.review-products .field-item:hover .wl-remove-cta {
  display: inline-block;
  position: absolute;
  left: -60px;
  opacity: 1;
}

.review-products .views-row .wl-order-package-summary .package-product,
.review-products .field-item .wl-order-package-summary .package-product {
  padding: 2px 0;
  margin-bottom: 8px;
}

.review-products .views-row .wl-order-product-item,
.review-products .field-item .wl-order-product-item {
  border-bottom: 1px dashed #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 5px;
}

.review-products .product-title {
  color: #333;
  font-size: 14px;
  width: 80%;
  float: left;
  display: inline-block;
}

.review-products .final-price {
  width: 20%;
  float: left;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}

.view-wl-orders.view-display-id-line_items .wl-remove-cta {
  display: inline-block;
  position: absolute;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.view-wl-orders.view-display-id-line_items .views-row {
  border-bottom: 1px solid #ddd;
}

.view-wl-orders.view-display-id-line_items .views-row:hover .wl-remove-cta {
  display: inline-block;
  position: absolute;
  left: -30px;
  opacity: 1;
}

.view-wl-orders.view-display-id-line_items .views-field-title {
  color: #666;
  font-size: 14px;
  width: 80%;
  float: left;
  display: inline-block;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

.view-wl-orders.view-display-id-line_items .views-field-field-wl-prod-price {
  width: 20%;
  float: left;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}

.view-id-wl_orders.view-display-id-manage_orders th a {
  color: #222;
}

.view-display-id-proximity_search {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.view-display-id-proximity_search .view-header {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.node-wl-order-edit .order-agent-main .group-contact-left {
  width: 23%;
  display: inline-block;
  float: left;
  margin-right: 4%;
}

.node-wl-order-edit .order-agent-main .group-contact-left img {
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}

.node-wl-order-edit .order-agent-main .group-contact-right {
  width: 70%;
  float: left;
}

.node-wl-order-edit .order-agent-main .group-contact-right .field-name-field-agent-name {
  font-weight: bold;
  color: #000;
}

.node-wl-order-edit .order-agent-main .group-contact-right .field-name-field-card-social-media {
  display: none;
}

.node-wl-order-edit .order-agent-main .group-contact-right .field-name-field-agent-email {
  pointer-events: none;
}

.node-wl-order-edit .order-shoot-shooter-main .group-contact-left {
  display: none;
}

.store-hours-display-wrapper .store-schedule-date {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}

.store-hours-display-wrapper .store-schedule-date:nth-child(odd) {
  background-color: #f9f9f9;
}

.view-display-id-shooters_manage .group-contact-3-left {
  display: none;
}

#photog-search-form-wrapper .alert {
  width: 100% !important;
  top: -55px !important;
}

.booking-wrapper .section-wrapper {
  margin-bottom: 30px;
}

.booking-wrapper .section-wrapper .section-title {
  float: left;
  display: inline-block;
}

.booking-wrapper .section-wrapper .edit-link {
  margin: 9.5px 0;
  float: right;
}

.booking-wrapper .section-wrapper .section-inside {
  position: relative;
}

.booking-wrapper .booking-notes-wrapper .section-inside,
.booking-wrapper .order-notes-wrapper .section-inside {
  min-height: 120px;
}

.onsite-products-wrapper .onsite-package-wrapper .onsite-item-wrapper:before {
  content: "";
}

.onsite-products-wrapper .onsite-item-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.onsite-products-wrapper .onsite-item-wrapper:last-child {
  border-bottom: 0px solid #ddd !important;
}

.onsite-products-wrapper .onsite-item-wrapper.package-item {
  outline: none;
}

.onsite-products-wrapper .onsite-item-wrapper.package-item:last-child {
  border-bottom: 0 !important;
}

.onsite-products-wrapper .onsite-item-wrapper .order-product-questions-wrap {
  padding: 0 10px;
}

.wl-order-table .views-label,
.wl-order-table .street-block {
  color: #000;
  font-weight: bold;
}

.wl-order-table .country {
  display: none;
}

@media screen and (max-width:767px) {
  .wl-order-table .views-field {
      margin-bottom: 10px;
  }
}

.wl-pending-invoices .pane-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #48a9ca;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 10px;
  margin-bottom: 0;
}

.order-invoice-summary.user-view_photog-client .invoice-cta-dl {
  display: block;
  width: 85px;
  margin-left: auto;
}

@media screen and (max-width:991px) {
  .order-invoice-summary.user-view_photog-client .invoice-cta-dl {
      margin-left: 0;
      width: 100%;
  }

  .order-invoice-summary.user-view_photog-client .invoice-cta-paynow {
      padding-top: 10px;
      padding-bottom: 10px;
      width: 100%;
  }
}

.order-invoice-summary.user-view_photog-admin .invoice-pending .invoice-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}

.order-invoice-summary .invoice-externals {
  top: -25px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 5px;
}

.order-invoice-summary .invoice-label {
  color: #000;
}

.order-invoice-summary .invoice-pending:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e8821f;
  width: 3px;
}

.order-invoice-summary .invoice-paid:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #8fcd46;
  width: 3px;
}

.order-invoice-summary .status-tag {
  position: absolute;
  left: -16px;
  padding: 1px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 60px;
  width: 56px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.order-invoice-summary .status-tag-paid {
  background-color: #8fcd46;
}

.order-invoice-summary .status-tag-pending {
  background-color: #e8821f;
}

@media screen and (min-width:768px) {
  .order-invoice-summary .invoice-cta {
      text-align: right;
  }
}

#custom-li-form-wrapper .form-type-date-popup label,
#rela-generate-invoice-form-wrapper .form-type-date-popup label {
  display: block;
}

#custom-li-form-wrapper .form-group,
#rela-generate-invoice-form-wrapper .form-group {
  display: inline-block;
  float: left;
  width: 100%;
}

#custom-li-form-wrapper .form-actions,
#rela-generate-invoice-form-wrapper .form-actions {
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

#custom-li-form-wrapper .form-actions .cta-mark-paid,
#rela-generate-invoice-form-wrapper .form-actions .cta-mark-paid {
  position: absolute;
  top: -45px;
  right: 15px;
}

#custom-li-form-wrapper .form-item-invoice-number input,
#rela-generate-invoice-form-wrapper .form-item-invoice-number input {
  padding-left: 50px;
}

#custom-li-form-wrapper .form-item-invoice-number:before,
#rela-generate-invoice-form-wrapper .form-item-invoice-number:before {
  content: 'INV-';
  font-size: 15px;
  position: absolute;
  top: 26px;
  left: 16px;
  background: #eef6fb;
  height: 35px;
  width: 42px;
  line-height: 33px;
  padding-left: 7px;
  border-right: 1px solid #ccc;
  padding-top: 1px;
}

#custom-li-form-wrapper .custom-amount-wrapper,
#rela-generate-invoice-form-wrapper .custom-amount-wrapper {
  display: block;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price,
#custom-li-form-wrapper .form-item-amount,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price,
#rela-generate-invoice-form-wrapper .form-item-amount {
  margin-bottom: 6px;
  position: relative;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price label,
#custom-li-form-wrapper .form-item-amount label,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price label,
#rela-generate-invoice-form-wrapper .form-item-amount label {
  display: block;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price input,
#custom-li-form-wrapper .form-item-amount input,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price input,
#rela-generate-invoice-form-wrapper .form-item-amount input {
  width: 150px;
  height: 37px;
  display: inline-block;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price .currency-symbol,
#custom-li-form-wrapper .form-item-amount .currency-symbol,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price .currency-symbol,
#rela-generate-invoice-form-wrapper .form-item-amount .currency-symbol {
  font-size: 15px;
  background: #e9f9e5;
  height: 37px;
  width: auto;
  line-height: 34px;
  border: 1px solid #ccc;
  padding: 0px 5px;
  display: inline-block;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price .currency-symbol-pre,
#custom-li-form-wrapper .form-item-amount .currency-symbol-pre,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price .currency-symbol-pre,
#rela-generate-invoice-form-wrapper .form-item-amount .currency-symbol-pre {
  border-right: none;
  float: left;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price .currency-symbol-post,
#custom-li-form-wrapper .form-item-amount .currency-symbol-post,
#rela-generate-invoice-form-wrapper .form-item-custom-line-item-base-price .currency-symbol-post,
#rela-generate-invoice-form-wrapper .form-item-amount .currency-symbol-post {
  border-left: none;
}

#custom-li-form-wrapper .btn-percentage.active,
#rela-generate-invoice-form-wrapper .btn-percentage.active {
  background: #278fb6;
  color: #fff;
}

#custom-li-form-wrapper .form-item-unlock .form-checkboxes,
#rela-generate-invoice-form-wrapper .form-item-unlock .form-checkboxes {
  padding-top: 15px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

#custom-li-form-wrapper .form-item-unlock .form-type-checkbox,
#rela-generate-invoice-form-wrapper .form-item-unlock .form-type-checkbox {
  margin: 0 0 15px 0 !important;
}

.currency-symbol {
  font-size: 15px;
  background: #e9f9e5;
  height: 37px;
  width: auto;
  line-height: 34px;
  border: 1px solid #ccc;
  padding: 0px 5px;
  display: inline-block;
}

.currency-symbol-pre {
  border-right: none;
  float: left;
}

.currency-symbol-post {
  border-left: none;
}

.fc-header-title h2 {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
}

.fc-grid .fc-day-number {
  padding: 2px 5px 0 0;
  font-size: 11px;
}

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 2px;
  padding: 5px 0;
  font-size: 13px;
  text-transform: uppercase;
}

.fc-header .fc-button {
  background: #fff;
  box-shadow: none;
  text-shadow: none;
  border-color: #ccc;
}

.fc-header .fc-button.fc-state-active {
  box-shadow: none;
  background: #6b7d84;
  color: #fff;
}

.fc-content .fc-event {
  border-radius: 0 !important;
  padding-left: 3px;
  border-color: transparent;
  border-left: 0px;
  padding: 0;
  cursor: pointer;
  min-height: 25px;
}

.fc-content .fc-event.fc-custom-event {
  opacity: 0.7;
  pointer-events: none;
}

.fc-content .fc-event .fc-event-time {
  border: none;
  padding: 5px;
  border-right: 0 none;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}

.fc-content .fc-event .fc-event-title {
  padding: 5px;
  float: left;
}

.fc-content .fc-event .fc-event-inner {
  font-size: 11px;
}

.fc-content .fc-event.fc-event-draggable {
  background: #33bd64;
  border-color: #14612f;
}

.fc-content .fc-event.fc-event-draggable .fc-event-time {
  background: #3f9a64;
  border-color: #27864d;
}

.fc-content .fc-view-month .fc-event .fc-event-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.fc-content .fc-view-month .fc-event .fc-event-time {
  display: inline-block;
  border-bottom: 0 none;
  font-weight: normal;
}

.fc-content .fc-view-month .fc-event .fc-event-title {
  border-left: 1px solid #fff;
}

.fc-content .fc-view-month .ui-resizable-handle {
  display: none;
}

.fc-cell-overlay {
  background-color: #8fbed4;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233d7e9c' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .65;
}

.view-display-id-shooter_calendar {
  display: inline-block;
  width: 100%;
}

.view-display-id-shooter_calendar .fc-view-agendaDay .fc-agenda-axis {
  width: 53px !important;
}

#rela-wl-commerce-booking-form-wrapper {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

#rela-wl-commerce-booking-form-wrapper .timepicker {
  width: 100px !important;
}

#rela-wl-commerce-booking-form-wrapper .form-item-field-wl-booking-date-und-0 {
  width: 430px;
  float: left;
}

@media screen and (max-width:991px) {
  #rela-wl-commerce-booking-form-wrapper .form-item-field-wl-booking-date-und-0 {
      width: 100%;
  }

  #rela-wl-commerce-booking-form-wrapper .form-item-field-wl-booking-date-und-0 .form-item-field-wl-booking-date-und-0-value-date {
      width: 100%;
      margin-bottom: 15px;
  }
}

#rela-wl-commerce-booking-form-wrapper .form-actions {
  float: left;
  padding-top: 10px;
}

.wl-onboard-wrapper {
  max-width: 605px;
  display: block !important;
}

@media screen and (max-width:767px) {
  .wl-onboard-wrapper {
      width: 100%;
  }
}

.wl-onboard-wrapper .step-name {
  color: #000;
  font-size: 24px;
}

.wl-onboard-wrapper .store-primary-categories-manage .group-tab {
  width: 155px;
}

.wl-onboard-wrapper form .form-actions {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 0px;
}

#wl-onboard-schedule-form-wrapper label {
  font-size: 16px;
  color: #333;
}

#wl-onboard-schedule-form-wrapper .form-text {
  float: right;
  width: 60px;
}

#wl-onboard-schedule-form-wrapper .form-group {
  margin-bottom: 35px;
}

#wl-onboard-schedule-form-wrapper .help-block {
  width: 80%;
}

#wl-onboard-schedule-form-wrapper .form-item-days .help-block {
  display: none;
}

form .form-item-days {
  position: relative;
}

form .form-item-days .help-block {
  position: absolute;
  top: 23px;
}

@media screen and (max-width:767px) {
  form .form-item-days .help-block {
      top: 43px;
  }
}

form .form-checkboxes.store-days-fancy {
  display: inline-block;
  width: 100%;
}

@media screen and (max-width:767px) {
  form .form-checkboxes.store-days-fancy {
      margin-top: 49px;
  }
}

form .form-checkboxes.store-days-fancy .form-type-checkbox {
  width: 14%;
  float: left;
  margin-top: 5px;
  margin-left: -1px;
  height: 40px;
}

@media screen and (max-width:767px) {
  form .form-checkboxes.store-days-fancy .form-type-checkbox {
      width: 24%;
  }
}

form .form-checkboxes.store-days-fancy label {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0;
  top: 0;
  line-height: 44px;
  display: block;
}

form .form-checkboxes.store-days-fancy .form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #666;
  height: 40px;
  width: 100%;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  margin-right: 0px;
  outline: none;
  border: 1px solid #ccc;
}

form .form-checkboxes.store-days-fancy .form-checkbox:checked {
  background-color: #cbe6c1;
}

#wl-shooter-profile-form-wrapper .form-checkboxes.store-days-fancy {
  margin-top: 10px !important;
}

.wl-schedule-wrapper {
  display: inline-block;
  width: 100%;
}

.wl-schedule-wrapper .schedule-day-wrapper {
  background: #f9f9f9;
  float: left;
  padding: 5px 10px;
  border: 1px solid #ddd;
  text-align: center;
  height: 80px;
  width: 14.25%;
  margin-left: -1px;
}

.wl-schedule-wrapper .schedule-day-wrapper .schedule-day {
  font-weight: 600;
  color: #888;
  margin: 1px 0;
  width: 60px;
}

.wl-schedule-wrapper .schedule-day-wrapper .twilight-day {
  width: 160px;
}

.wl-schedule-wrapper .schedule-day-wrapper .start,
.wl-schedule-wrapper .schedule-day-wrapper .end {
  color: #888;
  width: 100%;
  display: inline-block;
}

.wl-schedule-wrapper .schedule-day-wrapper.available {
  background: #fff;
}

.wl-schedule-wrapper .schedule-day-wrapper.available .schedule-day {
  color: #278fb6;
}

.wl-schedule-wrapper .schedule-day-wrapper.available .start,
.wl-schedule-wrapper .schedule-day-wrapper.available .end {
  color: #000;
}

.wl-schedule-wrapper .schedule-day-wrapper .seperator {
  font-size: 1px;
  display: none;
}

.wl-schedule-wrapper .time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.wl-schedule-wrapper .time-slots .time-slot {
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 13px;
}

.theme-wl_store_schedule_config .wl-schedule-wrapper .schedule-day-wrapper {
  height: auto;
}

.theme-wl_store_schedule_config .wl-schedule-wrapper .schedule-day-wrapper.available .schedule-day {
  color: #333;
}

.theme-wl_store_schedule_config .wl-schedule-wrapper .schedule-day-wrapper .start,
.theme-wl_store_schedule_config .wl-schedule-wrapper .schedule-day-wrapper .end {
  width: auto;
  float: left;
}

.theme-wl_store_schedule_config .h5.option-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.theme-wl_store_schedule_config .option-small {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

.theme-wl_store_schedule_config .schedule-header .edit-link {
  top: 12px !important;
}

.theme-wl_store_schedule_config .schedule-header .title {
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  color: #333;
  font-size: 15px;
}

.wl-shooter-list-view .view-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.wl-shooter-list-view.view-display-id-panel_shooters_all .view-header {
  padding: 0;
}

.wl-shooter-list-view .views-field-field-wl-primary-prod-group-ref ul {
  margin: 10px 0 0px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.wl-shooter-list-view .views-field-field-wl-primary-prod-group-ref ul li {
  font-size: 11px;
  margin: 0 10px 10px 0px;
  background-color: #fff;
  color: #333;
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 2px 6px;
  float: left;
  display: inline-block;
}

.wl-payment-status {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 100px;
}

.status-paid_partial {
  color: #b5a326;
  background: #f1efbb;
  border: 1px solid #e9e6a1;
}

.status-deferred {
  color: #72726f;
  background: #e5e5e5;
  border: 1px solid #ddd;
}

.status-paid_full {
  color: #489515;
  background: #e6f9d9;
  border: 1px solid #cff3bc;
}

.wl-order-status-label {
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 100px;
}

.wl-order-status_confirmed,
.wl-order-status_accepted {
  color: #0085a7 !important;
  background: #c8e6ed;
  border: 1px solid #b3d4dd;
}

.wl-order-status_new {
  background-color: #f0ad4e;
  color: #ffffff !important;
  border: 1px solid #f0ad4e;
}

.wl-order-status_aod,
.wl-order-status_accept_deposit {
  background-color: #e2d9ff;
  color: #2d196c !important;
  width: 130px;
  border: 1px solid #c9bbf9;
}

.wl-order-status_accept_deposit {
  width: 150px;
}

.wl-order-status_draft_admin,
.wl-order-status_draft {
  background-color: #ffd7d7;
  color: #e23333 !important;
  border: 1px solid #f9c7c7;
}

.wl-order-status_complete {
  color: #489515 !important;
  background: #e6f9d9;
  border: 1px solid #cff3bc;
}

.wl-order-status_moc {
  background: #f7d8b8;
  color: #6c4317 !important;
  border: 1px solid #d3b79a;
}

.wl-order-status_mo_convert {
  background: #f7d8b8;
  color: #6c4317 !important;
  border: 1px solid #d3b79a;
}

.wl-order-status_canceled {
  background: #f5f5f5;
  color: #c23838 !important;
  border: 1px solid #b5b5b5;
}

[class^="wl-order-status_"]:hover {
  color: inherit !important;
  background: inherit !important;
  border: inherit !important;
}

.view-id-wl_invoice_list .wl-payment-status {
  float: right;
}

.views-table .wl-order-status-label {
  width: 100px;
}

#wl-onboard-rela-terms-form-wrapper .rela-terms-text {
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 20px 0;
}

.onsite-item-wrapper .onsite-prod-price {
  white-space: nowrap;
}

@media screen and (min-width:768px) {
  .onsite-item-wrapper .onsite-prod-price {
      text-align: right;
  }
}

.onsite-item-wrapper .prod-link-cta {
  font-size: 11px;
  clear: both;
  padding: 4px 5px;
  color: #2e8bab;
  display: inline-block;
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #fff;
  width: 100%;
  float: left;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: .5;
}

@media screen and (max-width:991px) {
  .onsite-item-wrapper .prod-link-cta {
      padding: 9px 11px;
      border: 1px solid #e9e9e9;
      margin: 9px 0;
      box-shadow: 0 0 6px #0000001a;
      margin-left: 0 !important;
      float: left;
  }
}

.onsite-item-wrapper .prod-link-cta .fa,
.onsite-item-wrapper .prod-link-cta .response-icon-Note,
.onsite-item-wrapper .prod-link-cta .response-icon-Email,
.onsite-item-wrapper .prod-link-cta .status-icon-Published,
.onsite-item-wrapper .prod-link-cta .status-icon-Not {
  margin-right: 5px;
}

.onsite-item-wrapper .prod-link-cta.remove-assign-link {
  color: #da2525;
}

.onsite-item-wrapper .prod-link-cta.edit-assigned-prod {
  opacity: 1;
  font-size: 13px;
  margin-left: -5px;
  color: #777;
  margin-top: 5px;
}

.onsite-item-wrapper .prod-link-cta.edit-assigned-prod .fa,
.onsite-item-wrapper .prod-link-cta.edit-assigned-prod .response-icon-Note,
.onsite-item-wrapper .prod-link-cta.edit-assigned-prod .response-icon-Email,
.onsite-item-wrapper .prod-link-cta.edit-assigned-prod .status-icon-Published,
.onsite-item-wrapper .prod-link-cta.edit-assigned-prod .status-icon-Not {
  color: #2e8bab;
}

.onsite-item-wrapper .prod-link-cta.edit-date-prod {
  opacity: 1;
  font-size: 13px;
  margin-left: -5px;
  color: #777;
  margin-top: 0px;
}

.onsite-item-wrapper .prod-link-cta.edit-date-prod .fa,
.onsite-item-wrapper .prod-link-cta.edit-date-prod .response-icon-Note,
.onsite-item-wrapper .prod-link-cta.edit-date-prod .response-icon-Email,
.onsite-item-wrapper .prod-link-cta.edit-date-prod .status-icon-Published,
.onsite-item-wrapper .prod-link-cta.edit-date-prod .status-icon-Not {
  color: #2e8bab;
}

.onsite-item-wrapper .prod-link-cta.email-assigned {
  opacity: 1;
  font-size: 13px;
  color: #777;
  margin-left: -5px;
  margin-top: 0px;
}

.onsite-item-wrapper .prod-link-cta.email-assigned .fa,
.onsite-item-wrapper .prod-link-cta.email-assigned .response-icon-Note,
.onsite-item-wrapper .prod-link-cta.email-assigned .response-icon-Email,
.onsite-item-wrapper .prod-link-cta.email-assigned .status-icon-Published,
.onsite-item-wrapper .prod-link-cta.email-assigned .status-icon-Not {
  color: #a5b5a7;
}

.onsite-item-wrapper .prod-link-cta:hover {
  opacity: 1;
  border: 1px solid #ddd;
}

#right-edit-overlay.fullcalendar {
  width: 80%;
  max-width: 800px !important;
}

#rela-fullcalendar-sources {
  display: none;
}

.node-wl-order-edit .order-details-locks .field-name-field-checkout-unlock {
  margin-top: 15px;
}

.node-wl-order-edit .order-details-locks .field-name-field-checkout-unlock .field-item {
  float: left;
  margin: 5px;
  font-size: 13px;
  text-transform: capitalize;
  background: #f6f6f6;
  padding: 5px 8px;
  border-radius: 3px;
  color: #222;
  font-weight: bold;
}

.page-account-assignments-calendar .fc-event-details-modal {
  width: calc(100% - 240px);
  left: 240px;
}

.fc-event-details-modal {
  background: #0000001a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #444 !important;
  position: fixed;
  bottom: 0;
  top: 0;
  width: calc(100% - 296px);
  left: 296px;
  right: 0;
  margin: auto;
  z-index: 9999;
  animation-duration: 0.35s;
  animation-timing-function: ease-out;
  pointer-events: none;
  font-family: Inter, "Open Sans", sans-serif !important;
}

.fc-event-details-modal .booking-popup-inner {
  width: 450px;
  pointer-events: all;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px 4px 0 0;
  max-height: 95vh;
  overflow-y: auto;
}

@media screen and (max-width:767px) {
  .fc-event-details-modal .booking-popup-inner {
      width: 90%;
  }
}

.fc-event-details-modal a {
  color: #48a9ca !important;
}

.booking-pop-menu {
  border-bottom: 1px solid #ddd;
}

.booking-pop-menu a {
  color: #48a9ca !important;
}

.booking-pop-user .card-item-headshot {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  min-width: 35px;
  min-height: 35px;
  margin-right: 1rem !important;
}

.booking-pop-user .node-view_agent-card-select {
  padding: 1rem 0 !important;
}

.booking-pop-item {
  padding: 5px 15px;
  display: flex;
  gap: 1rem;
}

.booking-pop-date .event-date {
  font-size: 20px;
  font-weight: bold;
}

.booking-pop-border {
  border-top: 1px solid #ddd;
}

.booking-pop-address .street {
  font-size: 24px;
}

.booking-pop-address .booking-title {
  font-weight: bold;
  font-size: 20px;
}

.booking-pop-products ul {
  padding-left: 20px;
  list-style: circle;
}

.booking-pop-products ul li::marker {
  font-size: 18px;
}

.view-id-wl_shooters .fc-content {
  background-color: #fff;
}

@media screen and (min-width:992px) {
  .pane-cal-filter-form {
      width: 400px;
      left: 224px;
      position: absolute;
      right: 0;
      margin: auto;
      top: 28px;
  }
}

.pane-cal-filter-form .form-type-checkbox {
  margin-bottom: 20px;
}

.pane-wl-shooters-panel-cal-all {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.views-table .status-booking {
  font-weight: bold;
}

.views-table .status-booking.status-pending {
  color: #dfaf3b;
}

.views-table .status-booking.status-review {
  color: #44b2ce;
}

.views-table .status-booking.status-complete {
  color: #59c610;
}

.ransom-modal .ransom-modal-total {
  border: 1px solid #ccc;
  background: #fff;
}

.ransom-modal .ransom-modal-total .inner {
  padding: 5px;
}

.ransom-modal .view-display-id-line_items_review .views-row {
  padding: 0 5px;
}

.ransom-modal .view-display-id-line_items_review .views-row .views-field-title {
  font-size: 13px;
}

.ransom-modal .ransom-ctas {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: -46px;
}

.ransom-modal .ransom-ctas .cta-order-cancel {
  left: 250px;
}

.wl-client-order-form-wrapper .cta-order-cancel {
  left: 250px;
}

.wl-client-order-form-wrapper .view-display-id-select_agent_card_search .view-content {
  border: 0 none;
}

.rela_wl_order_settings_form .field-name-field-travel-threshold {
  position: relative;
  width: 50%;
  display: inline-block;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-travel-threshold .help-block {
  width: 100%;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-travel-threshold .field-suffix {
  float: left;
  font-size: 15px;
  background: #e9f9e5;
  height: 36px;
  width: auto;
  line-height: 33px;
  padding-right: 7px;
  border: 1px solid #ccc;
  border-left: 0 none;
  padding-top: 1px;
  padding-left: 8px;
}

.rela_wl_order_settings_form .field-name-field-travel-threshold input {
  width: 90px;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-store-partial-payment-amt label {
  display: none;
}

.rela_wl_order_settings_form .field-name-field-store-partial-payment-amt input {
  width: 90px;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-cost-per-mile,
.rela_wl_order_settings_form .form-item-media-only-unlock-price {
  position: relative;
  width: 100%;
  display: inline-block;
}

.rela_wl_order_settings_form .field-name-field-cost-per-mile .help-block,
.rela_wl_order_settings_form .form-item-media-only-unlock-price .help-block {
  width: 100%;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-cost-per-mile label,
.rela_wl_order_settings_form .form-item-media-only-unlock-price label {
  float: left;
  font-size: 15px;
  background: #e9f9e5;
  height: 36px;
  width: 21px;
  line-height: 33px;
  padding-left: 7px;
  border: 1px solid #ccc;
  border-right: 0 none;
  padding-top: 1px;
}

.rela_wl_order_settings_form .field-name-field-cost-per-mile input,
.rela_wl_order_settings_form .form-item-media-only-unlock-price input {
  width: 90px;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-cost-per-mile {
  width: 50%;
  float: left;
}

.rela_wl_order_settings_form .field-name-field-travel-mileage-name {
  clear: both;
}

.rela_wl_order_settings_form .field-name-field-checkout-unlock,
.rela_wl_order_settings_form .form-item-field-checkout-unlock,
.rela_wl_order_settings_form .media-unlock-group,
.rela_wl_order_settings_form .field-name-field-wl-store-price-ranges {
  border-bottom: 1px solid #ccc;
}

.rela_wl_order_settings_form .field-name-field-wl-store-terms-conditions {
  border-bottom: 0px none;
}

.rela_wl_order_settings_form .form-actions {
  padding-top: 10px !important;
  padding: 10px;
  background: #f9f9f9;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 15px !important;
  border: 1px solid #ddd !important;
}

.rela_wl_order_settings_form .form-actions .tagline {
  padding-top: 6px;
}

.rela_wl_order_settings_form .form-actions button {
  float: right;
}

.field-name-field-wl-store-price-ranges .form-type-textfield {
  margin-bottom: 0;
}

.field-name-field-wl-store-price-ranges label {
  float: left;
  line-height: 28px;
}

.field-name-field-wl-store-price-ranges input {
  float: left;
  height: 28px;
  width: 80px;
  margin-left: 15px;
}

.field-name-field-wl-store-price-ranges .fa-long-arrow-right {
  font-size: 22px;
  line-height: 30px;
}

.field-name-field-wl-store-price-ranges .field-values-wrapper {
  float: right;
}

.cal-pop-icon {
  height: 30px;
  width: 20px;
  font-size: 21px;
  color: #48a9ca;
  position: absolute;
}

#wl-order-inline-wrapper {}

#wl-order-inline-wrapper .wl-client-order-steps #wl-order-step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

#wl-order-inline-wrapper .wl-client-order-form-wrapper .cta-order-cancel {
  left: 0;
}

#wl-order-inline-wrapper .wl-client-order-form-wrapper .next-btn-wrapper {
  position: relative;
  top: unset;
  right: unset;
  display: inline-block;
}

@media screen and (max-width:991px) {

  #wl-order-inline-wrapper .wl-client-order-form-wrapper.affix .next-btn-wrapper,
  #wl-order-inline-wrapper .wl-client-order-form-wrapper.affix .rela_wl_location_order_form .form-actions {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      margin-top: 0;
      border-bottom: 1px solid #ddd;
  }

  #wl-order-inline-wrapper .wl-client-order-form-wrapper.affix #wl-review-order-form-wrapper form {
      position: fixed;
      top: 14px;
      z-index: 4;
      right: 10px;
  }
}

#wl-order-inline-wrapper .wl-order-form-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

#wl-order-inline-wrapper .wl-order-form-content .group-contact-right .field-name-field-agent-bre,
#wl-order-inline-wrapper .wl-order-form-content .group-contact-right .field-name-field-card-social-media {
  display: none;
}

#wl-order-inline-wrapper .wl-order-step-services .wl-order-form-content,
#wl-order-inline-wrapper .wl-order-step-services-empty .wl-order-form-content {
  border: 0 none;
  padding: 0;
  background: transparent;
}

#wl-order-inline-wrapper .wl-order-step-location .wl-order-form-content {
  margin-top: 85px;
}

#wl-order-inline-wrapper .rela_wl_location_order_form .form-actions,
#wl-order-inline-wrapper .rela-wl-anon-order-contact .form-actions,
#wl-order-inline-wrapper #rela-wl-commerce-login-form-wrapper .form-actions,
#wl-order-inline-wrapper #rela-wl-commerce-new-pass-form .form-actions {
  width: calc(100% + 2px);
  height: 60px !important;
  position: absolute;
  top: -61px;
  background: #fff;
  left: -1px;
  border: 1px solid #ddd;
  border-bottom: 0 none;
  padding: 0 10px;
}

#wl-order-inline-wrapper .rela_wl_location_order_form .form-actions .btn,
#wl-order-inline-wrapper .rela-wl-anon-order-contact .form-actions .btn,
#wl-order-inline-wrapper #rela-wl-commerce-login-form-wrapper .form-actions .btn,
#wl-order-inline-wrapper #rela-wl-commerce-new-pass-form .form-actions .btn {
  float: right;
  margin: 13px 10px;
}

#wl-order-inline-wrapper .next-btn-wrapper {
  width: 100%;
  height: 60px !important;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0 none;
  float: left;
  padding-top: 13px;
  margin-top: 16px;
}

#wl-order-inline-wrapper .next-btn-wrapper a {
  color: #43a9c7;
}

#wl-order-inline-wrapper .rela_wl_location_order_form {
  width: 90%;
  margin: 0 auto;
}

#wl-order-inline-wrapper .rela_wl_location_order_form .field-name-field-wl-order-price-based-range {
  width: 200px;
  float: left;
}

#wl-order-inline-wrapper [id^=addressfield-wrapper] .form-type-textfield {
  display: inline-block;
}

#wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-thoroughfare {
  width: 60%;
  margin-right: 2%;
  float: left;
}

@media screen and (max-width:767px) {
  #wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-thoroughfare {
      width: 100%;
  }
}

#wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-premise {
  width: 38%;
  float: left;
}

@media screen and (max-width:767px) {
  #wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-premise {
      width: 100%;
  }
}

#wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-administrative-area {
  width: 30%;
}

@media screen and (max-width:767px) {
  #wl-order-inline-wrapper [id^=addressfield-wrapper] .form-item-field-property-address-und-0-administrative-area {
      width: 100%;
  }
}

#wl-order-inline-wrapper .form-item-field-special-instructions-und-0-value {
  width: 100%;
  display: inline-block;
}

#wl-order-inline-wrapper .form-item-field-special-instructions-und-0-value textarea {
  height: auto;
}

#wl-order-inline-wrapper .form-item-field-property-address-und-0-postal-code {
  width: 89px;
}

.view-wl-packages .package-price {
  position: absolute;
  top: 0;
  right: 0;
}

.view-wl-packages .view-display-id-package_details_edit .wl-sort-icon,
.view-wl-packages .view-display-id-pane_upsell_admin .wl-sort-icon {
  left: -15px;
}

.view-wl-packages .view-display-id-package_details_edit .views-row:hover .wl-sort-icon,
.view-wl-packages .view-display-id-pane_upsell_admin .views-row:hover .wl-sort-icon {
  display: block;
}

.view-wl-packages .view-display-id-package_details_edit .view-empty,
.view-wl-packages .view-display-id-pane_upsell_admin .view-empty {
  border: 0 none;
  background: transparent;
}

@media screen and (max-width:767px) {
  .view-wl-packages .package-price {
      right: unset;
      left: 25px;
  }

  .view-wl-packages .views-field-rendered-entity {
      margin-top: 40px;
  }
}

#calendar-select-wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#calendar-select-wrapper .pick-times-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 500px;
  margin: auto;
}

#calendar-select-wrapper .pick-times-wrapper button {
  width: 27%;
  margin: 3%;
}

#calendar-select-wrapper .pick-times-wrapper button.selected {
  border-color: #43b2ce;
  color: white;
  font-weight: normal;
  background: #43b2ce;
  opacity: 1;
}

@media screen and (max-width:767px) {
  #calendar-select-wrapper .pick-times-wrapper {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
  }

  #calendar-select-wrapper .pick-times-wrapper button {
      width: 42%;
      margin: 2%;
  }
}

#calendar-select-wrapper .form-item-cal-tod {
  width: 180px;
  margin: 0 auto;
}

#calendar-select-wrapper .form-item-cal-tod label {
  display: none;
}

@media screen and (min-width:768px) {
  #calendar-select-wrapper .cal-day-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      -webkit-justify-content: space-evenly;
      -moz-justify-content: space-evenly;
      justify-content: space-evenly;
      padding: 0 30px;
  }
}

#calendar-select-wrapper .cal-select-day {
  width: 100%;
  height: 80px;
  margin-bottom: 2px;
  border: 2px solid #bbb;
  margin: 0 2px 2px;
}

#calendar-select-wrapper .cal-select-day .wl-order-date-md {
  font-size: 18px;
}

@media screen and (max-width:991px) {
  #calendar-select-wrapper .cal-select-day {
      width: 80px;
      margin-top: 3px;
  }

  #calendar-select-wrapper .cal-select-day .wl-order-date-md {
      font-size: 15px;
  }
}

#calendar-select-wrapper .cal-select-day.selected {
  border-color: #43b2ce;
  color: white;
  font-weight: normal;
  background: #43b2ce;
  opacity: 1;
}

#calendar-select-wrapper .cal-select-day.disabled {
  cursor: no-drop;
}

#calendar-select-wrapper .btn-change-day {
  position: absolute;
  width: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  top: 124px;
}

#calendar-select-wrapper .btn-change-week {
  position: absolute;
  top: -40px;
  left: 0;
  width: 112px;
  margin: auto;
  right: 0;
  color: #777;
  background-color: #fff;
  border: 0 none;
}

#calendar-select-wrapper .btn-change-week.next {
  left: 120px;
}

#calendar-select-wrapper .btn-change-week.prev {
  right: 120px;
}

#calendar-select-wrapper .btn-change-week .fa,
#calendar-select-wrapper .btn-change-week .response-icon-Note,
#calendar-select-wrapper .btn-change-week .response-icon-Email,
#calendar-select-wrapper .btn-change-week .status-icon-Published,
#calendar-select-wrapper .btn-change-week .status-icon-Not {
  color: #555;
}

#calendar-select-wrapper .btn-change-week[disabled="disabled"] {
  border: 0 none;
}

#wl-schedule-order-form-wrapper .reschedule-submit {
  position: absolute;
  top: -47px;
  right: 15px;
}

.pane-rela-wl-commerce-wl-commerce-sidemenu-settingszz li[class^="store_settings_sub"] {
  display: none !important;
}

.pane-rela-wl-commerce-wl-commerce-sidemenu-settingszz li[class^="store_settings_sub"] a {
  padding: 5px 0 5px 65px !important;
}

.page-account-store-settings-productszz .pane-rela-wl-commerce-wl-commerce-sidemenu-settings li[class^="store_settings_sub"] {
  display: inline-block !important;
}

.page-account-store-settings-productszz a.products-sub-menu:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 13px;
  left: 48px;
}

.page-account-store-settings-productszz li.store_settings_products:before {
  content: '';
  height: 50px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 47px;
  top: 26px;
  z-index: 9;
}

.view-display-id-product_select .form-item-qty {
  margin-bottom: 0;
}

.view-display-id-product_select .form-item-qty select {
  font-size: 12px;
  width: 55px;
  padding: 4px;
  height: 27px;
  float: left;
  margin-right: 15px;
}

.view-display-id-product_select .qty-select-wrapper .wl-product-price-value {
  padding-top: 4px;
}

@media screen and (max-width:991px) {
  .wl-client-order-form-wrapper .qty-select-wrapper select {
      padding: 6px 3px;
  }
}

.range-help {
  position: absolute;
  right: -9px;
  bottom: -24px;
  background: #fff;
  padding: 2px 3px;
  border: 1px dashed #ddd;
}

.view-id-wl_packages .package-edit-qty {
  float: left;
  display: inline-block;
  width: auto;
  margin-right: 20px;
  z-index: 3;
  position: relative;
  margin-bottom: 0;
}

.qty-dropdown-in-package {
  width: auto;
}

.qty-dropdown-in-package .qty-package-dropdown {
  min-width: 53px;
}

#custom-li-form-wrapper .form-item-custom-line-item-taxable {
  clear: both;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price {
  margin-top: 24px;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price label {
  float: left;
  font-size: 15px;
  background: #e9f9e5;
  height: 36px;
  width: 16%;
  line-height: 33px;
  padding-left: 7px;
  border: 1px solid #ccc;
  border-right: 0 none;
  padding-top: 1px;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price label .form-required {
  display: none;
}

#custom-li-form-wrapper .form-item-custom-line-item-base-price input {
  width: 70%;
}

ul.store-features-list {
  font-size: 15px;
  column-count: 2;
}

@media screen and (max-width:991px) {
  ul.store-features-list {
      column-count: 1;
  }
}

@media screen and (min-width:992px) {
  #store-onboard-prompt .feature-box-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
  }
}

#store-onboard-prompt .feature-box .icon {
  font-size: 46px;
}

@media screen and (max-width:991px) {
  #store-onboard-prompt .feature-box {
      margin-bottom: 30px;
  }
}

#store-onboard-prompt ul.feature-highlight-list {
  font-size: 15px;
}

@media screen and (max-width:991px) {
  #store-onboard-prompt ul.feature-highlight-list {
      margin: auto;
      display: block;
      text-align: center;
      max-width: 400px;
  }
}

#store-onboard-prompt img.dash-preview {
  box-shadow: -3px -19px 40px rgba(0, 0, 0, 0.09);
}

#customer-notify-forms {
  width: auto;
  margin: auto;
  display: table;
}

.view-display-id-panel_single_rule .pricing-rule-products .qty-label {
  display: none;
}

.view-display-id-panel_single_rule .pricing-rule-products td {
  border-right: 1px dashed #ccc;
}

.view-display-id-panel_single_rule .pricing-rule-products td:first-child {
  width: 22%;
}

.view-display-id-panel_single_rule .pricing-rule-products td.last {
  border-right: none;
}

#store-custom-questions-form-wrapper .custom-question-option {
  cursor: move;
  padding-left: 8px;
  line-height: 34px;
  box-shadow: 0 0 0 transparent;
  user-select: none;
  -webkit-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  -o-transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#store-custom-questions-form-wrapper .custom-question-option:hover,
#store-custom-questions-form-wrapper .custom-question-option.ui-sortable-helper {
  background-color: #f9f9f9;
  box-shadow: 1px 3px 12px #0003;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value label {
  float: left !important;
  width: 100% !important;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value input {
  width: 125px;
  height: 40px;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-name-field-wl-rule-discount-value .currency-symbol {
  height: 40px;
  line-height: 37px;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-type-wl-product-variation {
  width: 100%;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-type-wl-product-variation .form-group {
  width: 160px;
  display: inline-block;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-type-wl-product-variation .form-type-textfield {
  padding: 0 15px;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-type-wl-product-variation .form-type-textfield label {
  float: left !important;
  width: 100% !important;
}

.rela_wl_pricing_rule_details_form .wl-package-discount-form-fixed .field-type-wl-product-variation .form-type-textfield input {
  width: 125px;
  height: 40px;
}

.booking-checkbox-option .form-type-checkbox {
  padding: 5px;
  border: 1px dashed #ccc;
  background: #f9f9f9;
}

.rela_wl_commerce_availability_timing_form .form-type-date-combo {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.rela_wl_commerce_availability_timing_form table.field-multiple-table {
  border-bottom: 1px solid #ccc;
}

.rela_wl_commerce_availability_timing_form table.field-multiple-table th {
  border: 0;
}

.rela_wl_commerce_availability_timing_form table.field-multiple-table th>label {
  display: none;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .form-type-date-combo>label {
  font-size: 14px;
  width: 120px;
  float: left;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .date-float {
  width: 120px;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .draggable.odd {
  background: #fff !important;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .date-padding div:first-child {
  display: none;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .start-date-wrapper {
  float: left;
  width: auto;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .copy-wrapper {
  margin-left: auto;
}

.rela_wl_commerce_availability_timing_form .field-name-field-wl-times-available .shooter-time-copy {
  float: left;
}

.rela_wl_commerce_availability_timing_form .start-date-wrapper .form-type-textfield label {
  display: none;
}

.rela_wl_commerce_availability_timing_form .start-date-wrapper .form-type-textfield .timepicker {
  width: 110px;
}

.wl-schedule-config-wrap .booking-method-option {
  opacity: .60;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wl-schedule-config-wrap .booking-method-option.active,
.wl-schedule-config-wrap .booking-method-option:hover {
  opacity: 1;
}

.wl-schedule-config-wrap .booking-method-option.active .status-icon {
  display: inline;
}

.wl-schedule-config-wrap .booking-method-option .status-icon {
  font-size: 45px;
  position: absolute;
  right: 50%;
  bottom: -18px;
  margin: auto;
  background: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-block;
  line-height: 40px;
  box-shadow: 0 0 0 2px #4bbc73;
  display: none;
}

.wl-schedule-config-wrap .shooter-add-link {
  position: absolute;
  top: -38px;
  right: 8px;
}

.wl-schedule-config-wrap .store-hours-wrap .wl-schedule-wrapper {
  border-bottom: 1px solid #ddd;
}

.wl-schedule-config-wrap .store-hours-wrap .wl-schedule-wrapper .edit-link {
  position: absolute;
  top: 20px;
  right: 15px;
}

.wl-schedule-config-wrap .schedule-day-wrapper {
  width: 100%;
  text-align: left;
  min-height: 0;
  border-bottom: 0;
  padding: 8px 10px;
}

.wl-schedule-config-wrap .schedule-day-wrapper.available {
  background: #fff;
}

.wl-schedule-config-wrap .schedule-day-wrapper.unavailable {
  background: #f9f9f9;
}

.wl-schedule-config-wrap .schedule-day-wrapper .seperator {
  font-size: 14px;
  display: inline-block;
  float: left;
  margin: 0 5px;
}

.wl-schedule-config-wrap .schedule-day-wrapper .schedule-day {
  float: left;
}

.wl-schedule-config-wrap .schedule-day-wrapper .schedule-time {
  float: right;
}

.view-wl-shooter-manage.view-display-id-active_shooters_summary .views-exposed-form,
.view-wl-shooter-manage.view-display-id-priority_sort .views-exposed-form {
  display: block;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 5px 10px 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.view-id-wl_shooter_manage.view-display-id-priority_sort ul.draggableviews-processed {
  padding-left: 0;
}

.view-id-wl_shooter_manage.view-display-id-priority_sort .view-header {
  padding: 0;
}

.view-id-wl_shooter_manage.view-display-id-priority_sort .views-row-last {
  border-bottom: 1px solid #ccc !important;
}

.view-id-wl_shooter_manage.view-display-id-priority_sort .views-row-even {
  background: #f2f9fd;
}

.view-id-wl_shooter_manage.view-display-id-priority_sort .views-row-odd {
  background: #fff;
}

.node-wl_shooter_profile-form select.state {
  width: 120px;
}

.form-item-override-timing {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
}

.rela_wl_order_edit_unlock_form .form-item-field-checkout-unlock-und-property-publish {
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
}

.rela_wl_order_edit_unlock_form .form-actions {
  margin-top: 30px;
}

#order-progress .status-drop_property-status {
  top: 10px;
  right: 0;
}

#order-progress .status-drop_property-status #property-status-dropdown {
  font-size: 13px;
}

.view-id-wl_stores.view-display-id-shooters_manage .view-content {
  background: transparent;
}

.view-id-wl_stores.view-display-id-shooters_manage .view-content .draggableviews-processed {
  padding-left: 0;
}

.view-id-wl_stores.view-display-id-shooters_manage .view-content .views-row {
  position: relative;
  background: #fff;
  margin-bottom: 8px;
  width: 100%;
}

.view-id-wl_stores.view-display-id-shooters_manage .view-content .views-row .views-field-rela-dropdown-content {
  position: absolute;
  top: 10px;
  right: 10px;
}

.view-display-id-category_products_sort .views-field-field-wl-prod-variations .wl-product-action {
  margin-top: 10px !important;
}

.view-id-wl_products.view-display-id-admin_products_manage .variation-wrapper {
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
}

.view-id-wl_products.view-display-id-admin_products_manage .variation-wrapper.error {
  font-weight: bold;
  color: #ec2121;
}

.view-id-wl_product_groups.view-display-id-limit_category .view-content {
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  padding: 0;
}

.view-id-wl_product_groups.view-display-id-limit_category .view-content a {
  color: #777777;
}

.view-id-wl_product_groups.view-display-id-limit_category .view-empty {
  border: none;
  padding: 0;
  font-size: 14px;
}

.field-name-field-payment-terms .form-type-select {
  float: left;
}

.field-name-field-payment-terms .form-type-textfield {
  float: right;
}

.field-name-field-payment-terms .form-type-textfield label {
  width: 100%;
}

.field-name-field-payment-terms .form-type-textfield input {
  float: left;
  width: auto;
}

#rela-wl-order-settings-form-wrapper .field-name-field-payment-terms table {
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
}

#rela-wl-order-settings-form-wrapper .field-name-field-payment-terms table th {
  display: none;
}

#rela-accounting-sync-products-form-wrapper .form-wrapper.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

#rela-accounting-sync-products-form-wrapper .form-wrapper.form-group .form-item-service-id {
  clear: left;
  margin-right: 10px;
}

#rela-accounting-sync-products-form-wrapper .form-wrapper.form-group button {
  float: right;
  margin-top: 31px;
}

.rela-accounting-agent-search-form .form-actions {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}

.rela-accounting-agent-search-form .form-actions .btn-block {
  position: absolute;
  top: 80px;
}

.wl-payments-accounting .alert-messages-wrapper {
  text-align: center;
}

.wl-payments-accounting .alert-messages-wrapper .count {
  font-size: 80px;
}

.wl-payments-accounting .alert-messages-wrapper .count-suffix {
  font-size: 28px;
}

#rela-accounting-sync-admin-services-form-wrapper .form-type-select {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  padding-left: 5px;
}

#rela-accounting-sync-admin-services-form-wrapper .form-type-select label {
  font-weight: bold;
  float: left;
  width: 200px;
  padding-top: 6px;
}

#rela-accounting-sync-admin-services-form-wrapper .form-type-select select {
  float: right;
  width: 300px;
}

#rela-accounting-sync-admin-services-form-wrapper .form-type-select .help-block {
  width: 50%;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width:767px) {
  #rela-accounting-sync-admin-services-form-wrapper .form-type-select .help-block {
      display: none;
  }
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item .form-group {
  margin-bottom: 0;
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item .form-item-sync-action .form-radios {
  position: absolute;
  top: 7px;
  right: 0;
  display: flex;
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item .form-item-sync-action .form-radios .radio {
  margin-top: 5px !important;
  margin-left: 10px;
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item .form-item-options-drop .form-type-select {
  float: right;
  width: 50%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 15px 0;
}

#rela-accounting-sync-products-form-wrapper .form-item-product_sync_item .form-item-options-drop .form-type-select .help-block {
  position: absolute;
  left: 0;
  width: 40%;
  top: 70px;
  font-size: 14px;
}

.icon-qbo-salestax-warning:after {
  content: '';
  height: 70px;
  width: 70px;
  position: absolute;
  top: 11px;
  left: 8px;
  background: #2ca01c;
  border-radius: 100%;
}

.integration-onboard-list .pane {
  border-bottom: 1px solid #eee;
  padding: 15px;
}

.integration-onboard-list .pane .title {
  font-weight: bold;
}

.integration-onboard-list .pane:last-child {
  border-bottom: 0;
}

.assignment-action-wrap {
  margin-bottom: 30px;
}

.assignment-action-wrap .header {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.assignment-action-wrap .assignment-action-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: center;
}

#calendar-sidebar.active {
  display: block !important;
}

@media screen and (max-width:991px) {
  #calendar-sidebar.active {
      left: 0;
  }
}

#calendar-sidebar.active .header {
  display: none;
}

#calendar-sidebar.active .team-filter {
  left: 0;
}

#calendar-sidebar.active .store-cal-filter-toggle-mobile {
  background: transparent;
  width: 200px;
  margin: auto;
  display: block;
}

.wlo-media-preview-wrapper .media-ctas {
  display: flex;
  gap: 1rem;
}

.wl-prod-image-display-wrapper {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .wl-prod-image-display-wrapper {
      grid-template-columns: 50% 50%;
  }
}

.wl-prod-image-display-wrapper .wl-prod-image {
  padding: 5px;
}

.wl-prod-image-display-wrapper .wl-prod-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.wl-prod-image-display-wrapper .wl-prod-image .image-empty {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border: 1px dashed #ddd;
  justify-content: center;
  align-items: center;
  display: flex;
  aspect-ratio: 1;
  font-size: 12px;
}

#rela-wl-product-edit-content-wrapper .rela_wl_product_v2_form .alert-block {
  position: fixed !important;
  left: 275px !important;
  right: 0 !important;
  width: 500px !important;
  top: 90px !important;
  z-index: 10;
  margin: auto !important;
}

.rela_wl_product_v2_form .accounting-wrapper {
  margin-top: 10px;
}

.rela_wl_product_v2_form .group-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.rela_wl_product_v2_form .field-name-field-wl-product-thumbs .tabledrag-toggle-weight,
.rela_wl_product_v2_form .field-name-field-wl-product-thumbs .tabledrag-changed-warning {
  display: none;
}

.rela_wl_product_v2_form .form-type-dragndrop-upload .image-widget {
  width: 100%;
  border: 0;
  background: transparent;
}

.rela_wl_product_v2_form .image-widget-data {
  width: 100%;
}

.rela_wl_product_v2_form .image-widget-data .droppable-controls {
  display: none;
}

.rela_wl_product_v2_form .image-widget-data .droppable {
  width: 100%;
}

.rela_wl_product_v2_form .form-actions {
  width: 100%;
  margin: 10px 0;
}

.rela_wl_product_v2_form .field-name-field-wl-product-timing {
  padding: 20px 10px;
}

.rela_wl_product_v2_form .form-item-product-desc-long {
  position: relative;
  margin-bottom: 40px;
}

.rela_wl_product_v2_form .form-item-product-desc-long .counter {
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.rela_wl_product_v2_form .form-item-field-wl-prod-price-und-0-value label {
  width: 100%;
}

.rela_wl_product_v2_form .form-item-field-wl-prod-price-und-0-value .prefix {
  float: left;
  font-size: 18px;
  height: 37px;
  width: 23px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  margin-right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px 0 0 2px;
  left: unset;
  bottom: unset;
  position: relative;
}

.rela_wl_product_v2_form .form-item-field-wl-prod-price-und-0-value .form-control {
  width: 180px;
  float: left;
}

.rela_wl_product_v2_form .wlp-questions-group .product-questions-ctas {
  position: absolute;
  top: 10px;
  right: 10px;
}

.rela_wl_product_media_v2_form .form-actions {
  border: 0;
  margin: 0;
  padding: 0;
}

.rela_wl_product_media_v2_form .form-actions .btn {
  width: 100%;
}

.product-remove-modal .wl-order-package-summary {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 5px;
}

.product-remove-modal .remove-icon {
  font-size: 16px;
  color: #a7a7a7;
}

.node-wl-order-edit .order-locks-wrapper {
  display: flex;
  gap: 1.5rem;
  margin: 20px 0;
  flex-wrap: wrap;
}

.node-wl-order-edit .order-locks-wrapper .order-locks-empty {
  border: 1px dashed #ccc;
}

.node-wl-order-edit .order-locks-wrapper .order-lock {
  padding: 3px 8px;
  font-size: 13px;
  background: #f9f9f9;
  border-radius: 3px;
  border: 2px solid #eee;
}

.node-wl-order-edit .order-locks-wrapper .order-lock.item-unlocked {
  color: #30a140;
  background-color: transparent;
  border-color: #86e193;
  font-weight: 600;
}

.wlo-item-video .plyr .plyr--video .plyr__control.plyr__tab-focus,
.wlo-item-video .plyr .plyr--video .plyr__control:hover,
.wlo-item-video .plyr .plyr--video .plyr__control[aria-expanded=true] {
  background: #fff !important;
  color: #000;
}

.wlo-item-video .plyr .plyr__control--overlaid:focus,
.wlo-item-video .plyr .plyr__control--overlaid:hover {
  background: #fff !important;
}

.wlo-item-video .plyr .plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5) !important;
  outline: 0;
}

.wlo-item-video .plyr .plyr--full-ui input[type=range] {
  color: #000 !important;
}

.wlo-item-video .plyr .plyr__control--overlaid {
  background: rgba(250, 250, 250, 0.8) !important;
  color: #000;
  padding: calc(10px * 2.5) !important;
}

.package-discount-label {
  padding: 3px 9px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.order-product-questions-wrap .cta-edit-answers {
  position: absolute;
  right: 10px;
  top: 0px;
}

.checklist-inline {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.checklist-inline .checklist-item {
  padding: 3px 8px;
  font-size: 13px;
  background: #f9f9f9;
  border-radius: 3px;
  border: 2px solid #eee;
}

.checklist-inline .checklist-item.active {
  color: #30a140;
  background-color: transparent;
  border-color: #86e193;
  font-weight: 600;
}

.target-services-public-expand {
  color: #777 !important;
  cursor: not-allowed;
}

#heat-map .price-tag {
  min-width: 0;
  padding: 5px 10px;
  border-radius: 3px;
  box-shadow: 2px 3px 3px #0000003b;
  width: auto;
}

#heat-map .price-tag-detail {
  box-shadow: 0 0 11px #00000000;
  border-radius: 4px;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, bottom 0.25s ease;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  white-space: nowrap;
  bottom: 20px;
  pointer-events: none;
}

#heat-map .price-tag-detail .wl-payment-status {
  width: 100%;
}

#heat-map .price-tag-wrapper {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

#heat-map .price-tag-wrapper.active .price-tag-detail {
  opacity: 1;
  bottom: 30px;
}

#store-reports-dash-wrapper {
  font-family: Inter, sans-serif;
}

#store-reports-dash-wrapper .block {
  background: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  flex-grow: 1;
  position: relative;
  box-shadow: 2px 2px 17px #00000005;
}

#store-reports-dash-wrapper .block .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

#store-reports-dash-wrapper .block .title .date-label {
  font-weight: normal;
  font-size: 12px;
  background: #f9f9f9;
  padding: 3px 8px;
  border-radius: 2px;
}

#store-reports-dash-wrapper #bottom-stats .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

#store-reports-dash-wrapper .stats-wrap {
  flex-wrap: wrap;
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper {
  background: #fff;
  padding: 10px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 11px #0000000f;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper form>div {
  display: flex;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper .form-required {
  display: none;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper label[for="edit-to"] {
  float: left;
  padding-top: 10px;
  margin-right: 10px;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper label[for="edit-from"] {
  display: none;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper .form-actions {
  margin-bottom: 0;
}

#store-reports-dash-wrapper #rela-reports-timeframe-form-wrapper .form-actions .form-submit {
  height: 37px;
}

#store-reports-dash-wrapper .top-filter-wrap {
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width:767px) {
  #store-reports-dash-wrapper .top-filter-wrap {
      margin-top: 80px !important;
  }
}

#store-reports-dash-wrapper .top-filter-wrap .date-filters {
  display: flex;
  gap: 1rem;
}

#store-reports-dash-wrapper .top-filter-wrap .dropdown-title {
  display: flex;
  justify-content: space-evenly;
  float: left;
  align-items: center;
}

#store-reports-dash-wrapper .top-filter-wrap .wl-stats-filter-drop {
  min-width: 250px;
}

#store-reports-dash-wrapper #filter-timeframe {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 20px;
}

#store-reports-dash-wrapper #filter-timeframe .option-timeframe {
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 8px #00000012;
  color: #999;
  border-left: 1px solid transparent;
  transition: border-width 0.25s ease;
}

#store-reports-dash-wrapper #filter-timeframe .option-timeframe.active {
  color: #000;
  border-left: 5px solid #139ddf;
}

#store-reports-dash-wrapper #filter-timeframe .option-timeframe:hover {
  color: #000;
  border-left: 5px solid #97d5f3;
}

#store-reports-dash-wrapper #top-stats .block {
  padding: 0;
}

#store-reports-dash-wrapper #top-stats .block .title {
  margin-bottom: 0;
  padding: 10px 0 5px 10px;
  font-size: 16px;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-change {
  font-size: 15px;
  color: #13b513;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-change svg {
  width: 16px;
  padding-top: 5px;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-change.change-none {
  color: #03aabb;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-change.change-negative {
  color: #e50b0b;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-change.change-negative svg {
  transform: rotate(60deg);
}

#store-reports-dash-wrapper #top-stats .value-wrapper .compare-timeframe {
  font-size: 11px;
}

#store-reports-dash-wrapper #top-stats .value-wrapper .value-compare {
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#store-reports-dash-wrapper #top-stats .block.overdue-total .change-negative {
  color: #13b513;
}

#store-reports-dash-wrapper #top-stats .block.overdue-total .change-negative svg {
  fill: #13b513;
}

#store-reports-dash-wrapper #top-stats .block.overdue-total .change-positive {
  color: #e50b0b;
}

#store-reports-dash-wrapper #top-stats .block.overdue-total .change-positive svg {
  fill: #e50b0b;
}

#store-reports-dash-wrapper #top-stats .value {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 5px;
}

#store-reports-dash-wrapper.report-invoices #top-stats .block .title {
  font-size: 14px;
}

#store-reports-dash-wrapper.report-invoices #top-stats .block .value-compare {
  display: block;
}

@media screen and (min-width:992px) {
  #store-reports-dash-wrapper #mid-stats {
      flex-wrap: wrap;
  }
}

#store-reports-dash-wrapper #mid-stats .block {
  height: 500px;
}

#store-reports-dash-wrapper .stats-wrap-2 .block {
  flex: 0 1 calc(50% - 1rem);
  width: calc(50% - 1rem);
}

@media screen and (max-width:991px) {
  #store-reports-dash-wrapper .stats-wrap-2 .block {
      flex: 0 1 calc(100%);
      width: calc(100%);
  }
}

#store-reports-dash-wrapper .stats-wrap-3 .block {
  width: calc(33% - 1rem);
}

@media screen and (max-width:991px) {
  #store-reports-dash-wrapper .stats-wrap-3 .block {
      flex: 0 1 calc(100%);
      width: calc(100%);
  }
}

@font-face {
  font-family: 'bebas_neuebold';
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#store-reports-dash-wrapper .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  gap: 1rem;
  border-radius: 4px;
}

#store-reports-dash-wrapper .product-item.odd {
  background: #f9f9f9;
}

#store-reports-dash-wrapper .product-item .product-value-wrap {
  text-align: right;
}

#store-reports-dash-wrapper .product-item .product-count {
  font-size: 11px;
  color: #888;
}

#store-reports-dash-wrapper .product-item .product-value {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

#store-reports-dash-wrapper .product-tables-wrapper .div-table .row .row-suffix {
  max-height: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#store-reports-dash-wrapper .product-tables-wrapper .div-table .row .row-suffix .div-table {
  margin: 40px;
}

#store-reports-dash-wrapper .product-tables-wrapper .div-table .row.toggle-on .row-suffix {
  max-height: 100%;
}

.box_wl-order-date .atcb-initialized,
.box_wl-order-date .atcb-button-wrapper {
  width: 100%;
  padding: 0;
}

.box_wl-order-date .atcb-button {
  width: 100%;
  font-size: 15px;
  margin: 0;
  max-width: 100%;
}

label[for^="edit-field-wl-product-ids-und"] {
  width: 100%;
}

label[for^="edit-field-wl-product-ids-und"] .booking-assigned-time-label {
  width: 100%;
}

.wlo-product-providers-wrapper {
  overflow: hidden;
}

.wlo-product-providers-wrapper .node-view_agent-card-select {
  font-size: 13px;
  padding-left: 0 !important;
}

.wlo-product-providers-wrapper .node-view_agent-card-select .agent-company {
  display: none;
}

.wlo-product-providers-wrapper .node-view_agent-card-select .card-item-headshot {
  margin-right: 10px !important;
  height: 35px;
  width: 35px;
  min-width: 35px;
  min-height: 35px;
}

.view-id-wl_orders.view-display-id-admin_agent_orders .view-filters .views-exposed-widgets {
  padding-top: 0;
}

.view-id-wl_orders.view-display-id-select_order .views-widget-filter-field_wl_order_status_value {
  top: -17px !important;
}

.wl-schedule-preview-wl_shooter_profile .schedule-day-wrapper .schedule-day {
  width: 100%;
}

.callout-full {
  color: #fff;
  padding: 30px 0;
  z-index: 1;
}

.callout-full h1 {
  margin-top: 0;
  font-size: 90px;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .callout-full h1 {
      font-size: 70px;
  }
}

@media screen and (max-width:767px) {
  .callout-full h1 {
      font-size: 40px;
  }
}

.callout-full h1,
.callout-full .feature-title,
.callout-full .tagline {
  color: #fff !important;
}

.callout-full .tagline {
  font-size: 19px;
}

.callout-full_orange {
  background: #f34e2e;
}

.callout-full_blue {
  background: #17375c;
}

.no-webp .home-ow.page-home #home-hero {
  background: url(../images/rela_home_hero.jpg) no-repeat top left;
}

.no-webp .home-ow #home-screens .screens-bg {
  background: url(../images/home-template-grid2.png) repeat-x center top;
}

.no-webp .home-ow #home-features-into {
  background: url(../images/home-newps.jpg) no-repeat top right;
}

.home-ow {
  margin-bottom: 0;
}

.home-ow .margin-top {
  margin-top: 0;
}

.home-ow .panel-fullwidth {
  overflow: hidden;
  position: relative;
}

.home-ow .btn-orange {
  color: #fff;
  background-color: #f34e2e;
  border-color: #f34e2e;
}

.home-ow .btn-orange:hover,
.home-ow .btn-orange:focus,
.home-ow .btn-orange.focus,
.home-ow .btn-orange:active,
.home-ow .btn-orange.active,
.open>.home-ow .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e12f0d;
  border-color: #d72d0c;
}

.home-ow .btn-orange:active,
.home-ow .btn-orange.active,
.open>.home-ow .btn-orange.dropdown-toggle {
  background-image: none;
}

.home-ow .btn-orange.disabled,
.home-ow .btn-orange.disabled:hover,
.home-ow .btn-orange.disabled:focus,
.home-ow .btn-orange.disabled.focus,
.home-ow .btn-orange.disabled:active,
.home-ow .btn-orange.disabled.active,
.home-ow .btn-orange[disabled],
.home-ow .btn-orange[disabled]:hover,
.home-ow .btn-orange[disabled]:focus,
.home-ow .btn-orange[disabled].focus,
.home-ow .btn-orange[disabled]:active,
.home-ow .btn-orange[disabled].active,
fieldset[disabled] .home-ow .btn-orange,
fieldset[disabled] .home-ow .btn-orange:hover,
fieldset[disabled] .home-ow .btn-orange:focus,
fieldset[disabled] .home-ow .btn-orange.focus,
fieldset[disabled] .home-ow .btn-orange:active,
fieldset[disabled] .home-ow .btn-orange.active {
  background-color: #f34e2e;
  border-color: #f34e2e;
}

.home-ow .btn-orange .badge {
  color: #f34e2e;
  background-color: #fff;
}

.home-ow #navbar.navbar-dark {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home-ow #navbar.navbar-dark .logo-100 {
  width: inherit;
}

@media screen and (max-width:767px) {
  .home-ow #navbar.navbar-dark .logo-black {
      display: block !important;
  }

  .home-ow #navbar.navbar-dark .logo-white {
      display: none;
  }
}

.home-ow #navbar.navbar-dark .nav li {
  margin: 0 5px;
}

.home-ow #navbar.navbar-dark .nav a {
  color: #000;
  font-size: 15px;
}

.home-ow #navbar.navbar-dark .nav a.main-menu-signup {
  margin-left: 50px;
  background: #e55c3e;
  border-radius: 2px;
  color: #fff;
}

.home-ow #navbar .logo img {
  width: 119px;
}

.home-ow #navbar .logo img.logo-black {
  display: none;
}

.home-ow #navbar.affix {
  background: white;
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.19);
}

.home-ow #navbar.affix .logo img {
  width: 100px;
}

.home-ow .feature-title {
  font-family: "bebas_neuebold", "Arial Black", "Arial Bold", Gadget, sans-serif;
  color: #181818;
}

.home-ow .tagline {
  color: #444;
}

.home-ow h1,
.home-ow .h1 {
  font-size: 64px !important;
}

.home-ow h2,
.home-ow .h2 {
  font-size: 40px !important;
}

.home-ow .panel-pane {
  position: relative;
}

.home-ow .checkers-top-right {
  position: absolute;
  top: -210px;
  right: 0;
  width: 50%;
  pointer-events: none;
}

.home-ow .checkers-top-full {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.home-ow .checkers-bottom-left {
  position: absolute;
  bottom: 0;
  transform: rotate(-180deg);
  z-index: 1;
  left: -110px;
  width: 40%;
  pointer-events: none;
}

.home-ow .checkers-bottom-right {
  position: absolute;
  bottom: 6px;
  transform: rotate(330deg);
  z-index: 1;
  right: -320px;
  pointer-events: none;
  width: 50%;
}

.home-ow.page-home #home-hero {
  background: url(../images/rela_home_hero.webp) no-repeat top left;
  height: 650px;
  padding-top: 130px;
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero {
      text-align: center;
      height: auto;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .home-ow.page-home #home-hero h1 {
      font-size: 47px !important;
  }
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero h1 {
      font-size: 43px !important;
  }
}

.home-ow.page-home #home-hero #hero-video {
  position: absolute;
  left: -39px;
  top: 29px;
  z-index: -1;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .home-ow.page-home #home-hero #hero-video {
      left: -31%;
  }
}

.home-ow.page-home #home-hero .tagline {
  font-size: 21px;
}

.home-ow.page-home #home-hero .cta-signup {
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero .cta-signup {
      width: 200px;
      font-size: 16px;
      margin: 20px auto;
      display: block;
  }
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero .feature-title {
      font-size: 55px;
  }
}

.home-ow.page-home #home-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  width: 50%;
  background: url(../images/shade-1.png) no-repeat right top;
  background-size: auto 100%;
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero:before {
      background: #fff;
  }
}

.home-ow.page-home #home-hero:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  margin-left: -1px;
}

.home-ow.page-home #home-hero .pane-content {
  z-index: 1;
  position: relative;
}

.home-ow.page-home #home-hero .feature-image {
  position: absolute;
  right: -10%;
}

@media screen and (max-width:767px) {
  .home-ow.page-home #home-hero .feature-image {
      right: 0;
      position: relative;
  }

  .home-ow.page-home #home-hero .feature-image img {
      width: 100%;
      display: block;
      max-width: 100%;
  }
}

.home-ow .feature-list li {
  margin: 40px 0;
}

.home-ow .feature-list .item-title {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.home-ow #home-features-intro {
  background: url(../images/home-newps.webp) no-repeat top right;
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .home-ow #home-features-intro .container {
      width: 100%;
  }
}

@media screen and (max-width:991px) {
  .home-ow #home-features-intro .container {
      width: 100%;
  }
}

.home-ow #home-features-intro .feature-desc,
.home-ow #home-features-intro .feature-title {
  position: relative;
  z-index: 2;
}

.home-ow #home-features-intro .copy {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-ow #home-features-intro:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: url(../images/shade-2.png) no-repeat left top;
  background-size: auto 100%;
}

@media screen and (max-width:991px) {
  .home-ow #home-features-intro:after {
      display: none;
  }
}

.home-ow #home-features-intro:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  z-index: -1;
  margin-left: -1px;
}

.home-ow #home-features-intro .item-title {
  position: relative;
  margin-top: 0;
}

.home-ow #home-features-intro .item-title:before {
  content: "1";
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #f34e2e;
  color: #f34e2e;
  position: absolute;
  left: -45px;
  background: #fff;
  border-radius: 15px;
  top: -5px;
  text-align: center;
  vertical-align: sub;
  padding-top: 3px;
}

.home-ow #home-features-intro .feature-list {
  margin-left: 10px;
  margin-top: 50px;
}

.home-ow #home-features-intro .feature-list li {
  padding-bottom: 40px;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #f34e2e;
  display: inline-block;
}

.home-ow #home-features-intro .feature-list li.step-2 .item-title:before {
  content: "2";
}

.home-ow #home-features-intro .feature-list li.step-3 {
  border-left: 0;
}

.home-ow #home-features-intro .feature-list li.step-3 .item-title:before {
  content: "3";
}

.home-ow #features {
  margin-bottom: 60px;
  padding-top: 40px;
  margin-top: -40px;
}

@media screen and (max-width:767px) {
  .home-ow #features .feature-title {
      font-size: 45px !important;
  }
}

.home-ow #features .checkers-top-full {
  top: -440px;
  width: 70%;
  right: 0;
  left: 0;
  margin: auto;
}

.home-ow #home-feature-3 {
  min-height: 560px;
}

.home-ow #home-feature-3 .lp-flyer-horz {
  position: absolute;
  position: absolute;
  left: 55%;
  top: 101px;
}

.home-ow #examples {
  padding-top: 60px;
}

.home-ow #examples .title-icon {
  width: 58px;
  margin: -5px 10px 0 -5px;
}

.home-ow #examples .cta-examples-top {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #e55c3e;
  color: #e55c3e;
}

.home-ow #examples .cta-examples-top .icon {
  vertical-align: sub;
  margin-left: 5px;
}

@media screen and (max-width:991px) {
  .home-ow #examples .feature-title {
      font-size: 30px;
  }

  .home-ow #examples .title-icon {
      width: 40px;
  }
}

@media screen and (max-width:767px) {
  .home-ow #examples {
      text-align: center;
  }

  .home-ow #examples .title-icon {
      position: absolute;
      top: -31px;
      margin: auto;
      left: 0;
      right: 0;
  }

  .home-ow #examples .copy {
      margin-bottom: 50px;
  }
}

.home-ow #home-screens {
  margin-top: 60px;
}

.home-ow #home-screens .screens-bg {
  background: url(../images/home-template-grid2.webp) repeat-x center top;
  height: 550px;
  width: 100%;
  display: inline-block;
}

.home-ow #home-screens .cta-examples {
  margin-top: -170px;
}

.home-ow #home-screens .cta-examples .icon {
  vertical-align: sub;
}

.home-ow .home-broker-pricing {
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (min-width:1200px) {
  .home-ow .home-broker-pricing {
      width: 80%;
  }
}

.home-ow #home-pricing-tables .tabs-wrapper {
  margin: 0;
  list-style: none;
  width: 600px;
  margin: 30px auto 20px auto;
  border: 1px solid #f34e2e;
  clear: both;
  display: table;
  text-align: center;
  padding: 0;
  box-sizing: content-box;
}

@media screen and (max-width:767px) {
  .home-ow #home-pricing-tables .tabs-wrapper {
      width: 100%;
  }
}

.home-ow #home-pricing-tables .tabs-wrapper li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  display: inline-block;
  float: left;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

@media (min-width:768px) {
  .home-ow #home-pricing-tables .tabs-wrapper li {
      float: left;
      width: 33.33333333%;
  }
}

.home-ow #home-pricing-tables .tabs-wrapper li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  padding: 10px 6px;
  display: inline-block;
  width: 100%;
}

.home-ow #home-pricing-tables .tabs-wrapper li a.active-tab {
  color: #fff;
  background: #f34e2e;
}

.home-ow #home-pricing-tables .title {
  text-align: center;
  color: #f34e2e;
  margin-top: 20px;
  font-size: 24px;
}

.home-ow #home-pricing-tables .field-name-field-tier-features {
  margin: 20px 40px;
  padding-top: 0;
  border-top: 1px solid #f34e2e;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .views-row {
  background: #fff;
  box-shadow: none;
  border: 1px solid #ccc;
  display: inline-block;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .views-row-2 {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.22);
  width: 101%;
  margin-left: -1px;
  padding-top: 10px;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .views-row-2 .most-popular {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #f34e2e;
  width: 190px;
  height: 41px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
  top: -18px;
  box-shadow: none;
  border-radius: 0;
  padding-top: 13px;
  color: #fff;
  line-height: 17px;
  -webkit-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}

.home-ow #home-pricing-tables .view-owl-pricing-table .views-row-last {
  border-bottom: 1px solid #ccc !important;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .divider {
  height: 3px;
  width: 20px;
  background: #f34e2e;
  display: none;
  position: absolute;
  left: 35px;
  top: 37px;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .active-toggle-parent .divider {
  display: inline-block;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .price-toggle a {
  text-transform: none;
  color: #777;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .price-toggle a small {
  background: transparent;
  color: #666;
  top: -12px;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .price-toggle a.active-toggle {
  color: #000;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .price-toggle:hover {
  color: #000;
}

.home-ow #home-pricing-tables .view-owl-pricing-table .price-toggler .price-toggle:hover .divider {
  display: inline-block;
}

.home-ow #home-pricing-tables .btn-pricing-table-cta {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 3px;
  color: #f34e2e;
  padding: 10px 30px;
  width: auto;
}

.home-ow #home-pricing-tables .btn-pricing-table-cta:hover {
  background: #f34e2e;
  color: #fff;
}

.home-ow #home-pricing-tables .price-wrapper .prefix {
  color: #f34e2e;
  font-size: 20px;
  top: -39px;
}

.home-ow #home-pricing-tables .price-wrapper .price {
  color: #222;
  font-family: Montserrat, Helvetica, Arial, "Open Sans", sans-serif;
}

.home-ow #home-pricing-tables .base-price {
  font-size: 13px;
  color: #888;
  position: absolute;
  top: -10px;
  left: 13px;
  width: 100%;
}

.home-ow #home-pricing-tables .discount-notice {
  font-size: 13px;
  color: #777;
}

.home-ow .icon-grid-6 {
  margin-bottom: 80px;
}

.home-ow .icon-grid-6 .col {
  margin: 95px 0 75px 0;
}

.home-ow .icon-grid-6 .theres-more {
  margin-top: 50px;
}

.home-ow .icon-grid-6 .theres-more span {
  color: #f34e2e;
}

.home-ow .icon-grid-6 .tagline {
  display: inline-block;
  padding: 0;
}

.home-ow .icon-grid-6 .icon {
  float: none;
  color: #f34e2e;
}

.home-ow .pane-slideshow-pane-customer-logos {
  position: absolute;
  left: 48%;
  width: 50%;
  max-width: 700px;
  top: 507px;
  z-index: 0;
}

@media screen and (max-width:767px) {
  .home-ow .pane-slideshow-pane-customer-logos {
      width: 100%;
      left: 0;
      max-width: 100%;
      background: #fff;
      z-index: 1;
      position: relative;
      top: inherit;
  }

  .home-ow .pane-slideshow-pane-customer-logos ul {
      padding: 0;
  }
}

.home-ow .pane-slideshow-pane-customer-logos .pane-title {
  font-size: 14px;
  color: #777;
  padding-left: 62px;
}

@media screen and (max-width:767px) {
  .home-ow .pane-slideshow-pane-customer-logos .pane-title {
      padding-left: 20px;
      margin-top: 60px;
  }
}

.home-ow .pane-slideshow-pane-customer-logos .views-field-field-slide-image {
  padding: 0 20px;
}

.home-ow .pane-slideshow-pane-customer-logos ul {
  list-style: none;
}

.home-ow .pane-slideshow-pane-customer-logos ul .owl-item img {
  height: auto;
}

@media screen and (min-width:1200px) {
  .home-ow #home-pricing-tables.pane-pricing-tabs-orgs .tabs-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
  }

  .home-ow #home-pricing-tables.pane-pricing-tabs-orgs .tabs-wrapper li.tab {
      width: 100%;
  }
}

.home-ow #home-pricing-tables.pane-pricing-tabs-orgs .view-owl-pricing-table .views-row-2 .most-popular {
  width: 230px;
}

@media screen and (max-width:991px) {
  .page-register-lca #mini-panel-org_reg_forms .feature-title {
      font-size: 52px;
  }
}

.home-feature-right .copy {
  float: left;
}

.home-feature-right .feature-image {
  position: absolute;
  left: 55%;
  top: 35px;
}

.home-feature-right .feature-image img.shadow {
  box-shadow: -7px -2px 13px rgba(0, 0, 0, 0.15);
}

.home-feature-left .copy {
  float: right;
}

.home-feature-left .feature-image {
  position: absolute;
  right: 55%;
  top: 35px;
}

.home-feature-left .feature-image img.shadow {
  box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width:767px) {
  .home-feature-left .feature-image {
      position: relative;
      right: unset;
      top: unset;
      margin-top: 30px;
  }

  .home-feature-left .feature-image img {
      display: block;
      max-width: 100%;
      height: auto;
  }
}

.home-feature-section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  min-height: 460px;
}

@media screen and (max-width:767px) {
  .home-feature-section {
      min-height: 0;
      padding-top: 0;
      padding-bottom: 0;
  }
}

.home-feature-section .divider {
  width: 100%;
  position: relative;
  float: left;
}

.home-feature-section .divider:before {
  content: '';
  background: #f34e2e;
  height: 3px;
  width: 63px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
}

.home-feature-section .divider-blue:before {
  background: #2d96e7;
}

.home-feature-section .feature-title {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width:767px) {
  .home-feature-section .feature-title {
      font-size: 20px;
  }
}

@font-face {
  font-family: 'montserratlight';
  src: url(../fonts/Montserrat-Light-webfont.eot);
  src: url(../fonts/Montserrat-Light-webfont.eot#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light-webfont.woff2) format("woff2"), url(../fonts/Montserrat-Light-webfont.woff) format("woff"), url(../fonts/Montserrat-Light-webfont.ttf) format("truetype"), url(../images/Montserrat-Light-webfont.svg#montserratlight) format("svg");
  font-weight: normal;
  font-style: normal;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  display: flex !important;
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-direction-row {
  flex-direction: row !important;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.gap-_5 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.gap-3 {
  gap: 3rem;
}

.gap-4 {
  gap: 4rem;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.flex-wrap-wrap .btn-group {
  width: auto;
}

.flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 2rem 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-x-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.m-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-a-4 {
  margin: 4rem 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-x-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.m-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-a-5 {
  margin: 5rem 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-x-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 2rem 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-x-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.p-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-a-4 {
  padding: 4rem 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-x-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.p-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-a-5 {
  padding: 5rem 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-x-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.p-a-_5 {
  padding: 5px !important;
}

.p-x-_5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-_5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-r-_5 {
  padding-right: 5px !important;
}

.p-l-_5 {
  padding-left: 5px !important;
}

.p-t-_5 {
  padding-top: 5px !important;
}

.p-b-_5 {
  padding-bottom: 5px !important;
}

.m-a-_5 {
  margin: 5px !important;
}

.m-x-_5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-y-_5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-r-_5 {
  margin-right: 5px !important;
}

.m-l-_5 {
  margin-left: 5px !important;
}

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

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

.m-a-a {
  margin: auto;
}

.m-l-a {
  margin-left: auto;
}

.m-r-a {
  margin-right: auto;
}

.m-t-a {
  margin-top: auto;
}

.m-b-a {
  margin-bottom: auto;
}

.m-x-a {
  margin: 0 auto;
}

.m-y-a {
  margin: auto 0;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.max-width-600 {
  max-width: 600px !important;
}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-1000 {
  max-width: 1000px !important;
}

.max-width-1100 {
  max-width: 1100px !important;
}

.max-width-1200 {
  max-width: 1200px !important;
}

.max-width-1300 {
  max-width: 1300px !important;
}

.max-width-1400 {
  max-width: 1400px !important;
}

.max-width-1500 {
  max-width: 1500px !important;
}

.max-width-1600 {
  max-width: 1600px !important;
}

.max-width-* {
  width: 100%;
}

/*})'"*/