@import url("font-awesome/css/fontawesome.min.css");
@import url("font-awesome/css/solid.min.css");
@import url("font-awesome/css/brands.min.css");
@import url("micons/micons.css");

html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

.nav-item .dropdown-menu {
  border-radius: 0;
  background: #131F28;
  border:1px solid #222;
  margin-top:25px !important;
  min-width:200px;
  width:100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  transition: all 0.15s ease-in-out;
}
  .dropdown {
    outline:none !important;
  }
  .dropdown a i {
    font-size:1.2rem;
    margin-left:.25rem;
    margin-right:0 !important;
  }

  .dropdown a.last i {
    font-size:1.6rem !important;
    vertical-align: middle !important;
    margin-right:1rem !important;
    padding-bottom:3px;
  }

  .nav-item .dropdown-menu li {
    width:100%;
    display:block;
  }
  .nav-item .dropdown-menu .dropdown-item {
    border:none !important;
    padding:1rem 2rem !important;
  }

  .nav-item .dropdown-menu .dropdown-item:hover {
    background:#222;
  }

  .dropdown-divider{
    color: #ddd;
  }

.dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}

html,
body {
  height: 100%;
  padding-right: 0 !important;
  overflow: visible;
}

body {
  /*background: #141515;*/
  font-family: "muli-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

header {
  top: 0;
  transition: top 0.1s ease-out;
}

ol,
ul {
  padding-left: 0;
}

.alert-dismissible .btn-close {
  top: 2px;
  color: #055160;
}
/* #topBtn */

#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #555;
  width: 20px;
  cursor: pointer; /* Add a mouse pointer on hover */
  background-color: transparent;
  opacity:0.4;
}

#topBtn img {
  filter: invert(1);
  width: 40px;
  padding: 10px;
  background-color: rgb(0, 60, 224);
  border-radius: 50%;
}

#topBtn:hover {
  color: #131F28; /* Add a dark-grey background on hover */
  opacity: 1;
}

a,
a:visited {
  color: #0087cc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
  font-family: sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  /*margin-bottom: 2.4rem;*/
}

h3,
.h03,
h4,
.h04 {
  margin-bottom: 1.5rem;
}
h5,
.h05,
h6,
.h06 {
  margin-bottom: 1.2rem;
}
h1,
.h01 {
  line-height: 1.35;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -0.07rem;
  }
}

h2,
.h02 {
  font-size: 2rem;
  line-height: 1.25;
}
h3,
.h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4,
.h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5,
.h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h6,
.h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 2rem;
  text-align: center;
}

em,
i,
strong,
b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
  font-weight: normal;
}
em,
i {
  font-family: "muli-italic", sans-serif;
}
strong,
b {
  font-family: "muli-bold", sans-serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "muli-light", sans-serif;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #838383;
  border: none;
}

abbr {
  font-family: "muli-bold", sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #838383;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffa500;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #ffa500;
}

dd {
  margin: 0 0 0 2rem;
}

button,
.button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 2rem;
}

form {
  margin-bottom: 0;
}

.form h2 {
  text-align: left;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.form {
  background-color: #444;
  box-shadow: rgb(0 0 0 / 34%) 0px 3px 8px;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

textarea {
  min-height: 20rem !important;
}

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

.bgrid {
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "muli-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

th {
  color: #151515;
  font-family: sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background: #dedede;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 150px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ffa500;
}

.pace.pace-inactive {
  display: none;
}

.oldie .pace {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  padding: 1rem;
  border: 0;
  outline: none;
  color: #333333;
  font-family: sans-serif;
  font-size: 1.5rem !important;
  line-height: 1.5rem;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"] {
  margin-top: 0 !important;
}
.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* Home */

.separator {
  position: relative;
}
.separator div {
  position: absolute;
  top: -7rem;
}

@media (max-width: 576px) {
  .separator div {
    top: -6rem;
  }
}

@media (min-width: 576px) {
  .grid-horizontal {
    margin: 2rem 0 !important;
  }
  #shop-detail ul li img {
    width: 13vw;
  }
}
.d-none {
  display: block !important;
}
/* IE9 and below */

.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

label,
legend {
  font-family: sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: #151515;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #838383;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #838383;
}

.placeholder {
  color: #838383 !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  transition: background-color 5000s ease-in-out 0s;
}

/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: calc(5rem - 0.6rem);
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 0.3rem solid #c5c5c5;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  /*background-color: #b8b8b8;
  border-color: #b8b8b8;*/
  color: #000000;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #3699FF;
  border-color: #3699FF;
  color: #ffffff;
  border-radius: 2px;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: darkslategray; /*ffa500*/
  border-color: darkslategray;
}

.button.button-secondary {
  background-color: #555;
  border-color: #555;
  color: #ffffff;
  border-radius: 2px;
}

.button.button-secondary:hover {
  background: #333; /*ffa500*/
  border-color: #333;
  color: #ffffff;
}

button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - 0.6rem) !important;
}

button.button-contact {
  height: 5rem !important;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.8rem;
}

button.button-contact:hover {
  color: #3699FF;
}

button.button-contact i {
  margin-right: 1rem;
  font-size: 1.8rem;
}

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

/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

#about {
  padding: 4rem 0;
  overflow: hidden;
}

/* ===================================================================
 *  08. common and reusable theme styles 
 *
 * ------------------------------------------------------------------- */

h1.intro-header {
  font-family: sans-serif;
  font-size: 3rem;
  line-height: 1.324;
  color: #151515;
  position: relative;
  padding-bottom: 3.6rem;
}

h1.intro-header::before {
  display: block;
  content: "";
  height: 1px;
  width: 120px; /* 0 */
  background-color: #222; /* #39b54a */
  position: absolute;
  left: 50%;
  bottom: 25px; /* 0 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * common styles
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  h1.intro-header {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 600px) {
  h1.intro-header {
    font-size: 2.6rem;
  }
}

/* ===================================================================
 *  09. header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#header {
  width: 100%;
  margin: 0;
  background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1103;
  transition: all 0.5s;
}
.menu-show {
  background-color: #fff !important;
  transition: all 0.5s !important;
}

/* ------------------------------------------------------------------- 
 * header logo - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-logo {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  position: relative;
  top: 50%;
  width: auto;
}

.header-logo a {
  display: flex;
  margin: 0;
  align-items: center;
  color: #fff;
  padding: 0;
  outline: 0;
  font-family: 'Roboto-Thin';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-logo a span {
  margin-left: 1.5rem;
}
/* ------------------------------------------------------------------- 
 * menu trigger - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-menu-toggle {
  display: none;
  position: absolute;
  top:0;
  right: 1.5rem;
  height: 50px;
  font-family: sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menuToggle span {
  background-color: #fff !important;
}

.menuToggle:hover .menuToggle:focus {
  background-color: #333 !important;
}

.menuToggle span::before,
.menuToggle span::after {
  background-color: #fff !important;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #fa9a00;
}

.header-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: #fff;
}

.header-menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#header-nav-wrap .header-main-nav li {
  display:block;
}
#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  color: #333;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.4rem;
  border-right: 1px solid #ddd;
  padding: 0 1.5rem;
  height:8px;
}

#header-nav-wrap .header-main-nav li a.last,
#header-nav-wrap .header-main-nav li a.last:visited {
  border: none;
  margin-right:1rem;
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus,
#header:hover #header-nav-wrap .header-main-nav li a:hover,
#header:hover #header-nav-wrap .header-main-nav li a:focus,
.menu-show #header-nav-wrap .header-main-nav li a:hover,
.menu-show #header-nav-wrap .header-main-nav li a:focus,
#header:hover a i:hover,
.menu-show a i:focus {
  color: #ffd96c;
}
#header-nav-wrap .header-main-nav {
  list-style: none;
  margin: 0;
  z-index: 3;
}


#header-nav-wrap li a i {
  font-size:12px;
}
@media only screen and (max-width: 768px) {
  .logo {
    height: 0px;
  }
  .panel ul li {
    min-width: 121px !important;
  }
}

@media only screen and (min-width: 913px) {
  .logo img {
    display: inline-block !important;
  }
  .logo {
    margin-left: 5px;
  }
  #header,
  .header-menu-toggle {
    height: 60px;
  }
  .header-logo {
    display: none;
  }
  #header-nav-wrap {
    width:100%;
  }
  #header-nav-wrap .first {
    border-left: 1px solid #838383;
    padding-left: 10px !important;
    height: 30px;
    margin-top: 13px;
  }
  #header i {
    right: 3rem;
    top: 2.2rem;
  }
  #bag {
    right: 2rem;
    top: 1.9rem;
    padding-right: 0.5rem;
  }
  .navbar-collapse {
    display: flex !important; /*NSS*/
  }
}

@media (min-width: 913px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

#header-nav-wrap .header-main-nav li img {
  height: 45px;
  filter: invert(1);
}
/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 912px) {
  .search,
  .user {
    display: none !important;
  }
  .header-menu-toggle {
    display: block;
    width: 40px !important;
    z-index: 1;
  }
  .header-logo{
    padding-top: 0;
  }
  #header-nav-wrap {
    position: absolute;
    height: auto;
    width: 100%;
    right: auto;
    left: 0;
    top: 50px;
    background-color: #131F28;
  }
  #header-nav-wrap .header-main-nav {
    display: block;
    height: auto;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    float: left;
    width: 100%;
  }
  #header-nav-wrap .header-main-nav li {
    display: block;
    padding: 0.5rem 0;
    text-align: left;
    border-bottom:1px solid #999;
  }
  #header-nav-wrap .header-main-nav li:last-child {
    border-bottom:none;
  }
  #header-nav-wrap .header-main-nav li:hover {
    transition: 0.1s ease;
  }
  #header-nav-wrap .header-main-nav li a {
    color: #ddd !important;
    font-size:18px !important;
    border:none;
    padding: 2rem !important;
  }
  #header-nav-wrap .header-main-nav .dropdown-menu {
    margin-top:0 !important;
    transform:none !important;
    position:relative !important;
  }

  #header-nav-wrap .header-main-nav .dropdown-menu .dropdown-item {
    color:#fff !important;
  }
  #header-nav-wrap .header-main-nav .dropdown-menu .dropdown-item:hover {
    color:#FFD700 !important;
  }
  .dropdown-menu{
    display: none;
  }
  ul.show{
    display: block;
    animation: fade_in_show 0.15s;
  }
}

/* ===================================================================
 *  11. partner - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#partner {
  margin-top: 25px;
  padding: 0 1rem;
  height: 170px;
}
/*#partner h1 {
  display: none;
}*/

#partner .col-md-9 {
  height: 45px;
  overflow: hidden;
}

#partner .col-md-9 .row {
  position: relative;
}
/*#partner h1.intro-header::before {
  display: none;
}*/
#partner img {
  max-height: 45px;
  width: auto;
  height: auto;
  /*max-width: 20%;
  padding: 0 2vw;*/
  max-width: 25%;
  margin: 0 auto;
}

#carousel-partner .carousel-item .row {
  padding-left: 4rem;
  padding-right: 4rem;
}

#partner .carousel-control-prev,
#partner .carousel-control-next {
  filter: invert(100%);
  height: 45px;
  width: 65px;
  border-radius: 0;
  background-color: #000;
  opacity: 1;
}

#partner .carousel-control-prev {
  left: -10px;
}
#partner .carousel-control-next {
  right: -25px;
}
#partner .carousel-control {
  position: absolute;
}

#partner .carousel-control-prev-icon,
#partner .carousel-control-next-icon {
  background-size: 3rem;
}

/* ===================================================================
 *  12. counter - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#counter {
  color: #fff;
  background-color: #333;
}

#counter .counter-wrap {
  margin: 25px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#counter .counter-wrap i {
  font-size: 4rem;
  margin-right: 3rem;
}
#counter p {
  border-top: 1px solid #fff;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 70%;
}
#counter .counter {
  color: #fff !important;
  font-size: 4.6rem;
  display: inline-flex;
  margin-right: 1rem;
}

/* ===================================================================
 *  13. service - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#service {
  padding: 5rem 1rem;
  background-color: #f9f9f9;
}
#service .col-md-4 {
  min-width: 350px;
  max-width: calc(100vw - 4rem);
  margin: 0 auto;
}

/* ===================================================================
 *  15. contact - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#contact {
  padding: 5rem 1rem;
  background: #f9f9f9;
}

.contact-detail {
  padding: 1rem 3rem;
  text-align: left;
  color: #333;
}

.contact-detail i {
  font-size: 5rem;
  width: 60px;
  color: darkslategray;
}
.contact-detail .grid-horizontal {
  display: flex;
}
.contact-detail .grid-horizontal .content {
  margin-left: 3rem;
  align-self: center;
}
.contact-detail .grid-horizontal .content p {
  height: 100%;
  margin-bottom: 0;
}
.contact-detail .grid-horizontal .content p a {
  color: #333;
  text-decoration: none;
}
.contact-detail .grid-horizontal .content p a:hover {
  color: #3699FF;
  text-decoration: underline;
}
/* ===================================================================
 *  10. home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#home {
  width: 100%;
  position: relative;
}

.no-js #home {
  background: #151515;
}

/* home social-list */

.home-social-list {
  position: absolute;
  right: 25px;
  bottom: 120px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  display: none;
}

.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.home-social-list li {
  padding-left: 0;
}

.home-social-list li a,
.home-social-list li a:visited {
  color: #ffffff;
}

.home-social-list li a:hover,
.home-social-list li a:focus,
.home-social-list li a:active {
  color: #3699FF;
}

.home-social-list li a i {
  font-size: 1.8rem;
}
.home-scrolldown {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: 1;
  display: none;
}

.home-scrolldown i {
  padding-left: 9px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #3699FF !important;
}

html[data-useragent*="MSIE 10.0"] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #ffffff !important;
  background: transparent;
  position: relative;
  top: 15px;
  left: -42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
  text-decoration: none;
}

.scroll-icon i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}

.scroll-icon:hover {
  text-decoration: none;
}
/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@media only screen and (max-width: 1200px) {
  #home {
    overflow: hidden;
  }
}

@media only screen and (max-width: 900px) {
  #home {
    height: auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .scroll-icon {
    top: 21px;
  }
}

@media only screen and (max-width: 1250px) {
  #kit .col-md-3 {
    min-width: 320px !important;
  }
}

.intro h1 {
  text-align: center !important;
}

footer {
  overflow:hidden;
  background-color:#131F28;
  /*background: linear-gradient(180deg, rgb(0 5 21) 0%, #0c1122 100%);*/
}

footer .row {
  padding:2rem;
  position:relative;
}

footer .row .col-md-6 {
  min-height:100px;
}

footer .row .col-md-6 p {
  color:#777;
  font-size:12px;
  position:absolute;
  left:2.5rem;
  bottom:3.5rem;
}

footer .row .col-md-6 h1 {
  color:#ffd96c;
  font-size:18px;
  letter-spacing: 0.05em;
  margin-bottom:2rem;
}
footer .row .col-md-6 span {
  color:#ddd;
  display:block;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
footer .row .col-md-6 a {
  padding: 0.75rem 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: .05em;
  font-size: 16px;
  color:#ddd;
  border-color:#fff !important;
}

footer .footer-logo img {
 max-width:160px;
 display:block;
 margin-left:-15px;
}

footer .footer-logo h1 {
  color:#fff;
  letter-spacing: .07em;
  margin-top:.5rem;
  font-size:1.7rem;
}
 
footer .borderless {
  margin-bottom:2rem;
}

footer .contact-logo, .contact-content .contact-logo  {
  margin-top:2rem;
  margin-bottom:1.5rem;
  margin-left:-2px;
}

.contact-content h3 {
  font-size:16px !important;
  letter-spacing: 0.05em;
  line-height:1.8;
}

footer .contact-logo a, .contact-content .contact-logo a {
  color:#ddd;
  width:40px;
  height:40px;
  display:inline-flex;
  border:1px solid #ddd;
  justify-content: center;
  border-radius:50%;
  text-decoration: none;
  align-items: center;
}

footer .contact-logo a:hover, .contact-content .contact-logo a:hover, footer a.btn-secondary:hover {
  background-color:#ffd96c !important;
  border-color:#ffd96c !important;
}
footer a.btn-secondary:hover {
  color:#131F28 !important;
}
footer .contact-logo a i, .contact-content .contact-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
}

footer .contact-logo a:hover i, .contact-content .contact-logo a:hover i {
  color:#111;
  transform: scale(1.2);
}

.contact-content .contact-logo a:hover {
  border-color: #ffc936;
}

.contact-content .contact-logo a {
  margin-right:.5rem;
  color:#333;
  border-color:#333;
}

footer .btn-secondary {
  width:auto !important;
}
/* logo */
.logo a {
  padding: 0 !important;
}
.logo img {
  display: none;
  height: 55px;
}

/* grid-horizontal */

.grid-horizontal {
  padding: 1.5rem;
}
.grid-horizontal h2 {
  height: 5rem;
  font-size: 1.8rem;
}
.grid-horizontal .icon {
  background: darkslategray;
  padding: 1.5rem;
  color: #fff;
  border-radius: 50%;
  float: left;
  line-height: 1;
  font-size: 1rem;
}
.grid-horizontal .icon-first {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.grid-horizontal .icon-middle {
  padding-left: 1.3rem;
  padding-right: 1.3em;
}
.grid-horizontal .icon-last {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid-horizontal .icon i {
  font-size: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  text-align: center;
}
.grid-horizontal .content {
  text-align: left;
  margin-left: 8.5rem;
}
.grid-horizontal .content h2 {
  color: #000;
}
.grid-horizontal .content p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #222;
}
.grid-horizontal .content p span {
  font-weight: 600;
}

.content-item {
  padding-top: 8rem;
  padding-bottom: 0.5rem;
  text-align: left !important;
}

.form-group input,
.form-group textarea {
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none !important;
}
.kit-content {
  margin: 0 auto !important;
  max-width: 1300px;
  text-align: center;
}

.kit-content h1 {
  text-align: center;
}

.hidden {
  visibility: hidden;
}
.block {
  display: block !important;
}
#metroCarousel .carousel-item, .mainCarousel .carousel-item {
  height: auto;
  display:flex;
  justify-content: center;
  transition: .8s all ease-in-out;
}
@media (min-width: 500px) {
  footer .copyright {
    font-size:1.5rem;
  }
}
@media (min-width: 768px) {
  #search{
    max-width:calc(100vw - 4rem) !important;
  }
  footer .row .col-md-6 p {
    bottom:-.5rem !important;
  }
  .carousel-item img {
    height:100% !important ;
    width:auto;
  }
  .home-scrolldown,
  .home-social-list /*, #partner h1 */ {
    display: block;
  }
  #item-detail {
    padding: 2rem;
    text-align: left;
  }
  #metroCarousel .carousel-item, .mainCarousel .carousel-item {
    max-height: 100vh;
  }
  #partner {
    height: 70px; /* 70 */
  }
  #partner h1.intro-header::before {
    display: none;
  }
  footer h2 {
    border-bottom:none;
  }
  ul.pagination {
    justify-content: end !important;
  }
  div.pagination span {
    display:inline-flex !important;
    width:auto !important;
  }
  div.pagination nav {
    display:flex !important;
    justify-content: space-between !important;
  }
  .navigate .col-md-4 {
    width:auto !important
  } 
  .navigate .col-md-4 a i {
    display:flex !important;
  }
}

@media (min-width: 1025px) {
  #shop-detail {
    padding-top: 4rem;
  }
  .content-item {
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) {
  #item-photo {
    width: 40%;
  }
  .quote input[type="button"].button-primary {
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .col-md-8 {
    text-align: left;
  }
  .tiles .tile {
    background-size: 35rem auto !important;
  }
  .tiles .tile:hover,
  .tiles .tile:focus {
    background-size: 36rem auto !important;
  }
}

.purchase-btn {
  margin-top: 2rem;
}

.purchase-btn i {
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  #shop-detail {
    min-height: 88.5vh;
  }
  .logo {
    display: none !important;
  }
  .purchase-btn {
    width: 100%;
  }
  .floating-form {
    width: 100% !important;
  }
  .kit-content .form-group {
    text-align: left;
  }
}
#kitCarousel {
  max-height: 100vh;
  overflow: hidden;
}
#kitCarousel a {
  cursor: pointer;
}
.carousel-caption {
  text-align: left;
  color: #fff;
}
.carousel-caption h3 {
  font-size: 3.5vw;
  margin-bottom: 1rem;
}
.carousel-caption p {
  font-size: 2.5vw;
  padding-left: 0.5rem;
}
.carousel-caption p i {
  margin-right: 1rem;
  font-size: 2.5vw;
}
@media screen and (min-width: 768px) {
  .carousel-caption h3 {
    /*font-weight: 600;*/
    font-family: Tahoma, Lucida Handwriting;
    font-size: 2.3vw;
  }
  .carousel-caption p,
  .carousel-caption p i {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1300px) {
  .carousel-caption h3 {
    font-size: 1.8vw;
  }
  .carousel-caption p,
  .carousel-caption p i {
    font-size: 1.1vw;
  }
}

.carousel-indicators [data-bs-target] {
  height: 2px;
  /*width: 18px;*/
  margin: 1rem 0.7rem;
  /*border-radius: 50%;*/
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #ffc315 !important;
  transition: all 0.5s;
}
/* Overlay */
#overlay, #overlay-body  {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75); /* Black background with opacity */
  z-index: 1101; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay {
  z-index: 0;
}
.modal-backdrop {
  z-index:1105 !important;
}
.modal {
  z-index:1106 !important;
}
.preventScroll {
  overflow: hidden;
}

#kit .col-md-4 {
  padding: 1.5rem;
  /*margin: 0 auto;*/
}
#kit .col-md-4 .container {
  position: relative;
  padding: 0;
  cursor: pointer;
}
#kit .col-md-4 .title {
  color: #000;
  margin-top: 1rem;
  font-size: 2rem;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: 0.5s ease;
  background-color: #111;
}

.overlay a {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: #fff;
}

#kit .container:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90%;
  text-align: left;
  white-space: pre-wrap;
}
.text ul {
  margin-top: 2rem;
  text-align: left;
  list-style: none;
}
.text ul li {
  margin-bottom: 1.6rem;
}
.text ul li i {
  margin-right: 2rem;
  font-size: 1.5rem;
}

/* LightBox */

.column {
  display: none;
}

/* quote */
.quote {
  display: inline-block;
  margin: 1em;
  overflow: hidden;
  text-align: left;
  padding: 1rem;
  flex-shrink: initial;
}
.quote blockquote {
  border: solid 2px #757575;
  display: inline-block;
  margin: 0;
  padding: 2em;
  position: relative;
}
.quote blockquote:before {
  background-color: #fff;
  bottom: -11%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -11%;
  transform: rotate(-15deg) skew(5deg);
}
.quote blockquote cite {
  display: block;
  text-align: right;
  margin-bottom: 1.5rem;
  color: #333;
  font-size: 2.5rem;
}
.quote blockquote cite:before {
  content: "- ";
}
.quote blockquote > * {
  position: relative;
  z-index: 1;
}
.quote p {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.quote p span.bold {
  font-weight: 700;
  color: #333;
}

.quote p span.block {
  display: block;
  text-align: center;
}
/* Cart */

.cart-bar .col-md-12 {
  text-align: right;
  padding: 0.75rem;
  background-color: #f9f9f9;
  font-size: 1.75rem;
  border: 1px solid #ddd;
}

.cart-bar .col-md-12 span {
  color: #000;
  font-weight: 700;
}

.cart-bar .col-md-12 a {
  margin-bottom: 0;
  margin-left: 2rem;
  vertical-align: middle;
}

.cart-bar .col-md-12 a i {
  margin-right: 1rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
  padding: 1.5rem !important;
  border-color: #aaa !important;
}

.icon-sm:hover,
.close:hover {
  color: #222 !important;
  border-color: #222 !important;
}

.cart-content {
  margin-top: 0.75rem !important;
}

.checkout-content {
  margin: 0 !important;
}

.quantity-field {
  width: 4.5rem !important;
  color: #222;
  font-weight: 700;
}

.card {
  border: 1px #ddd solid;
  margin: 1rem 0;
  border-radius: 0;
}

.card-header {
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
}

.card-header .close {
  color: #aaa;
  padding: 0;
  font-size: 4rem;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
}

.cart-image {
  text-align: center;
  padding: 1rem;
}

.cart-image a img {
  max-height: 25vh;
  width: auto !important;
}

.cart-detail {
  text-align: left;
  padding: 2.5rem 1rem;
  min-width: 50vw;
}

.cart-detail h3 {
  font-size: 2rem;
}

.cart-detail .cart-price {
  font-size: 1.5rem;
  display: block;
}

.cart-detail .cart-size {
  border-right: 1px solid #222;
  padding-right: 1rem;
  margin-right: 1rem;
}

.cart-detail div {
  float: left;
  margin-top: 1.5rem;
}

.cart-detail a {
  text-decoration: none;
  color: #aaa;
}

.floating-form {
  width: 350px;
  padding-top: 2rem;
}

/****  floating-Lable style start ****/

.card .floating-form {
  width: 600px;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575 !important;
}

.floating-input:focus,
.floating-select:focus {
  border-width: 0px !important;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-bottom: 1px solid #ff0000 !important;
}

label {
  color: #ddd;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: -25px;
  font-size: 1.6rem;
  color: #767676;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -25px;
  font-size: 1.6rem;
  color: #767676;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

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

.floating-textarea {
  min-height: 4rem;
  line-height: 1.5;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/****  floating-Lable style end ****/

/***   daniel - Fork me friend - style   ***/
.floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial, sans-serif;
}
.floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8;
}
.floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial, sans-serif;
}

/* Layout Tiles */
.tiles {
  font-size: 0;
  text-align: center;
}
.tiles .tile {
  display: flex;
  text-align: left;
  overflow: hidden;
  position: relative;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 31rem auto;
  height: 45rem;
  width: auto;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  margin: 1rem;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.tiles .tile:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  height: 60%;
  opacity: 1; /* NSS 0 %*/
  position: absolute;
  top: 50%; /* NSS 100 %*/
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.tiles .tile ul {
  height: 40rem;
  font-size: 1.5rem;
  margin: 2rem;
  color: #333;
  list-style: none;
}

.tiles .tile ul li i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #333;
}

.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 22%; /* NSS 0 */
  left: 0;
  width: 100%;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 1; /* NSS 0 */
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.tiles .tile .details .detail-title {
  line-height: 1.5;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 10px;
  font-size: 14px;
}

.tiles .tile .details .info a i {
  color: #fff;
  font-size: 2.5rem;
  margin-right: 1.3rem;
  transition: 0.3s ease;
}

.tiles .tile .details .info a i:hover,
.tiles .tile .details .info a i:focus {
  color: #3699FF;
  transform: scale(1.2);
}

.tiles .tile:hover,
.tiles .tile:focus {
  box-shadow: rgb(0 0 0 / 48%) 0px 3px 8px;
  background-size: 32rem auto;
}

.carousel-item {
  height: calc(100vh - 260px);
  background-position: center center !important;
  background-size: cover !important;
}

.navbar-collapse,
.navbar-nav,
.flex-right {
  justify-content: flex-end;
}

.carousel-item img {
  width:auto;
  height:70vh;
  --mask: linear-gradient(to bottom, rgba(0,0,0, 1) 0, rgba(0,0,0, 1) 40%, rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}

.mobile .collapse {
  display: block !important;
}

.search a {
  padding-left: 2rem;
}

.search a i {
  font-size: 1.75rem;
}

.btn-close {
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  padding: 1rem;
  margin: 1rem;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  filter: invert(1);
  font-size: 20px;
}
.btn-close:hover,
.btn-close:focus {
  color: #3699FF !important;
}
.modal-fullscreen .modal-content {
  background: transparent;
}
.modal-backdrop {
  opacity: 0.85 !important;
  z-index:1101;
}
#searchBar .mb-3 {
  display: flex;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45vh;
}
#searchBar input {
  display: inline-flex;
}

#searchBar a {
  color: #fff;
  text-decoration: none;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

#searchBar a:hover {
  color: #3699FF;
}

#searchBar a i {
  display: inline-flex;
  font-size: 2.5rem;
  vertical-align: middle;
}
.searchInput {
  padding: 1rem;
  padding-top: 0;
}

.searchInput i {
  position: absolute;
  top: 11px;
  right: 30px;
}

#txtSearch {
  border: 1px solid #aaa;
  margin: auto;
  margin-bottom: 1rem;
}

.title-image {
  height: 15vh;
  line-height: 15vh;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  padding: 0 1rem;
}

.title-image h2 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #ddd;
  font-size: 4vh;
}

.user {
  border-left: 1px solid #ddd;
  margin-left: 2rem;
  padding-left: 2rem !important;
}

.user i {
  margin-right: 1rem;
}

.fa-save,
.user .fa-times {
  font-size: 2rem;
  vertical-align: middle;
}

.btn-primary {
  border-color:#131F28 !important;
  background:#efefef !important;
  border-radius:0;
  color:#131F28 !important;
}

.btn-primary i {
  color:#131F28 !important;
  margin-right:1rem;
}

.btn-primary:hover {
  color:#ddd !important;
  background:#131F28 !important;
}

.btn-primary:hover i {
  color:#ddd !important;
}

.btn-secondary {
    background: #131F28 !important;
    border-color: #131F28 !important;
    color:#fff !important;
    padding:1rem 1.5rem !important;
    width:100%;
}
.btn-secondary:hover {
  border-color:#0d1a24 !important;
  background:#0d1a24 !important;
  color:#ffd96c !important;
}

.btn-secondary i {
  color:#fff !important;
}
.btn-secondary:hover i {
  color:#ffd96c !important;
}

.btn-extra {
  background: transparent !important;
  border-color: #0d1a24 !important;
  color:#0d1a24 !important;
  padding:1rem 1.5rem;
  width:100%;
}
.btn-extra:hover {
  background:#0d1a24 !important;
  color:#fff !important;
}


/*---Float Tools---*/
#float-tools {
  position: fixed;
  right: -90px;
  bottom: 25%;
  transform: translate(0, -50%);
  z-index: 8;
  opacity: 1;
  transition: 0.5s;
  animation-delay: 2s;
  height:min-content;
}
#float-tools:hover {
  right: 0;
}
#float-tools ul {
  list-style: none;
  animation-delay: 3s;
}
#float-tools ul li {
  border-bottom: 1px solid #999999;
  padding-left: 0;
  opacity: 0.7;
}
#float-tools ul li:hover {
  transition: all 0.8s;
  opacity: 0.9;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
#float-tools ul li:last-child {
  border-bottom: 0px;
}
#float-tools ul li a {
  width: 140px;
  height: 48px;
  padding-right: 1rem;
  color: #fff;
  display: block;
  margin-bottom: 0px;
  background-color: #000;
  position: relative;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#float-tools ul li a span {
  margin:0 auto;
}
#float-tools ul li a i {
  color: #fff;
  font-size: 2.5rem;
  vertical-align: middle;
  margin:0 1rem;
  margin-left:1.25rem;
}

#float-tools ul li:hover a span {
  opacity: 1;
  display: block;
  transition: all 0.8s;
}

#float-tools ul li:hover i {
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
  #float-tools {
    bottom: 0;
    right: 0;
    height: 48px;
    width: 100%;
    top: initial;
    transform: initial;
    border-radius: 0px;

    opacity: 1;
  }
  #float-tools ul {
    display: flex;
  }
  #float-tools ul li {
    justify-content: space-between;
    width: 100%;
    text-align: center;
    border-right: 1px solid #999999;
  }
  #float-tools ul li:last-child {
    border-right: 0px;
  }
  #float-tools ul li a {
    width: 100%;
    border-radius: 0px;
    border-radius: 0px !important;
  }
  #float-tools ul li a span {
    left: 0;
    top: 0;
  }
}

#contactModal .content {
  margin: 9vh auto;
  text-align:left;
  width:1000px;
  max-width:90vw;
  background-color:#fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  position:relative;
}

#contactModal .content div {
  padding:1.5rem;
}

#contactModal .content select {
  width:100%;
}

#contactModal .content div input {
  margin-bottom:1rem;
  border:1px solid #ddd;
}

#contactModal .content div {
  background-color:#efefef;
}

#contactModal .content div.dark {
  background-color:#131F28;
  /*background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);*/
  color:#fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#contactModal .content:before {
  content: ' ';
  position: absolute;
  right: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index:-1;
  border: 1px solid #777;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
}

#contactModal .content div h2 {
  padding-bottom:.5rem;
  margin-top:.75rem;
  margin-bottom:1rem;
  border-bottom:1px solid #999;
  width:100%;
  font-size:26px;
}

#contactModal .content div.dark h2{
  color:#ddd;
  border-bottom:1px solid #ddd;
  margin-top:0;
}

#contactModal .content div textarea {
  width: 100%;
}

#contactModal .content div button {
  width: 100%;
  font-size:14px;
  padding:1rem;
  margin-left:0;
  border-radius: 2px;
  background-color: #131F28 !important;
  color:#fff !important;
}

#contactModal .content div button:hover {
  background-color: #213849 !important;
}

#contactModal .content div button i {
  margin-right:1rem;
  color:#fff !important;
}

#contactModal .content div label {
  color: #222;
  font-size: 14px;
}

#contactModal .content div.or {
  background-color: #ffd96c;
  color: #131F28;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(20% - 25px);
  width: 50px;
  height: 40px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 0.1em;;
  border-radius: 0.25rem;
}

#contactModal ul li a {
  color: #fff;
}
#contactModal ul li a i {
  padding:1rem;
  font-size:2.5rem;
  transition: 0.2s all;;
}
#contactModal ul li a:hover i {
  color: #ffd96c;
  transform:scale(1.25);
}

#contactModal ul {
  list-style: none;
  display:flex;
  padding:0;
  margin:0;
}

#contactModal .form-group {
  padding:0 !important;
}

#contactModal .form-group .form-control, #contactModal .form-group textarea {
  border-radius:0;
  border-color:#bbb;
  font-size:12px;
}

#contactModal form {
  margin:0;
}

.rotate {
  color:#ffc315 !important;
}
.rotate i {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color:#ffc315;
}

.tag {
  font-size: 12px;
  color: #131F28;
  background-color: transparent;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 0.3rem;
  display: inline-block;
  border: 1px solid #131F28;
}
.tag i {
  margin-right:.5rem;
  font-size:12px;
  color:#867B69
}
.purple {
  color: #8950FC;
  background-color: #EEE5FF;
}
.green {
  background-color: #C9F7F5;
  color: #1BC5BD;
}
.red {
  color: #F64E60;
  background-color: #FFE2E5;
}

@keyframes fade_in_show {
  0% {
       opacity: 0;
       transform: translateY(-100%);
  }

  100% {
       opacity: 1;
       transform: scale(0%);
  }
}

/* Seach box */
section#search {
  margin:1rem;
}

#search{
  max-width:calc(100vw - 2rem);
}
.searchBox {
  width:100%;
  animation-duration: 0.7s;
  animation-delay: 1s;
  margin:0 auto;
  text-align:center;
  background:rgba(0,0,0,.7);
  backdrop-filter: blur(4px);
  border-radius: 5px;
}
.searchBox div.option {
  border-bottom: 1px solid #555;
  text-align:left;
}
.searchBox div.option button, .searchBox div.option .navbar-nav a {
  min-width:80px;
  display:inline-block;
  padding:0;
  background: transparent; 
  border:none;
  color:#999;
  margin:0;
  border-radius: 0;
  text-decoration: none;
}
.searchBox div.option button.active, .searchBox .navbar-nav a.active {
  color:#fff;
}
.searchBox .navbar-nav {
  font-size:1.5rem;
  padding:0 1rem;
  display:inline-flex
}
.searchBox .nav-item .dropdown-menu {
  margin-top:1rem !important;
}
.searchBox .navbar-nav .dropdown-item {
  font-size:1.5rem;
}
.searchBox div.option button.active:hover {
  color:#fff !important;
}
.searchBox div.option button:hover,.searchBox .navbar-nav a:hover {
  color:#ffd96c !important;
  transition:all 0.2s ease;
}
.searchBox div.option button.active{
  border-bottom:2px solid #fff;
}
.searchBox div.filter{
  margin-top:1rem;
  padding:0 1rem;
  padding-bottom:1.5rem;
}
.searchBox div.filter input, .searchBox div.filter button {
  width:calc(100% - 150px);
  margin:0;
  margin-top:0.1rem;
  display:inline-flex;
  vertical-align: middle;
  color:#999;
}
.searchBox div.filter button {
  background-color:#fff;
  cursor:pointer;
  height:4rem;
  border:none;
  border-radius: 2px;
  text-align:left;
  padding:1rem;
  font-size:14px;
  align-items: center;
}
.searchBox div.filter a {
  padding: .9rem 2rem;
  font-size: 14px;
  width:140px;
  margin:0;
  margin-left:10px;
  display:inline-block;
  color:#fff;
}

.thumbnail {
  position:relative;
}
span.price {
  /*float:right;*/
  display:block;
  background-image: linear-gradient(90deg,#093b60, #c89500);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.float-message {
	  position:fixed;
  	z-index:1001;
  	max-width:400px;
  	bottom:-100px;
  	right:20px;
  	padding:20px 50px;
  	color:#444;
  	font-size:14px;
  	border-radius:2px;
  	background:#FFF;
  	box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-show {
  bottom:20px;
  transition:all 0.3s;
}
.float-message-inner {
	position:relative;
}
.close-link {
	  text-decoration:none;
  	color:#444;
  	position:absolute;
  	top:-15px;
  	right:-40px;
  	font-size:15px;
}

.close-link:hover i {
  color:#fff !important;
}

.float-message-inner #message {
  margin:0;
}

.price-input {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  font-size:14px;
  color:#ddd;
}
.field input {
  width: 100%;
  height: 100%;
  padding:5px;
  outline: none;
  font-size: 19px;
  margin-left: 10px !important;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  margin-bottom:0;
  border-radius:0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.price-input .separator {
  width: 70px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  color:#ddd;
}
.slider {
  height: 5px;
  position: relative;
  background-color:#ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 2.5%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background-color:#ffc315;
}
.size .progress, .commercial-size .progress {
  left: 5%;
  right: 80%;
}
.range-input {
  position: relative;
  margin-bottom:2rem;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none !important;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:none !important;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #ffc315;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #ffc315;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* + - */
span {cursor:pointer; }
.number{
text-align:center;
}
.minus, .plus{
width:30px;
height:30px;
background:#f2f2f2;
/*border-radius:4px;*/
border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.number input{
height:34px;
  width: 180px !important;
  text-align: center;
  font-size: 26px;
border:1px solid #ddd;
/*border-radius:4px;*/
  display: inline-block;
  vertical-align: middle;	
  margin-bottom:0;
}
/*dropdown checlbox*/
.dropdown-check-list {
  display: inline-block;
  background:#fff;
  width: 100%;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 3px;
  right: 10px;
  top: 35%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  padding:1rem;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list ul.items li input {
  margin-right:1rem;
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

/* sideBar */

.sidebar {
  height: 100%;
  width: 360px;
  position: fixed;
  z-index: 1110;
  top: 0;
  left: -360px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  max-width: 90vw;
  background: none;
  background-color: #131F28;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidebar .close-link {
  right: 0.5rem;
  top: -1rem;
}

.sidebar .close-link img {
  width: 20px;
  filter: invert(1);
}

.sidebar .close-link:hover img {
  filter: invert(.8);
}

.sidebar div.accordion-item {
  background-color: transparent;
  border:none;
}
.sidebar div.accordion-item a{
  padding:0;
}
.sidebar div.accordion-item a button {
  margin-bottom:2rem;
  padding:0;
  color:#ffc936;
  text-transform: uppercase;
  font-size:14px;
  background:transparent;
  letter-spacing: .12em;
  font-family: sans-serif;
  box-shadow: inset 0 -1px 0 rgb(255 255 255 / 33%);
}
.sidebar .collapsed {
  color:#fff !important;
}
.sidebar div.accordion-body {
  padding:0;
  padding-top:10px;
  margin-bottom:3rem;
}
.sidebar div.accordion-body input, .sidebar div.accordion-body select {
  width:100%;
  border:1px solid #ddd;
}
.sidebar div.accordion-body ul li input {
  width:auto;
}
.sidebar .accordion-button:focus {
  border: none !important;
  box-shadow:inset 0 -1px 0 rgb(255 255 255 / 33%) !important;
}

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

.sidebar .btn {
  width:90%;
  margin:.5rem auto;
  border-radius:0;
  font-size:14px;
  padding:1rem;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ddd;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #fff;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar .closebtn:hover {
  color:#fff !important;
}

.sidebarContact{
  left:auto;
  right:-400px;
  width:400px; 
  max-width:90vw;
  background:none;
  background-color:#131F28;
}

.openbtn {
  cursor: pointer;
  background-color: transparent;
  color: #867B69;
  padding: 0;
  border: none;
  line-height: 0;
  margin: 0;
  margin-right:2rem;
  padding:0 1.5rem;
  font-size:14px;
  color:#fff;
  border-radius:0;
}
.openbtn i {
  font-size:16px;
  vertical-align: middle;
}

#main {
  transition: margin-left .5s;
  padding: 10px 12px;
  overflow:auto;
  -ms-overflow-style: none;   
}
#main::-webkit-scrollbar { width: 0 !important }
#main { overflow: -moz-scrollbars-none; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

#txtProperty {
  margin:3rem auto;
  border:1px solid #aaa;
  font-size:16px !important;
  width:100%;
  letter-spacing: .1em;
}

div.pagination {
  justify-content: center;
  align-items: center;
  margin:1rem;
  padding:1rem;
}

div.pagination nav {
  display:block;
  align-items: center;
  justify-content: center;
  border-top:1px solid #fff;
}

div.pagination ul {
  margin:0;
  padding:2rem 0;
}

div.pagination ul li {
  padding:0 .5rem;
}

div.pagination ul li.disabled a {
  background-color: #333 !important;
  border:1px solid #333 !important;
  color:#fff !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

div.pagination ul li.disabled-nav a {
  display:none;
  padding:0;
}

div.pagination ul li a.page-link {
  color:#333;
  padding:.5rem 1.5rem !important;
  border-radius:2px !important;
  background:#fff;
  transition: all 0.3s;
}

div.pagination ul li a.page-link:hover, div.pagination ul li a.page-link:focus {
  background-color: #333 !important;
  border:1px solid #333 !important;
  color:#fff !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  outline: none;
}

div.pagination span {
  color:#fff;
  width:100%;
  margin:.5rem;
  display:block;
  cursor: default;
  padding-bottom:3rem;
  text-align: center;
}

#navigation, #navigation2 {
  background:#efefef;
  position:fixed;
  transition:all 0.5s;
  z-index:1099;
  width:100%;
  top: 7rem;
  animation-delay: 1s;
  padding:1rem 0;
}

.navigate {
  margin:0 auto;
  max-width:1600px;
  justify-content: center;
}

.navigate .col-md-4 {
  padding:.75rem;
  max-width:32vw;
}

.navigate .col-md-4 a {
  display:flex;
  justify-content:center;
  border:1px solid #131F28;
  border-radius:2px;
  padding:2rem 1rem;
  text-align: center;
  text-decoration:none;
  color:#131F28;
  font-size:13px;
  letter-spacing: 0.1rem;
  height: 100%;
  align-items: center;
}

.navigate .col-md-4 a i {
  margin-right: 1rem;
  vertical-align: middle;
  font-size:22px;
  display:none;
}

.navigate .col-md-4 a:hover,.navigate .col-md-4 a.active {
  border:1px solid #131F28;
  background:linear-gradient(300deg,#131F28, #000467);
  color:#fff;
}

.header-hidden {
  top:-8rem;
  transition:all 0.5s;
}

.header-hidden-nav {
  top:-.25rem !important;
  transition:all 0.4s !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.moveTop {
  margin-top: 16.14rem;
}

.floorPlan {
  transition: transform .2s;
  margin: 0 auto;
}
.floorPlan:hover {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;max-width: 100%;
}
.floorplan a, .floorplan a:visited {
  color:#222 !important;
  margin-bottom:1rem;
  display:block;
}
.floorplan a:hover {
  color:#FFD700 !important;
}

.price span.type {
  display:block;
  border-bottom:1px solid #999;
  text-transform: uppercase;
  font-size:12px;
  padding:5px;
  padding-left:0;
  margin-bottom:5px;
}
