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

body {
	font: normal normal 400 14pt/1.15em 'Montserrat', sans-serif;
	background: linear-gradient(#fff, #ebecf0);
	background-attachment: fixed;
}

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

.soci {font-family: 'fontello', sans-serif;}

p {
	line-height: 1.5em;
	margin: 4px 0;
}

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

h1 {font-size: 3em;line-height: 1.2em;}
h2 {font-size: 2.5em;line-height: 1em;}
h3 {font-size: 2em;line-height: 1.4em;}
h4 {font-size: 1.5em;line-height: 1em;}
h5 {font-size: 1.2em;}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
}

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

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

.gold {color: #cdb347;}
.orange {color: #5551a2;}
.blue {color: #41658a;}
.green {color: #59c7d0;}
.red {color: #d82f3e;}
.dgray {color: #cac9cb;}
.lgray {color: #e5e5e7;}
.black {color: #000;}
.white {color: #fff;}
.bg_gold {background-color: #cdb347;}
.bg_orange {background-color: #5551a2;}
.bg_blue {background-color: #41658a;}
.bg_green {background-color: #59c7d0;}
.bg_red {background-color: #d82f3e;}
.bg_dgray {background-color: #cac9cb;}
.bg_lgray {background-color: #e5e5e7;}
.bg_black {background-color: #000;}
.bg_white {background-color: #fff;}

.fb:hover {color: #3b5998;transition: all 0.75s ease-in-out;}
.yt:hover, .mp:hover {color: #cd332d;transition: all 0.75s ease-in-out;}
.ig:hover {color: #6dc993;transition: all 0.75s ease-in-out;}
.tw:hover {color: #007bb6;transition: all 0.75s ease-in-out;}
.ms:hover {color: #0084ff;transition: all 0.75s ease-in-out;}
.em:hover {color: #990000;transition: all 0.75s ease-in-out;}
.ph:hover {color: #629632;transition: all 0.75s ease-in-out;}

.fb, .ms, .ig, .yt, .tw, .em, .ph, .mp {
	color: #d94f05;
	transition: all 0.75s ease-in-out;
}

.fbx {color: #3b5998;transition: all 0.75s ease-in-out;}
.ytx, .mpx {color: #cd332d;transition: all 0.75s ease-in-out;}
.igx {color: #6dc993;transition: all 0.75s ease-in-out;}
.twx {color: #007bb6;transition: all 0.75s ease-in-out;}
.msx {color: #0084ff;transition: all 0.75s ease-in-out;}
.emx {color: #990000;transition: all 0.75s ease-in-out;}
.phx {color: #629632;transition: all 0.75s ease-in-out;}

/*************************************** GRIDIT ***************************************/

.gridit {
	padding: 2rem;
}

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

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

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

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

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

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

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

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

.boldme {font-weight: 900;}
.semboldme {font-weight: 400;}
.capme {text-transform: uppercase;}
.centerme {text-align: center;margin: 0 auto;}
.cuwideme {max-width: 422px;}
.margbme {margin-bottom: 20px;}
.inblkme img {display: inline-block;}
.fademe {opacity: 0.5;}

.blackout {
    color: #000;
    background-color: #000;
}

.rota1me {transform: rotate(-2deg);}
.rota2me {transform: rotate(+2deg);}
.rota3me {transform: rotate(-4deg);}
.rota4me {transform: rotate(+4deg);}
.bordme {border: 20px solid #fff;}
.clikr, .prvtrm {cursor: pointer;}
.shadme {box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.5);}
.pntrme {cursor: pointer;}
.padme {padding: 20px;}
.padbme {padding-top: 20px;}
.padtme {padding-top: 20px;}
.padsme {padding: 0 0 10px 0;}
.margtbme {margin: 20px auto;}
.ulineme {border-bottom: 1px solid #000;}
.widme {width: 100%;}
.halfme {max-width: 50%;}
.bigtxtx a {font-size: 3em;display: block;color: #3b5998;}
.bigtxt {font-size: 2em;display: block;}
.midtxt {font-size: 1.4em;display: block;}
.blockme {display: block;}
.upcme {text-transform: uppercase;}
.italme {font-style: italic;}
.smrtxme {font-size: 0.7em;}

.btna {
	display: inline-block;
	padding: 4px 8px;
	border-radius: 8px;
	background-color: #990000;
	font-weight: 600;
	color: #fff;
}

.clikr {cursor: pointer;}
.grecaptcha-badge {}
.grecaptcha-badge {bottom: 100px !important;}
.norme {margin: 10px 0;}
.norme li:before {
	background: transparent url(images/chk.png) no-repeat scroll center;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}

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

dl {
	display: block;
}
	
dl dt {
	display: block;
	font-weight: bold;
	line-height: 2em;
}

dl dd {
	display: block;
	margin-left: 40px;
	line-height: 1.4em;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	transition: all 0.5s ease-in-out;
}

img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	transition: all 0.5s ease-in-out;
}

/*************************************** OTHER ***************************************/

#newz {
	width: 100%;
	column-count: 3;
	column-gap: 20px;
}

@media (max-width:952px) {
#newz {
	column-count: 2;
	column-gap: 20px;
}
}

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

#newz .icl {
	break-inside: avoid;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#newz .icl .dte {
	background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(204,204,204,0.75) 100%);
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 900;
	padding: 10px;
}

#newz .icl .gmi {
	display: block;
}

#newz .icl .dat {
	padding: 10px;
}

/***************************************************************** GALLERY *****************************************************************/

.gallery {
	width: 100%;
	margin-top: 20px;
	columns: 4;
	column-gap: 20px;
}

.gallery .pic {
	margin-bottom: 20px;
	overflow: hidden;
}

.gallery .pic img {
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.gallery .pic img:hover {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

@media (max-width:952px) {
.gallery {
	columns: 3;
}
}

@media (max-width:576px) {
.gallery {
	columns: 2;
}
}

@media (max-width:451px) {
.gallery {
	columns: 1;
}
}

/***************************************************************** XFORM *****************************************************************/

.xform {
	width: 300px;
	max-width: 100%;
	height: calc(100% - 40px);
	padding: 14px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 100;
}

.xform .input, .xform .textarea {
	display: block;
	font: normal normal 400 10pt/1.45em 'Montserrat', sans-serif;
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid rgba(0,0,0,0.5);
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:first-child {
}

.xform .textarea {
}

.xform .button {
	border: 1px solid rgba(0,0,0,0.5);
	width: 100%;
	margin: 4px auto;
	font-weight: 900;
	padding: 8px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.xform .input:focus, .xform .textarea:focus, .xform .button:focus {
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.grecaptcha-badge { 
	display:none !important; 
}

.tbl {
	min-width: 70%;
	margin: 10px auto;
	line-height: normal;
	border-collapse: collapse;
}

.tbl tr:nth-child(even) {
	background-color: #ccc;
}

.tbl tr td {
	padding: 5px 10px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}

.tbl tr td:nth-child(1) {font-weight: 900;}

/******************************************************** LIGHTBOX *********************************************************/

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:rgba(0,0,0,.8);display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-dataContainer:after,.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover,.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}
