/*
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
*/
.sw13 {
  position: relative;
  margin: 5px 5px 0.62rem 5px;
  box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
}
.sw13 .gc-view-categories .mt-1 {
  margin-top: 2px !important;
}
.sw13 .gc-view-categories i {
  margin-right: 5px;
}
.sw13 .gc-view-categories .name {
  font-size: 80%;
}
.sw13 .gc-view-icons .list-inline {
  margin-bottom: 0px;
}
.sw13 .gc-view-icons .list-inline-item {
  margin-right: 0px;
  margin-bottom: 4px;
}
.sw13__img1 {
  width: 100%;
  height: auto;
  position: relative;
}
.sw13__img1 .sw13__img {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20% 1.87rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sw13__img1 .sw13__title1 {
  font-size: 1.06rem;
  font-weight: 600;
  color: #dddddd;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.sw13__img1 .sw13__title1 a {
  color: #fff;
}
.sw13__img1 .sw13__post1 {
  display: block;
  font-size: 0.875rem;
  color: #dddddd;
  font-style: italic;
  margin-bottom: 1.56rem;
}
.sw13__img1 .sw13__icon1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sw13__img1 .sw13__icon1 span {
  display: inline-block;
}
.sw13__img1 .sw13__icon1 span a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  color: #dddddd;
  border: 1px solid #dddddd;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}
.sw13__img1 .sw13__icon1 span a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.sw13:hover .sw13__img1 .sw13__img {
  animation-name: loading;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 1;
}
.sw13__review {
  padding: 1.06rem 1.06rem 1.06rem 5px;
  background: #fff;
}
.sw13__comment {
  float: left;
  margin: 0;
  padding: 7px 0 0 0;
  line-height: 1;
  text-align: center;
  width: 50px;
}
.sw13__comment span {
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
}
.sw13__comment span small {
  display: block;
  margin-bottom: 0.62rem;
  font-size: 0.812rem;
  text-transform: capitalize;
}
.sw13__comment span:after {
  content: "";
  border-bottom: 1px solid lightgray;
  margin-bottom: 0.62rem;
  display: block;
}
.sw13__comment span:last-child:after {
  border-bottom: 0px none;
  margin-bottom: 0;
}
.sw13__title {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.sw13__title > a {
  font-size: 1.06rem;
  text-transform: uppercase;
  margin-bottom: 0.93rem;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
.sw13__title > a:hover {
  color: #fdd935;
}
.sw13__description {
  font-size: 0.812rem;
  color: gray;
  line-height: 1.31rem;
  padding: 0 0 0 1.6rem;
}
.sw13__footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.sw13__comment span a, .sw13:hover .sw13__comment span small {
  color: #111111;
}
.sw13-carousel .owl-nav .fa {
  display: none;
}
.gc-grid-view .sw13__icons {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-list-view .sw13 .gc-list-col-4 {
  padding: 0px;
}
.gc-list-view .sw13__icons {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.gc-list-view .sw13 .img-crop-center {
  max-height: 280px;
}
@keyframes loading {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media only screen and (max-width: 990px) {
  .sw13__img {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 360px) {
  .sw13__img1 .sw13__img {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 320px) {
  .sw13__img1 .sw13__img {
    padding: 5% 5%;
  }
  .sw13__img1 .sw13__post1 {
    margin-bottom: 8px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

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

1em = 16px
*/
.form-control-lg {
  font-size: 0.875rem;
}
@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
*/
#loading {
  text-align: center;
  background: url("loader.gif") no-repeat center;
  height: 150px;
}
.gcsearch_filter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  color: #333 !important;
  text-decoration: none;
}
.gcsearch_filter:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #111111;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.gcsearch_filter span, .gcsearch_filter i, .gcsearch_filter h3 {
  font-size: 16px;
  font-weight: 600;
}
.gcsearch_filter_layout {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.gcsearch_filter_layout .gcsearch_filter {
  font-size: 16px;
  font-weight: 500;
}
.gcsearch_filter_layout .ui-slider-handle.ui-corner-all.ui-state-default {
  top: -9px;
  width: 20px;
  height: 20px;
  border-width: 6px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: none;
  outline: none;
  box-shadow: none;
}
.gcsearch_filter_layout .ui-widget-header, .gcsearch_filter_layout .ui-slider .ui-slider-handle {
  background: #111111;
  border-color: #111111;
}
.gcsearch_filter_layout .ui-slider-horizontal {
  height: 4px;
  border: none;
  margin-top: 20px;
  background: #cccccc;
}
.gcsearch_filter h3 {
  font-size: 18px;
}
.gcsearch_filter_collapse {
  padding: 10px;
}
.gcsearch_filter_view {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.gcsearch_filter_group {
  /*---- filter checkbox ----*/
}
.gcsearch_filter_group label {
  margin-bottom: 0px !important;
  padding: 2px;
}
.gcsearch_filter_group input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0px;
}
.gcsearch_filter_group input[type=checkbox] {
  display: none;
}
.gcsearch_filter_group input[type=checkbox] + label:before {
  content: "✔";
  position: relative;
  top: -4px;
  border: 0.1em solid #ddd;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0.1em;
  padding-bottom: 0.2em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
}
.gcsearch_filter_group input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.gcsearch_filter_group input[type=checkbox]:checked + label:before {
  background-color: transparent;
  border-color: transparent;
  color: #111111;
}
.gcsearch_filter_group input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #111111;
}
.gcsearch_filter_group input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #373737;
  border-color: #373737;
}
/* Max height issue */
.filter-checkboxes {
  max-height: 250px;
  overflow-y: auto;
}
.filter-checkboxes::-webkit-scrollbar {
  width: 5px;
  border-radius: 100%;
}
.filter-checkboxes::-webkit-scrollbar-thumb, .filter-checkboxes::-webkit-scrollbar-thumb:hover {
  background: #111111;
  border-radius: 20px;
}
.filter-checkboxes::-webkit-scrollbar-track {
  background: #f1f1f1;
}
