@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: #1950f3;
  color: #ffffff;
}
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: #1950f3;
}
.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: #1950f3;
  color: #ffffff;
  display: block;
  padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #1950f3;
}
.tt-suggestion.tt-is-under-cursor a {
  background-color: #1950f3;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion:hover {
  background-color: #1950f3;
  color: #ffffff;
}
/*---------------------------------------------*/
/* VERTICAL SCROLLBAR
/*---------------------------------------------*/
.vertical-scrollbar {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #1950f3 #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: #0b3cce;
  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: #1950f3;
}
.gc-rounded-icons-primary i {
  background: #1950f3;
  color: #ffffff;
}
.gc-rounded-icons-secondary {
  color: #1950f3;
}
.gc-rounded-icons-secondary i {
  background: #1950f3;
  color: #ffffff;
}
.gc-rounded-icons-tertiary {
  color: #ffa500;
}
.gc-rounded-icons-tertiary i {
  background: #ffa500;
  color: #000000;
}
/*---------------------------------------------*/
/* 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: #1950f3;
  color: #ffffff;
}
.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: #1950f3;
  -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: #1950f3 #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: #1950f3;
}
.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: #1950f3;
}
.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: #1950f3;
  color: #ffffff;
}
.bg-theme-primary a {
  color: #ffffff;
}
.bg-theme-primary a:hover {
  color: #000000;
}
.bg-theme-primary .heading-theme, .bg-theme-primary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-primary .heading-secondary, .bg-theme-primary .heading-secondary > a {
  color: #ffffff;
}
.bg-theme-secondary {
  background-color: #1950f3;
  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: #ffa500;
  color: #000000 !important;
}
.bg-theme-tertiary a {
  color: #000000;
}
.bg-theme-tertiary a:hover {
  color: #ffffff;
}
.bg-theme-tertiary .heading-theme, .bg-theme-tertiary .heading-theme > a {
  color: #000000;
}
.bg-theme-tertiary .heading-secondary, .bg-theme-tertiary .heading-secondary > a {
  color: #000000;
}
.bg-theme-quaternary {
  background-color: #2268df;
  color: #ffffff !important;
}
.bg-theme-quaternary a {
  color: #ffffff;
}
.bg-theme-quaternary a:hover {
  color: #2268df;
}
.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: #2268df;
  color: #ffffff !important;
}
.bg-theme-quinary a {
  color: #ffffff;
}
.bg-theme-quinary a:hover {
  color: #ffffff;
}
.bg-theme-quinary .heading-theme, .bg-theme-quinary .heading-theme > a {
  color: #ffffff;
}
.bg-theme-quinary .heading-secondary, .bg-theme-quinary .heading-secondary > a {
  color: #ffffff;
}
/* COLORS */
.text-theme-primary {
  color: #1950f3;
}
.text-theme-primary .btn-sort {
  color: #1950f3;
}
.text-theme-secondary {
  color: #1950f3;
}
.text-theme-secondary .btn-sort {
  color: #1950f3;
}
.text-theme-tertiary {
  color: #ffa500;
}
.text-theme-tertiary .btn-sort {
  color: #ffa500;
}
.text-theme-quaternary {
  color: #2268df;
}
.text-theme-quaternary .btn-sort {
  color: #2268df;
}
.text-theme-quinary {
  color: #2268df;
}
.text-theme-quinary .btn-sort {
  color: #2268df;
}
/* CONTENT LINKS */
a {
  color: #777;
}
a:hover, a:focus {
  color: #111111;
}
/* BUTTONS/BADGES */
.btn-theme-primary, .badge-theme-primary {
  color: #ffffff !important;
  background-color: #1950f3;
  border-color: #0f49f2;
}
.btn-theme-primary .fa, .badge-theme-primary .fa {
  color: #ffffff;
}
.btn-theme-primary .fa:hover, .badge-theme-primary .fa:hover {
  color: #000000;
}
.btn-theme-primary:focus, .btn-theme-primary.focus, .badge-theme-primary:focus, .badge-theme-primary.focus {
  color: #ffffff;
  background-color: #0b3cce;
  border-color: #0f49f2;
}
.btn-theme-primary:hover, .badge-theme-primary:hover {
  color: #000000 !important;
  background-color: #1950f3 !important;
  border-color: #0a39c5 !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: #ffffff;
  background-color: #0b3cce;
  border-color: #0f49f2;
}
.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: #000000;
  background-color: #1950f3;
  border-color: #0f49f2;
}
.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: #1950f3;
  border-color: #0f49f2;
}
.btn-theme-primary .badge, .badge-theme-primary .badge {
  color: #1950f3;
  background-color: #ffffff;
}
.btn-theme-primary a, .badge-theme-primary a {
  color: #ffffff;
}
.btn-theme-primary a:hover, .btn-theme-primary a:focus, .badge-theme-primary a:hover, .badge-theme-primary a:focus {
  color: #000000 !important;
}
.btn-theme-secondary, .badge-theme-secondary {
  color: #ffffff !important;
  background-color: #1950f3;
  border-color: #0f49f2;
}
.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: #0b3cce;
  border-color: #0f49f2;
}
.btn-theme-secondary:hover, .badge-theme-secondary:hover {
  color: #ffffff !important;
  background-color: #2268df !important;
  border-color: #194fab !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: #0b3cce;
  border-color: #0f49f2;
}
.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: #2268df;
  border-color: #1f64d8;
}
.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: #1950f3;
  border-color: #0f49f2;
}
.btn-theme-secondary .badge, .badge-theme-secondary .badge {
  color: #1950f3;
  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: #000000 !important;
  background-color: #ffa500;
  border-color: #f59e00;
}
.btn-theme-tertiary .fa, .badge-theme-tertiary .fa {
  color: #000000;
}
.btn-theme-tertiary .fa:hover, .badge-theme-tertiary .fa:hover {
  color: #ffffff;
}
.btn-theme-tertiary:focus, .btn-theme-tertiary.focus, .badge-theme-tertiary:focus, .badge-theme-tertiary.focus {
  color: #000000;
  background-color: #cc8400;
  border-color: #f59e00;
}
.btn-theme-tertiary:hover, .badge-theme-tertiary:hover {
  color: #ffffff !important;
  background-color: #2268df !important;
  border-color: #194fab !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: #000000;
  background-color: #cc8400;
  border-color: #f59e00;
}
.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: #ffffff;
  background-color: #2268df;
  border-color: #1f64d8;
}
.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: #ffa500;
  border-color: #f59e00;
}
.btn-theme-tertiary .badge, .badge-theme-tertiary .badge {
  color: #ffa500;
  background-color: #000000;
}
.btn-theme-tertiary a, .badge-theme-tertiary a {
  color: #000000;
}
.btn-theme-tertiary a:hover, .btn-theme-tertiary a:focus, .badge-theme-tertiary a:hover, .badge-theme-tertiary a:focus {
  color: #ffffff;
}
.btn-theme-quaternary, .badge-theme-quaternary {
  color: #ffffff !important;
  background-color: #2268df;
  border-color: #1f64d8;
}
.btn-theme-quaternary .fa, .badge-theme-quaternary .fa {
  color: #ffffff;
}
.btn-theme-quaternary .fa:hover, .badge-theme-quaternary .fa:hover {
  color: #2268df;
}
.btn-theme-quaternary:focus, .btn-theme-quaternary.focus, .badge-theme-quaternary:focus, .badge-theme-quaternary.focus {
  color: #ffffff;
  background-color: #1a53b4;
  border-color: #1f64d8;
}
.btn-theme-quaternary:hover, .badge-theme-quaternary:hover {
  color: #2268df !important;
  background-color: #ffa500 !important;
  border-color: #c27d00 !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: #1a53b4;
  border-color: #1f64d8;
}
.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: #2268df;
  background-color: #ffa500;
  border-color: #f59e00;
}
.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: #2268df;
  border-color: #1f64d8;
}
.btn-theme-quaternary .badge, .badge-theme-quaternary .badge {
  color: #2268df;
  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: #2268df;
}
.btn-theme-quinary, .badge-theme-quinary {
  color: #ffffff !important;
  background-color: #2268df;
  border-color: #1f64d8;
}
.btn-theme-quinary .fa, .badge-theme-quinary .fa {
  color: #ffffff;
}
.btn-theme-quinary .fa:hover, .badge-theme-quinary .fa:hover {
  color: #ffffff;
}
.btn-theme-quinary:focus, .btn-theme-quinary.focus, .badge-theme-quinary:focus, .badge-theme-quinary.focus {
  color: #ffffff;
  background-color: #1a53b4;
  border-color: #1f64d8;
}
.btn-theme-quinary:hover, .badge-theme-quinary:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: black !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: #ffffff;
  background-color: #1a53b4;
  border-color: #1f64d8;
}
.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: #ffffff;
  background-color: #000000;
  border-color: black;
}
.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: #2268df;
  border-color: #1f64d8;
}
.btn-theme-quinary .badge, .badge-theme-quinary .badge {
  color: #2268df;
  background-color: #ffffff;
}
.btn-theme-quinary a, .badge-theme-quinary a {
  color: #ffffff;
}
.btn-theme-quinary a:hover, .btn-theme-quinary a:focus, .badge-theme-quinary a:hover, .badge-theme-quinary a:focus {
  color: #ffffff;
}
.btn-theme-primary-outline {
  color: #1950f3;
  border-color: #1950f3;
}
.btn-theme-primary-outline:hover, .btn-theme-primary-outline:focus {
  color: #ffffff;
  background-color: #1950f3;
  border-color: #1950f3;
}
.btn-theme-secondary-outline {
  color: #1950f3;
  border-color: #1950f3;
}
.btn-theme-secondary-outline:hover, .btn-theme-secondary-outline:focus {
  color: #ffffff !important;
  background-color: #1950f3;
  border-color: #1950f3;
}
.btn-theme-tertiary-outline {
  color: #ffa500;
  border-color: #ffa500;
}
.btn-theme-tertiary-outline:hover, .btn-theme-tertiary-outline:focus {
  color: #000000;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-theme-quaternary-outline {
  color: #2268df;
  border-color: #2268df;
}
.btn-theme-quaternary-outline:hover, .btn-theme-quaternary-outline:focus {
  color: #ffffff;
  background-color: #2268df;
  border-color: #2268df;
}
.btn-theme-quinary-outline {
  color: #2268df;
  border-color: #2268df;
}
.btn-theme-quinary-outline:hover, .btn-theme-quinary-outline:focus {
  color: #ffffff;
  background-color: #2268df;
  border-color: #2268df;
}
.btn-theme-primary:not(:disabled):not(.disabled).active, .btn-theme-primary:not(:disabled):not(.disabled):active, .show > .btn-theme-primary.dropdown-toggle {
  color: #000000;
  background-color: #1950f3;
  border-color: #0b3cce;
}
.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: #2268df;
  border-color: #1a53b4;
}
/* nav-pills */
.nav-pills .nav-item .nav-link {
  background-color: #1950f3;
  color: #ffffff;
}
.nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link.active {
  background-color: #1950f3;
  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: #1950f3;
  border-color: #1950f3;
  color: #ffffff;
}
.nav-tabs-theme .nav-item .nav-link:hover, .nav-tabs-theme .nav-item .nav-link.active {
  background-color: #1950f3;
  border-color: #1950f3;
  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: #1950f3;
  color: #ffffff;
}
.shopping-cart-box:after {
  border-bottom: 8px solid #1950f3;
}
#shopping-cart-results .cart-list-item {
  background-color: #1950f3;
  color: #ffffff;
}
#shopping-cart-results .cart-list-item a {
  color: #ffffff !important;
}
#shopping-cart-results .cart-saving {
  color: #ffffff;
}
/* pagination */
.page-item.active .page-link, .page-link:hover, .page-link:focus {
  background-color: #1950f3;
  border-color: #1950f3;
  color: #ffffff;
}
.page-link {
  background-color: #1950f3;
  border-color: #1950f3;
  color: #ffffff;
}
.site-bg {
  background-color: #f1f1f1;
}
.heading-theme-primary, .heading-theme-primary > a {
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
}
.heading-theme-primary span, .heading-theme-primary > a span {
  color: #1950f3;
}
.heading-theme-secondary, .heading-theme-secondary > a {
  margin-top: 0;
  text-decoration: none;
  font-weight: 600;
}
.heading-theme-tertiary {
  /* Detail Page Specific */
  text-transform: capitalize;
  font-size: 18px;
  margin: 0 0 20px;
  display: -ms-flexbox !important;
  display: flex !important;
}
.heading-theme-tertiary__sidebar {
  color: #1950f3;
  text-transform: capitalize;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.heading-theme-quinary {
  /* Detail Page Specific */
  font-size: 20px;
  margin: 0px;
  padding: 15px 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeff5;
}
.list-theme, .list-secondary {
  font-size: 0.875rem;
  font-weight: 400;
}
.list-theme .fa, .list-secondary .fa {
  margin-right: 10px;
  font-size: 0.875rem;
}
.list-theme > li > a, .list-secondary > li > a {
  border-radius: 0px;
}
.btn-theme, .btn-secondary {
  border-radius: 0px;
}
.site-bg {
  background-color: #f1f1f1;
}
/* ALERT MESSAGES */
.alert-success, .alert-error, .alert-info, .alert-warning {
  padding: 0.5rem;
}
.alert-info {
  background-color: #aabffb;
  border-color: #aabffb;
  color: #262626;
}
/* Detail Page */
.content-layout {
  margin-bottom: 40px;
  padding: 0 25px 25px;
  -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);
}
.content-description {
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  -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);
}
.list-check li::before {
  content: "";
}
.form-style input[type=text], .form-style input[type=tel], .form-style input[type=password], .form-style input[type=email], .form-style textarea, .form-style select, .form-style .selectize-input {
  background: #fbfdff !important;
  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;
}
.form-style input[type=text]:focus, .form-style input[type=text]:active, .form-style input[type=tel]:focus, .form-style input[type=tel]:active, .form-style input[type=password]:focus, .form-style input[type=password]:active, .form-style input[type=email]:focus, .form-style input[type=email]:active, .form-style textarea:focus, .form-style textarea:active, .form-style select:focus, .form-style select:active, .form-style .selectize-input:focus, .form-style .selectize-input:active {
  border: 1px solid #1950f3;
}
.form-style #latitude {
  width: 50%;
  float: left;
}
@media screen and (max-width: 575px) {
  .form-style #latitude {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.form-style #longitude {
  width: 50%;
  float: right;
}
@media screen and (max-width: 575px) {
  .form-style #longitude {
    width: 100%;
    float: none;
  }
}
.form-style .selectize-input .item {
  display: flex;
  align-self: center;
}
.form-style textarea {
  height: auto;
  max-height: auto;
}
.btn {
  border-radius: 0px;
}
.badge-danger, .badge-danger span {
  color: #fff !important;
}
/*
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
*/
.oceanus-navbar {
  height: auto;
  position: relative;
}
.oceanus-navbar .select-category .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oceanus_logo {
  display: flex;
  align-items: center;
}
.oceanus__nav-inner {
  height: 100%;
}
.oceanus_middlenavbar {
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  z-index: 999;
}
.oceanus_middlenavbar-avatar {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.oceanus_middlenavbar-avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  border: none;
  background: #fff;
  border: 2px solid #f1f1f1;
}
.oceanus_middlenavbar__sidemenu a {
  font-size: 16px !important;
}
.oceanus_middlenavbar__sidemenu ul {
  list-style: none;
  padding-left: 5px;
  overflow-y: auto;
  margin-top: 5px;
  max-height: 190px;
  scrollbar-color: #1950f3 #f1f1f1;
  scrollbar-width: thin;
}
.oceanus_middlenavbar__sidemenu ul::-webkit-scrollbar {
  width: 5px;
}
.oceanus_middlenavbar__sidemenu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oceanus_middlenavbar__sidemenu ul::-webkit-scrollbar-thumb, .oceanus_middlenavbar__sidemenu ul::-webkit-scrollbar-thumb:hover {
  background: #1950f3;
}
.oceanus_middlenavbar__sidemenu ul ul {
  display: none;
  padding-left: 15px;
}
.oceanus_middlenavbar__sidemenu ul a {
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.oceanus_middlenavbar__sidemenu ul a:hover {
  color: #1950f3;
}
.oceanus_middlenavbar__search {
  cursor: pointer;
  padding: 21px 10px;
  background: #1950f3;
  color: #ffffff !important;
}
.oceanus_middlenavbar__addrs {
  width: 100%;
}
.oceanus_middlenavbar__addrs li {
  width: 100%;
}
.oceanus_middlenavbar__addrs li a {
  font-size: 14px !important;
  color: #333;
  opacity: 0.7;
}
.oceanus_middlenavbar__sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  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;
}
.oceanus_middlenavbar__sidenav .form-row > [class*=col-] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.oceanus_middlenavbar__sidenav .input-group-append {
  width: 100%;
  margin-top: 15px;
  height: 45px;
}
.oceanus_middlenavbar__sidenav .input-group-append .btn {
  width: 100%;
}
.oceanus_middlenavbar__sidenav a {
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}
.oceanus_middlenavbar__sidenav .closebtn {
  position: absolute;
  top: -13px;
  right: 9px;
  font-size: 25px;
}
.oceanus_middlenavbar-cart {
  color: #ffffff;
}
.oceanus_middlenavbar-a, .oceanus_middlenavbar-a:hover {
  padding: 1.3rem 1rem;
  color: #ffffff;
}
.oceanus_middlenavbar .oceanus_nav > li {
  padding: 11px 0px;
}
.oceanus_middlenavbar .oceanus_nav > li > a, .oceanus_middlenavbar .oceanus_nav > li a:focus, .oceanus_middlenavbar .oceanus_nav > li a:active {
  position: relative;
  font-size: 16px !important;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 30px 10px 0;
  color: #ffffff;
  background: transparent !important;
}
.oceanus_middlenavbar .oceanus_nav > li > a:hover, .oceanus_middlenavbar .oceanus_nav > li a:focus:hover, .oceanus_middlenavbar .oceanus_nav > li a:active:hover {
  color: #222 !important;
}
.oceanus_middlenavbar .oceanus_nav li, .oceanus_middlenavbar .oceanus_nav a {
  position: relative;
}
.oceanus_middlenavbar .oceanus_nav li li {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #eaeff5;
}
.oceanus_middlenavbar .oceanus_nav ul {
  position: absolute;
  display: block;
  transition: all 0.5s;
  width: max-content;
  top: 80%;
  background: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  z-index: 3333;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  padding: 10px;
  left: -50px;
  list-style: none;
  border: 1px solid #eee;
  width: max-content;
  max-height: 550px;
  opacity: 0;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul {
  padding-bottom: 2px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar {
  width: 8px;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-thumb {
  background: #888;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oceanus_middlenavbar .oceanus_nav li:hover > ul a:hover {
  color: #1950f3;
  transition: all 0.5s;
}
.oceanus_middlenavbar .oceanus_nav li:hover ul li:hover a {
  width: 100%;
}
.oceanus_middlenavbar .oceanus_nav a, .oceanus_middlenavbar .oceanus_nav a:focus {
  background: #fff;
  transition: all 0.5s;
  color: #333;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  font-size: 13px;
}
.oceanus_middlenavbar .oceanus_nav ul ul, .oceanus_middlenavbar .oceanus_nav ul ul ul, .oceanus_middlenavbar .oceanus_nav ul ul ul ul {
  left: 100%;
  top: 0;
}
/*-------------cartbox---------------*/
.oceanus_section > a {
  color: #ffffff;
  box-shadow: none !important;
  background: #1950f3;
  outline: none;
  border: none;
}
.oceanus_section > a:hover, .oceanus_section > a:focus {
  border: none;
  background: #1950f3;
}
.oceanus_cartbox {
  padding: 15px 0px;
}
.oceanus_cartbox .shopping-cart-box {
  background: #ffa500;
  width: 300px;
  max-width: 290px;
  right: 10px;
}
.oceanus_cartbox .shopping-cart-box:after {
  display: none;
}
.oceanus_cartbox .cart-list-item a {
  color: #ffffff;
  text-decoration: none;
}
.oceanus_cartbox .cart-products-total btn {
  background: #f1f1f1;
  color: #ffffff;
}
.oceanus-navbarscroll {
  background: #fff;
  border-bottom: none;
  box-shadow: -1px 4px 11px -4px #eee;
}
.oceanus-navbarscroll .oceanus_nav > li > a {
  color: #222222;
}
.oceanus-navbarscroll .oceanus-nav-fade-link {
  color: #333;
  background: #fff;
}
.oceanus-navbarscroll .gctnav_middlenavbar-cart {
  color: #222222;
}
.oceanus-navbarscroll .oceanus_btn i {
  color: #222222;
}
.oceanus__top-bar ul {
  width: 100%;
  justify-content: flex-start !important;
  flex-direction: row !important;
  display: flex !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
}
.oceanus__top-bar ul > li > a, .oceanus__top-bar ul > li a:focus, .oceanus__top-bar ul > li a:active {
  position: relative;
  font-size: 16px !important;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: transparent !important;
}
.oceanus__top-bar ul > li > a:hover, .oceanus__top-bar ul > li a:focus:hover, .oceanus__top-bar ul > li a:active:hover {
  color: #222 !important;
}
.oceanus__top-bar ul li, .oceanus__top-bar ul a {
  position: relative;
}
.oceanus__top-bar ul li li {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #eaeff5;
}
.oceanus__top-bar ul ul {
  position: absolute;
  display: block;
  max-height: 500px;
  transition: all 0.5s;
  width: max-content;
  top: 80%;
  background: #fff;
  transform: rotateX(-90deg);
  transform-origin: 0% 0%;
  z-index: 3333;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
  padding: 10px;
  left: -50px;
  list-style: none;
  border: 1px solid #eee;
  width: max-content;
  max-height: 500px;
  opacity: 0;
}
.oceanus__top-bar ul li:hover > ul {
  padding-bottom: 2px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar {
  width: 8px;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-thumb {
  background: #888;
}
.oceanus__top-bar ul li:hover > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.oceanus__top-bar ul li:hover > ul a {
  color: #ffffff;
}
.oceanus__top-bar ul li:hover > ul a:hover {
  color: #1950f3;
  transition: all 0.5s;
}
.oceanus__top-bar ul li:hover ul li:hover a {
  width: 100%;
}
.oceanus__top-bar ul a, .oceanus__top-bar ul a:focus {
  background: #fff;
  transition: all 0.5s;
  color: #333;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  font-size: 13px;
}
.oceanus__top-bar ul ul ul, .oceanus__top-bar ul ul ul ul, .oceanus__top-bar ul ul ul ul ul {
  left: 100%;
  top: 0;
}
/* Top Header */
.oceanus-topheader {
  margin-bottom: 50px;
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  background-color: rgba(125, 154, 231, 0.8);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.oceanus-topheader:before {
  content: '';
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(125, 154, 231, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.oceanus-topheader-height {
  height: 250px;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.oceanus-topheader-width {
  padding: 30px 0;
  width: 100%;
}
.oceanus-topheader-head {
  font-size: 46px;
  margin: 0 0 15px;
  line-height: 1.1;
  color: #fff;
}
.oceanus-topheader-breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
}
.oceanus-topheader-breadcrumb li {
  display: inline-block;
}
.oceanus-topheader-breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.oceanus-topheader-breadcrumb > li + li:before {
  content: ">";
  padding: 0 7px;
  color: #fff;
}
.oceanus-topheader-breadcrumb span {
  color: #222;
}
.oceanus__top-bar ul li:hover ul {
  overflow: visible !important;
  max-height: none !important;
}
.oceanus__top-bar ul li:hover ul ul {
  left: 0 !important;
  top: 100% !important;
}
.oceanus__top-bar ul li:hover ul ul, .oceanus__top-bar ul li:hover ul ul ul, .oceanus__top-bar ul li:hover ul ul ul ul, .oceanus__top-bar ul li:hover ul ul ul ul ul {
  left: 100% !important;
  top: 0 !important;
}
.oceanus-nav-fade .oceanus_section > a {
  background: none !important;
}
.oceanus-nav-fade .oceanus_middlenavbar__search, .oceanus-nav-fade .btn-location, .oceanus-nav-fade #language_form_2 .btn-theme-primary {
  color: #fff !important;
  background: none !important;
  border: none !important;
}
.oceanus-navbarscroll .oceanus_section > a, .oceanus-navbarscroll #language_form_2 .btn-theme-primary, .oceanus-navbarscroll .btn-location, .oceanus-navbarscroll .oceanus__top-bar a, .oceanus-navbarscroll .oceanus_middlenavbar__search {
  background: none !important;
  border: 0px;
}
@media only screen and (max-width: 468px) {
  /*.oceanus-nav-fade .oceanus_middlenavbar__search, 
	.oceanus-nav-fade .btn-location, 
	.oceanus-nav-fade #language_form_2 .btn-theme-primary {
		color: inherit !important;
		background: inherit !important;
	}*/
}
.oceanus-navbarscroll .oceanus_nav > li > a, .oceanus-navbarscroll .oceanus-nav-fade-link {
  color: #fff !important;
}
.oceanus-navbar .submenu {
  max-width: 300px;
  background-color: #ffa500 !important;
}
/*
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
*/
.filter-searchbox {
  margin-bottom: 1.25rem;
  border-radius: 4px;
  background: #ffffff;
  margin-top: -1px;
  padding: 0.62rem 1.8rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.filter-searchbox .btn {
  font-size: 1rem;
  padding: 0.62rem 1rem;
}
.filter-searchbox h4 {
  border-bottom: 1px solid #ddd;
  margin-left: -0.93rem;
  margin-right: -0.93rem;
  padding-bottom: 0.62rem;
}
/*
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
*/
.fprlvwidget02.card {
  margin-bottom: 1rem;
}
.fprlvwidget02 .card-body {
  padding: 0;
}
.fprlvwidget02 .card-header {
  background: #1950f3 none repeat scroll 0 0;
  border-color: #1950f3;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}
.fprlv02 .fa-map-marker-alt {
  color: #1950f3;
  font-size: 2.97em;
  display: inline-block !important;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #1950f3;
}
/*
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 .pad h6 {
  font-size: 1.2rem;
}
footer .pad ul li {
  font-size: 1rem;
}
footer .pad ul li a:hover {
  color: #ffffff;
  background-color: #1950f3;
}
footer .pad ul li a.nav-link {
  padding: 0;
  color: #333;
}
.bg-footer {
  background-color: #1950f3;
}
.column ul {
  display: flex;
  flex-direction: column;
}
.foot_place ul {
  padding: 0px;
}
.foot_place ul li {
  margin-right: 0 !important;
  display: inline-block;
  padding-right: 3px;
  line-height: 35px;
  color: #777;
}
.foot_place ul li a {
  text-decoration: none;
  background: #1950f3;
  color: #ffffff;
  padding: 5px;
  -webkit-tap-highlight-color: transparent;
}
.footer_img {
  background: url(http://localhost/goclixy/public_html/assets/images/uk.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 15px 22px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer_img:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.footer_img h3 {
  color: #FFEB3B;
  font-size: 38px;
  margin-top: 0px;
  font-weight: 700;
}
.footer_img h3 span {
  color: #fff;
  font-size: 14.5px;
  line-height: 24px;
  font-weight: 400;
}
.footer_img h4 {
  color: #ffffff;
}
.footer_img p {
  color: #ffffff;
  margin-top: 0px;
}
.footer_img li {
  background: #1950f3;
}
.footer_img a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 6px 15px;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.5s ease;
  font-weight: 700;
  background: #1950f3;
  background: linear-gradient(to bottom, #1950f3, #1950f3);
}
.foot_place hr {
  border-width: 1px !important;
  border-style: inset !important;
}
.footer-copyright {
  background: #ccc;
}
/*-------------------------------------------*/
/* SOCIAL ICONS
/*-------------------------------------------*/
ul.social, li.social, ol.social {
  /* specific to social ul, li and ol */
  line-height: 2.4rem;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.social {
  margin-right: 0.4rem;
  line-height: 3rem;
}
.social li {
  line-height: 24px;
  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: 25px;
  margin-right: 5px;
  width: 25px;
  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 i {
  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;
}
