/*
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
*/
.detail-container {
  padding-top: 7.5rem;
}
.detail-listing-img {
  max-width: 415px;
  max-height: 292px;
  margin-bottom: 0px;
}
/*---------------------------------------------*/
/* TRUSTED SEAL DESCRIPTION PAGE
/*---------------------------------------------*/
.btn-seal {
  display: inline-block;
  background-color: #e5e1ea;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  text-decoration: none;
  color: #444;
  font-size: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-bottom: 7px;
}
.btn-seal i {
  position: relative;
  top: 1px;
  margin-left: 7px;
  font-size: 1.15em;
}
.btn-seal i.ion-ios-arrow-down {
  top: 2px;
  margin-left: 8px;
}
/*--------------------------------------*/
/* Business Hours
/*--------------------------------------*/
dl dd {
  background-color: #d5d5d5;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.dt-info {
  background-color: #3f4c6b;
  color: #fff;
}
.dt-default {
  background-color: #fff;
}
.dt-danger {
  background-color: #ee0101;
  color: #fff;
}
.padding-ten {
  padding: 10px;
}
.btn-seal {
  background-color: #e5e1ea;
}
.btn-seal:hover, .btn-seal:focus, .btn-seal:active, .clean.button-group.open .button {
  background-color: #6688cc;
  border-color: #d1d1d1;
  color: #0e1d5d;
  text-decoration: none;
}
.social-bg {
  background-color: #0e1d5d;
}
.gallery {
  background: #152b89;
}
/*--------------------------------------------------*/
/* Detail Page Gallery
/*--------------------------------------------------*/
/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding-left: 6rem !important;
  padding-right: 6rem !important;
  list-style: none outside none;
}
/* Previous button  */
.media-carousel .carousel-control.left {
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  left: -12px;
  padding: 6px;
}
/* Next button  */
.media-carousel .carousel-control.right {
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  right: -12px !important;
  padding: 6px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
  background: #333333;
}
.media-carousel img {
  /*width: 25rem;*/
  height: 10rem;
}
/* End carousel */
#social-sharrre {
  float: left;
  height: 6rem;
  margin: 0 10%;
}
.sharrre .button {
  float: left;
  width: 6rem;
}
/* BREADCRUMB */
.breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
}
.footer-top {
  background-color: #6688cc;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.footer-top-menu li {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.footer-top-menu li a {
  color: #ffffff;
}
.btn-toolbar i {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #6688cc;
  color: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 4px 4px 4px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(255, 255, 255, 0.2);
}
.btn-toolbar i:focus, .btn-toolbar i.focus {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
.btn-toolbar i:hover, .btn-toolbar i:active, .btn-toolbar i.active {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
/*
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
*/
.navdtl01 {
  margin-top: 4.8rem;
  z-index: 101;
  background-color: #fff;
  border-color: #e7e7e7;
}
.navdtl01 .navbar-nav a {
  display: block;
  padding: 5px 0.93rem;
  position: relative;
  font-weight: 600;
  color: #1d1d1d;
}
.navdtl01 .navbar-nav a:hover {
  color: #1d1d1d;
  text-decoration: none;
}
.navdtl01 .navbar-nav .fas {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #6688cc;
  color: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 4px 4px 4px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(255, 255, 255, 0.2);
}
.navdtl01 .navbar-nav .fas:focus, .navdtl01 .navbar-nav .fas.focus {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
.navdtl01 .navbar-nav .fas:hover, .navdtl01 .navbar-nav .fas:active, .navdtl01 .navbar-nav .fas.active {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
/*
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: #6688cc;
  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
*/
.sw06 {
  margin: 5px 5px 0.62rem 5px;
  position: relative;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 0.62rem 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 0.62rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 0.62rem 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.sw06__image {
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
}
.sw06__image img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sw06__image:hover img {
  -webkit-transform: scale(1.2) rotate(-7deg);
  -moz-transform: scale(1.2) rotate(-7deg);
  -ms-transform: scale(1.2) rotate(-7deg);
  -o-transform: scale(1.2) rotate(-7deg);
  transform: scale(1.2) rotate(-7deg);
}
.sw06__image .sw06__left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  border-radius: 0px;
  padding: 5px;
}
.sw06__image .sw06__right-top {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 0.62rem;
  border-radius: 0px;
}
.sw06__content {
  padding: 0.62rem;
}
.sw06__action {
  padding: 1.25rem;
  padding-top: 5px;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.sw06__action .btn-theme-primary {
  font-weight: 600;
  font-size: 1.12rem;
}
.sw06__action a {
  color: #777;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sw06__action a:hover {
  color: #ffd8a6;
  text-decoration: none;
}
.sw06__reveal {
  padding: 1.25rem;
  position: absolute;
  background-color: #FFF;
  width: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  display: none;
}
.sw06__reveal p {
  color: rgba(0, 0, 0, 0.71);
  margin: 1.25rem;
}
.sw06 .btn-custom {
  background-color: transparent;
  font-size: 1.12rem;
  display: block;
  position: relative;
  width: 15%;
}
.sw06__content .sw06__title, .sw06__reveal .sw06__title {
  font-size: 1.5rem;
  font-weight: 200;
}
.sw06__action p, .sw06__author, .sw06__desc small {
  color: #777;
}
.sw06__author {
  font-size: 0.75rem;
}
.sw06__author .span {
  white-space: nowrap;
}
.sw06__reveal .sw06__desc {
  margin-top: 2%;
  text-align: justify;
}
.sw06__content .sw06__title {
  position: relative;
  white-space: nowrap;
  width: 85%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gc-list-view .sw06 .img-crop-center {
  max-height: 280px;
}
/*
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
*/
/*---------------------------------------------*/
/* Modules Featured, Popular and Recently Block
/*---------------------------------------------*/
.fprlvwidget03 {
  border: none;
  border-radius: 0px;
}
.fprlvwidget03.card {
  margin-bottom: 1rem;
}
.fprlvwidget03 .card-body {
  padding-bottom: 0;
}
.fprlvwidget03 .card-header {
  background: #6688cc none repeat scroll 0 0;
  border-color: #6688cc;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
}
.fprlv03 {
  border: none;
  border-radius: 0px;
}
.fprlv03.border-list {
  border-bottom: 1px dotted #bbb;
}
.fprlv03 .list-heading {
  color: #0e1d5d;
  font-style: italic;
  font-size: 0.93rem;
}
.fprlv03:hover {
  color: #0e1d5d;
  text-decoration: none;
}
.fprlv03 .home-lst-desc {
  font-size: 0.75rem;
  text-align: left;
}
.fprlv03-img {
  height: auto !important;
}
@media only screen and (max-width: 37.5em) {
  .fprlv03-img {
    max-height: 150px;
  }
}
/*
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
*/
.desc-pricing-box {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
  color: #444;
  font-size: 90%;
  padding: 2px 4px;
}
.desc-module-title a {
  color: #444;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.item-header {
  clear: both;
  display: block;
  margin: 0 auto 0.62rem;
  overflow: hidden;
}
.item-details {
  border: medium none;
  display: block;
  float: left;
  margin: 0 0.62rem 0 0 !important;
  overflow: hidden;
  padding: 0 !important;
  text-transform: uppercase;
  color: #777;
  font-size: 0.75rem;
  font-weight: 600;
}
.item-details > .fa {
  color: #777;
}
