<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*$font-base-size: 62.5%; /* BASE FONT SIZE */
/*html {
	font-size: $font-base-size !important; 
}
.btn {
	font-size: .75rem;
}*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
body {
  font-family: Lato;
}
::selection {
  background-color: #fdd935;
  color: #222222;
}
a, input {
  box-shadow: none;
  outline: none;
}
@font-face {
  font-family: "Aclonica";
  src: url("../fonts/Aclonica.ttf");
}
.blocknumber {
  display: block;
  position: relative;
  margin: 15px 0;
  font-size: 110%;
  line-height: 1.8rem;
  min-height: 50px;
  padding: 10px 0 0 65px;
}
.bignumber {
  padding: 10px;
  display: block;
  top: 0px;
  left: 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  text-align: center;
  width: 1.8rem;
  position: absolute;
}
/* assign list-check class to ul to have checkmark with each li */
.list-check li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  content: "";
  margin-right: 10px;
  color: #fdd935;
}
.list-lg li {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.lead {
  font-size: 120%;
  font-weight: 200;
  line-height: 30px;
}
/*! display a floating icon with button  */
@media only screen and (max-width: 37.5em) {
  .btn-theme-icon {
    text-align: center;
  }
}
.btn-theme-icon a {
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  padding-top: 5px !important;
}
.btn-theme-icon a:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "";
  position: relative;
  padding-left: 0.4rem;
  padding-top: 5px;
}
.btn-theme-icon a:hover:after {
  transition: all 0.3s;
  padding-left: 0.6rem;
}
.btn-theme-icon-link:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "";
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all 0.3s;
  margin-left: -1.3rem;
  padding-left: 0.5rem;
}
.btn-theme-icon-link:hover:after {
  transition: all 0.3s;
  opacity: 1;
  margin-left: 0;
}
/*! Dynamic Jarallax Overlay */
.jarallax-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  background-color: white;
}
/*! Image Radius within a DIV */
.block-img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.block-img img {
  border-radius: 0.25rem;
  display: block;
  width: 100%;
}
/* Set Background Image on a Div */
.gc-bg-image {
  background-image: url("../../../assets/images/backgrounds/bg_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
/*! Background Overlay */
.bg-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
}
/*! Background Overlay */
.gc-overlay::after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
/* Add overlay before to have the effect only on the images not content */
.gc-boverlay {
  position: relative;
}
.gc-boverlay::before {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.gc-boverlay .gc-boverlay-text {
  /* text overlay fix, assign this class to the div and p tags or use position-relative */
  z-index: 10;
  position: relative;
}
/* Default opacities */
.gc-bopacity-6::before {
  background: rgba(0, 0, 0, 0.6);
}
.gc-bopacity-8::before {
  background: rgba(0, 0, 0, 0.8);
}
/*! Video Play Button */
.btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.btn-play .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
/*! Full-screen */
.fullscreen-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Icon Circle */
.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-size: 25px;
  overflow: hidden;
}
.ft-circle {
  text-align: center;
  width: 76px;
  height: 76px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.ft-circle i {
  font-size: 40px;
  line-height: 78px;
  color: #fff;
}
h3.h5 {
  line-height: 1.8rem;
}
/* display text between two lines */
.heading-with-lines {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto 0.2em auto;
  color: #E4CB62 !important;
}
.heading-with-lines:before, .heading-with-lines:after {
  background-color: #E4CB62;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 12%;
}
.heading-with-lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.heading-with-lines:after {
  left: 0.5em;
  margin-right: -50%;
}
/* display play button on video image */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 50px;
  color: #c4302b;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background-color: #444;
}
.video-thumbnail:hover:before {
  color: #eee;
}
/*---------------------------------------------*/
/* TYPEAHEAD SEARCH BAR
/*---------------------------------------------*/
.tt-suggestion {
  background-color: #fdd935;
  color: #222222;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #111111;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #fdd935;
  color: #222222;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #111111;
  color: #ffffff;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #111111 #f1f1f1;
  scrollbar-width: thin;
}
.vertical-scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.vertical-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.vertical-scrollbar::-webkit-scrollbar-thumb, .vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: black;
  border-radius: 20px;
}
/*---------------------------------------------*/
/* ROUNDED ICONS LIST
/*---------------------------------------------*/
.rounded-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 0;
  overflow: hidden;
  clear: both;
}
.rounded-icons-list li {
  display: inline-block;
  margin-right: 10px;
}
.rounded-icons-list li a {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #ffffff;
  color: #fdd935;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.gc-rounded-icons {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.gc-rounded-icons i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 7px;
}
.gc-rounded-icons-primary {
  color: #fdd935;
}
.gc-rounded-icons-primary i {
  background: #fdd935;
  color: #222222;
}
.gc-rounded-icons-secondary {
  color: #111111;
}
.gc-rounded-icons-secondary i {
  background: #111111;
  color: #ffffff;
}
.gc-rounded-icons-tertiary {
  color: #dddddd;
}
.gc-rounded-icons-tertiary i {
  background: #dddddd;
  color: #333333;
}
/*---------------------------------------------*/
/* SLICK SLIDER CUSTOM ARROWS
/*---------------------------------------------*/
.gc-slick-arrows .slick-initialized.slick-slider {
  position: relative;
}
.gc-slick-arrows .slick-prev::before, .gc-slick-arrows .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gc-slick-arrows:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.gc-slick-arrows .slick-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  box-shadow: 8px 6px 16px #3c3737;
  transition: all 5s ease-out;
}
.gc-slick-arrows .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #3c3737;
}
.gc-slick-images .slick-prev, .gc-slick-images .slick-prev:hover, .gc-slick-images .slick-prev:focus, .gc-slick-images .slick-prev:active {
  left: 0px;
  z-index: 2;
  background: url("../../../assets/images/prev-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-next, .gc-slick-images .slick-next:hover, .gc-slick-images .slick-next:focus, .gc-slick-images .slick-next:active {
  right: 0px;
  z-index: 2;
  background: url("../../../assets/images/next-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gc-slick-images .slick-prev:before, .gc-slick-images .slick-next:before {
  display: none;
}
.gc-slick-inside .slick-prev {
  left: 0px;
  z-index: 1;
}
.gc-slick-inside .slick-next {
  right: 0px;
  z-index: 1;
}
/* Slick Arrows Together */
.gc-slick-join .slick-next {
  right: 18px;
}
.gc-slick-join .slick-prev {
  left: 93%;
}
.gc-slick-join .slick-arrow {
  position: absolute;
  top: -30px;
}
.gc-slick-join .slick-prev:before, .gc-slick-join .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 600;
  padding: 5px 12px 5px 12px;
  background: #fdd935;
  color: #222222;
}
.gc-slick-join .slick-prev:before {
  content: "";
}
.gc-slick-join .slick-next:before {
  content: "";
}
/*---------------------------------------------*/
/* Social Links
/*---------------------------------------------*/
ul.social-network {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.62rem 0.62rem 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
  background-color: #bb0000;
}
.social-network a.icoPinterest:hover {
  background-color: #C92228;
}
.social-network a.icoInstagram:hover {
  background-color: #f94877;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoInstagram:hover i {
  color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
  color: #44BCDD;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  background-color: #D3D3D3;
}
.social-circle li i {
  margin: 0;
  line-height: 2.5rem;
  text-align: center;
}
.social-circle i {
  color: #111111;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*---------------------------------------------*/
/* VERTICAL CENTER 
/*---------------------------------------------*/
.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */
  font: 0/0 a;
  /* remove the gap between inline(-block) elements */
}
.vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.vertical-center &gt; .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
/*---------------------------------------------*/
/* LIST/GRID VIEW 
/*---------------------------------------------*/
.gc-list-row {
  margin: 5px 5px 0.62rem 5px;
}
.gc-price__mrp {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}
.gc-grid-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-grid-view .gc-grid-col-3, .gc-grid-view .gc-grid-col-4, .gc-grid-view .gc-grid-col-6 {
  position: relative;
  width: 100%;
  /*padding-right: 15px;
		padding-left: 15px;*/
}
.gc-list-view .gc-list-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gc-list-view .gc-list-row .gc-list-col-4, .gc-list-view .gc-list-row .gc-list-col-5, .gc-list-view .gc-list-row .gc-list-col-6, .gc-list-view .gc-list-row .gc-list-col-7, .gc-list-view .gc-list-row .gc-list-col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.gc-list-view .gc-list-row .gc-list-col-4 .img-crop-center {
  height: 100%;
  max-height: 280px;
}
@media (min-width: 768px) {
  .gc-grid-view .gc-grid-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-grid-view .gc-grid-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-grid-view .gc-grid-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gc-list-view .gc-list-row .gc-list-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gc-list-view .gc-list-row .gc-list-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .gc-list-view .gc-list-row .gc-list-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .gc-list-view .gc-list-row .gc-list-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 768px) {
  .gc-list-view .gc-list-row .gc-list-col-8 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Avatar Images */
.gc-avatar {
  position: relative;
  width: 10vw;
  height: 10vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
}
.gc-avatar img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
/* products images flip */
.gc-images-flip {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  display: block;
}
.gc-images-flip img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 1;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.gc-images-flip img.gc-view__img--2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
/*---------------------------------------------*/
/* SIDEBAR NAV FOR ALL THEMES
/*---------------------------------------------*/
.nav-sidebar .form-search .selectize-input, .nav-sidebar .form-search select, .nav-sidebar .form-search textarea, .nav-sidebar .form-search input[type=email], .nav-sidebar .form-search input[type=password], .nav-sidebar .form-search input[type=tel], .nav-sidebar .form-search input[type=text] {
  background: transparent;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50px;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #dde6ef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.nav-sidebar__search {
  cursor: pointer;
}
.nav-sidebar__sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  white-space: nowrap;
}
.nav-sidebar__sidenav .form-row &gt; [class*=col-] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nav-sidebar__sidenav .input-group-append {
  width: 100%;
  margin-top: 15px;
  height: 45px;
}
.nav-sidebar__sidenav .input-group-append .btn {
  width: 100%;
}
.nav-sidebar__sidenav a {
  font-size: 16px !important;
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.nav-sidebar__sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 25px !important;
}
.nav-sidebar__sidemenu ul {
  list-style: none;
  padding-left: 5px;
  overflow-y: auto;
  margin-top: 5px;
  max-height: 190px;
  scrollbar-color: #fdd935 #f1f1f1;
  scrollbar-width: thin;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar {
  width: 5px;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb, .nav-sidebar__sidemenu ul::-webkit-scrollbar-thumb:hover {
  background: #fdd935;
}
.nav-sidebar__sidemenu ul ul {
  display: none;
  padding-left: 15px;
}
.nav-sidebar__sidemenu ul a {
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.nav-sidebar__sidemenu ul a:hover {
  color: #fdd935;
}
.img-tag {
  position: absolute;
  z-index: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 80%;
}
@media only screen and (max-width: 574px) {
  .gc-grid-view .img-tag {
    right: 0;
    top: 5px;
  }
}
@media only screen and (min-width: 574px) {
  .gc-list-view .img-tag {
    bottom: -2rem;
    text-align: center;
    margin-left: 10px;
  }
}
/* accordion with arrow */
.gc-accordion .btn-link:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}
.gc-accordion .btn-link.collapsed:after {
  content: "";
}
/* stop text from taking up more than 1 line */
.truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Default Margins */
.margin-top-xs {
  margin-top: 0.5rem !important;
}
.margin-top-sm {
  margin-top: 0.75rem !important;
}
.margin-top-md {
  margin-top: 1.875rem !important;
}
.margin-top-lg {
  margin-top: 3.75rem !important;
}
.margin-top-hg {
  margin-top: 6.25rem !important;
}
.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}
.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}
.margin-bottom-md {
  margin-bottom: 1.875rem !important;
}
.margin-bottom-lg {
  margin-bottom: 3.75rem !important;
}
.margin-bottom-hg {
  margin-bottom: 6.25rem !important;
}
/* Others */
.no-border {
  border: medium none;
  border-radius: 0;
}
/* BACKGROUNDS */
.bg-theme-primary {
  background-color: #fdd935;
  color: #222222;
}
.bg-theme-primary a {
  color: #222222;
}
.bg-theme-primary a:hover {
  color: #222222;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme &gt; a {
  color: #222222;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary &gt; a {
  color: #222222;
}
.bg-theme-secondary {
  background-color: #111111;
  color: #ffffff;
}
.bg-theme-secondary a {
  color: #ffffff;
}
.bg-theme-secondary a:hover {
  color: #ffffff;
}
.bg-theme-secondary .heading-theme, .bg-theme-secondary .heading-theme &gt; a {
  color: #ffffff;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary &gt; a {
  color: #ffffff;
}
.bg-theme-tertiary {
  background-color: #dddddd;
  color: #333333 !important;
}
.bg-theme-tertiary a {
  color: #333333;
}
.bg-theme-tertiary a:hover {
  color: #333333;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme &gt; a {
  color: #333333;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary &gt; a {
  color: #333333;
}
.bg-theme-quaternary {
  background-color: #333333;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #ffffff;
}
.bg-theme-quaternary .heading-theme, .bg-theme-quaternary .heading-theme &gt; a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary &gt; a {
  color: #ffffff;
}
.bg-theme-quinary {
  background-color: #dddddd;
  color: #333333 !important;
}
.bg-theme-quinary a {
  color: #333333;
}
.bg-theme-quinary a:hover {
  color: #333333;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme &gt; a {
  color: #333333;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary &gt; a {
  color: #333333;
}
/* COLORS */
.text-theme-primary {
  color: #fdd935;
}
.text-theme-primary .btn-sort {
  color: #fdd935;
}
.text-theme-secondary {
  color: #111111;
}
.text-theme-secondary .btn-sort {
  color: #111111;
}
.text-theme-tertiary {
  color: #dddddd;
}
.text-theme-tertiary .btn-sort {
  color: #dddddd;
}
.text-theme-quaternary {
  color: #333333;
}
.text-theme-quaternary .btn-sort {
  color: #333333;
}
.text-theme-quinary {
  color: #dddddd;
}
.text-theme-quinary .btn-sort {
  color: #dddddd;
}
/* CONTENT LINKS */
a {
  color: #777;
}
a:hover, a:focus {
  color: #111111;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #222222 !important;
  background-color: #fdd935;
  border-color: #fdd72b;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #222222;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #222222;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #222222;
  background-color: #fdd003;
  border-color: #fdd72b;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #222222 !important;
  background-color: #e3c32f !important;
  border-color: #bc9f19 !important;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open &gt; .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open &gt; .badge-theme-primary.dropdown-toggle {
  color: #222222;
  background-color: #fdd003;
  border-color: #fdd72b;
}
.btn-theme-primary:active:hover, .btn-theme-primary:active:focus, .btn-theme-primary:active.focus, .btn-theme-primary.active:hover, .btn-theme-primary.active:focus, .btn-theme-primary.active.focus, .open &gt; .btn-theme-primary.dropdown-toggle:hover, .open &gt; .btn-theme-primary.dropdown-toggle:focus, .open &gt; .btn-theme-primary.dropdown-toggle.focus, .badge-theme-primary:active:hover, .badge-theme-primary:active:focus, .badge-theme-primary:active.focus, .badge-theme-primary.active:hover, .badge-theme-primary.active:focus, .badge-theme-primary.active.focus, .open &gt; .badge-theme-primary.dropdown-toggle:hover, .open &gt; .badge-theme-primary.dropdown-toggle:focus, .open &gt; .badge-theme-primary.dropdown-toggle.focus {
  color: #222222;
  background-color: #e3c32f;
  border-color: #e2c026;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open &gt; .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open &gt; .badge-theme-primary.dropdown-toggle {
  background-image: none;
}
.btn-theme-primary.disabled:hover, .btn-theme-primary.disabled:focus, .btn-theme-primary.disabled.focus, .btn-theme-primary[disabled]:hover, .btn-theme-primary[disabled]:focus, .btn-theme-primary[disabled].focus, fieldset[disabled] .btn-theme-primary:hover, fieldset[disabled] .btn-theme-primary:focus, fieldset[disabled] .btn-theme-primary.focus, .badge-theme-primary.disabled:hover, .badge-theme-primary.disabled:focus, .badge-theme-primary.disabled.focus, .badge-theme-primary[disabled]:hover, .badge-theme-primary[disabled]:focus, .badge-theme-primary[disabled].focus, fieldset[disabled] .badge-theme-primary:hover, fieldset[disabled] .badge-theme-primary:focus, fieldset[disabled] .badge-theme-primary.focus {
  background-color: #fdd935;
  border-color: #fdd72b;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #fdd935;
  background-color: #222222;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #222222;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #222222 !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #ffffff !important;
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-secondary .fa, .badge-theme-secondary .fa {
  color: #ffffff;
}
.btn-theme-secondary .fa:hover, .badge-theme-secondary .fa:hover {
  color: #ffffff;
}
.btn-theme-secondary:focus, .btn-theme-secondary.focus, .badge-theme-secondary:focus, .badge-theme-secondary.focus {
  color: #ffffff;
  background-color: black;
  border-color: #0c0c0c;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: black !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open &gt; .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open &gt; .badge-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: #0c0c0c;
}
.btn-theme-secondary:active:hover, .btn-theme-secondary:active:focus, .btn-theme-secondary:active.focus, .btn-theme-secondary.active:hover, .btn-theme-secondary.active:focus, .btn-theme-secondary.active.focus, .open &gt; .btn-theme-secondary.dropdown-toggle:hover, .open &gt; .btn-theme-secondary.dropdown-toggle:focus, .open &gt; .btn-theme-secondary.dropdown-toggle.focus, .badge-theme-secondary:active:hover, .badge-theme-secondary:active:focus, .badge-theme-secondary:active.focus, .badge-theme-secondary.active:hover, .badge-theme-secondary.active:focus, .badge-theme-secondary.active.focus, .open &gt; .badge-theme-secondary.dropdown-toggle:hover, .open &gt; .badge-theme-secondary.dropdown-toggle:focus, .open &gt; .badge-theme-secondary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open &gt; .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open &gt; .badge-theme-secondary.dropdown-toggle {
  background-image: none;
}
.btn-theme-secondary.disabled:hover, .btn-theme-secondary.disabled:focus, .btn-theme-secondary.disabled.focus, .btn-theme-secondary[disabled]:hover, .btn-theme-secondary[disabled]:focus, .btn-theme-secondary[disabled].focus, fieldset[disabled] .btn-theme-secondary:hover, fieldset[disabled] .btn-theme-secondary:focus, fieldset[disabled] .btn-theme-secondary.focus, .badge-theme-secondary.disabled:hover, .badge-theme-secondary.disabled:focus, .badge-theme-secondary.disabled.focus, .badge-theme-secondary[disabled]:hover, .badge-theme-secondary[disabled]:focus, .badge-theme-secondary[disabled].focus, fieldset[disabled] .badge-theme-secondary:hover, fieldset[disabled] .badge-theme-secondary:focus, fieldset[disabled] .badge-theme-secondary.focus {
  background-color: #111111;
  border-color: #0c0c0c;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #111111;
  background-color: #ffffff;
}
.btn-theme-secondary a, .badge-theme-secondary a {
  color: #ffffff;
}
.btn-theme-secondary a:hover, .btn-theme-secondary a:focus, .badge-theme-secondary a:hover, .badge-theme-secondary a:focus {
  color: #ffffff;
}
.btn-theme-tertiary, .badge-theme-tertiary {
  color: #333333 !important;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #333333;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #333333;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #333333 !important;
  background-color: #cccccc !important;
  border-color: #adadad !important;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open &gt; .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open &gt; .badge-theme-tertiary.dropdown-toggle {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-tertiary:active:hover, .btn-theme-tertiary:active:focus, .btn-theme-tertiary:active.focus, .btn-theme-tertiary.active:hover, .btn-theme-tertiary.active:focus, .btn-theme-tertiary.active.focus, .open &gt; .btn-theme-tertiary.dropdown-toggle:hover, .open &gt; .btn-theme-tertiary.dropdown-toggle:focus, .open &gt; .btn-theme-tertiary.dropdown-toggle.focus, .badge-theme-tertiary:active:hover, .badge-theme-tertiary:active:focus, .badge-theme-tertiary:active.focus, .badge-theme-tertiary.active:hover, .badge-theme-tertiary.active:focus, .badge-theme-tertiary.active.focus, .open &gt; .badge-theme-tertiary.dropdown-toggle:hover, .open &gt; .badge-theme-tertiary.dropdown-toggle:focus, .open &gt; .badge-theme-tertiary.dropdown-toggle.focus {
  color: #333333;
  background-color: #cccccc;
  border-color: #c7c7c7;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open &gt; .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open &gt; .badge-theme-tertiary.dropdown-toggle {
  background-image: none;
}
.btn-theme-tertiary.disabled:hover, .btn-theme-tertiary.disabled:focus, .btn-theme-tertiary.disabled.focus, .btn-theme-tertiary[disabled]:hover, .btn-theme-tertiary[disabled]:focus, .btn-theme-tertiary[disabled].focus, fieldset[disabled] .btn-theme-tertiary:hover, fieldset[disabled] .btn-theme-tertiary:focus, fieldset[disabled] .btn-theme-tertiary.focus, .badge-theme-tertiary.disabled:hover, .badge-theme-tertiary.disabled:focus, .badge-theme-tertiary.disabled.focus, .badge-theme-tertiary[disabled]:hover, .badge-theme-tertiary[disabled]:focus, .badge-theme-tertiary[disabled].focus, fieldset[disabled] .badge-theme-tertiary:hover, fieldset[disabled] .badge-theme-tertiary:focus, fieldset[disabled] .badge-theme-tertiary.focus {
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #dddddd;
  background-color: #333333;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #333333;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #333333;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #2e2e2e;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #ffffff;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #2e2e2e;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #141414 !important;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open &gt; .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open &gt; .badge-theme-quaternary.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #2e2e2e;
}
.btn-theme-quaternary:active:hover, .btn-theme-quaternary:active:focus, .btn-theme-quaternary:active.focus, .btn-theme-quaternary.active:hover, .btn-theme-quaternary.active:focus, .btn-theme-quaternary.active.focus, .open &gt; .btn-theme-quaternary.dropdown-toggle:hover, .open &gt; .btn-theme-quaternary.dropdown-toggle:focus, .open &gt; .btn-theme-quaternary.dropdown-toggle.focus, .badge-theme-quaternary:active:hover, .badge-theme-quaternary:active:focus, .badge-theme-quaternary:active.focus, .badge-theme-quaternary.active:hover, .badge-theme-quaternary.active:focus, .badge-theme-quaternary.active.focus, .open &gt; .badge-theme-quaternary.dropdown-toggle:hover, .open &gt; .badge-theme-quaternary.dropdown-toggle:focus, .open &gt; .badge-theme-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #2e2e2e;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open &gt; .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open &gt; .badge-theme-quaternary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quaternary.disabled:hover, .btn-theme-quaternary.disabled:focus, .btn-theme-quaternary.disabled.focus, .btn-theme-quaternary[disabled]:hover, .btn-theme-quaternary[disabled]:focus, .btn-theme-quaternary[disabled].focus, fieldset[disabled] .btn-theme-quaternary:hover, fieldset[disabled] .btn-theme-quaternary:focus, fieldset[disabled] .btn-theme-quaternary.focus, .badge-theme-quaternary.disabled:hover, .badge-theme-quaternary.disabled:focus, .badge-theme-quaternary.disabled.focus, .badge-theme-quaternary[disabled]:hover, .badge-theme-quaternary[disabled]:focus, .badge-theme-quaternary[disabled].focus, fieldset[disabled] .badge-theme-quaternary:hover, fieldset[disabled] .badge-theme-quaternary:focus, fieldset[disabled] .badge-theme-quaternary.focus {
  background-color: #333333;
  border-color: #2e2e2e;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-theme-quaternary a, .badge-theme-quaternary a {
  color: #ffffff;
}
.btn-theme-quaternary a:hover, .btn-theme-quaternary a:focus, .badge-theme-quaternary a:hover, .badge-theme-quaternary a:focus {
  color: #ffffff;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #333333 !important;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #333333;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #333333;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #333333 !important;
  background-color: #dddddd !important;
  border-color: #bebebe !important;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open &gt; .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open &gt; .badge-theme-quinary.dropdown-toggle {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #d8d8d8;
}
.btn-theme-quinary:active:hover, .btn-theme-quinary:active:focus, .btn-theme-quinary:active.focus, .btn-theme-quinary.active:hover, .btn-theme-quinary.active:focus, .btn-theme-quinary.active.focus, .open &gt; .btn-theme-quinary.dropdown-toggle:hover, .open &gt; .btn-theme-quinary.dropdown-toggle:focus, .open &gt; .btn-theme-quinary.dropdown-toggle.focus, .badge-theme-quinary:active:hover, .badge-theme-quinary:active:focus, .badge-theme-quinary:active.focus, .badge-theme-quinary.active:hover, .badge-theme-quinary.active:focus, .badge-theme-quinary.active.focus, .open &gt; .badge-theme-quinary.dropdown-toggle:hover, .open &gt; .badge-theme-quinary.dropdown-toggle:focus, .open &gt; .badge-theme-quinary.dropdown-toggle.focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open &gt; .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open &gt; .badge-theme-quinary.dropdown-toggle {
  background-image: none;
}
.btn-theme-quinary.disabled:hover, .btn-theme-quinary.disabled:focus, .btn-theme-quinary.disabled.focus, .btn-theme-quinary[disabled]:hover, .btn-theme-quinary[disabled]:focus, .btn-theme-quinary[disabled].focus, fieldset[disabled] .btn-theme-quinary:hover, fieldset[disabled] .btn-theme-quinary:focus, fieldset[disabled] .btn-theme-quinary.focus, .badge-theme-quinary.disabled:hover, .badge-theme-quinary.disabled:focus, .badge-theme-quinary.disabled.focus, .badge-theme-quinary[disabled]:hover, .badge-theme-quinary[disabled]:focus, .badge-theme-quinary[disabled].focus, fieldset[disabled] .badge-theme-quinary:hover, fieldset[disabled] .badge-theme-quinary:focus, fieldset[disabled] .badge-theme-quinary.focus {
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #dddddd;
  background-color: #333333;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #333333;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #333333;
}
.btn-theme-primary-outline {
  color: #fdd935;
  border-color: #fdd935;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #222222;
  background-color: #fdd935;
  border-color: #fdd935;
}
.btn-theme-secondary-outline {
  color: #111111;
  border-color: #111111;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #ffffff !important;
  background-color: #111111;
  border-color: #111111;
}
.btn-theme-tertiary-outline {
  color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-quaternary-outline {
  color: #333333;
  border-color: #333333;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-theme-quinary-outline {
  color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-theme-primary.dropdown-toggle {
  color: #222222;
  background-color: #e3c32f;
  border-color: #c5a61a;
}
.btn-theme-secondary:not(:disabled):not(.disabled).active, .btn-theme-secondary:not(:disabled):not(.disabled):active, .show &gt; .btn-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
  border-color: black;
}
/* nav-pills */
.nav-pills .nav-item .nav-link {
  background-color: #fdd935;
  color: #222222;
}
.nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.active {
  background-color: #111111;
  color: #ffffff;
}
.nav-pills .nav-item .nav-link .badge {
  background-color: #ff0000;
  color: #fff;
}
/* nav-tabs */
.nav-tabs-theme .nav-item .nav-link {
  background-color: #fdd935;
  border-color: #fdd935;
  color: #222222;
}
.nav-tabs-theme .nav-item .nav-link:hover, .nav-tabs-theme .nav-item .nav-link.active {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.nav-tabs-theme .nav-item .nav-link .badge {
  background-color: #ff0000;
  color: #fff;
}
/* frontend forms extra margin */
.form-row.card-body {
  margin: 0px;
}
.shopping-cart-box {
  background-color: #fdd935;
  color: #222222;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #fdd935;
}
#shopping-cart-results .cart-list-item {
  background-color: #111111;
  color: #ffffff;
}
#shopping-cart-results .cart-list-item a {
  color: #ffffff !important;
}
#shopping-cart-results .cart-saving {
  color: #222222;
}
/* pagination */
.page-item.active .page-link, .page-link:hover, .page-link:focus {
  background-color: #fdd935;
  border-color: #fdd935;
  color: #222222;
}
.page-link {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff;
}
.site-bg {
  background-color: #f1f1f1;
}
.heading-theme-primary, .heading-theme-primary &gt; a {
  margin-top: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
}
.heading-theme-secondary, .heading-theme-secondary &gt; a {
  margin-top: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.heading-theme-tertiary, .heading-theme-tertiary &gt; a {
  margin-top: 0.31rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1rem;
  font-size: 18px;
}
.site-bg {
  background-color: #f1f1f1;
}
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-warning {
  padding: 0.5rem;
}
.alert-info {
  background-color: #fff6cd;
  border-color: #fff6cd;
  color: black;
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  content: "";
}
.forum-post h3 {
  font-size: 1.2rem;
}
.forum-post h2 {
  font-size: 1.5rem;
}
.forum-post__content {
  height: 100%;
}
.forum-post__signature {
  color: #777;
}
.forum-post .img-crop-center {
  height: 100px;
}
.forum-post img {
  max-width: 100px;
  max-height: 100px;
}
.forum-post .user-online {
  font-size: 60%;
}
/* Votes Counter */
.forum-vote__count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 2px;
  min-width: 25px;
  text-align: center;
}
.forum-vote__plus, .forum-vote__minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  font: 25px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}
.forum-vote__minus {
  background-clip: padding-box;
}
.forum-vote__minus:hover, .forum-vote__plus:hover {
  background-color: #fdd935 !important;
  color: #111111 !important;
}
/*Prevent text selection*/
.forum-vote span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.forum-vote input {
  border: 0;
  width: 10%;
}
.forum-vote input::-webkit-outer-spin-button, .forum-vote input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forum-vote input:disabled {
  background-color: white;
}
.jssocials-share {
  margin: 0 0.6em 0 0;
}
.jssocials-shares {
  margin: 0;
}
.forum__heading {
  font-size: 1.4rem;
}
.forum__heading span {
  font-size: 0.8rem;
}
@media only screen and (min-width: 37.5em) {
  .forum__content .col-sm-3 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 37.5em) {
  .forum__content .col-sm-9 {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 37.5em) {
  #discussionForum .nav-link {
    padding-left: 10px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*.top-bar {
    height: auto;
    overflow: hidden;    
    padding: 5px;
    a:hover {
	    color: $link-color;
	}
	.list-inline {
		margin-bottom: 0px;
	}
	@include respond(phone) {
		text-align: center;
	}
}*/
/*navbar */
/*.navbar-header {
    padding-bottom: .5rem;
    text-align: center;
}*/
/*.search-input-group-btn {
    vertical-align: top !important;
}*/
.btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.navbar-default {
  background: -moz-radial-gradient(center, ellipse cover, #dddddd 0%, #cccccc 100%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, #dddddd 0%, #cccccc 100%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, #dddddd 0%, #cccccc 100%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, #dddddd 0%, #cccccc 100%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, #dddddd 0%, #cccccc 100%);
  /* w3c */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$theme-tertiary", endColorstr="$theme-tertiary-hover", GradientType=1);
  /* ie6-9 */
  border-color: #dddddd;
}
.navbar-default .btn-theme-primary {
  white-space: normal;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #111111;
}
.contact-box:hover, #options li a.selected, header .top-bar a, .content-box:hover &gt; .content-box-icon i, div.content-box div.content-box-icon:hover, div.content-box div.content-box-icon:hover i, #footer h3, .contact-box:hover h3 {
  color: #777;
}
#brand {
  margin-left: 0.62rem;
}
@media only screen and (max-width: 37.5em) {
  #brand {
    margin-top: 1%;
  }
}
.phone-email {
  font-size: 0.875rem;
  padding: 3px 0;
  color: #111111;
}
.phone-email a {
  margin-right: 1.25rem;
}
.phone-email i {
  margin-right: 7px;
}
.phone-email span i, .phone-email i {
  color: #111111;
}
@media only screen and (max-width: 56.25em) {
  .phone-email {
    width: 70%;
  }
}
.phone {
  font-size: 0.875rem;
  padding: 0.3rem 0;
  color: #111111;
  margin-right: 1.25rem;
}
.language {
  padding: 0 0.62rem;
  font-size: 0.75rem;
  /* important */
  z-index: 2;
}
/*-------------------------------------------*/
/* OnType City/Locality Selection
/*-------------------------------------------*/
.search-typeahead {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.fa-spinner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.user {
  font-size: 0.75rem;
}
.user i {
  color: #111111;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 6px;
}
.btn-addbusiness {
  min-height: 3.75rem;
}
a.btn-addbusiness {
  padding: 1.25rem 8px;
}
.menu-links {
  margin-left: 0.93rem;
}
#search-form .selectize-control {
  width: 100%;
}
/* Social Links */
ul.social, li.social, ol.social {
  /* specific to social ul, li and ol */
  line-height: 1.5rem;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social {
  margin-right: 0.4rem;
  line-height: 1.875rem;
}
.social li {
  background-color: #fff;
  border-radius: 100% 100% 100% 100%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 1.56rem;
  margin-right: 5px;
  width: 1.56rem;
  text-align: center;
  background: #fff;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  padding: 1px;
}
.social li :hover i {
  color: #fff;
}
.social i {
  /* Social Links Color */
  color: #666;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
a.facebook:hover, .member-social.dark a.facebook:hover, .social li.facebook:hover {
  background: #3b5998;
}
a.twitter:hover, .member-social.dark a.twitter:hover, .social li.twitter:hover {
  background: #00aced;
}
a.gplus:hover, .member-social.dark a.gplus:hover, .social li.gplus:hover {
  background: #dd4b39;
}
a.ytube:hover, .member-social.dark a.ytube:hover, .social li.ytube:hover {
  background: #bb0000;
}
a.linkedin:hover, .member-social.dark a.linkedin:hover, .social li.linkedin:hover {
  background: #069;
}
a.pinterest:hover, .member-social.dark a.pinterest:hover, .social li.pinterest:hover {
  background: #C92228;
}
a.instagram:hover, .member-social.dark a.instagram:hover, .social li.instagram:hover {
  background: #517fa4;
}
a.foursquare:hover, .member-social.dark a.foursquare:hover, .social li.foursquare:hover {
  background: #f94877;
}
a.crunchbase:hover, .member-social.dark a.crunchbase:hover, .social li.crunchbase:hover {
  color: #fff;
  background: #2892a7;
}
/* Animations */
@-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);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.navbar-form .selectize-input {
  min-height: 40px;
  padding-top: 8px;
}
@media (min-width: 0) and (max-width: 320px) {
  .gc__nav-default .nav-link {
    font-size: 13px !important;
  }
  .horizontalLayout {
    font-size: 14px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .navbar-header {
    background-color: #fdd935;
    color: #222222;
    padding-bottom: 5%;
  }
  .navbar-header .navbar-nav {
    padding-left: 1rem;
  }
  .navbar-header .nav-link {
    color: #222222;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .gc__nav-default .nav-link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .menu-links a {
    margin-bottom: 10px;
  }
}
#searchNav .form-group {
  margin-bottom: 0.5rem;
}
.gc__nav-default .btn-lg {
  font-size: 1.12rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.form-control-lg {
  font-size: 0.875rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
@media only screen and (min-width: 75em) {
  .menu-links li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (max-width: 37.5em) {
  .menu-links li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/* footer */
footer {
  background: #333333;
  color: #ffffff;
  font-size: 0.68rem;
  padding: 1.25rem;
}
footer a {
  color: #ccc;
}
footer a:hover, footer a:focus, footer a:active {
  color: #ffffff;
  text-decoration: none;
}
footer .social li:last-child, footer .social {
  margin-right: 0 !important;
}
footer .fa-heart {
  margin-right: 0.63rem;
  color: #ccc;
}
</pre></body></html>