@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Parisienne&display=swap');
/*-----------
  font-family: "Lora", serif;
  font-family: "Parisienne", cursive;
----------------*/
html {
    position: relative;
    height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
    scroll-behavior: smooth;
}
body {
    position: relative;
     font-family: "Lora", serif;
    font-size: 22px;
    color: Black;
    font-weight: 300;
    opacity: 0;
    overflow-x: hidden;
    animation-name: fadeInB;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden;
	height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
main {
    /* make sure to cover the screen */
     flex: 1; /* Take up all available space */
  display: flex;
  flex-direction: column;
    /* need a solid bg to hide the footer */
    /* put on top */
    position: relative;
    z-index: 150;
}
@keyframes fadeInB {
    l from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#Main {
    margin-top: 80px;
    margin-bottom: 80px;
}
#Main img, #homeMain img {
    max-width: 100% !important;
    height: auto !important;
}
@media(max-width:768px) {
    #Main img, #homeMain img {
        float: none !important;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
	#Main .hideImage {
		display: none !important;
	}
    #Main {
        width: 100%;
    }
}
img[src="https://www.paypal.com/en_US/i/scr/pixel.gif"] {
    display: none;
}
#Main .breakWidth {
    width: 90vw;
    position: relative;
    margin-left: -45vw;
    left: 50%;
}
#Main .sample img {
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
    margin-bottom: 20px;
}

/*---  Top----------------------*/

.pageTop {
    position: relative;
    width: 100%;
    min-height: calc(48vh + 24px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/tempimg/Temple_One.png);
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    padding-bottom: 50px;
    overflow: hidden;
    z-index: 50;
}
@supports (-webkit-touch-callout: none) {
    .pageTop {
        background-attachment: inherit !important;
    }
}
.pageTop .image-cover {
    background-color: rgba(255, 255, 255, 0.0);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}
@media(max-width:768px) {
	.pageTop {
	    height: calc(40vh + 24px);
	}
}
/*------------------Home Top------------------*/
.homeDisTop {
    position: relative;
    width: 100%;
	background-image: url("/tempimg/speakBack_1.png");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
  /*  display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    min-height: calc(100vh - 180px);*/
	overflow: hidden;
}

/*.homeDisTop::before {
    position: absolute;
    content: " ";
    display: block;
    z-index: 120;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
	z-index: 180;
}*/
@media(max-width:768px) {
	.homeDisTop {
		background-attachment:inherit;
	}
}
.backIMG img{
	width: 100%;
}
/*----------------- videoTop ------------*/
#down {
    position: absolute;
    top: -180px; 
    visibility: hidden;
}
.homeSlogan {
    color: white;
    max-width: 38%;
     position: relative;
 	margin-left:18%;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	z-index: 300;
	padding-top: 20vh;
	padding-bottom: 20vh;
}
.homeSlogan  .homeQoute{
	text-align: left;
	font-weight: 500;
	font-size: 30px;
	color:white;
	text-shadow: 0px 0px 2px rgba(115,115,115, 0.4);
	margin-top: 0px;
	margin-bottom: 5px;
}
.homeSlogan  .homeSign{
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: "Parisienne", cursive;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	color:white;
	text-shadow: 0px 0px 2px rgba(115,115,115, 0.4);
}
.JessyISO {
	position: absolute;
	width: 28%;
	right:2%;
	top:5%;
	bottom:0%;
	background-image: url("/tempimg/Jessy_ISO.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 300;
}
@media(max-width:992px) {
	.homeSlogan {
		max-width: 62%;
 		margin-left:8%;
	}
	.homeSlogan  h2{
		font-size: 35px;
		margin: 0px;
	}

}
@media(max-width:768px) {
	  #down {
        top: 0px; 
    }
	.homeDisTop video {
		width:140%;
		margin-left: -20%;
		margin-right: -20%;
	}
	.homeSlogan h2{
		font-size: 4vw;
	}
	.homeSlogan  p {
		font-size: 3vw;
	}
	#Main {
    padding-top: 5px;
    padding-bottom: 25px;
}
.homeSlogan  {
		margin-left:10%;
		max-width:60%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

		.backIMG {
			z-index: 100;
		}
		.backIMG_2  {
			position: absolute;
			top:0px;
			right:0px;
			bottom:0px;
			left: 0px;
			z-index: 200;
		}
		.backIMG_2  img{
			width:100%;
			
		}
		#starfield {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
			z-index: 150;
			
}

.contentBack {
    background-color: white;
    width: 100%;
    z-index: 100;
    overflow: hidden;
	position: relative; z-index: 500; overflow: visible;
}



.tiltSection {
    position: relative;
    padding: 40px 20px 40px 20px;
    background-color: #0B486B;
    color: white;
    margin: 100px 0px 100px 0px;
}
@media(min-width:768px) {
    .tiltSection .container .row {
        position: relative;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
}
.tiltSection::after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    top: -50px;
    width: 100%;
    border-style: solid;
    border-width: 50px 0 0 100vw;
    border-color: transparent transparent transparent #0B486B;
}
.tiltSection::before {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    bottom: -50px;
    width: 100%;
    border-style: solid;
    border-width: 0 0 50px 100vw;
    border-color: transparent transparent transparent #0B486B;
}
.tiltSection h2 {
    margin-top: 0px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width:768px) {
    .tiltSection h2 {
        margin-top: 20px;
    }
}
.whoPic {
    background-image: url('/tempimg/Hines-Energy-Complex.jpg');
    background-position: center center;
    background-size: cover;
}
.tiltSection p {
    padding-left: 20px;
    padding-right: 20px;
}
.tiltSection img {
    width: 100%;
}
.locations {
    margin-top: 40px;
    text-align: center;
}
.locations p {
    margin: 2px 0px 2px 0px;
}
.locations .fas {
    font-size: 26px;
    line-height: 26px;
}
.locations .timer {
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
}
.locations .toTimer {
    color: silver;
    font-size: 16px;
}
.placeCol {
    margin-bottom: 100px;
}
.placeCol img {
    width: 260px;
}
@media(min-width:768px) {
    .flexCol {
        position: relative;
        display: flex;
        align-items: center;
    }
    .flexCol h2 {
        margin-top: 0px;
    }
    .placeCol h2 {
        margin-top: 0px;
    }
}
/*--- NVHC End----------------------*/
.mainHome {
   /* max-width: 1800px;
    margin: auto;
	width:auto;
	margin-left: 40%;
	margin-right: 10%;*/
}
@media(max-width:768px) {
	.mainHome {
		width:94%;
		margin: auto;
	}
}
.modal-body p, .post-item p, .contentFlex *, .post-item li, .post-item h2, .post-item h3, .post-item h4, .faqcloser p, .modal-content * {
    opacity: 1 !important;
    transform: none !important;
}
@media(max-width:768px) {
    .navbar-custom li, .faAuto, .dropdown-toggle .fa {
        opacity: 1 !important;
        transform: none !important;
    }
}
.sr h1, .sr p, .sr .fa, .sr .eventRev, .sr .agecol, .sr .divider, sr. #Main li, .sr #Main .divider, .sr #Main hr {
    visibility: hidden;
}

.sr .itemInner p, .sr .itemInner h2 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}
.err {
    border-color: red;
}
.imglinkres {
 
}
.err {
    border-color: red;
}
#docbody {
    padding-top: 0px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: padding-top 1.0s;
    -moz-transition: padding-top 1.0s;
    transition: padding-top 1.0s;
}
.homeDisplay {
    width: 100%;
}
.homeDisplay1p {
    display: table;
    width: 100%;
}
.homeDisplay1 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 460px;
    overflow: hidden;
    width: 100%;
    line-height: 7vw;
    margin-top: 20px;
    color: white;
    font-size: 8vw;
    text-shadow: 1px 1px 3px black;
    text-align: right;
    padding: 4vw;
}
@media(min-width:1200px) {
    .homeDisplay1 {
        text-align: left;
        line-height: 90px;
        font-size: 80px;
        padding: 10vh calc(4vh + 10px);
    }
}
.homeDisplay2 {
    text-align: right;
    padding-right: 0px;
}
.homeDisplayButton {
    filter: grayscale(0%);
    transition: all 1s;
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    border: 4px solid white;
    box-shadow: 0px 0px 2px 0px black;
}
.homeDisplayButton:hover {
    filter: grayscale(100%)
}




h1 {
	font-family: "Parisienne", cursive;
  font-size: 56px;
  color: #737373;
  display: flex;
  align-items: center;
  position: relative;
	font-weight: 600;
	line-height: 1;
	  text-transform: none;
    color: black;
	
	  background: url('/tempimg/GoldBack.png') no-repeat center center;
      background-size: cover;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
	padding: 10px 0px 10px 10px;
	margin: -15px 0px -15px -10px;
	
}


h1::after {
  content: "";
  display: block;
  flex-grow: 1;
  background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
  -webkit-mask-image: linear-gradient(#fff, #fff); /* Safari fix */
  mask-image: linear-gradient(#fff, #fff);
  margin-left: 20px;
	clip-path: polygon(0% 50%, 6% 0%, 100% 0%, 100% 100%, 6% 100%);

}

h1::after {
	margin-top: 9px;
  height: 4px;
  
}

h2 {
	 font-family: "Lora", serif;
	font-size:40px;
	font-weight: normal;
	letter-spacing: 10px;
	color: #D5AF9C;
	margin: 25px 0px 10px 0px;
}
.blogContent h2 {
	font-size: 26px;
	text-transform: uppercase;
}
h4 {
	font-family: "Lora", serif;
    font-size: 36px;
	letter-spacing: 10px;
	color: black;
	margin: 25px 0px 10px 0px;	
}
h3 {
	font-family: "Parisienne", cursive;
  font-size: 40px;
  color: #737373;
  display: flex;
  align-items: center;
  position: relative;
	font-weight: 600;
	line-height: 1;
	  text-transform: none;
    color: black;
	
	  background: url('/tempimg/GoldBack.png') no-repeat center center;
      background-size: cover;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
		padding: 8px 0px 8px 8px;
	margin: -13px 0px -13px -8px;
}


h3::after {
  content: "";
  display: block;
  flex-grow: 1;
  background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
  -webkit-mask-image: linear-gradient(#fff, #fff); /* Safari fix */
  mask-image: linear-gradient(#fff, #fff);
  margin-left: 20px;
	clip-path: polygon(0% 50%, 6% 0%, 100% 0%, 100% 100%, 6% 100%);

}

h3::after {
	margin-top: 6px;
  height: 4px;
  
}
#BlogTopics h3 {
	font-family: "Lora", serif;
	margin: 25px 0px 10px 0px;
	font-size: 26px !important;
	text-transform: uppercase;
}




p {
    margin: 25px 0px 25px 0px;
}
.well {
    background-color: #F8F8F6;
    background-image: linear-gradient(to bottom, #F8F8F6 0, #E3E3E3 100%)
}
#footer {
    position: relative;
    width: 100%;
    z-index: 49;
    color: white;
	padding: 40px 5vw;
    background-color: #8B807A;
    box-shadow: 0px 0px 10px 1px #000000;
    color: white;
	 text-align: center; 
	/*overflow: hidden;*/
}
.footerFluid {
    max-width: 1600px;
	display: flex;
	flex-direction: column;
	align-content:center;
	align-items: center;
	justify-content: center;

	
}
.footText {
	width:calc(75% - 60px);
	margin-left: 20px;
	margin-right: 20px;
}
.footText p{
	font-size:24px;
	font-weight: 200;
    margin: 0px;
	text-align: justify;
   
}

.footLogo {
		width: 80%;
	
}
.footLogo img{
		width: 100%;
		max-width: 200px;
	
}


.footSocial {
	margin-top: 25px;
}
.footSocial a{
	margin:5px 20px 3px 20px;
	color:white;
	white-space: nowrap;
	border-bottom: solid rgba(255,255,255,0) 2px;
	transition: 1s all;
}
.footSocial a:hover, .footSocial a:focus, .footSocial a:active {
	border-bottom: solid rgba(213,175,156,1) 2px;
}
.footSocial a:hover, .footSocial a:focus, .footSocial a:active {
	color:#D5AF9C !important;
}
.footSocial a i{
	padding-right: 8px;
}

@media(max-width:992px) {
	
	#footer {
   
	padding: 40px 10px;
	}
	.footText {
	width:calc(75% - 20px);
	margin-left: 20px;
} 
	.footText p{
	font-size:18px;
	font-weight: 200;
    margin: 0px;
	text-align: left;
   
		}
	.footLinks {
		text-align: center;
		width:100%;
		max-width: none;
		margin: 40px 0px 20px 0px;
		
	}
}

#footer .copyR {
    
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0px 20px 0px;
}

#footer .copyR  a {
    color: white !important;
	
}
@media (max-width: 992px) {
    
      #footer {
        position: relative;
    }
    
   
}


a {
    color: #0B486B;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #737373;
}
hr {
  height: 4px;
  border: none;
  background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
  clip-path: polygon(0% 50%, 6% 0%, 100% 0%, 100% 100%, 6% 100%);
  -webkit-mask-image: linear-gradient(#fff, #fff); /* Safari fix */
  mask-image: linear-gradient(#fff, #fff);
  margin: 20px 0;
}

/*.blogContent hr {
	display: none;
}*/
/*----TOP-----*/
@media(min-width:768px) {
    .topCon {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
.topLinks a {
    display: inline-block;
    padding: 0px 20px 0px 10px;
    font-size: 40px;
    color: white;
    text-shadow: -2px 2px 0px black;
}
.topLinks a:hover {
    text-decoration: underline;
}
.topLeft {
    text-align: right;
}
/*.topLogo {
	text-align: center;
}
.topLogo img {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 8px;
}*/
.topRight {
    text-align: left;
}
/*#myCarousel {
	margin-bottom: 0px;
}*/
/* Contact Bar ----*/
.getContact {
    background-color: #737373;
    background-image: url('tempimg/toptexture.png');
    background-position: left center;
    padding: 8px 4vw 16px 4vw;
    color: white;
    font-size: 16px;
    text-align: right;
    box-shadow: 0px 0px 1px 1px black;
}
.getContact .break {
    margin-left: 10px;
    margin-right: 10px;
}
@media(max-width:768px) {
    .getContact {
        display: none;
    }
}
/*-- TITLE BAR LOGO -----------------*/
.itemTitle {
    /*grid-column: span 2;*/
	width:400px;
   /*height:900px;*/
	min-height: 80px;
}


@keyframes moveButterfly {
    0% { transform: translateX(-1px); }
    50% { transform: translateX(1px); }
    100% { transform: translateX(-1px); }
}

.itemTitle svg {
   /* position: relative;
	display: block;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0px;
	margin: -40px auto 4px;*/
   /* filter: drop-shadow(0 0 1px #fff) 
            drop-shadow(0 0 2px #aaf)
            drop-shadow(0 0 4px #88f);
    animation: pulseGlow 12s infinite ease-in-out;*/

}
.smallTitle .itemTitle {
	margin: auto;
}

.plateHold {
	position: absolute;
	display: flex;
  	justify-content: center; 
  	align-items: center;
	left:0px;right:0px;top:0px;bottom:0px;
	
}
.itemTitle a:after {
	display: none;
}
.itemTitle svg {
    position: relative;
	display: block;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0px;
	margin: 0px auto 4px auto;
	opacity: 0.4;
}

.itemTitle svg path{
  animation: fillPulse 10s infinite;

}

/*.subMenu .itemTitle svg {
		max-width: 160px;
	margin:-20px auto 4px;
}*/


@keyframes fillPulse {
	0% { fill: #D5AF9C; }
  25%   { fill: #737373; }
  50%  { fill: #8B807A; }
  100% { fill: #D5AF9C; }
}



.plateTitle {
    position: relative;
    z-index: 200;
    font-family: "Parisienne", cursive;
    font-size: 40px;
	line-height: 6px;
   margin-top: 0px;
	margin-bottom: 0px;
	padding: 26px;
    text-transform: none;
    color: black;
	filter: drop-shadow(1px 1px 0px black);
	  background: url('/tempimg/GoldBack.png') no-repeat center center;
      background-size: cover;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
   
}


/*------- END LOGO --------*/
.smallTitle {
   text-align: center;
}
.smallTitle svg {
    width:380px;
	height: auto;
    max-width: 90%;
	/*margin-top: -32px;*/
	

}
.smallTitle svg path{
  animation: fillPulse 10s infinite;
	
}
.smallTitle .plateTitle {
	font-weight: bold;
}
.smallSlogan {
	  font-family: "Lora", serif;
	text-align: center;
	font-size: 22px;
	color:#8B807A;
	padding-bottom: 10px;
}
.navbar-header {
	padding-top:10px !important;
	padding-bottom: 10px !important;
}
@media(max-width:768px) {
	.smallSlogan {
		
		padding-bottom: 0px;
		margin-right: 68px;
		margin-left: 68px;
		/*border-right: 1px lime solid;
		border-left: 1px lime solid;*/
	}
}
@keyframes fillPulse {
	0% { fill: #D5AF9C; }
  25%   { fill: #737373; }
  50%  { fill: #8B807A; }
  100% { fill: #D5AF9C; }
}
/*--------------- BLOG ----------------*/
.blogSection {
		width: 90%;
	max-width: 1600px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.blogHold {
	padding: 40px 40px 40px 40px;
}
.pictureBack {
	height: 200px;
	width: 100%;
	margin: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: black;
}
.post-item h3 {
	font-family: "Lora", serif;
	font-size: 34px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 14px;
	
	display: block;
}
.post-item h3::after {
	display: none;
}
.blogComment {
	text-align: justify;
	font-size: 20px;
	color: black;
	font-weight: 300;
}
.catName {
	 background-color:#8B807A;
	color: #E9E4DC;
	text-align: center;
	padding: 4px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/* ---------------- JOIN SECTOIN ---------------------*/
.joinEmail {
		width: 90%;
	max-width: 1600px;
	margin-top: 40px;
	margin-bottom: 80px;
}
.joinEmail h4{
	margin-bottom: 30px;
}
/* --------- Fancy home Top ------------*/
.homeFncTop {
	position: relative;
	height:100vh;
	min-height: 48vw;
	background-image: url("/tempimg/back_3.png");
	background-position: bottom right;
	background-size: cover;
	z-index: 100;
}
.homeFncSlogan {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top:150px;
	bottom:0px;
	right:56%;
	left:6%;
	font-size:2.5vw;
	letter-spacing: .6vw;
	font-weight: bold;
	color:white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
	padding-left: 20px;
	background-color: rgba(115,115,155,0.3);
	z-index: 200;
	filter: drop-shadow(2px 2px 2px black);
}

/*.homeFncSlogan span{
	text-align: left;
	
}*/
.homeFncBar {
	position: absolute;
	bottom:0px;
	right:0px;
	left:0px;
	font-size:1.5vw;
	letter-spacing: .6vw;
	font-weight: bold;
	color:white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:20px;
	padding-left: calc(30% + 20px);
	background-color: #8B807A;
	z-index: 200;
}
/*.homeFncLeaf {
	position: absolute;
	top:-24vh;
	left:4%;
	bottom:100vh;
	width: 29%;
	background-image: url("/tempimg/LeafBack4.png");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 400;
	opacity: 1;
	pointer-events: none;
	
}*/
@media(max-width:1200px) {
	.homeFncBar {
		display: none;
	}
	.homeFncSlogan {
		top:0px;
	
		}
	.homeFncSlogan {
		font-size:3.2vw;
		letter-spacing: .4vw;
		line-height: 3.6vw;
	}
	.homeFncSlogan div div {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*.homeFncLeaf {
	position: absolute;
	top:-38vh;
	}*/
	.homeFncTop {
	height: 60vh;
	position: relative;
	min-height: 420px;
}
}
@media(max-width:992px) {
.homeFncTop {
	height: 10vh;
	position: relative;
	min-height: 360px;
}
	/*	.homeFncLeaf {
	position: absolute;
	top:5px;
	}*/
}
@media(max-width:768px) {
	.homeFncSlogan {
		right:48%;
	left:4%;
	}
	
}
/*------------------------------NAV-----------------------------*/
.fluidMenu {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 300;
	background-color: white;
    box-shadow: 0px 0px 10px 1px #000000;
	z-index: 900;
}
.fluidMenu::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
	right:0px;
  height: 2px; 
  width: 100%;
  background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
	z-index: 1000;
}
/*.subMenu {
	position: sticky;
}*/
@media(min-width:1200px) {
	.subMain {
	
	
		padding-top:140px;
	}
}
@media(max-width:1200px) {
	.fluidMenu {
		position: relative;
		padding-left:0px;
		padding-right: 0px;
	}

	.navbar-nav {
		position: relative;
		display: block;
		min-height: 60px; 
		z-index: 1000;
	}
	.navbar-header::after {
		  display: block;
		  position: absolute;
		  bottom: -4px;
		  left: 0px;
			right:0px;
		  height: 2px; 
		  width: 100%;
		  background: url('/tempimg/GoldBack.png') no-repeat center center;
		  background-size: cover;
		  pointer-events: none;
			z-index: 1200;
	}
	
}
@media(max-width:768px) {
	.navbar-header::after {
		display: none;
	}
}
.navbar-custom .navbar-inner {
    padding: 0;
}
.navbar-custom .nav:before, .navbar-custom .nav:after {
    content: none;
}

/*--------------*/
.nav>li>a:hover, .nav>li>a:focus {
	/*background-color:#D5AF9C;*/
	background-color:rgba(0,0,0,0);
	color:black !important;
}
.nav > li > a {
  position: relative;
  text-decoration: none; /* remove default underline */
}

.nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px; /* Adjust based on your padding */
  width: 100%;
  height: 2px;
  background-color: #000; /* or your highlight color */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav > li > a:hover::after,
.nav > li > a:focus::after {
  transform: scaleX(1);
}

/*------------------*/
@media(min-width:768px) {
	.navbar-custom .dropdown-menu{
		background-color: #D5AF9C;
	}
    .navbar-custom {
        margin: auto;
        width: 100%;
        max-width: 1900px;
    }
    .navbar-custom .nav {
        width: 100% !important;
        display: grid;
        justify-items: stretch;
        grid-auto-columns: 1fr;
        align-items: center;
        grid-auto-flow: column; 
		/*height: 180px;*/
		
    }
    .navbar-custom .nav li {
  height: 100%;
		display: table;
    }
	.navbar-custom .nav li a {
			display: table-cell;
	}
}
@media(max-width:992px) {

	 .homeDisTop, .pageTop {
        transform: none !important;
    }
/*.navbar-custom .nav {
	height: 120px;
	}*/
}
.navbar-custom .nav li a {
    position: relative;
    height: 100%;
    color: #737373;
	text-shadow: none;
    font-size: 24px;
	line-height: 26px;
	/*font-weight: bold;*/
	letter-spacing: 3px;
	text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
	font-weight: bold;
   
}


.navbar-custom .nav .open a:focus {
    background: none !important;
    background-image: none !important;
	color:#737373;
}

.navbar-custom .dropdown-menu>li>a:hover, .navbar-custom .dropdown-menu>li>a:focus {
	color:#737373;
}
.navbar-nav  .dropdown-menu>li>a {
	padding: 5px 15px 5px 15px;
	
}
@media(min-width:768px) {
	.navbar-custom .nav .dropdown-menu li, .navbar-custom .nav .dropdown-menu li a {
	display: block;
}
    .navbar-custom .nav .dropdown-menu li a {
        border: none !important;
    }
}
.navbar-custom .dropdown-menu {
    min-width: 100%;
}
@media(max-width:768px) {
	
	.nav > li > a::after {
		width: auto;
		left:20%;
		right: 20%;
	}
	.navbar-custom .nav {
		height: auto;
	}

    .navbar-nav {
        margin: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .navbar-custom .nav li a {
     /*   border-left: 1px solid rgba(233, 228, 220, 1) !important;
        border-right: 1px solid rgba(233, 228, 220, 1) !important;*/
    }
}
.container-fluid>.navbar-header {
	margin-left: 0px;
	margin-right: 0px;
}
.navbar-header {
    position: relative;
	width: 100%;
    padding-top: 18px;
    padding-bottom: 0px;
}
@media(min-width:1200px) {
	.navbar-header {
		display: none;
	}
}
@media(max-width:992px) {
	.navbar-custom .nav li a {
		font-size: 20px;
	}
}
@media(max-width:768px) {
	.navbar-header {
		padding-bottom: 18px;
	}
}
.navbar-header .icon-bar {
    background-color: #737373;
}
.navbar-toggle {
    position: absolute;
    bottom:10px;
    right:0px;
   
    border: 1px solid white;
    padding: 8px;
}
.dropdown-menu a {
    font-size: 18px;
}
.btn {
   
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 24px;
    padding: 10px 40px 10px 40px;
    
}
.btn-primary {
    border: #737373;
    background: #737373;
    background-image: linear-gradient(to bottom, #737373 0%, #737373 100%);
    background-color: #737373;
    display: inline-block;
    color: white !important;
}
.btn-primary:hover {
    border: #737373;
    background: #737373;
    background-image: linear-gradient(to bottom, #737373 10%, #737373 90%);
} 

.bottomMain {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    max-width:1680px;
}
/*------------- BOOK SECTION -------------------*/
	.bookSection {
			 position: relative;
			margin-top: 80px;
			margin-bottom: 80px;
			 background-image: url('/tempimg/booksBack.jpg');
			background-position: center center;
			background-size: cover;
			padding-top: 20px;
			padding-bottom: 20px;
			display: flex;
			align-content: center;
			align-items: center;
			min-height: calc(100vh - 40px);
			background-attachment: fixed;
		}
		   .bookSection::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
        z-index: 1;
        pointer-events: none;
    }
		@media(max-width:768px) {
				.bookSection {
					background-attachment:inherit;
			}
			}
		.bookHolder {
			
			position: relative;
			margin: auto;
			width:90%;
			max-width: 1600px;
			display: flex;
			align-content: center;
			align-items: center;
			justify-content: center;
			z-index: 2;
		}
		/*.bookImage {
			width:26%;
			text-align: center;
		}
		.bookImage img{
			width:82%;
		}*/
		.bookImages {
			text-align: center;
		}
		.bookImages img{
			text-align: center;
			width:18%;
		}
		.bookText {
			width:88%;
			margin-right: 2%;
			margin-left: 2%;
			color:white;
		}
@media(max-width:992px) {
	.bookText {
			width:94%;
	}
	.bookImages img{
			width:28%;
	}
}
		.bookText h4{
			  color:white;
			text-align: center;
		}

.bookText h4, .bookText p{
	text-shadow: 1px 1px 0px black;
}
#BlogTopics h3:first-of-type {
  margin-top: 0;
}

.blogContent h2:first-of-type {
  margin-top: 0;
}
#Main .fa {
  display: inline-block;
  background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.str_prd_name {
	font-size: 20px;
	letter-spacing: normal;
}
.hide-store-filter, .hide-store-sort, .hide-store-space {
	display: none;
}
.strbutton {
	 background: url('/tempimg/GoldBack.png') no-repeat center center;
  background-size: cover;
		padding: 0px 0px 3px 0px !important;
}
.strbutton .btn {
	width:100%;
	text-align: center;
	padding: 8px;
	background-color: #737373 !important;
	 background-image: linear-gradient(to bottom, #737373 0%, #737373 100%) !important;
	border: none;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	color:white;
}
.storeRow .btn {
	padding: 10px;
	font-size:20px;
	line-height: 1;
}
.storeRow {
	margin-top: 40px;
}
.storeRow h2{
	letter-spacing: normal;
}
.blogContent, #BlogTopics {
  margin-top:40px;
}