/* Website template by freewebsitetemplates.com */
/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'anticregular';
	src: url('../fonts/antic-regular-webfont.eot');
	src: url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/antic-regular-webfont.woff') format('woff'), url('../fonts/antic-regular-webfont.ttf') format('truetype'), url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------- Layout styles ------------------------*/
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg);
	font-size: 12px;
}

a {
	outline: none;
}

a img {
	border: 0;
	display: block;
}

p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000000;
}

p a {
	color: #959595;
}

p a:hover {
	color: #1bb5ac;
}

/*------------------------- Header ------------------------*/
#header {
	background: url(../images/bg-header.jpg);
	height: 130px;
}

#header .title {
	background-color: #c8c10d;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#header .title h1 {
	color: #FFFFFF;
	font-family: lato-regular-webfont;
	font-size: 40px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 28px 0 23px;
	text-align: center;
	text-transform: uppercase;
}

#header div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 29px;
	width: 931px;
}

#header div a#logo {
	display: block;
	float: left;
	margin: 15px 0 0;
}

#header div ul {
	float: right;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#header div ul li {
	float: left;
	height: 130px;
	text-align: center;
	width: 110px;
}

#header div ul li a {
	color: #000000;
	display: block;
	height: 130px;
	letter-spacing: .075em;
	line-height: 150px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #6d6565;
	width: 110px;
	font-size: 14px;
}

#header div ul li.selected a {
	background: url(../images/bg-nav-selected.png) repeat-x;
}

#header div ul li.selected a,
#header div ul li a:hover {
	color: #1bb5ac;
}


.banner {
	background-color: #1bb5ac; /* Example background color */
    padding: 20px;
    text-align: center;
    color: #fff; /* Text color for better visibility */
    height: 70vh; /* Adjust the height to cover 70% to 80% of the screen height */
    display: flex;
    flex-direction: column;
}

.banner-title {
    font-size: 60px; /* Adjust the font size for big and bold text */
    font-weight: bold;
    line-height: 1.2; /* Increase line height for better readability */
    margin-bottom: 15px; /* Add space below the title */
}

.at-line {
    font-size: 40px; /* Adjust the font size for "at" */
}

.address {
    font-size: 22px;
    margin-bottom: 5px; /* Add space below the address */
	color: #fff; 
}

.contact {
    font-size: 22px;
	color: #fff; 
}

.contact a {
	color: #000; 
}

.contact a:hover {
    color: #000;
}


/*------------------------- Body ------------------------*/
#body {
	margin: 0 auto 97px;
	min-height: 1005px;
	padding: 10px 29px 0;
	width: 902px;
}

#body.home .blog {
	overflow: hidden;
}

#body.home .blog>img {
	display: block;
	float: left;
	margin: 0 0 0;
}

#body.home .blog div {
	/* float: left; */
	padding: 5px 0 0;
	/* width: 430px; */
}

#body.home .blog .introRight {
	/* float: right; */
	/* width: 430px; */
	text-align: revert;
	padding: 0px 0 0 0px;
}

#body.home .blog .intro {
	font-size: 18px;
	line-height: 30px;
}

#body.home .blog div img {
	display: block;
	margin: 0 0 0 0;
}

#body.home .blog div h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 24px;
	margin-bottom: 3px;
	text-align: right;
	text-indent: 110px;
}

#body.home .blog div p {
	margin: 0;
	text-align: left;
}


.blog {
    margin-top: 20px; /* Add space above the blog section */
}

.blog .title {
    font-size: 28px; /* Adjust the font size for the title */
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px; /* Add space below the title */
}

.blog .description {
    font-size: 18px; /* Adjust the font size for the description */
    text-align: center;
    margin-bottom: 0px; /* Add space below the description */
}

.facility {
    padding: 20px;
    border-radius: 10px; /* Add rounded corners to the facility box */
}

.facility h4 {
    font-size: 24px; /* Adjust the font size for the facility heading */
    margin-bottom: 15px; /* Add space below the facility heading */
}

.facility ul {
    list-style-type: none; /* Remove default list styles */
}

.facility ul li {
    font-size: 16px; /* Adjust the font size for list items */
    margin-bottom: 10px; /* Add space below each list item */
}

.facility ol li {
    font-size: 16px; /* Adjust the font size for list items */
    margin-bottom: 10px; /* Add space below each list item */
}


.why-yoga-link {
	display: block;
    padding-top: 17px;
    color: #35bca9;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
	font-size: 20px;
}

.why-yoga-link:hover {
    color: #1e87d0; /* Change link color on hover */
}

.custom-table {
	width: 100%;
	border-collapse: collapse; /* Merge cell borders */
  }

.custom-table th:first-child,
.custom-table td:first-child {
  width: 30%; /* Set the width of the first column to 50% */
}
  
  .custom-table th, .custom-table td {
	padding: 15px; /* Add padding for cell content */
	text-align: left; /* Align cell content to the left */
	font-size: 16px; /* Set font size to 25px */
  }
  
  .custom-table th {
	background-color: #f0f0f0; /* Light gray background for header cells */
  }
  
  .custom-table tr:nth-child(even) {
	background-color: #f9f9f9; /* Alternate row background color */
  }
  
/* Additional styles can be added as needed */

/* Styles for the fixed button */
.fixed-button {
	position: fixed;
	bottom: 100px;
	right: 5px;
	padding: 15px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1000;
	font-size: 14px;
  }
  
  /* Styles for button hover effect */
  .fixed-button:hover {
	background-color: #0056b3;
  }
  
  /* Styles for the arrow shape */
  .fixed-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -10px; /* Adjust this value to position the arrow */
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #007bff; /* Arrow color */
  }
  


#body.home .article {
	margin: 63px 0 0;
	overflow: hidden;
}

#body.home .article div {
	float: left;
	padding: 0 0 0 25px;
	width: 465px;
}

#body.home .article div h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 24px;
	margin: 6px 0 3px;
	text-align: left;
}

#body.home .article div p {
	margin: 0 0 24px;
	text-align: left;
	font-size: 15px;
}

#body.home .article>img {
	display: block;
	float: right;
	margin: 0 44px 0 0;
}

#body .article .title {
	background-color: #1bb5ac;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
}

#body .article .title h1 {
	color: #FFFFFF;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 0px;
	text-align: center;
	text-transform: uppercase;
}

#body.home .news {
	overflow: hidden;
	padding: 37px 0 0;
}

#body.home .news .title {
	background-color: #1bb5ac;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	padding: 0 !important;
	width: 100%;
}

#body.home .news .title h1 {
	color: #FFFFFF;
	font-family: lato-regular-webfont;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 10px 0 0px;
	text-align: center;
	text-transform: uppercase;
}

#body.home .news>img {
	display: block;
	float: left;
	margin: 0 0 0 15px;
}

#body.home .news div {
	float: right;
	padding: 0;
	width: 460px;
}

#body.home .news div h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 24px;
	margin: 6px 0 3px;
	text-align: left;
}

#body.home .news div p {
	margin: 0 0 24px;
	text-align: left;
	font-size: 15px;
}

#body.home .news div ul li {
	font-size: 15px;
	padding: 9px;
}

#body.subdivisions ul li {
	margin: 0 0 40px;
	overflow: hidden;
}

#body.subdivisions ul li div {
	float: left;
	margin: 0 45px 0 0;
	width: 585px;
}

#body.subdivisions ul li div p {
	margin: 6px 0 0;
	text-align: justify;
}

#body.subdivisions ul li>a {
	float: right;
}

#body.about p {
	margin: 6px 0 72px;
	text-align: justify;
}

#body.about.accomodation p {
	margin: 6px 0 20px;
	text-align: justify;
}


#body.about .temple p {
	margin: 6px 0 72px;
	text-align: justify;
	font-size: 18px;
	line-height: 40px;
}

#body.contact h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .05em;
	margin: 11px 0 0;
}

#body.contact p {
	margin: 0;
}

#body.contact h3 a {
	color: #1bb5ac;
	text-decoration: none;
	text-transform: capitalize;
}

#body.contact>div {
	padding: 18px 0 0 40px;
}

#body.contact>div div:first-child {
	margin-bottom: 71px;
}

#body.contact>div div:first-child span:first-child {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

#body.contact>div div:first-child span:first-child a {
	color: #a3a3a3;
}

#body.contact>div div:first-child span:first-child a:hover {
	color: #1bb5ac;
}

#body.contact>div div:first-child p {
	margin: 4px 0 24px 40px;
}

#body.contact>div div:first-child span {
	display: block;
	line-height: 24px;
	margin: 0 0 0 40px;
}

#body.contact>div div span:first-child {
	color: #A3A3A3;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

#body.contact>div div span {
	color: #a3a3a3;
	display: block;
	line-height: 24px;
	margin: 0 0 0 40px;
}

#body.blog {
	background: url(../images/bg-border.png) repeat-y 660px 0;
	margin-top: 38px;
	overflow: hidden;
	padding-top: 0;
}

#body.blog>div:first-child {
	float: left;
	width: 599px;
}

#body.blog>div:first-child>ul>li {
	background: url(../images/bg-mid.png) repeat-y left top;
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
}

#body.blog>div:first-child>ul>li span.bg-top {
	background: url(../images/bg-top.jpg) no-repeat left top;
	display: block;
	height: 10px;
	width: 580px;
}

#body.blog>div:first-child>ul>li>a {
	display: block;
	float: left;
	margin: 8px 20px 0;
}

#body.blog>div:first-child>ul>li>div {
	float: right;
	padding: 0 39px 0 0;
	width: 390px;
}

#body.blog>div:first-child>ul>li>div h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 2px 0 0;
}

#body.blog>div:first-child>ul>li>div h3 a {
	color: #1bb5ac;
	text-decoration: none;
}

#body.blog>div:first-child>ul>li>div p {
	margin: 2px 0 0;
}

#body.blog>div:first-child>ul>li>div div {
	border-top: 1px solid #e5e5e5;
	margin: 15px 0 0;
	padding: 13px 0 25px;
}

#body.blog>div:first-child>ul>li>div div span:first-child {
	float: left;
}

#body.blog>div:first-child>ul>li>div div span {
	color: #959595;
	float: right;
	font-size: 12px;
	letter-spacing: .05em;
}

#body.blog>div:first-child>ul>li span.bg-bottom {
	background: url(../images/bg-bottom.jpg) no-repeat left bottom;
	clear: both;
	display: block;
	height: 10px;
	width: 580px;
}

#body.blog>div:first-child>ul>li span.triangle {
	background: url(../images/bg-triangle.jpg) no-repeat;
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 52px;
	width: 20px;
}

#body.blog>div:first-child>ul.paging {
	overflow: hidden;
	padding: 35px 0 0;
	text-align: center;
	width: 580px;
	*margin: 0 0 0 140px;
	/* Needed for IE7 and old versions */
}

#body.blog>div:first-child>ul.paging li {
	background: none;
	display: inline-block;
	margin: 0;
	*float: left;
	/* Needed for IE7 and old versions */
}

#body.blog>div:first-child>ul.paging li a {
	color: #636363;
	font-family: anticregular;
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 24px;
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
}

#body.blog>div:first-child>ul.paging li a:hover {
	color: #E49E06;
}

#body.blog>div:first-child>ul.paging li.first a {
	margin: 0 15px 0 0;
}

#body.blog>div:first-child>ul.paging li.last a {
	margin: 0 0 0 15px;
}

#body.blog .sidebar {
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat left bottom;
	float: left;
	margin: 0 0 0 83px;
	padding: 0 0 10px;
	width: 220px;
}

#body.blog .sidebar h4 {
	background: url(../images/bg-archive.jpg) no-repeat;
	color: #627a0e;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	height: 42px;
	line-height: 44px;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 220px;
}

#body.blog .sidebar ul {
	background: url(../images/bg-sidebar-mid.png) repeat-y;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}

#body.blog .sidebar ul li.selected {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px;
}

#body.blog .sidebar ul li.last a {
	border: 0;
}

#body.blog .sidebar ul li.selected>a {
	background: url(../images/arrow-up.png) no-repeat right center;
	color: #e49e06;
	margin: 0 0 13px;
	padding: 15px 0;
}

#body.blog .sidebar ul li>a {
	background: url(../images/arrow-down.png) no-repeat right center;
	border-bottom: 1px solid #e5e5e5;
	color: #1bb5ac;
	display: block;
	font-family: anticregular;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 24px;
	padding: 12px 0;
	text-decoration: none;
	text-indent: 10px;
}

#body.blog .sidebar ul li span {
	display: block;
	padding: 0 0 0 50px;
}

#body.blog .sidebar ul li span a {
	color: #a3a3a3;
	font-size: 12px;
	letter-spacing: .05em;
	line-height: 24px;
	text-decoration: none;
}

#body.home .blog div h3 a,
#body.home .article div h3 a,
#body.home .news div h3 a,
#body.subdivisions ul li div h3 a {
	color: #1bb5ac;
	text-decoration: none;
}

#body.home .blog div h3 a:hover,
#body.home .article div h3 a:hover,
#body.home .news div h3 a:hover,
#body.subdivisions ul li div h3 a:hover,
#body.contact h3 a:hover,
#body.blog>div:first-child>ul>li>div h3 a:hover {
	text-decoration: underline;
}

#body.subdivisions ul,
#body.blog>div:first-child>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#body.subdivisions ul li div h3,
#body.about h3 {
	color: #e49e06;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 24px;
	margin: 14px 0 0;
}

#body.subdivisions ul li>a img:hover,
#body.blog>div:first-child>ul>li>a img:hover {
	filter: alpha(opacity=90);
	/* Needed for IE8 and old versions */
	opacity: 0.9;
}

#body.blog>div:first-child>ul.paging li.selected a,
#body.blog .sidebar ul li>a:hover,
#body.blog .sidebar ul li span a:hover {
	color: #e49e06;
}

/*------------------------- Footer ------------------------*/
#footer {
	background: url(../images/bg-footer.png) repeat-x;
	height: 130px;
}

#footer div {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}

#footer div p {
	color: #5bdee6;
	display: block;
	float: left;
	margin: 20px 0;
}

#footer div .connect {
	float: right;
	padding: 14px 0 0;
	width: auto;
}

#footer div .connect a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 28px;
	text-indent: -99999px;
	width: 30px;
}

#footer div .connect a#googleplus {
	background: url(../images/icons.png) no-repeat 0 0;
}

#footer div .connect a#contact {
	background: url(../images/icons.png) no-repeat -31px 0;
}

#footer div .connect a#facebook {
	background: url(../images/icons.png) no-repeat -62px 0;
}

#footer div .connect a#twitter {
	background: url(../images/icons.png) no-repeat -93px 0;
}

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	padding: 30px 50px;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}

.tz-gallery {
	padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Glyphicons Halflings';
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}


.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(46, 132, 206, 0.7);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media(max-width: 768px) {
	body {
		padding: 0;
	}
}

#body.about {
	min-height: 10px;
	padding: 40px 29px 0 !important;
}

.column {
	box-sizing: border-box;
	float: left;
	width: 50%;
	display: inline-block;
}

.column ul {

	padding-left: 2.5%;
	padding-right: 2.5%;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	/*   border: 1px solid black; /*This is just to see where the div container is */
}

#container img {
	display: inline-block;
	float: none;
	padding: 10px;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

#se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/preloader.gif) center no-repeat #fff;
	opacity: 1;
	-webkit-transition: opacity 1000ms linear;
	transition: opacity 1000ms linear;
}


/* Images */
.gallery-header {
	text-align: center;
	color: #82b463;
	font-size: 19px;
}

.gallery-container {
	margin-top: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 100vh; */
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 17px;
	max-width: 100%;
	margin: 0 auto !important;
}

.gallery img {
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.gallery img:hover {
	transform: scale(1.1);
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.overlay img {
	width: 70%;
	max-height: 90vh;
	object-fit: contain;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 4em;
	color: white;
	cursor: pointer;
}

.arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arrow {
	font-size: 4em;
	color: white;
	cursor: pointer;
	margin-left: 34px;
}

.arrow.right {
	font-size: 4em;
	color: white;
	cursor: pointer;
	margin-right: 34px;
}



.gallery-button {
	padding: 8px 11px;
	background-color: #1bb5ac;
	/* Change to your desired button color */
	color: #fff;
	/* Change to your desired text color */
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	float: right;
}

/* Additional styles for the sticky gallery button */
.sticky-gallery {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	right: 0;
	z-index: 1000;
	margin: 20px;
	/* Adjust margin as needed */
}

/* Additional styles for the back link */


/* Additional styles for the back link */
.back-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	/* Adjust the color as needed */
	font-size: 18px;
}

.back-link img {
	margin-right: 10px;
}

.gallery-header {
	display: flex;
	justify-content: space-between;
	/* Distribute space between elements */
	align-items: center;
	text-align: center;
	/* Center the text within the container */
	margin-top: 20px;
	/* Add some space at the top */
}

.gallery-title {
	flex-grow: 1;
	/* Allow the title to take up remaining space */
	text-align: center;
	/* Center the text within the title */
}