@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: #008000;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #fdd935;
  color: #222222;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #008000;
  color: #ffffff;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #008000 #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: #004d00;
  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: #008000;
}
.gc-rounded-icons-secondary i {
  background: #008000;
  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: #008000;
  -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 > .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 > [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 > a {
  color: #222222;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #222222;
}
.bg-theme-secondary {
  background-color: #008000;
  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 > a {
  color: #ffffff;
}
.bg-theme-secondary .heading-secondary, .bg-theme-secondary .heading-secondary > 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 > a {
  color: #333333;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > 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 > a {
  color: #ffffff;
}
.bg-theme-quaternary .heading-secondary, .bg-theme-quaternary .heading-secondary > 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 > a {
  color: #333333;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #333333;
}
/* COLORS */
.text-theme-primary {
  color: #fdd935;
}
.text-theme-primary .btn-sort {
  color: #fdd935;
}
.text-theme-secondary {
  color: #008000;
}
.text-theme-secondary .btn-sort {
  color: #008000;
}
.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 > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .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 > .btn-theme-primary.dropdown-toggle:hover, .open > .btn-theme-primary.dropdown-toggle:focus, .open > .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 > .badge-theme-primary.dropdown-toggle:hover, .open > .badge-theme-primary.dropdown-toggle:focus, .open > .badge-theme-primary.dropdown-toggle.focus {
  color: #222222;
  background-color: #e3c32f;
  border-color: #e2c026;
}
.btn-theme-primary:active, .btn-theme-primary.active, .open > .btn-theme-primary.dropdown-toggle, .badge-theme-primary:active, .badge-theme-primary.active, .open > .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: #008000;
  border-color: #007600;
}
.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: #004d00;
  border-color: #007600;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #ffffff !important;
  background-color: #008000 !important;
  border-color: #004300 !important;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .badge-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #004d00;
  border-color: #007600;
}
.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 > .btn-theme-secondary.dropdown-toggle:hover, .open > .btn-theme-secondary.dropdown-toggle:focus, .open > .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 > .badge-theme-secondary.dropdown-toggle:hover, .open > .badge-theme-secondary.dropdown-toggle:focus, .open > .badge-theme-secondary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #008000;
  border-color: #007600;
}
.btn-theme-secondary:active, .btn-theme-secondary.active, .open > .btn-theme-secondary.dropdown-toggle, .badge-theme-secondary:active, .badge-theme-secondary.active, .open > .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: #008000;
  border-color: #007600;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #008000;
  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 > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .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 > .btn-theme-tertiary.dropdown-toggle:hover, .open > .btn-theme-tertiary.dropdown-toggle:focus, .open > .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 > .badge-theme-tertiary.dropdown-toggle:hover, .open > .badge-theme-tertiary.dropdown-toggle:focus, .open > .badge-theme-tertiary.dropdown-toggle.focus {
  color: #333333;
  background-color: #cccccc;
  border-color: #c7c7c7;
}
.btn-theme-tertiary:active, .btn-theme-tertiary.active, .open > .btn-theme-tertiary.dropdown-toggle, .badge-theme-tertiary:active, .badge-theme-tertiary.active, .open > .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 > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .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 > .btn-theme-quaternary.dropdown-toggle:hover, .open > .btn-theme-quaternary.dropdown-toggle:focus, .open > .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 > .badge-theme-quaternary.dropdown-toggle:hover, .open > .badge-theme-quaternary.dropdown-toggle:focus, .open > .badge-theme-quaternary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #2e2e2e;
}
.btn-theme-quaternary:active, .btn-theme-quaternary.active, .open > .btn-theme-quaternary.dropdown-toggle, .badge-theme-quaternary:active, .badge-theme-quaternary.active, .open > .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 > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .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 > .btn-theme-quinary.dropdown-toggle:hover, .open > .btn-theme-quinary.dropdown-toggle:focus, .open > .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 > .badge-theme-quinary.dropdown-toggle:hover, .open > .badge-theme-quinary.dropdown-toggle:focus, .open > .badge-theme-quinary.dropdown-toggle.focus {
  color: #333333;
  background-color: #dddddd;
  border-color: #d8d8d8;
}
.btn-theme-quinary:active, .btn-theme-quinary.active, .open > .btn-theme-quinary.dropdown-toggle, .badge-theme-quinary:active, .badge-theme-quinary.active, .open > .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: #008000;
  border-color: #008000;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #ffffff !important;
  background-color: #008000;
  border-color: #008000;
}
.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 > .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 > .btn-theme-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #008000;
  border-color: #004d00;
}
/* 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: #008000;
  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: #008000;
  border-color: #008000;
  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: #008000;
  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: #008000;
  border-color: #008000;
  color: #ffffff;
}
.site-bg {
  background-color: #f1f1f1;
}
.heading-theme-primary, .heading-theme-primary > a {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.heading-theme-primary:before, .heading-theme-primary > a:before {
  background-color: #fdd935;
  border-radius: 0.25rem;
  content: '';
  display: block;
  height: 0.25rem;
  width: 42px;
  margin-bottom: 1.25rem;
}
.heading-theme-secondary {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.heading-theme-tertiary {
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
  text-decoration: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.heading-theme-sub {
  font-weight: 300;
}
a:hover {
  text-decoration: none;
}
/*
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
*/
.authscr03 a {
  color: inherit;
  cursor: pointer;
}
.authscr03 input[type=checkbox] {
  width: max-content !important;
}
.authscr03 .checkbox label {
  align-items: center;
}
.authscr03 .checkbox label span {
  margin-left: 5px;
}
.authscr03 input, .authscr03 textarea {
  padding: 10px 12px 10px 12px;
  border: 1px solid lightgrey;
  border-radius: 2px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
}
.authscr03 input:focus, .authscr03 textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #008000;
  outline-width: 0;
}
.authscr03 button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}
.authscr03_card {
  box-shadow: 0px 4px 8px 0px #757575;
  border-radius: 0px;
}
.authscr03_social {
  margin: 0px 40px;
}
@media screen and (max-width: 991px) {
  .authscr03_social {
    border-top: 1px solid #EEE !important;
    margin: 0px 15px;
  }
}
.authscr03_logo {
  width: 200px;
  height: 100px;
  margin-top: 20px;
  margin-left: 35px;
}
@media screen and (max-width: 991px) {
  .authscr03_logo {
    margin-left: 0px;
  }
}
.authscr03_image {
  width: 360px;
  height: 280px;
}
@media screen and (max-width: 991px) {
  .authscr03_image {
    width: 300px;
    height: 220px;
  }
}
.authscr03_line {
  border-right: 1px solid #EEEEEE;
}
@media screen and (max-width: 991px) {
  .authscr03_line {
    border-right: none;
  }
}
.authscr03 .facebook {
  background-color: #008000;
  color: #ffffff;
}
.authscr03 .loginbox__signup {
  font-size: 0.1px;
}
.authscr03 .loginbox__signup a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.authscr03 form + .form-group {
  margin-top: 15px !important;
}
.authscr03 .form-group .controls button {
  margin-bottom: 5px;
}
.authscr03_social__icon {
  font-size: 18px;
  padding-top: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.authscr03_social__icon i {
  color: #ffffff;
}
.authscr03_lining {
  height: 1px;
  width: 45%;
  background-color: #E0E0E0;
  margin-top: 10px;
}
.authscr03_devide {
  width: 10%;
  font-weight: bold;
}
.authscr03_text {
  font-size: 14px !important;
}
.authscr03 .g-recaptcha > div {
  transform: scale(0.8) !important;
}
@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
*/
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
/*============== header css =============*/
.header__zindex {
  z-index: 50;
}
.header-top {
  padding: 3px 0px;
}
.header-top a {
  color: #fff;
  transition: all 0.3s linear;
}
.header-top a:hover {
  color: #fdd935;
}
.header-top ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.header-top ul li {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 414px) {
  .header-top ul li {
    margin-right: 0px;
  }
}
.header-top .header-top-left a {
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.header-top .header-top-right {
  text-align: right;
}
.header-top .header-top-right .header-social a {
  color: #fff;
  margin-left: 15px;
  transition: all 0.3s linear;
  font-size: 14px;
}
.header-top .header-top-right .header-social a:hover {
  color: #fdd935;
}
.navbar {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.navbar {
  background: #fff;
  padding: 0px 25px;
}
.navbar .logo_h {
  padding-top: 0px;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
}
.navbar .menu_nav .nav-item .nav-link {
  font: 500 12px/80px Lato;
  color: #111111;
  text-transform: uppercase;
  padding: 0px;
}
.navbar .menu_nav .nav-item .nav-link:after {
  display: none;
}
.navbar .menu_nav .nav-item:hover .nav-link, .navbar .menu_nav .nav-item.active .nav-link {
  color: #008000;
}
.navbar .menu_nav .nav-item.submenu {
  position: relative;
}
.navbar .menu_nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: transparent;
}
@media (min-width: 992px) {
  .navbar .menu_nav .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}
.navbar .menu_nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.navbar .menu_nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  background: #fff;
  transition: all 0.4s linear;
}
@media (min-width: 992px) {
  .navbar .menu_nav .nav-item.submenu ul .nav-item {
    margin-top: 10px;
  }
}
.navbar .menu_nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #111111;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
}
.navbar .menu_nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.navbar .menu_nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #f0f0f0;
  color: #008000;
}
@media (min-width: 992px) {
  .navbar .menu_nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}
.navbar .menu_nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.navbar .menu_nav .nav-item + li {
  margin-left: 30px;
}
.menu_two {
  background: rgba(255, 255, 255, 0.15);
}
.menu_two .menu_nav .nav-item .nav-link {
  line-height: 60px;
  color: #fff;
}
.navbar_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  top: 0;
  top: -50px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  transition: transform 300ms ease, background 300ms ease, -webkit-transform 300ms ease;
}
.navbar_fixed .navbar {
  background: transparent;
}
.navbar_fixed .header-top {
  display: none;
}
.navbar_fixed.header_two {
  background: rgba(34, 34, 34, 0.9);
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}
.slider__block {
  background: #04091e;
  position: relative;
  z-index: 1;
}
.slider__block .bg-parallax {
  opacity: 0.5;
}
.slider__block .position {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.slider__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 800px;
}
.slider__content {
  color: #fff;
  margin-bottom: 94px;
}
.slider__content h6 {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 400;
}
.slider__content h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.slider__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0px 20px;
}
/* Buttons */
.btn-theme {
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 600;
  background: #fdd935;
  padding: 5px 30px;
}
.btn-theme:before {
  background: #f8b100;
}
.btn-theme:hover {
  background-color: #e3c32f;
  color: #222222;
}
.btn-theme-white {
  background: #008000;
  padding: 0px 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
}
.btn-hover {
  border-radius: 0px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 0px;
  display: inline-block;
  text-align: center;
}
.btn-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transform: translateX(-100%);
  z-index: -1;
  background: #f8b100;
  transition: all 0.3s linear;
  opacity: 0;
}
.btn-hover:hover {
  color: #fff;
}
.btn-hover:hover:before {
  transform: translateX(0);
  opacity: 1;
}
.btn-theme-flip {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  background: #008000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 29px;
  border-radius: 0px;
}
.btn-theme-flip:focus, .btn-theme-flip.focus, .btn-theme-flip:hover, .btn-theme-flip.hover, .btn-theme-flip:active, .btn-theme-flip.active {
  background: #008000;
  color: #ffffff;
}
.btn-flip {
  color: #222222 !important;
  background-color: #fdd935;
  border-color: #fdd72b;
  font-size: 1.2rem;
  line-height: 30px;
  text-transform: uppercase;
  color: #444 !important;
  font-weight: 600;
  background: #f3c300;
  padding: 5px 30px;
  border-radius: 0px;
  border: none;
}
.btn-flip .fa {
  color: #222222;
}
.btn-flip .fa:hover {
  color: #222222;
}
.btn-flip:focus, .btn-flip.focus {
  color: #222222;
  background-color: #fdd003;
  border-color: #fdd72b;
}
.btn-flip:hover {
  color: #222222 !important;
  background-color: #e3c32f !important;
  border-color: #bc9f19 !important;
}
.btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
  color: #222222;
  background-color: #fdd003;
  border-color: #fdd72b;
}
.btn-flip:active:hover, .btn-flip:active:focus, .btn-flip:active.focus, .btn-flip.active:hover, .btn-flip.active:focus, .btn-flip.active.focus, .open > .btn-flip.dropdown-toggle:hover, .open > .btn-flip.dropdown-toggle:focus, .open > .btn-flip.dropdown-toggle.focus {
  color: #222222;
  background-color: #e3c32f;
  border-color: #e2c026;
}
.btn-flip:active, .btn-flip.active, .open > .btn-flip.dropdown-toggle {
  background-image: none;
}
.btn-flip.disabled:hover, .btn-flip.disabled:focus, .btn-flip.disabled.focus, .btn-flip[disabled]:hover, .btn-flip[disabled]:focus, .btn-flip[disabled].focus, fieldset[disabled] .btn-flip:hover, fieldset[disabled] .btn-flip:focus, fieldset[disabled] .btn-flip.focus {
  background-color: #fdd935;
  border-color: #fdd72b;
}
.btn-flip .badge {
  color: #fdd935;
  background-color: #222222;
}
.btn-flip:before {
  background: #f8b100;
}
.btn-flip:hover {
  color: #fff;
}
#search-form .btn-flip {
  color: #008000 !important;
  background-color: #ffffff;
  border-color: #fafafa;
}
#search-form .btn-flip .fa {
  color: #008000;
}
#search-form .btn-flip .fa:hover {
  color: #ffffff;
}
#search-form .btn-flip:focus, #search-form .btn-flip.focus {
  color: #008000;
  background-color: #e6e6e6;
  border-color: #fafafa;
}
#search-form .btn-flip:hover {
  color: #ffffff !important;
  background-color: #008000 !important;
  border-color: #004300 !important;
}
#search-form .btn-flip:active, #search-form .btn-flip.active, .open > #search-form .btn-flip.dropdown-toggle {
  color: #008000;
  background-color: #e6e6e6;
  border-color: #fafafa;
}
#search-form .btn-flip:active:hover, #search-form .btn-flip:active:focus, #search-form .btn-flip:active.focus, #search-form .btn-flip.active:hover, #search-form .btn-flip.active:focus, #search-form .btn-flip.active.focus, .open > #search-form .btn-flip.dropdown-toggle:hover, .open > #search-form .btn-flip.dropdown-toggle:focus, .open > #search-form .btn-flip.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #008000;
  border-color: #007600;
}
#search-form .btn-flip:active, #search-form .btn-flip.active, .open > #search-form .btn-flip.dropdown-toggle {
  background-image: none;
}
#search-form .btn-flip.disabled:hover, #search-form .btn-flip.disabled:focus, #search-form .btn-flip.disabled.focus, #search-form .btn-flip[disabled]:hover, #search-form .btn-flip[disabled]:focus, #search-form .btn-flip[disabled].focus, fieldset[disabled] #search-form .btn-flip:hover, fieldset[disabled] #search-form .btn-flip:focus, fieldset[disabled] #search-form .btn-flip.focus {
  background-color: #ffffff;
  border-color: #fafafa;
}
#search-form .btn-flip .badge {
  color: #ffffff;
  background-color: #008000;
}
/* End of Button */
/* Search Bar */
.search__block {
  background: #04091e;
  align-items: center;
  padding: 40px 50px 30px;
  display: flex;
}
.search__block h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.search__form {
  margin-left: -50px;
}
.navbar-form .selectize-input, .navbar-form .selectize-input input {
  padding: 0.8rem 1rem;
  border-radius: 0px !important;
}
.navbar-form .selectize-input, .navbar-form .selectize-input input, .navbar-form .form-group input, .navbar-form .input-group input {
  border: 1px solid #2b3146;
  background: transparent;
  color: #777;
  z-index: 0;
  font-size: 1.2rem;
}
.navbar-form .form-group input::placeholder, .navbar-form .input-group input::placeholder, .navbar-form .form-group input::-moz-placeholder, .navbar-form .input-group input::-moz-placeholder {
  color: #777 !important;
}
/* Selectize Input Control on Dropdown */
.selectize-input.input-active {
  background: transparent !important;
  color: #777;
  font-size: 1.2rem;
}
/* Selectize Dropdown */
.selectize-dropdown.form-control {
  border: none;
  line-height: 1.5rem;
  border-radius: 0px;
  background-color: #fde910;
  color: #292f38;
}
/* Selectize Dropdown ITEM Hover and Active */
.selectize-dropdown .active {
  background-color: #292f38;
  color: #fff;
}
.search-spl-nav {
  cursor: pointer;
}
.search-spl {
  background: #fff;
  padding: 10px;
}
#currency_form1 ul {
  overflow-y: auto;
  height: 150px;
  padding: 5px !important;
}
#currency_form1 ul li {
  min-width: 200px;
  font-size: 14px !important;
  font: 14px Lato;
  margin: 6px;
}
#currency_form1 ul li a:hover {
  color: #fdd935;
}
/* END OF SEARCH BAR */
@media (max-width: 1480px) {
  .navbar .menu_nav .nav-item.submenu ul {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar {
    padding: 0px 15px;
  }
  .main_menu_inner {
    background: #000;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fab915;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar .menu_nav .nav-item {
    z-index: 1;
  }
  .navbar .menu_nav .nav-item .nav-link {
    line-height: 36px;
    padding: 0px;
    position: relative;
  }
  .navbar .menu_nav .nav-item.dropdown:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "";
    font-size: 13px;
    color: #777777;
    top: 0px;
    height: 100%;
    line-height: 36px;
    border: 0px;
    position: absolute;
    right: 0px;
    z-index: -1;
  }
  .navbar .menu_nav .nav-item.dropdown.show:after, .navbar .menu_nav .nav-item.dropdown:focus:after {
    color: #52c5fd;
    outline: none;
  }
  .navbar .menu_nav .nav-item + li {
    margin-left: 0px;
  }
  .navbar-collapse {
    max-height: 288px;
    overflow-y: scroll;
  }
  .search__block {
    padding: 28px 15px 15px;
  }
  .slider__block {
    display: block;
  }
  .slider__block .position {
    position: relative;
    background: #04091e;
    bottom: 0px;
  }
  .slider__block {
    min-height: 100%;
  }
  .slider__content {
    margin-bottom: 94px;
    margin-top: 124px;
  }
}
@media (max-width: 767px) {
  .slider__img {
    margin-left: 0px;
  }
  .search__block {
    display: block;
    padding: 30px 0px;
  }
  .search__form {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .slider__content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .slider__content p br {
    display: none;
  }
  .navbar {
    padding: 0px 10px;
  }
}
.cart-box {
  display: block;
  padding: 0px;
  border-radius: 0px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  text-decoration: none;
  font: 500 12px/80px Lato;
  color: #222222 !important;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cart-box {
    line-height: 36px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
  }
}
/*
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__block {
  background: #04091e;
  color: #bbb;
  padding: 3.5rem 0;
}
.footer__block-item ul li a {
  line-height: 25px;
  display: inline-block;
  color: #bbb;
  transition: all 0.3s linear;
  margin-bottom: 13px;
  text-decoration: none;
}
.footer__block-item ul li a:hover {
  color: #fdd935;
}
.footer__block-item .subscribe_form {
  padding-top: 13px;
}
.footer__block-item .subscribers-form input {
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 30px;
  padding-right: 40px;
  height: 40px;
  color: #999999;
  background: transparent;
  padding-left: 20px;
}
.footer__block-item .subscribers-form input.placeholder {
  color: #999999;
}
.footer__block-item .subscribers-form input:-moz-placeholder {
  color: #999999;
}
.footer__block-item .subscribers-form input::-moz-placeholder {
  color: #999999;
}
.footer__block-item .subscribers-form input::-webkit-input-placeholder {
  color: #999999;
}
.footer__block-item .subscribers-form input:focus {
  outline: none;
}
.footer__block-item .subscribers-form .btn {
  background: #fdd935;
  color: #222222;
  font-weight: 300;
  border-radius: 0;
  line-height: 34px;
  padding: 4px 11px 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px;
}
.footer__block-item .popular-link a {
  color: #bbb;
  text-decoration: none;
}
.footer__block-item .popular-link a:hover {
  color: #fdd935;
}
.footer__partners {
  margin-left: -5px;
  margin-right: -5px;
}
.footer__partners li {
  margin: 5px;
}
.footer__partners li .img-crop {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: relative;
}
.footer__partners li .img-crop img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  height: auto;
  width: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.footer__social {
  text-align: right;
}
.footer__social a {
  font-size: 18px;
  line-height: 30px;
  color: #82848f;
  margin-left: 25px;
  transition: all 0.3s linear;
}
.footer__social a:hover {
  color: #fdd935;
}
.footer__hr {
  margin-top: 2rem;
  background: #333333;
}
.footer__copyright {
  padding-top: 46px;
}
@media (max-width: 991px) {
  .footer__block .col-sm-6 {
    margin-bottom: 30px;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__social {
    text-align: center;
    margin-top: 20px;
  }
}
/*
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
*/
/*-----------------------------------------*/
/* Login and Signup Box
/*-----------------------------------------*/
.login-separator {
  border-right: 4px solid #ddd;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  background: #ee0101 none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 4px #000;
  color: #fff;
  font-size: 0.75rem;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinges {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
.animated.snail {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.ajax-loader {
  left: 50%;
  top: 50%;
}
#registerform .form-group {
  margin-bottom: 5px;
}
/*--------------------------------------------------*/
/* ACCOUNT ACTIVATE AND RESET PASSWORD PANEL
/*--------------------------------------------------*/
.drop-shadow {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
.signin-modal .modal-header h4 {
  text-transform: uppercase;
  color: #fff;
}
.signin-modal .modal-footer {
  padding: 0.62rem;
}
#social-icons-conatainer {
  position: relative;
}
#center-line {
  position: absolute;
  right: 16.9rem;
  top: 4.81rem;
  background: #ddd;
  border: 4px solid #DDDDDD;
  border-radius: 1.25rem;
}
.form-group {
  position: relative;
}
.form-group .login-field-icon {
  float: left;
  font-size: 1.25rem;
  padding-top: 2%;
  position: absolute;
  right: 0.93rem;
  top: 3px;
  transition: all 0.25s ease 0s;
}
.login_modal_footer-menu {
  margin-top: 0.4em;
}
.login_modal_footer-menu a {
  font-size: 0.75rem;
}
.signin-modal .help-block {
  margin-bottom: 5px;
}
.divider {
  margin-right: 0.93rem;
}
.modal-social-icons a {
  font-size: 0.875rem;
}
#myModalLabel {
  font-size: 0.875rem;
}
.w-model {
  max-width: 37.5rem;
}
