@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
a {
  color: #ca8d30;
}

a:hover {
  color: #d7a456;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

.design-process-section {
  /*padding-top:30px;*/
}

.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}

#venue .result-holder.row {
  min-height: auto;
}

.result-holder.row {
  overflow-y: auto;
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  max-height: 69vh;
  min-height: 69vh;
}

#table-wizard .result-holder.row {
  max-height: initial;
  min-height: initial;
  height: 360px;
}

/* width */
.result-holder.row::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.result-holder.row::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.result-holder.row::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.result-holder.row::-webkit-scrollbar-thumb:hover {
  background: #555;
}

footer {
  /*margin-top:100px;*/
}

/*
.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
*/
.container {
  width: 90%;
  max-width: 90%;
}

.design-process-content h3 {
  margin-bottom: 16px;
}

.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}

.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 10px auto 15px;
  border: none;
  z-index: 0;
}

header {
  position: absolute;
  width: 100%;
}

.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  left: 0px;
  top: 33px;
  width: 85%;
  z-index: -1;
  z-index: -500;
  opacity: 1;
}

canvas {
  margin: 0 auto;
  display: block;
}

.process-model li.visited::after {
  background: #ca8d30;
}

.process-model li:last-child::after {
  width: 0;
}

.process-model li {
  display: inline-block;
  width: 9%;
  text-align: center;
  float: none;
}

.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
  border: none;
  background: transparent;
  text-decoration: none;
}

.nav-tabs > li > a.disabled img {
  opacity: 0.2;
}

.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
  font-size: 13px;
  width: 44px;
  height: 44px;
  background: #ebebeb;
  color: #999999;
  margin: 0 auto;
  background-image: -moz-linear-gradient(0deg, #a1c4fd 0%, #884d80 0%, #2b5876 0%, #4e4376 100%);
  background-image: -webkit-linear-gradient(0deg, #a1c4fd 0%, #884d80 0%, #2b5876 0%, #4e4376 100%);
  background-image: -ms-linear-gradient(0deg, #a1c4fd 0%, #884d80 0%, #2b5876 0%, #4e4376 100%);
}

.process-model li.active {
  opacity: 1;
  color: #ca8d30;
}

.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus {
  color: #ca8d30;
  text-decoration: none;
}

.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
  margin-bottom: 5px;
}

.process-model li img {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
  line-height: 65px;
  font-size: 30px;
  border-radius: 50%;
  background: #FFF;
  transition: 0.3s all;
}

.process-model li:hover img {
  border-color: #ca8d30;
}

.process-model li.active img {
  border-color: #ca8d30;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e2e2e2", endColorstr="#fefefe",GradientType=0 ) drop-shadow(2px 4px 6px black);
  /* IE6-9 */
  box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.process-model li p {
  font-size: 14px;
  margin-top: 11px;
}

.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}

.process-model.contact-us-tab li::after {
  display: none;
}

.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }

  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }

  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }

  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }

  .more-icon-preocess.process-model li::after {
    top: 18px;
  }

  .process-model.more-icon-preocess {
    text-align: center;
  }
}
figure.figure.active {
  border-color: #ca8d30;
}

figure.figure {
  display: block;
  border: 2px solid transparent;
  margin-bottom: 0;
}

figure.figure:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

figure.figure img {
  padding: 0;
}

.figure-caption a {
  color: #ca8d30;
  color: #FFF;
}

.figure-caption {
  display: block;
  outline: none;
  font-family: inherit;
  font-size: 0.7rem;
  box-sizing: border-box;
  border: none;
  text-transform: capitalize;
  padding: 0 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  overflow: hidden;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7) center;
  padding: 5px 0;
  color: #000;
  bottom: 0;
  width: 100%;
}

.active > .figure-caption,
.btn.active, .figure-caption.active {
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: #783205;
  text-shadow: 0 2px 2px #fae385;
}

.btn:focus,
.btn:hover,
.figure-caption:focus,
.figure-caption:hover {
  /*
  background-size: 150% 150%;
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
  text-decoration: none;
  */
}

.btn-success {
  border: 1px solid #ca8d30;
  background: none;
  color: #ca8d30;
}

.btn-success:hover {
  background: #a17026;
  border-color: #a17026;
  color: #FFF;
}

.btn-danger {
  border: 1px solid #bd2130;
  background: none;
  color: #bd2130;
}

form .btn {
  display: inline-block;
  padding: 10px 25px;
  height: auto;
  position: static;
  width: 49%;
  border-radius: 0;
  border-width: 2px;
  font-size: inherit;
  text-transform: uppercase;
}

form .form-control, form .btn {
  font-size: 0.8rem;
}

.img-thumbnail {
  width: 100%;
  border-radius: 0;
  padding-bottom: 0;
}

#venues .img-thumbnail {
  width: 105px;
}

#venues .figure-caption {
  text-transform: uppercase;
  border: 0;
  font-size: 10px;
}

/*
.figure.disabled:after {
  content: 'Unavailable';
}
.figure.disabled {
  opacity:0.4;
}
*/
div#progress {
  width: 200px;
  background: #000;
  border: 2px solid #000;
  padding: 5px;
  color: #FFF;
  transition: 3s all;
}

div#progress-bar {
  width: 0px;
  height: 20px;
  background: red;
  border: none;
  transition: 3s all;
}

.progress-loader {
  width: 200px;
  height: 0;
  background: url(../img/loader.gif) center center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 800;
  text-align: center;
  overflow: hidden;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.progress-loader.open {
  height: 150px;
  padding-top: 25px;
}

.logo-bg {
  background: url(../img/black-pattern.jpg);
}

/* Third Button */
div.viewer-menu-item {
  border: 1px solid #bf953f;
  margin: 5px 0;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  border-radius: 3px;
}

div.viewer-menu-item.social-media a {
  padding: 5px;
}

div.viewer-menu-item.social-media {
  width: 35px;
  height: auto;
  text-align: center;
}

div.viewer-menu-item:not(.social-media) a {
  position: relative;
  -webkit-transition: all 0.45s ease-Out;
  transition: all 0.45s ease-Out;
  font-size: 0.7rem;
  padding: 10px 15px;
}

.leftpanel h3, .fancybox-content h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem;
  padding: 5px 0;
}

.tab-pane {
  width: 100%;
}

div.viewer-menu-item:hover {
  background: #000;
}

div.viewer-menu-item:hover a,
div.viewer-menu-item.active a {
  color: #FFFFFF;
}

.h-350 {
  min-height: 350px;
}

/*
.h-350 {
  height:350px;
}*/
canvas {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate3d(-50%, -50%, 0); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 100% !important;
  /* max-width: 600px; */
}

canvas:before, canvas:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  top: 5px;
  text-align: center;
}

canvas:before {
  left: 5px;
}

canvas:after {
  right: 5px;
}

canvas .box-inner {
  position: relative;
  border: 2px solid #b78846;
  padding: 40px;
}

canvas .box-inner:before, canvas .box-inner:after {
  content: "•";
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #b78846;
  border: 2px solid #b78846;
  line-height: 12px;
  bottom: -2px;
  text-align: center;
}

canvas .box-inner:before {
  left: -2px;
}

canvas .box-inner:after {
  right: -2px;
}

.selectivity-single-result-container {
  top: 10px;
  right: 15px;
  left: 10px;
}

.tab-pane.active {
  animation: slide-up 1s ease-out;
}

.tab-pane a.showModel {
  display: block;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  background-image: url(../img/loader.gif);
  background-size: 100%;
  background-position: center center;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.generator-holder {
  position: relative;
  width: 100%;
}

.moveGUI-arrows {
  position: relative;
}

.moveGUI-arrows .arrow-holder {
  position: absolute;
  right: 0;
}

/*
.moveGUI-arrows .arrow-holder.up {
  right: 32px;
  top: 13px;
}
.moveGUI-arrows .arrow-holder.left {
  right: 59px;
  top: 52px;
}
.moveGUI-arrows .arrow-holder.right {
  right: -5px;
  top: 41px;
}
.moveGUI-arrows .arrow-holder.down {
  right: 20px;
  top: 80px;
}
*/
.moveGUI-arrows .arrow-holder {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.moveGUI-arrows .arrow-holder:hover {
  opacity: 0.5;
}

.moveGUI-arrows .arrow-holder.up {
  right: 32px;
  top: 13px;
}

.moveGUI-arrows .arrow-holder.left {
  right: 64px;
  top: 47px;
}

.moveGUI-arrows .arrow-holder.right {
  right: 0px;
  top: 47px;
}

.arrow-holder.switched.right {
  right: 62px;
  top: 47px;
  transform: scale(-1);
}

.arrow-holder.switched.left {
  right: 2px;
  top: 47px;
  transform: scale(-1);
}

.moveGUI-arrows .arrow-holder.down {
  right: 32px;
  top: 80px;
}

.moveGUI-arrows .arrow-holder.forward {
  right: 30px;
  top: 130px;
}

.moveGUI-arrows .arrow-holder.backward {
  right: 30px;
  top: 170px;
}

.moveGUI-arrows .arrow-holder.wasd {
  right: 60px;
  top: 70vh;
  opacity: 0.3;
}

.moveGUI-arrows .arrow-holder.wasd img {
  width: 100px;
}

.moveGUI-arrows .arrow-holder.angle-switch.activated {
  background: #008937;
}

.moveGUI-arrows .arrow-holder.angle-switch {
  background: #890000;
  right: 20px;
  top: 220px;
  padding: 5px;
  height: 35px;
}

.moveGUI-arrows .arrow-holder.rotate-left {
  right: 20px;
  top: 220px;
}

.moveGUI-arrows .arrow-holder.rotate-right {
  right: 20px;
  top: 255px;
}

.moveGUI-arrows .arrow-holder.reset {
  right: 20px;
  bottom: 5%;
  background: #1f1f1f;
  color: #FFF;
  font-size: 0.8rem;
}

.moveGUI-arrows .arrow-holder.rotate-up {
  right: 32px;
  top: 300px;
}

.moveGUI-arrows .arrow-holder.rotate-down {
  right: 32px;
  top: 350px;
}

.moveGUI-arrows i {
  font-size: 2rem;
  transition: 0.3s all;
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px black;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.moveGUI-arrows i.disabled {
  /*opacity:0.2;*/
}

.moveGUI-arrows i:hover {
  color: #ca8d30;
}

.moveGUI-arrows i:hover {
  opacity: 0.8;
}

.moveGUI-arrows i.up {
  transform: rotate(90deg);
}

.moveGUI-arrows i.left {
  transform: rotate(0);
}

.moveGUI-arrows i.right {
  transform: rotate(-180deg);
}

.moveGUI-arrows i.down {
  transform: rotate(-90deg);
}

.moveGUI {
  position: absolute;
  right: 10%;
  /*display:none;*/
}

.moveGUI .dg .c .slider .slider-fg {
  background: #ca8d30;
}

.moveGUI .dg .c .slider:hover .slider-fg {
  background: #78531c;
}

.moveGUI .dg {
  font-family: "Lato" !important;
}

.moveGUI .dg .cr.number input[type=text] {
  color: #000;
  background: #FFF;
  font-weight: bold;
}

.moveGUI .dg .cr.number {
  border-left: 3px solid #ca8d30;
}

.moveGUI .dg li:not(.folder) {
  border-bottom: 1px solid #ffffff;
}

#selected-items-holder ul {
  list-style: none;
}

#selected-items-holder ul li {
  display: inline-block;
  border-right: 1px solid black;
  padding: 0 10px;
  font-size: 12px;
}

#selected-items-holder ul li:last-child {
  padding-right: 0;
  border: 0;
}

#selected-items-holder ul li span {
  font-weight: bold;
  color: red;
}

/*

#model-loader,
.model-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size:50%;
  z-index: 500;
  background: rgba(255, 255, 255, 0.788235294117647) url(../img/loader-blue.gif) no-repeat center center;
  left: 0;
}
*/
.model-loader {
  position: absolute;
  background: rgba(255, 255, 255, 0.7882352941) url(../img/loader-blue.gif) no-repeat center center;
  background-size: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 500;
  margin: auto;
}

.model-loader.venue {
  background-size: 20%;
}

.model-loader.preview {
  z-index: 5999999999999999;
}

.clear-search-holder {
  position: relative;
}

.clear-search {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 0;
  cursor: pointer;
}

#notification-bar {
  position: absolute;
  top: 0;
  z-index: 85;
  width: 100%;
  text-align: center;
  border-radius: 0;
}

div#selected-items-holder {
  position: absolute;
  background: white;
  top: 0;
  right: 0;
  z-index: 500000000000000000;
  width: auto;
  display: block;
}

/** Sidebar **/
/***********************  TOP Bar ********************/
.sidebar {
  width: 50px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.sidebar.left, #page-content-wrapper {
  padding-top: 105px;
}

.bg-defoult {
  background-color: #222;
}

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

.sidebar li a, .sidebar li a.collapsed.active {
  display: block;
  color: #fff;
  border-left: 0px solid #dedede;
  text-decoration: none;
}

.sidebar li a.active {
  background-color: #BF953F;
  transition: all 0.3s ease-in-out;
}

.sidebar li a:hover {
  background-color: #000 !important;
}

.sidebar li.active {
  background: #BF953F;
}

.sidebar li:hover, .sidebar li a img:hover {
  background: #343434;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidebar li a img {
  width: 100%;
  padding: 10px 8px;
}

.sidebar li {
  border-bottom: 1px solid #FFF;
}

.sidebar li a i {
  padding-right: 5px;
}

.sidebar ul li .sub-menu li a {
  position: relative;
}

.sidebar ul li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-left: 0px;
  padding-right: 10px;
  vertical-align: middle;
}

.sidebar ul li .sub-menu li a:hover:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  background-color: #111;
  height: 100%;
}

#page-content-wrapper {
  width: 100%;
  min-width: 0;
  height: 100vh;
  padding-top: 105px;
}

#table-wizard .nav-link {
  display: block;
  padding: 0.2rem 0.2rem;
}

#table-wizard .nav-link img {
  width: auto;
  height: 30px;
  opacity: 0.7;
}

#table-wizard .nav-link.active {
  background: #8e793e;
}

#table-wizard .nav-link.active img, .invert {
  filter: invert(1);
  opacity: 1;
}

.social-media-links a {
  padding: 6px 10px;
  border: 1px solid;
}

.social-media-links a:hover {
  background: #8e793e;
  color: #FFF;
}

#table-wizard {
  max-height: 90vh;
  width: 960px;
}

.notifyjs-corner {
  z-index: 58581050;
}

.fancybox-container {
  z-index: 500;
}

.watermark {
  position: absolute;
  left: 1%;
  top: 1%;
  width: 150px;
}

/* Small devices (tablets, 768px and up) */
@media only screen and (max-width: 980px) {
  .moveGUI-arrows .arrow-holder {
    display: none;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=custom.css.map */
