@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
*/
.gc-detail-contact li {
  background-color: #eee;
  padding: 0.2rem 0.6rem !important;
}
#sendSMSModal .selectize-input, #sendSMSModal input, #sendSMSModal textarea, #sendSMSModal .btn, #sendEmailModal .selectize-input, #sendEmailModal input, #sendEmailModal textarea, #sendEmailModal .btn, #claim_report_form .selectize-input, #claim_report_form input, #claim_report_form textarea, #claim_report_form .btn, #exampleModal .selectize-input, #exampleModal input, #exampleModal textarea, #exampleModal .btn {
  background: #fbfdff;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #333;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -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;
}
#sendSMSModal textarea, #sendEmailModal textarea, #claim_report_form textarea, #exampleModal textarea {
  height: 130px;
}
#sendSMSModal .modal-content, #sendEmailModal .modal-content, #claim_report_form .modal-content, #exampleModal .modal-content {
  top: 4.5rem !important;
}
.inputstyle {
  background: #fbfdff;
  margin-bottom: 10px;
  height: 50px;
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -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;
}
.btn-style a {
  color: #222222;
  display: flex;
  align-items: center;
  background: #fdd935 !important;
  border: 1px solid #eee;
  padding: 7px;
  margin: 0px 0px 7px !important;
  box-shadow: none !important;
}
.btn-style a:hover {
  color: #fdd935;
  border-color: #fdd935;
  background: #222222 !important;
}
.oceanus-btn {
  color: #ffffff !important;
  background-color: #fdd935;
  border-color: #fdd935;
  font-size: 14px;
  padding: 12px 30px;
  line-height: 1.7;
  border-radius: 2px;
}
.oceanus-btn:hover {
  background-color: #fdd935;
  border-color: #fdd935;
}
.oceanus {
  /******************************sidebar ******************************/
}
.oceanus-content {
  /************************************************************/
  /*************** map ****************/
}
.oceanus-content .jssocials-share-link {
  font-size: 14px;
}
.oceanus-content-div {
  margin-top: 60px;
}
.oceanus-content-description {
  margin-bottom: 40px;
  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);
}
.oceanus-content-description-title {
  font-size: 20px;
  margin: 0;
  padding: 15px 20px;
  text-transform: capitalize;
  border-bottom: 1px solid #eaeff5;
}
.oceanus-content-description-inner {
  padding: 20px;
}
.oceanus-content-description-inner p {
  font-size: 16px;
  color: #222222;
  margin: 0 0 25px;
}
.oceanus-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);
}
.oceanus-content-layout-title {
  text-transform: capitalize;
  font-size: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #eaeff5;
  margin: 0 0 20px;
}
.oceanus-content-layout-inner p, .oceanus-content-layout-inner a {
  font-size: 16px;
  margin: 0 0 25px;
  text-decoration: none;
}
.oceanus-content-layout-inner ul li {
  color: #6c757d;
  padding: 5px 0;
  font-weight: lighter;
}
.oceanus-content-nav {
  position: relative;
  z-index: 9;
  top: -41px;
  text-align: end;
  padding: 0;
  margin-bottom: 0px !important;
  float: right;
  right: 20px;
}
.oceanus-content-nav a {
  margin-right: 15px;
}
.oceanus-content-nav i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 7px;
}
.oceanus-content-listing {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
}
.oceanus-content-listing li {
  margin-bottom: 10px;
  float: left;
  display: block;
  width: 50%;
}
.oceanus-content-listing li a {
  cursor: pointer;
  outline: none !important;
  color: #222222;
  text-decoration: none;
}
.oceanus-content-listing li a:before {
  font-size: 18px;
  line-height: 1;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fdd935;
  display: inline-block;
  margin-right: 5px;
}
.oceanus-content-review {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oceanus-content-review-avatar img {
  width: 55px;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
  height: auto;
}
.oceanus-content-review-comment {
  padding: 20px;
  overflow: hidden;
  border: 1px solid #eaeff5;
}
.oceanus-content-review-comment-info {
  display: flow-root;
}
.oceanus-content-review-comment-info h3, .oceanus-content-review-comment-info a, .oceanus-content-review-comment-info span {
  margin: 0;
  color: #222222;
  text-decoration: none;
}
.oceanus-content-review-comment-info h3 {
  font-size: 17px;
  font-weight: 500;
}
.oceanus-content-review-comment-avg {
  color: #fdd935 !important;
  font-weight: 700;
}
.oceanus-content-review-comment-description {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.oceanus-content-review-comment-description p {
  margin: 0;
}
.oceanus-content-review-comment-action-left a {
  margin-right: 20px;
  text-decoration: none;
}
.oceanus-content-review-comment-action-left a i {
  font-size: 18px;
  margin-right: 2px;
}
.oceanus-content-review-comment-action-left a:nth-child(1) {
  color: #fdd935;
}
.oceanus-content-review-comment-action-left a:nth-child(2) {
  color: #f1f1f1;
}
.oceanus-content-review-comment-action-left a:nth-child(3) {
  color: #222222;
}
.oceanus-content-review-comment-action-right span {
  color: #222222;
  -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;
  display: inline-block;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.oceanus-content-review-comment-action-right-span {
  color: #fdd935 !important;
}
.oceanus-content-review-comment-action-model {
  margin-bottom: 5px;
  height: 27px;
}
.oceanus-content-review-comment-action-model h3 {
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  font-size: 24px;
}
.oceanus-content-review-comment-action-model span {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
  font-size: 14px;
  color: #222222;
}
.oceanus-content-review-comment-action-model ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  list-style: outside none none;
  overflow: hidden;
  cursor: pointer;
  margin-right: 30px;
}
.oceanus-content-review-comment-action-model ul li, .oceanus-content-review-comment-action-model ul span {
  display: inline-block;
  float: none;
  font-size: 14px;
  min-width: 23px !important;
  height: 19px;
}
.oceanus-content-review-comment-action-model-btn {
  min-width: 150px;
}
.oceanus-content-review-comment-respond {
  color: #f1f1f1 !important;
}
.oceanus-content-review-comment-respond h3 {
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 11.5px;
  font-weight: 500;
}
.oceanus-content-review-comment-respond span {
  color: #fdd935;
  font-size: 80%;
  text-decoration: none;
  cursor: pointer;
}
.oceanus-content-review-comment-respond button {
  padding-left: 80px;
  padding-right: 80px;
}
.oceanus-content-review-comment-attachments {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.oceanus-content-review-comment-attachments-attachment {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 12.5%;
  margin-bottom: 10px;
}
.oceanus-content-review-comment-attachments-attachment a {
  display: block;
  position: relative;
  border-radius: 3px;
}
.oceanus-content-review-comment-attachments-attachment a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff431e;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.oceanus-content-review-comment-attachments-attachment a:hover:before {
  color: #fdd935;
  opacity: 0.5;
}
.oceanus-content-review-comment-attachments-attachment a img {
  width: 100%;
  height: 100%;
}
.oceanus-content-review-comment-ratings {
  margin: 0 0 30px;
}
.oceanus-content-review-comment-ratings-btn {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.oceanus-sidebar-map {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.oceanus-sidebar-map li {
  margin-bottom: 10px;
}
.oceanus-sidebar-map li a, .oceanus-sidebar-map li span {
  color: #222222;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.oceanus-sidebar-map li a:hover, .oceanus-sidebar-map li span:hover {
  color: #fdd935;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.oceanus-sidebar-follow {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
}
.oceanus-sidebar-social {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 0;
  overflow: hidden;
  clear: both;
}
.oceanus-sidebar-social li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.oceanus-sidebar-social 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);
}
.oceanus-sidebar-social li a:hover {
  color: #ffffff;
  background-color: #fdd935;
  border-color: #fdd935;
}
.oceanus-sidebar-opening, .oceanus-sidebar-timing {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.oceanus-sidebar-opening {
  color: #fdd935;
  text-transform: capitalize;
}
.oceanus-sidebar-hours {
  display: block;
}
.oceanus-sidebar-listing {
  overflow: hidden;
  border-bottom: 1px dashed #eaeff5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.oceanus-sidebar-listing:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
.oceanus-sidebar-day {
  display: inline-block;
  text-transform: capitalize;
  float: left;
  color: #222222;
}
.oceanus-sidebar-bottom {
  text-align: right;
  overflow: hidden;
}
.oceanus-sidebar-time {
  font-size: 14px;
  font-weight: 400;
}
.oceanus-sidebar-close, .oceanus-sidebar .current {
  color: #fdd935;
  font-size: 15px;
  font-weight: 500;
}
.oceanus-sidebar-nearby p {
  font-size: 14px;
  color: #222222;
}
.oceanus-sidebar-nearby a {
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}
.oceanus-sidebar-nearby a:hover {
  color: #fdd935;
}
.oceanus-sidebar-browse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oceanus-sidebar-browse ul li {
  margin-bottom: 10px;
}
.oceanus-sidebar-browse ul li a {
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.oceanus-sidebar-browse ul li a:hover {
  color: #fdd935;
}
.oceanus-sidebar-browse ul li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
}
.oceanus-sidebar-pricerange-range {
  color: #fdd935;
  font-weight: 700;
  font-size: 16px;
}
.oceanus-sidebar-pricerange-highlight {
  color: #fdd935;
  text-transform: capitalize;
  font-size: 14px;
}
.oceanus-sidebar-pricerange-currency {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}
.oceanus-sidebar-rating {
  margin-top: 25px;
}
.oceanus-sidebar-rating-avg {
  font-size: 48px;
  font-weight: 700;
  line-height: 0.8;
  float: left;
  padding-right: 10px;
}
.oceanus-sidebar-rating-after {
  overflow: hidden;
  line-height: 1.2;
}
.oceanus-sidebar-rating-mode {
  font-size: 18px;
  font-weight: 600;
}
.oceanus-sidebar-rating-text {
  font-size: 14px;
  font-weight: 400;
}
.oceanus-sidebar-rating-wrapper {
  margin-top: 25px;
}
.oceanus-sidebar-rating-wrapper-item {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 22px;
}
.oceanus-sidebar-rating-wrapper-theme {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.oceanus-sidebar-rating-wrapper-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.oceanus-sidebar-statistic {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
}
.oceanus-sidebar-statistic li {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.oceanus-sidebar-statistic-label {
  font-size: 18px !important;
}
.oceanus-sidebar-statistic-label, .oceanus-sidebar-statistic-number {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  -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;
}
.oceanus-sidebar-contect {
  margin-top: 0;
}
.oceanus-sidebar-contect-avatar {
  margin-right: 20px !important;
  border-radius: 50%;
  overflow: hidden;
  width: auto;
  margin: 0px;
  max-width: 60px;
  max-height: 60px;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}
.oceanus-sidebar-contect-avatar a {
  color: #222222;
  text-decoration: none;
}
.oceanus-sidebar-contect-avatar a:hover {
  color: #fdd935;
}
.oceanus-sidebar-contect-avatar img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: top center;
}
.oceanus-sidebar-contect-author {
  font-weight: 500;
  margin: 0;
}
.oceanus-sidebar-contect a {
  font-size: 16px;
  color: #222222;
  text-decoration: none;
}
.oceanus-sidebar-contect-form {
  text-align: center;
}
.oceanus-sidebar-contect-form textarea {
  resize: none;
  height: 130px !important;
}
.oceanus-sidebar-contect-form-btn {
  padding: 12px 30px;
}
.fn a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
.comment-avatar img {
  width: 55px;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
  height: 55px;
  object-fit: cover;
  object-position: top center;
}
.reply a {
  color: #fdd935 !important;
  background: #222222 !important;
  bottom: 8px !important;
  text-decoration: none;
}
.comment-content {
  border-bottom: 1px solid #eaeff5;
}
.comment-content .comment-title, .comment-content p {
  font-size: 16px;
}
.comment-wrap {
  border: none;
}
.shadow-box {
  box-shadow: none !important;
}
.star {
  font-size: 18px;
}
/************************** slick slider ******************************/
.slider-for {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
slider-nav .item.slick-slide {
  width: 104px !important;
  height: 104px !important;
}
.slick-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 5px;
}
.slider-nav {
  width: 100%;
  margin-top: 10px;
}
.slider-nav .slick-track {
  height: 85px;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.slick-prev {
  left: 25px !important;
  color: #ffffff;
}
.slick-next {
  right: 25px !important;
  color: #ffffff;
}
.slick-prev:before, .slick-next:before {
  opacity: 1;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out 0s;
}
.slick-prev:hover:before, .slick-next:hover:before {
  color: #fdd935;
  transition: all 0.2s ease-in-out 0s;
}
.heading-quinary span {
  font-weight: bold;
  color: #26354e;
}
.des-para {
  color: #6c757d;
}
.rounded-icons-list li a {
  transition: 0.5s all;
  margin: 0px;
  color: #111111;
}
.rounded-icons-list li a:hover {
  background-color: #fdd935;
  color: #222222;
}
.heading-tertiary i {
  line-height: none;
}
.content-block > .row {
  border-bottom: 1px solid #e3e6e3;
  color: #6c757d;
  padding-bottom: 10px;
}
.content-layout li {
  margin: 10px 0;
  color: #6c757d;
}
.field-only-form.border-0 .form-control {
  margin-bottom: 10px;
}
#erroneousReportForm .has-feedback, .field-only-form.border-0 .form-control.input-sm {
  margin-bottom: 0px;
}
.headdtl03__review .caption {
  display: 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
*/
.headdtl03 {
  background-size: cover;
  background-position: center;
}
.headdtl03_img {
  max-width: 150px;
  height: auto;
}
.headdtl03_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.headdtl03__overlay {
  background: linear-gradient(to right, rgba(6, 27, 65, 0.3), rgba(6, 27, 65, 0.9));
  padding: 50px 0px 50px 0px;
}
.headdtl03__content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}
.headdtl03__content ul li {
  display: inline-block;
  color: white;
  font-size: 14px;
  margin: 0px 5px 0px 0px;
}
.headdtl03__content ul li a {
  color: #111111;
}
.headdtl03__review {
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(6, 27, 65, 0.25);
  border-radius: 60px;
  top: 25px;
  margin: 0 10px;
}
.headdtl03__review .fa-star {
  font-size: 14px;
}
.headdtl03__breadcrumb li {
  padding: 10px 10px;
}
.headdtl03__breadcrumb li .hd-lock-btn {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
}
.headdtl03__breadcrumb li i {
  padding: 5px;
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  margin-right: 5px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.5);
}
.headdtl03__breadcrumb a:hover {
  text-decoration: none;
}
.headdtl03__stats li {
  padding: 10px 0px;
}
.headdtl03__stats li span {
  border: 2px dotted rgba(255, 255, 255, 0.21);
  background: rgba(255, 255, 255, 0.21);
  color: #fff;
  padding: 8px 12px;
}
.headdtl03__head span {
  transform: translate(0, -300px) scale(0);
  animation: animate 3s forwards;
  font-size: 36px;
  font-weight: 900;
  text-transform: capitalize !important;
  float: right;
  line-height: 70px;
}
.headdtl03__head span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.headdtl03__head span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.headdtl03__head span:nth-of-type(4) {
  animation-delay: 0.3s;
}
.headdtl03__head span:nth-of-type(5) {
  animation-delay: 0.4s;
}
.headdtl03__head span:nth-of-type(6) {
  animation-delay: 0.5s;
}
.headdtl03__head span:nth-of-type(7) {
  animation-delay: 0.6s;
}
.headdtl03__head span:nth-of-type(8) {
  animation-delay: 0.7s;
}
.headdtl03__head span:nth-of-type(9) {
  animation-delay: 0.8s;
}
.headdtl03__head span:nth-of-type(10) {
  animation-delay: 0.9s;
  animation-delay: 0.11s;
}
.headdtl03__head span:nth-of-type(11) {
  animation-delay: 0.1s;
}
@keyframes animate {
  60% {
    transform: translate(20px, 0) scale(1);
    color: #ffffff;
  }
  80% {
    transform: translate(20px, 0) scale(1);
    color: #ffffff;
  }
  99% {
    transform: translate(0) scale(1.2);
    color: #ffffff;
  }
  100% {
    transform: translate(0) scale(1);
    color: #ffffff;
    opacity: 1;
  }
}
/*
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
*/
.gal01 {
  margin-bottom: 0px;
  position: relative;
}
.gal01 .slick-prev.slick-arrow, .gal01 .slick-next.slick-arrow {
  font-size: 13px;
  border-radius: 100%;
  z-index: 1;
  width: 27px;
  height: 27px;
}
.gal01 .slick-prev.slick-arrow {
  left: 7px;
}
.gal01 .slick-next.slick-arrow {
  right: 7px;
}
.gal01 .img-fluid {
  height: 280px;
  padding-top: 5%;
  padding-bottom: 5%;
}
/* Oceanus Gallery */
.oceandtgallery__full {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oceandtgallery__thumb {
  width: 100%;
  margin-top: 10px;
}
.oceandtgallery__thumb .slick-track {
  height: 85px;
}
.oceandtgallery__thumb .item.slick-slide {
  width: 104px !important;
  height: 104px !important;
}
.oceandtgallery .slick-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 5px;
}
.oceandtgallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.oceandtgallery .slick-prev {
  left: 25px !important;
  color: #ffffff;
}
.oceandtgallery .slick-next {
  right: 25px !important;
  color: #ffffff;
}
.oceandtgallery .slick-prev:before, .oceandtgallery .slick-next:before {
  opacity: 1;
  font-size: 20px !important;
  transition: all 0.2s ease-in-out 0s;
}
.oceandtgallery .slick-prev:hover:before, .oceandtgallery .slick-next:hover:before {
  color: #fdd935;
  transition: all 0.2s ease-in-out 0s;
}
/*
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
*/
.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 #fdd935;
}
.tab_module .filter-button-group li:hover, .tab_module .filter-button-group li.active {
  color: #222222;
  border: 1px solid #fdd935;
  background: #fdd935;
}
.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;
}
