
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic', serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Century Gothic', sans-serif;
	/*font-weight: 700;*/
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

li {
	font-size: 12px;
}

.tk-primary-color {
	color: #02879a;
}

a.tk-primary-color:hover {
	color: #147786;
}

.f-12 {
	font-size: 12px !important;
}

.f-14 {
	font-size: 14px !important;
}

.f-15 {
	font-size: 15px !important;
}

.m-0 {
	margin: 0;
}

.m-t-0 {
	margin-top: 0 !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-b-0 {
	margin-bottom: 0 !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-b-25 {
	margin-bottom: 20px !important;
}

.p-0 {
	padding: 0;
}

.p-t-0 {
	padding-top: 0 !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-b-0 {
	padding-bottom: 0 !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-r-0 {
	padding-right: 0 !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-r-10 {
	padding-right: 10px !important;
}

.p-r-15 {
	padding-right: 15px !important;
}

.p-r-20 {
	padding-right: 20px !important;
}

.p-l-0 {
	padding-left: 0 !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.p-l-10 {
	padding-left: 10px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.p-l-20 {
	padding-left: 20px !important;
}

.tk-page-section {
	padding: 90px 0;
	padding-bottom: 0;
}

.tk-navigation-container {
	height: auto;
	background: #fff;
	position: fixed;
	width: 100%;
	-webkit-box-shadow: 0px 1px 1px 0px #ddd;
	box-shadow: 0px 1px 1px 0px #ddd;
	z-index: 2;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: transform 0.3s cubic-bezier(0.37, 0.99, 0.74, 1) 0s, opacity 0.3s cubic-bezier(0.37, 0.99, 0.74, 1) 0s;
}

.tk-navigation-row {
	padding: 10px 0;
}

.tk-navigation-logo {
	height: 70px;
	width: auto;
	margin: auto;
	display: block;
}

.tk-navigation-title {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 15px;
}

.tk-navigation-sub-title {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.tk-navigation-sub-title span {
	color: #02879a;
}

.tk-navigation-btn {
	background: #02879a;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #fff;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	transition: all 300ms;
}

.tk-navigation-btn:hover {
	background: #147786;
	color: #fff;
}

.flex-item-center {
	display: flex;
	align-items: center;
}

.tk-page-header-carousel-img {
	height: calc(87vh - 180px);
	background-size: cover !important;
}

.arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  text-indent: -9999px;
  border-top: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  color: transparent;
}

.arrow:before {
  display: block;
  height: 200%;
  width: 200%;
  margin-left: -50%;
  margin-top: -50%;
  content: "";
  transform: rotate(45deg);
}

.arrow.prev {
  transform: rotate(-45deg);
  left: 0;
}

.arrow.next {
  transform: rotate(135deg);
  right: 0;
}

.tk-page-header-carousel .owl-prev {
	position: absolute;
    left: 0;
    top: 0;
    height: calc(87vh - 180px);
    margin: 0 !important;
    width: 300.81px;
    background: rgba(0,0,0,0.7) !important;
    outline: none;
}

.tk-page-header-carousel .owl-prev i{
	float: right;
    margin-right: 30px;
}

.tk-page-header-carousel .owl-next {
	position: absolute;
    right: 0;
    top: 0;
    height: calc(87vh - 180px);
    margin: 0 !important;
    width: 300.81px;
    background: rgba(0,0,0,0.7) !important;
    outline: none;
}

.tk-page-header-carousel .owl-next i{
	float: left;
    margin-left: 30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: unset;
}

.content-section {
	padding: 20px;
}

.tk-package-options-box {
	background: #f4f4f4;
	padding: 20px;
}

.tk-package-options-box p{
	margin: 0;
}

.tk-primary-btn {
	background: #02879a;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #fff;
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	transition: all 300ms;
}

.tk-primary-btn:hover {
	background: #147786;
	color: #fff;
}

.tk-bpg-logo {
	display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 30px;
}

.grey-bg {
	background: #f4f4f4;
}

.tk-package-box {
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 2px #ddd;
	box-shadow: 0px 0px 5px 2px #ddd;
}

.tk-package-img {
	height: 247px;
	background-size: cover !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tk-package-img:hover .overlay {
	opacity: 1;
    cursor: pointer;
    transition: all 300ms ease;
}

.overlay {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	transition: all 300ms ease;
}

.tk-package-popup-icon {
	display: none;
	color: #fff;
	font-size: 30px;
	z-index: 1;
}

.tk-package-img:hover .tk-package-popup-icon {
	display: block;
}

.tk-package-view-inclusions {
	/*position: absolute;*/
	bottom: 0;
}

.tk-package-btn-book {
	display: block;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	background: #02879a;
	color: #fff;
	transition: all 300ms;
}

.tk-package-btn-book:hover {
	background: #147786;
	color: #fff;
}

.tk-package-item {
	margin: 30px 0;
}

.tk-package-all-details {
	padding: 15px;
	/*padding-top: 30px;*/
	border-top: 1px solid #ddd;
}

.tk-package-detail-title {
	font-size: 16px;
}

.tk-collapse-icon {
	transform: rotate(180deg);
}
.br-br {
    border-top: 1px solid #d6d9da;
    color: #999;
    display: block;
    padding: 10px;
    position: relative;
    text-align: left;
    /*text-transform: uppercase;*/
    width: 100%;
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    margin: 0;
}

#accordion .panel-heading {
	background-color: #f4f4f4;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.panel-body {
	font-size: 14px;
}

.panel-collapse {
	padding-bottom: 10px;
}

.tk-list-room-facilities {
	column-count: 2;
	column-gap: 40px;
}

.tk-description {
	text-align: justify;
    line-height: 20px;
}

.p-m-0 p {
	margin: 0;
}

.tk-footer {
	background: #333;
	color: #fff;
	padding: 50px 0;
	padding-bottom: 30px;
}
.logo-invert {
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.tk-footer-logo {
	display: block;
	margin: auto;
	height: 100px;
	width: auto;
}
.tk-footer-text {
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
}
.tk-list-social {
	list-style: none;
}
.tk-list-social li{
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}
.tk-copyright-footer {
	text-transform: uppercase;
	background: #222;
	color: #fff;
	padding: 20px 0;
	font-size: 8px;
}
.tk-copyright-footer p {
	margin: 0;
}
/* endpoint */