@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Wittgenstein:ital,wght@0,400..900;1,400..900&display=swap');
/*
font-family: "Wittgenstein", serif;
 font-family: "Raleway", sans-serif;
*/
html {
	position: relative;
	min-height: 100%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	color: Black;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	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;
}
@keyframes fadeInB {
	l from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#Main {
	padding-top: 45px;
	padding-bottom: 45px;
}
#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 {
		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;
}

.pageTop {
	position: relative;
	width: 100%;
	min-height: calc(50vh + 100px);
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('/tempimg/topPhoto_1.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;
	}
}
/*------------------Home Top------------------*/
.homeDisTop {
	position: relative;
	width: 100%;
	margin-top: -10px;
	min-height: calc(80vh - 60px);
	display: flex;
	flex-direction: column;
}
.homeDisTop::after, .pageTop::after {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-style: solid;
	border-width: 50px 0 0 100vw;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}
.homeDisTop::before, .pageTop::before {
	position: absolute;
	content: " ";
	display: block;
	z-index: 120;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 50px 100vw;
	border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
.homeDisTop .image-container {
	background-image: url('/tempimg/topPhoto_1.png');
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.homeDisTop .image-cover {
	background-image: linear-gradient(rgba(42, 94, 141, 0.8) 0%, rgba(42, 94, 141, 0.6) 18%, rgba(42, 94, 141, 0.0) 25%);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.pageTopTitle div {
	position: relative;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 16px 24px 28px 24px;
	border-style: solid;
	border-width: 0px 4px 0px 4px;
	border-color: rgba(255, 255, 255, 0.5);
}

.contentBack {
	background-color: white;
	position: relative;
	padding-top: 8px;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
.pageLine {
	border: 0px solid rgba(255, 255, 255, 1);
	padding: 20px;
	line-height: 10px;
}
.pageTextTop {
	position: relative;
	margin: 10px;
	text-align: center;
	padding: 5px;
	border: 0px solid rgba(255, 255, 255, .3);
}
.pageTextTop h1 {
	font-size: 58px;
	color: white;
	text-shadow: 0px 1px 3px black;
	margin: 5px;
	line-height: 48px;
}
@media(max-width:768px) {
	.pageTextTop h1 {
		font-size: 36px;
		line-height: 34px;
	}
}

@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 {
	padding-top: 80px !important;
	padding-bottom: 0px !important;
	text-align: justify;
}
.modal-body p, .post-item p, .contentFlex *, .post-item li, .post-item h2, .post-item h3, .post-item h4, .faqcloser p {
	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;
}

.err {
	border-color: red;
}
#docbody {
	padding-top: 0px;
	padding: 0px;
	margin: opx;
	-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 {
	color: black;
	margin-top: 25px;
	font-weight: bold;

	font-size: 50px;
	font-family: "Wittgenstein", serif;
}
	h2, h3, h4 {
	font-family: "Wittgenstein", serif;
	margin: 25px 0px 10px 0px;
	font-weight: normal;
	color: #5A2A44;
	font-size: 44px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 28px;
		margin: 20px 0px 10px 0px;
}
p {
	margin: 10px 0px 10px 0px;
}
.well {
	background-color: #F8F8F6;
	background-image: linear-gradient(to bottom, #F8F8F6 0, #E3E3E3 100%)
}
#footer {
	width: 100%;
	margin:-80px auto 0px auto;
	text-align: center;
	z-index: 49;
	color: white;
	overflow: hidden;
}
.footerTop {
   position: relative;
    margin-top: 40px;
    padding: 160px 0px 40px 0px;
    background-color: #4F5E6D;
    vertical-align: middle;
    background-image: url('tempimg/head_Background.png');
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
	z-index: 100;
}
.footerTop::after {
	position: absolute;
	content: " ";
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent transparent white;
	z-index: 40;
}
.footerTop::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	border-style: solid;
	border-width: 0 100vw 100px 0;
	border-color: transparent white transparent transparent;
	z-index: 40;
}


.footerTop h2 {
	color: white;
	text-align: center;
	text-shadow: 1px 1px 5px #4F5E6D;
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
	margin: 0px !important;
}
.footerTop h3 {
	color: white;
	text-align: center;
	text-shadow: 1px 1px 5px #4F5E6D;
	font-weight: 300;
	font-size: 40px;
	line-height: 56px;
	margin: 0px 0px 10px 0px !important;
}
.footerMid {
	margin-top: 60px;
	background-image: url("/tempimg/backscroller.png");
	height: 310px;
	background-repeat: repeat-x;
	animation: animatedBackground 500s linear infinite;
	background-position: bottom;
	background-size: auto;
	vertical-align: middle;
}

@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}
	
	to {
		background-position: -10000px 0;
	}
}
.footerBack {
	padding-top: 20px;
	padding-bottom: 10px;

	color: black;
	background-color: #FFFFFFF;
}
.footWho {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footerFluid {
	max-width: 1800px;
}
.footLogo {
	padding: 20px;
	text-align: right;
}
.footLogo img {
	width: 80px;
	max-width: 100%;
}
.footInfo {
	padding: 20px;
	text-align: left;
}
.footLinks {
	text-align: right;
}
.footLink {
	color: #4F5E6D !important;
	display: block;
	padding: 2px;
}
.makers {
	font-size: 18px;
	color: #5A2A44 !important;
	font-weight: bold;

}
.makers a {
		display: inline-block;
	 margin: 0px 20px 0px 20px;
}
.infoRow {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
@media(max-width:992px) {
	.footInfo {
		font-size: 18px;
	}
	.makers {
		font-size: 16px;
	}
}
@media(max-width:768px) {
	.footWho {
		display: block;
		text-align: center !important;
	}
	.footLinks, .footInfo {
		text-align: left;
	}
}
a {
	color: #4F5E6D;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #5A2A44;
}

/*----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;
}

/* Contact Bar ----*/
.getContact {
	background-color: #3B8686;
	background-image: url('tempimg/head_Background.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;
	}
}
.hbRow {
	margin-top: 60px;
}
.hbRow a img {
    filter: grayscale(100%) sepia(20%) hue-rotate(-50deg); 
    transition: filter 1s;
}

.hbRow a:focus img, .hbRow a:hover img, .hbRow a:active img {
    filter: grayscale(0%) sepia(0%) hue-rotate(0deg); 
}
.hbRow a h3  {
	margin: 0px;
	padding: 16px 0px 14px 16px;
	border-bottom: 2px solid #5A2A44;
}
.hbRow a:hover h3 , .hbRow a:focus h3, .hbRow a:active h3 {
	text-decoration: none;
	color: #4F5E6D;
	
	border-bottom: 2px solid #4F5E6D;
}
/*------------------------------NAV------------------------------*/
.itemSmall {
	font-size: 18px;
	padding: 3px 10px 3px 10px;
}
.menuHold {
	position: sticky;
	top: 0px;
	z-index: 600;
}
.noStick {
	position: relative;
	z-index: 99;
}
.boxMenu {
	padding-top: 10px;
	padding-bottom: 9px;
	margin: 0 auto auto auto;
	padding-left: 4vw;
	padding-right: 4vw;
	min-width: 100%;
	z-index: 120;
	top: 0px;
	transition: all 1s;
	line-height: 1.5;
	position: absolute;
}
.subMenu {
	background-color: white;
	margin-top: -10px;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .4);
	position: sticky;
}
@media(max-width:768px) {
	.topMenu {
		display: none;
	}
	.menuHold {
		position: relative;
	}
}
.itemDivider {
	height: 1px;
	background-color: white;
	margin: 10px 0px 10px 0px;
}
.subMenu .itemDivider {
	height: 1px;
	background-color: #4F5E6D;
	margin: 10px 0px 10px 0px;
}
.subMenu .navbar-custom .nav li a {
	color: #4F5E6D;
}
@media(min-width:768px) {
	#box:before, #box:after {
		bottom: 15px;
	}
}
@media(max-width:768px) {
	.boxMenu .navbar-custom .nav li a {
		color: #4F5E6D;
	}
	#box:before, #box:after {
		box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.7);
	}
	#box {
		position: relative !important;
	}
	.wrapper {
		height: auto !important;
	}
	.subMenu, .boxMenu {
		position: relative;
	}
}
.navbar-header {
	position: relative;
	left: 18px;
	top: 5px;
}
.navbar-header .icon-bar {
	background-color: white;
}
.navbar-toggle {
	border: 2px solid white;
	padding: 8px;
}
.navbar-header .icon-bar {
	background-color: #4F5E6D;
}
.navbar-toggle {
	border: 2px solid #4F5E6D;
	padding: 8px;
}
.navbar-custom {
	padding: 5px;
	height: auto;
}
.navbar-custom .navbar-table {
	display: table;
	width: 100%;
}
.navbar-collapse {
	margin-top: 0px !important;
}
.navbar-custom {
	margin-right: -10px;
	margin-right: -10px;
}
.navbar-custom .nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: white;
	font-size: 20px;
	line-height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.navbar-custom .active {
	background-color: none !important;
}
.navbar-custom .active a {
	color: #4F5E6D !important;
}
.navbar-custom .active ul li a {
	color: #4F5E6D !important;
}
.navbar-custom .nav li a:hover {
	color: #4F5E6D !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.itemback a:hover {
	background-image: none !important;
	background-color: none !important;
	filter: none;
	background-color: transparent !important;
}
.itemback a:focus {
	background-image: none !important;
	background-color: none !important;
	filter: none;
	background-color: transparent !important;
	color: #4F5E6D !important;
}
.navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .nav li.active a {
	color: #4F5E6D;
}
.navbar-nav .dropdown:hover a, .navbar-custom .navbar-nav .open .dropdown-menu, .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
	color: #4F5E6D;
}
.navbar {
	text-transform: uppercase;
	font-weight: 700;
}
.navbar a:focus {
	outline: 0;
}
.navbar .navbar-nav {
	letter-spacing: 1px;
}
.navbar .navbar-nav li a:focus {
	outline: 0;
}
.navbar-default, .navbar-inverse {
	border: 0;
}
.dropdown-menu {
	z-index: 1500;
}
@media(max-width:768px) {
	/*for communty page*/
	.counters {
		text-align: center;
	}
	.dropdown-menu {
		border-bottom: 2px solid white !important;
		border-radius: 0px !important;
		background-color: white !important;
	}
	.dropdown-menu .divider {
		display: none;
	}
	.navbar-fixed-top {
		position: relative
	}
	.navbar-collapse {
		max-height: none !important;
		margin-top: 20px;
	}
	.dropdown-menu {
		border-bottom: none;
	}
}
.btn-primary {
	padding: 8px 10px 8px 10px;
	font-size: 22px;
	border: #4F5E6D;
	background: #4F5E6D;
	background-image: linear-gradient(to bottom, #5A2A44 0%, #4F5E6D 100%);
	background-color: #4F5E6D;
	display: inline-block;
	color: white !important;
}
#contact_submit {
	margin-top: 30px;
}
.btn-primary:hover {
	border: #FFC800;
	background: #FFC800;
	background-image: linear-gradient(to bottom, #FFC800 10%, #FFC800 90%);
}
.btn-success {
	padding: 6px 10px 6px 10px;
	font-size: 14px;
	border: #4F5E6D;
	background: #4F5E6D;
	background-image: linear-gradient(to bottom, #FFC800 0%, #FFC800 100%);
	background-color: #4F5E6D;
	font-weight: 700;
	color: #5A2A44 !important;
	display: inline-block;
	text-shadow: none;
	margin: 5px 15px;

}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	border: #4F5E6D;
	background: #4F5E6D;
	color: white !important;
	background-image: linear-gradient(to bottom, #4F5E6D 20%, #4F5E6D 90%);
}
.btn-success.btn-lg {
	font-size: 34px;
	padding: 10px 20px 10px 20px;
}

.bottomMain {
	padding-top: 0px !important;
	padding-bottom: 100px !important;
}
.contentNoTilt {
	position: relative;
	padding: 100px 20px 160px 20px;
	background-color: #4F5E6D;
	color: white;
	margin: 100px 0px 60px 0px;
	background-image: url('/tempimg/scroller.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	z-index: 20;
}
.contentNoTilt::after {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-style: solid;
	border-width: 100px 0 0 100vw;
	border-color: transparent transparent transparent white;
}
.contentNoTilt::before{
	position: absolute;
	content: " ";
	display: block;
	z-index: 120;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 100px 100vw;
	border-color: transparent transparent white transparent;
}


.TiltCover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(11, 72, 107, 0.8);
}
.contentNoTilt .left, .contentNoTilt .right {
	background-image: none !important;
	z-index: 1000;
}
.contentNoTilt .carousel-control {
	opacity: 1 !important;
}
#contentCar a {
	color: #5A2A44;
}
#contentCar a:hover, #contentCar a:focus, #contentCar a:active {
	text-decoration: none;
	color: #4F5E6D;
}
#contentCar .carousel-indicators li {
	border-color: white;
}
#contentCar .carousel-indicators .active {
	background-color: #5A2A44;
}
#contentSlide .carousel-indicators {
	bottom: -20px;
}
.contentFlex {}
.contentFlex {
	margin: auto;
	width: 1600px;
	max-width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}
.contentImage {
	height: 100%;
}

.contentText {
	padding: 40px;
	width:100%;
}
.contentFlex h3 {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	color: white;
	text-shadow: 0px 0px 1px white;
	text-align: center;
}
.contentFlex p {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 1px white;
}
.contentFlex .stars {
	text-align: center;
	color: white;
}
.contentImage {
	background-size: cover;
	background-position: center center;
}
#contentSlide .carousel-indicators li {
	height: 20px;
	width: 20px;
}
@media(max-width:768px) {
	.contentImage {
		margin: auto;
		margin-top: 40px;
		height: 20vh;
		max-width: 280px;
	}
	#contentSlide .carousel-indicators {
		display: none;
	}
	#contentSlide .item, #contentSlide .carousel-inner > .item {
		position: relative !important;
		display: block !important;
		left: 0px !important;
		height: auto !important;
		margin: 40px 0px 40px 0px;
	}
	.contentNoTilt {
		background-attachment: inherit;
	}
	.contentNoTilt .carousel-control {
		display: none;
	}
}

.overVideo {
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
	margin-bottom: 80px;
}