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,caption,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:middle}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 400 14pt/1.45em 'Montserrat', sans-serif;
	width: 100%;
	height: auto;
	display: block;
	position: static;
	scroll-behavior: smooth;
}

p {margin-bottom: 8px;}

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

h1 {font-size: 4rem;line-height: 2.2em;}
h2 {font-size: 2em;line-height: 2.2em;}
h3 {font-size: 1.5em;line-height: 1.4em;}
h4 {font-size: 1.2em;line-height: 1.8em;}
h5 {font-size: 1.1em;}

a {text-decoration: none;color: #4488c9;transition: all 0.5s ease-in-out;}

a:hover {color: #eea101;transition: all 0.5s ease-in-out;}
a:focus {outline: none;}

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

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

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

footer {
	display: block;
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(4px);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

#home footer {background-color: rgba(0,0,0,0.25);}

footer ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer ul li {
	margin: 0 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer ul li a .soci {
	background-color: red;	
	background-image: linear-gradient(0deg, #d8572d, #fff);	
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	background-clip: text;
	transition: all 0.5s ease-in-out;
}

footer ul li a:hover .soci {
	background-color: red;	
	background-image: linear-gradient(180deg, #d8572d, #fff);	
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	background-clip: text;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	transition: all 0.5s ease-in-out;
}

footer ul li a {
	color: #e6bf36;
}

/***************************************************************** FORM *****************************************************************/

.xform {
	width: 382px;
	max-width: 100%;
	height: calc(100% - 40px);
	padding: 8px;
	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);
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	transition: box-shadow 500ms;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

.xform .prtr {
	font-size: 0.7em;
	width: 100%;
	line-height: normal;
	margin-top: 4px;
	color: #888;
}

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

.grecaptcha-badge {visibility: hidden;}

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

.boldme {font-weight: 900;}
.italme {font-style: italic;}
.bigtme {font-size: 2.3em;}
.mwidme {max-width: 1400px;margin: 0 auto;}
.rota1me {transform: rotate(-2deg);}
.rota2me {transform: rotate(+2deg);}
.rota3me {transform: rotate(-4deg);}
.rota4me {transform: rotate(+4deg);}
.bordme {border: 20px solid #fff;}
.shadme {box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.5);}
.pntrme {cursor: pointer;}
.padme {padding: 20px;}
.padrme {padding: 5px 20px 5px 0;}
.padbme {padding-bottom: 10px;}
.margme {margin: 20px auto;}
.marbotme {margin-bottom: 20px;}
.martopme {margin-top: 20px;}
.marlrbme {margin: 0 5px 10px 5px;}
.marbme {margin: 50px auto;}
.marbme img {max-width: 100%;}
.ulineme {border-bottom: 1px solid #000;}
.tlineme {border-top: 1px solid #aaa;}
.widme {width: 100%;}
.halfme {max-width: 50%;}
.imgwme img {max-width: 100%;}
.halfhime {min-height: 50vh;}
.centerme {text-align: center;}
.clikr {cursor: pointer;font-size: 0.7em;}
.inlb {display: inline-block;}
.bgcme {background-color: rgba(255,255,255,0.85);}
.brdme {border: 1px solid #000;padding: 10px;border-radius: .5rem;}
.indme, #about p {text-indent: 2em;}
.nosho {display: none;}
.btshadme {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.75), 0px 8px 13px rgba(0,0,0,0.5), 0px 18px 23px rgba(0,0,0,0.25);
}
hr {
	margin: 20px 0;
	border: none;
	border-top: 1px solid #ddd;
}

.clmns {
	width: 100%;
	margin-top: 20px;
	columns: 2;
	column-gap: 10px;
}

@media (max-width:694px) {
.clmns {
	columns: 1;
}
}

#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1000;
}

.stuff {
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.stuff .date {
	text-align: center;
	width: 65px;
	min-width: 65px;
	height: 80px;
	font-weight: 900;
	background: #fcfcfc;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.75);
	border-radius: 10px;
	position: relative;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.stuff .date .day {
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	line-height: 40px;
	width: 100%;
	height: 40px;
}

.stuff .date .mon {
	border-radius: 0 0 10px 10px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
	background: #d10000;
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
}

.stuff .mess {
	margin-left: 20px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.stuff .mess .tyt {
	font-weight: 900;
}

.stuff .mess .tym {
	font-weight: normal;
}

.stuff:last-child {
	margin-bottom: 0;
}

#srvc, #tstm {
	columns: 3 200px;
	column-gap: 1rem;
}

#cnct {
	columns: 3 280px;
	column-gap: 1rem;
}

#srvc div, #cnct div {
	position: relative;
	background-color: #fff;
	margin-bottom: 1rem;
	border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
}

#tstm div {
	background-color: rgba(255,255,255,0.85);
	font-style: italic;
	padding: 4px 8px;
	margin-bottom: 1rem;
	break-inside: avoid;
	font-size: 0.9em;
	border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
}

#srvc div h4, #cnct div h4 {
	width: 100%;
	padding-left: .5em;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#cnct div p, #cnct div h3 {
	width: 100%;
	font-weight: 900;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
}

.brewz {
	padding: 0 2rem 2rem 2rem;
}

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

.brewz ul li {
	border: 1px solid rgba(0,0,0,0.75);
    background-color: #fff;
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
}

.brewz ul li h3 {
	color: #fff;
	background-color: rgba(0,0,0,0.75);
	padding: 4px 8px;
	font-size: 1.25rem;
}

.brewz ul li p {
	font-weight: 900;
	line-height: 1.5;
	padding: .75rem;
	text-indent: 0;
}

.flio {
	width: 100%;
	overflow: auto;
	min-height: 80vh;
}

.flio li {
	display: block;
	border: 1px solid green;
	position: relative;
}

.flio .tad {
	width: 30%;
	position: absolute;
	top: 0;
	left: 0;
}

.flio .gmi {
	width: 68%;
	position: absolute;
	top: 0;
	right: 0;
}

.flio .gmi img {
	max-width: 100%;
}

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

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

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

.flexme .inx {
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

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

#contact .flexme .inx {
	background-color: transparent;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 8px 4px;
	box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	transition: all 0.5s ease-in-out;
}

#contact .flexme .inx:nth-child(4) {padding: 20px;}

#contact .flexme .inx:hover {
	background-color: #eee;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}

.flexme .inx img {
	max-width: 100%;
}

.btx {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 4rem;
	line-height: normal;
}

.glry {
	columns: 3 200px;
	column-gap: 1rem;
}

.glry a {
	display: inline-block;
	border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,0.75);
	margin: 0 1rem 1rem 0;
	width: 100%;
}

.glry a img {
	backface-visibility: hidden;
	width: 100%;
}

.gradtxt {
	background-color: red;	
	background-image: linear-gradient(0deg, #d8572d, #fff);	
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.hero {
	width: 100%;
	margin: 20px 0 40px 0;
	font-size: 2.7em;
	font-weight: 900;
	padding-left: 10px;
	text-transform: uppercase;
	background-color: #ddd;
}

.rview {
	width: 100%;
	text-align: center;
}

.rview .inr {
}

span.email b {
	display: none;
}

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

.gray4 {color: #383838;}
.gray3 {color: #808080;}
.gray2 {color: #ccc;}
.gray1 {color: #e1e1e1;}
.white {color: #fff;}
.red {color: #a20303;}
.orange {color: #ea8501;}
.green {color: #a1b14d;}
.blue {color: #4473c9;}
.gold {color: #ffc622;}

.bg_gray4 {background-color: #383838;}
.bg_gray3 {background-color: #666;}
.bg_gray2 {background-color: #ccc;}
.bg_gray1 {background-color: #e1e1e1;}
.bg_white {background-color: #fff;}
.bg_red {background-color: #a20303;}
.bg_orange {background-color: #FF9900;}
.bg_green {background-color: #a1b14d;}
.bg_blue2 {background-color: #326e9c;}
.bg_blue1 {background-color: #4f90c2;}
.bg_gold {background-color: #ffc622;}

/***************************************************************** SLIDESHOW *****************************************************************/

#slideshow {
	width: 100%;
	font-weight: 900;
	text-align: center;
	font-size: 4vw;
	line-height: normal;
	margin: 0 auto;
}

#slideshow div {
	padding: 10px;
	color: #fff;
	text-shadow: 0 2px 2px #000;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.75), 0px 8px 13px rgba(0,0,0,0.5), 0px 18px 23px rgba(0,0,0,0.25);*/
}

#slideshow div:first-letter {
	text-transform: capitalize
}

/***************************************************************** VEGAS *****************************************************************/

.vegas-content-scrollable,.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-content-scrollable{position:relative;height:100%;overflow:auto}.vegas-overlay{opacity:.5;background:url(overlays/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0%;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{transform:translateY(0)}.vegas-transition-slideDown2-out{transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{transform:translateX(0)}.vegas-transition-slideRight2-out{transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{transform:translateY(0)}.vegas-transition-slideUp2-out{transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{transform:scale(1.5)}100%{transform:scale(1)}}@keyframes kenburns{0%{transform:scale(1.5)}100%{transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{transform:scale(1.5) translate(0,-10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{transform:scale(1.5) translate(0,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%,0)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%,0)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{transform:scale(1.5) translate(0,10%)}100%{transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{transform:scale(1.5) translate(0,10%)}100%{transform:scale(1) translate(0,0)}}
/*# sourceMappingURL=vegas.min.css.map */

/***************************************************************** COLORBOX *****************************************************************/

#cboxWrapper,.cboxPhoto{max-width:none}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.85);-webkit-backdrop-filter: blur(4px);backdrop-filter: blur(4px);}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative;background:0 0;overflow:hidden}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}.cboxPhoto{float:left;margin:auto;border:0;display:block;-ms-interpolation-mode:bicubic;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0;background:0 0}#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 #1c1815}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;margin:26px 0 28px}#cboxTitle{position:absolute;bottom:4px;left:0;text-align:center;width:100%;color:#fff;background-color:transparent;line-height:1em}#cboxCurrent{position:absolute;bottom:0;left:58px;color:#999}#cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat}#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer;border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxClose,#cboxNext,#cboxPrevious{position:absolute;top:0;width:25px;height:25px;text-indent:-9999px}#cboxSlideshow{position:absolute;bottom:4px;right:30px;color:#900}#cboxPrevious{left:0;background:url(images/controls.png) -75px 0 no-repeat}#cboxPrevious:hover{background-position:-75px -25px}#cboxNext{left:27px;background:url(images/controls.png) -50px 0 no-repeat}#cboxNext:hover{background-position:-50px -25px}#cboxClose{right:0;background:url(images/controls.png) -25px 0 no-repeat}#cboxClose:hover{background-position:-25px -25px}.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight,.cboxIE #cboxTopCenter,.cboxIE #cboxTopLeft,.cboxIE #cboxTopRight{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)}