/*
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
*/
.amzdtl {
  background-color: #ccc;
}
.amzdtl .leaflet-popup-content {
  width: 160px;
}
.amzdtl .breadcrumb {
  width: 100%;
}
.amzdtl .tab_module li {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 0px;
  padding: 5px 10px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

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

1em = 16px
*/
.amazewtdthead {
  height: 400px;
  background-size: cover;
}
.amazewtdthead__overlay {
  background: linear-gradient(to right, rgba(6, 27, 65, 0.3), rgba(6, 27, 65, 0.9));
  padding: 50px 0px 50px 0px;
  height: 100%;
}
.amazewtdthead__detail {
  height: 90%;
}
.amazewtdthead__links i {
  font-size: 2em;
  color: #68b42d;
}
.amazewtdthead__links .btn {
  color: #fff;
}
.amazewtdthead .text-muted {
  color: #fff !important;
}
.amazewtdthead .gc-detail-ratings {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  text-align: center;
}
.amazewtdthead .gc-avatar {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 480px) {
  .amazewtdthead {
    height: 500px;
  }
  .amazewtdthead .gc-avatar {
    width: 80px;
    height: 80px;
  }
}
/*
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
*/
.sw12 {
  position: relative;
  perspective: 50rem;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 5px 5px 0.62rem 5px;
}
.sw12__img {
  transform: rotateX(0deg);
  transition: all 0.4s ease 0s;
}
.sw12__img img {
  width: 100%;
  height: auto;
}
.sw12:hover .sw12__img {
  transform: rotateX(80deg);
  transform-origin: center bottom;
}
.sw12:hover .sw12__box {
  opacity: 1;
}
.sw12__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.sw12__title {
  font-size: 1.25rem;
  margin: 0 0 0.62rem 0;
  text-transform: uppercase;
}
.sw12__description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.sw12__readmore {
  border: 2px solid #68b42d;
  background: #68b42d;
  color: #222222;
  padding: 1% 4%;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-top: 0.62rem;
}
.sw12__readmore:hover {
  border: 2px solid #e3c32f;
  text-decoration: none;
  background: #e3c32f;
  color: #222222;
}
.sw12__content {
  padding: 1.56rem 0.62rem;
}
.sw12__date {
  display: block;
  font-size: 0.81rem;
  text-transform: uppercase;
}
.sw12__title-hover {
  margin: 0.93rem 0 0.875rem;
  font-size: 0.93rem;
  font-weight: 600;
  text-transform: uppercase;
}
.sw12__title-hover > a {
  color: #111111;
  transition: all 300ms linear 0s;
}
.sw12__title-hover > a:hover {
  text-decoration: none;
}
.sw12__description {
  font-size: 0.93rem;
  line-height: 1.5rem;
}
.sw12__bar {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.sw12__bar a {
  color: #68b42d;
  display: inline-block;
  font-size: 0.81rem;
  font-weight: bold;
}
.sw12__bar a:hover {
  text-decoration: none;
  color: #111111;
}
.sw12-slide-carousel .owl-nav .fa {
  display: none;
}
@media only screen and (max-width: 990px) {
  .sw12 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .sw12__title {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 650px) {
  .sw12 {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .sw12__box {
    padding: 0.75rem;
  }
  .sw12__readmore {
    font-size: 0.687rem;
  }
  .sw12__description {
    line-height: 1.25rem;
    margin-bottom: 8px;
  }
}
.gc-grid-view .gc-view-icons {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-list-view .sw12:hover .sw12__box {
  opacity: 0;
}
.gc-list-view .sw12__box {
  display: none;
}
.gc-list-view .sw12:hover .sw12__img {
  transform: none !important;
}
.gc-list-view .sw12__img {
  transform: 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
*/
.tab_module .content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.tab_module .filters {
  width: 100%;
  text-align: center;
}
.tab_module .filter-button-group ul {
  padding: 20px 0;
}
.tab_module .filter-button-group li {
  margin-top: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid #68b42d;
}
.tab_module .filter-button-group li:hover, .tab_module .filter-button-group li.active {
  color: #222222;
  border: 1px solid #68b42d;
  background: #68b42d;
}
.tab_module .grid-item {
  display: block !important;
  height: 0px !important;
  overflow: hidden !important;
}
.tab_module .grid-item.active {
  height: auto !important;
}
.tab_module .slick-slide img {
  padding: 0px;
}
