html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	font: normal normal normal 13pt/normal 'Muli', sans-serif;
	width: 100%;
	min-height: 100%;
	display: block;
	position: static;
}

body {
	background-color: #fff;
}

p {
	line-height: 1.3em;
	word-break: normal;
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
	font-weight: 900;
	text-transform: uppercase;
}

h1 {font-size: 2em;line-height: 2em;}
h2 {font-size: 1.6em;line-height: 1.6em;}
h3 {font-size: 1.4em;line-height: 1.4em;}
h4 {font-size: 1.2em;line-height: 1.2em;}
h5 {font-size: 1.1em;line-height: 1.2em;}

a {
	text-decoration: none;
	color: #069cd4;
}

a:hover {
}

contain {
	width: 100%;
	min-height: 100dvh;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

@font-face {
	font-family: 'fontello';
	src: url('js/font/fontello.eot?25616799');
	src: url('js/font/fontello.eot?25616799#iefix') format('embedded-opentype'), url('js/font/fontello.woff?25616799') format('woff'), url('js/font/fontello.ttf?25616799') format('truetype'), url('js/font/fontello.svg?25616799#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.soci {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

.bigsoci {
	font-size: 3em;
	line-height: 1.5em;
}

.midsoci {
	font-size: 29px;
	line-height: 40px;
}

.darken {background-color: rgba(0,0,0,0.80);}
.lighten {background-color: rgba(233,235,238,0.80);}
.bgtxt {
	padding: 10px;
	margin: 0 20px;
    background-color: rgba(255,255,255,0.85);
	border-radius: .5rem .5rem 0 0;
	overflow: hidden;
}

.blank {
	color: rgba(255,255,255,0.5);
}

#bgvid {
	object-fit: cover;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

/***************************************************************** COLORS *****************************************************************/

.blue {color: #3399cc;}
.gold {color: #ffd700;}
.green {color: #78cd4e;}
.red {color: #990000;}
.white {color: #fff;}
.black {color: #000;}

.bg_blue {background-color: #3399cc;}
.bg_gold {background-color: #ffd700;}
.bg_green {background-color: #78cd4e;}
.bg_red {background-color: #990000;}
.bg_white {background-color: #fff;}
.bg_black {background-color: #000;}

.blue-rgba {color: rgba(51,153,204,1);}
.gold-rgba {color: rgba(255,215,0,1);}
.green-rgba {color: rgba(120,205,78,1);}
.red-rgba {color: rgba(153,0,0,1);}
.white-rgba {color: rgba(255,255,255,1);}
.black-rgba {color: rgba(0,0,0,1);}

.bgfadewt {background-color: rgba(233,235,238,0.5);}
.bgfadebl {background-color: rgba(0,0,0,0.5);}

/******************************************************* CONTACT FORM *******************************************************/

#notify {
	background: #dadaff;
	padding: 5px;
	margin-bottom: 10px;
}

#cform {
	max-width: 400px;
	background: #f2f2f2;
	border: 1px solid #aaa;
	padding: 10px;
}

#cform label, #cform input, #cform textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 5px;
	resize: none;
}

#cform input, #cform textarea { margin-bottom: 10px; }
#cform input[type=submit] { margin-top: 10px; }

#recapme > div > div {
	width: inherit !important;
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;
	max-width: 300px;
	border: 1px solid #aaa;
	margin: 2px 0 4px 0;
}

#recapme iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#recapme > div {
	position: relative
}

#recapme > div:before {
	content: 'Loading captcha...';
	position: absolute;
	top: 38%;
	left: 0;
}

#recapme:empty:before {
	content: 'Something wrong occured';
}

::-webkit-input-placeholder {color: #000;opacity:0.25;}
:-moz-placeholder {color: #000;opacity:0.25;}
::-moz-placeholder {color: #000;opacity:0.25;}
:-ms-input-placeholder {color: #000;opacity:0.25;}

/***************************************************************** MISC *****************************************************************/

.pastour {display: none;}

.vps {
	cursor: pointer;
}

.evn {}

.odd {}

.cast {}

.gstuff {
	padding: 2rem;
}

.gstuff ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 1rem;
}

.gstuff ul li {
	border: 1px solid #E2E2E2;
	border-radius: .5rem;
}

.gstuff ul li figure {
	max-height: 220px;
	overflow: hidden;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	position: relative;
}

.gstuff ul li figure img {
	width: 100%;
}

.gstuff ul li figure figcaption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	width: 100%;
}

.gstuff ul li figure figcaption h3 {
	color: white;
	padding: .75rem;
	font-size: 1.25rem;
}

.gstuff ul li p {
	font-size: 1rem;
	line-height: 1.5;
	padding: 1rem .75rem;
	color: #666666;
}

.gstuff ul li a {
	padding: .5rem 1rem;
	margin: .5rem;
}

.cont {
	text-align: center;	
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
}

.cont .inlc {
	width: 134px;
    background-color: rgba(255,255,255,0.85);
	border-radius: .5rem;
    box-shadow: 0 10px 10px -6px rgba(0,0,0,0.75);
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.25);
	margin: 5px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
	transition: all 0.55s ease-in-out;
}

.cont .inlc:hover {
	box-shadow: none;
	transition: all 0.55s ease-in-out;
}

.cont .inlc a {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
	transition: all 0.55s ease-in-out;
}

.cont .inlc a:hover {
	text-shadow: none;
	transition: all 0.55s ease-in-out;
}

.uc {
	width: 100%;
	height: 100%;
	font-size: 3em;
	font-weight: 800;
	text-transform: uppercase;
}

.lc {text-transform: lowercase;}

.inbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.inbox a {
	display: block;
	background-color: rgba(233,235,238,0.85);
	box-shadow: 0 8px 8px -4px rgba(0,0,0,0.75);
	border-radius: 10px;
	transition: all 0.75s ease-in-out;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.inbox a:hover {
	box-shadow: none;
	transition: all 0.75s ease-in-out;
}

.inbox img {
	max-width: 100%;
}

#books {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
}

#books a {
	box-shadow: 0 8px 8px -4px rgba(0,0,0,0.75);
	margin: 10px 5px;
	transition: all 0.75s ease-in-out;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#books a:hover {
	box-shadow: none;
	transition: all 0.75s ease-in-out;
}

.centerme {
	text-align: center;
	margin: 0 auto;
}

.imghf img {max-height: 100px;}

.blockme {display: block;}

.midboldme {
	font-weight: 800;
}

.uline {
	border-bottom: 1px solid #000;
}

.sbhed {
	display: block;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
}

.hedme {
	font-size: 1.2em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.capime {
	text-transform: capitalize;
}

.fleftme {
	float: left;
	margin-right: 18px;
}

.flrightme {
	float: right;
	margin-left: 18px;
}

.tleft {
	text-align: left;
}

.tophalfme {
	height: 50vh;
	width: 100%;
	clear: both;
}

.clearme {
	width: 100%;
	clear: both;
}

.clikr {cursor: pointer;}
.italme {font-style: italic;}

.norme {
	margin: 10px 0 10px 2em;
	list-style: disc;
	line-height: 1.7em;
}

.normo {
	margin: 10px 0 10px 2em;
	list-style: decimal;
	line-height: 1.7em;
}

#ofni {
	background-color: rgba(233,235,238,0.5);
	font-weight: 900;
	padding: 5px;
	position: fixed;
	top: 40%;
	left: 0;
}

.halfme {max-width: 50%;}
.qrtme {max-width: 75%;}
.maxme {max-width: 100%;}
.boldme, strong {font-weight: 900;}
.clikr {cursor: pointer;}
.italme {font-style: italic;}
.indme {margin-left: 1.4em;}
.nosho {display: none;}
.trightme {text-align: right;}
.padme {padding: 4px 0;}
.padnt {padding: 0 10px 10px 10px;}
.padtopme {padding-top: 8px;}
.padrightme {padding-right: 10px;}
.padmebig {padding: 10px;}
.padmebigb {padding: 10px;}
.padallme {padding: 10px 20px;}
.padsdme {padding: 0 10px;}
.padtbme {padding: 10px 0;}
.bradme {border-radius: 10px;}
.bradtme {border-radius: 10px 10px 0 0;}
.margme {margin: 10px 0;}
.margame {margin: 8px;}
.margbme {margin-bottom: 10px;}
.margtme {margin-top: 20px;}
.bfntme {font-size: 2em;}
.smtxt {font-size: 0.8em;font-style: italic;}
.hafop {opacity: 0.5;}
.brdtb {border-top: 1px solid rgba(0,0,0,0.5);border-bottom: 1px solid rgba(0,0,0,0.5);}

.lnup {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.lnup a {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.lnup a img {max-width: 100%;}

hr {
	border-top: 1px solid #ddd;
	margin: 20px 0;
}

.maxhime {
	height: 30px;
	margin: 10px auto;
}

.tshadme {
	text-shadow: 0 2px 2px #000;
}

.tglowme {
	text-shadow: 0 0 4px #000;
}

.tglowwme {
	text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}

.readmoreme {
	display: block;
	text-align: center;
	font-weight: 800;
	color: #cc0000;
	text-transform: uppercase;
	padding: 8px 0;
}

#recon {
	text-align: center;
}

#recon img {
	max-width: 100%;
}

.allim {max-width: 100%;}

.ontour {min-height: calc(100vh + 100px);}

.invi {
	position: relative;
	display: block;
}

.invi .vidme {
	background: transparent url(images/play.png) no-repeat scroll center;
	background-size: contain;
	width: 100%;
	max-width: 359px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 109;
}

.video-container {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

.video-container iframe, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.video-wrap {
	width: 100%;
	max-width: 853px;
}

.bit-widget-container {box-shadow: 0 8px 8px -4px rgba(0,0,0,0.75);}

.bit-widget .bit-upcoming-events-show-all-button, .bit-widget .bit-past-events-show-all-button {font-size: 12pt !important;}

.fb-post {
	background-color: #fff;
}

.fb-post img.img {
	width: 100%;
}

#gear {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

#gear a {
	display: inline-block;
	vertical-align: middle;
	margin: 8px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 8px 8px -4px rgba(0,0,0,0.75);
	border-radius: 10px;
	transition: all 0.75s ease-in-out;
}

#gear a:hover {
	box-shadow: none;
	transition: all 0.75s ease-in-out;
}

#gear a img {
	max-height: 50px;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.incnt {
	width: 100%;
	min-height: calc(100vh - 120px);
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.incnt .inx {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.indme {text-indent: 1em;}
.inddme {text-indent: 4em;}

imp {display: block;}

/***************************************************************** NEWZ *****************************************************************/

#newz, #galz {
	width: 100%;
	margin-top: 20px;
	column-count: 3;
	column-gap: 1em;
}

@media (max-width:952px) {
#newz, #galz {
	column-count: 2;
	column-gap: 1em;
}
}

@media (max-width:576px) {
#newz, #galz {
	column-count: 1;
	column-gap: 1em;
}
}

.inn {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.85);
	margin-bottom: 20px;
	break-inside: avoid;
}

.inn .dte {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 900;
	padding: 10px;
	text-transform: uppercase;
}

.inn .gmi {
	text-align: center;
}

.inn .gmi img {
	max-width: 100%;
	vertical-align: middle;
}

.inn .dat {
	padding: 10px;
}

.inn .hideit {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

.inn .rmr {
	font-weight: 900;
	padding: 4px 12px;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
	cursor: pointer;
	border-radius: 1.2em;
}

.inn .hideit .rmr {
	border-radius: 0 1.2em 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

/********************************************************* SMCOLORS ********************************************************/

.fb, .ms, .yt, .ln, .tw, .en, .cp, .sc, .ig, .wht {
	color: #fff;
	transition: all 0.75s ease-in-out;
}

.fb:hover {color: #3b5998;transition: all 0.75s ease-in-out;}
.ms:hover {color: #0084ff;transition: all 0.75s ease-in-out;}
.yt:hover {color: #cd332d;transition: all 0.75s ease-in-out;}
.ln:hover {color: #007bb6;transition: all 0.75s ease-in-out;}
.tw:hover {color: #007bb6;transition: all 0.75s ease-in-out;}
.en:hover {color: #808d23;transition: all 0.75s ease-in-out;}
.cp:hover {color: #4a8d23;transition: all 0.75s ease-in-out;}
.sc:hover {color: #f50;transition: all 0.75s ease-in-out;}
.ig:hover {color: #6dc993;transition: all 0.75s ease-in-out;}

.fbc {color: #3b5998;}
.msc {color: #0084ff;}
.ytc {color: #cd332d;}
.lnc {color: #007bb6;}
.twc {color: #007bb6;}
.enc {color: #808d23;}
.cpc {color: #4a8d23;}
.scc {color: #f50;}
.igc {color: #6dc993;}

/***************************************************************** MORE *****************************************************************/

#cboxWrapper,.cboxPhoto{max-width:none}.cboxIframe,.cboxPhoto{display:block;border:0}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxOverlay{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.85);backdrop-filter:blur(4px)}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative;margin-top:20px;background:#000}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;border:5px solid #000;background:#fff}#cboxTitle{margin:0;position:absolute;top:-20px;left:0;color:#ccc}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer;border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxNext,#cboxPrevious{top:50%;margin-top:-32px;width:28px;height:65px;position:absolute;text-indent:-9999px}.cboxPhoto{float:left;margin:auto;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;padding:0;margin:0;background:#fff}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox{outline:0}#cboxError{padding:50px;border:1px solid #ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{left:5px;background:url(images/controls.png) top left no-repeat}#cboxPrevious:hover{background-position:bottom left}#cboxNext{right:5px;background:url(images/controls.png) top right no-repeat}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(images/controls.png) top center no-repeat;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

.spn, .animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}


