@import url("https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");
@import url("https://fonts.googleapis.com/css?family=Cabin:700");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #42dca3;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

#pie{display: none !important}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-VariableFont_wght.ttf);
}
@font-face {
    font-family: Forum;
    src: url(../fonts/Forum-Regular.ttf);
}
@font-face {
    font-family: Caudex-Regular;
    src: url(../fonts/Caudex-Regular.ttf);
}
@font-face {
    font-family: Caudex-Bold;
    src: url(../fonts/Caudex-Bold.ttf);
}
@font-face {
    font-family: Caudex-Italic;
    src: url(../fonts/Caudex-Italic.ttf);
}
@font-face {
    font-family: Caudex-BoldItalic;
    src: url(../fonts/Caudex-BoldItalic.ttf);
}
@font-face {
    font-family: Poppins-Thin;
    src: url(../fonts/Poppins-Thin.ttf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}


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

html {
    scroll-behavior: unset;
    scrollbar-color: grey rgba(0,0,0,.2);
    scrollbar-width: thin;

    
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.xinvisible-scrollbar{height:auto}
.invisible-scrollbar::-webkit-scrollbar {display:none}

::-webkit-scrollbar-track-piece {
    background-color: lightgrey;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: grey;
}

.scroller {
	scrollbar-color: white rgb(0, 0, 0);
	scrollbar-width: thin;
	scroll-behavior: smooth;
}

#center {
	position: absolute;
	width: 1.75rem;
	height: 1.75rem;
	left: 2rem;
	top: 2rem;
	border: .125rem solid grey;
	background: #eee;
	background: linear-gradient(top, #eee, #aaa);
	background: -moz-linear-gradient(top, #eee, #aaa);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: grey;
    opacity: .5;
    z-index:100;
}

#center:hover{
    cursor: pointer;
    color:rgba(0,0,0,.8);
    opacity: 1;
}

#center span{

}

#center.plateOff{visibility: inherit !important}
#center.plateOff:hover{
    border: border: .125rem solid grey;
    cursor: inherit;
}
#center i {
	color: inherit;
	position: relative;
	top: 4px;left:7px;
}
#center i.fa-stop {
	top: 4px;left:5px;
}

.pie {
    position: absolute;
    bottom: .25rem;
    left:.25rem;
    width:6rem;
    height: 6rem;
    border: .125rem solid #aaa;
    border-radius: 3rem;
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    background: #aaa;
    background: linear-gradient(top,#aaa,#eee,#aaa);
    background: -moz-linear-gradient(top,#aaa,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#eee));  
    border-radius: 50%;
    overflow: hidden;
    z-index: 99;
    }
.pie button,
.pie button:focus {
    outline: none;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: 50%;
    transform-origin: bottom left;
    transition: all 200ms ease-out;
    border: none;
    color:grey;
}
.pie button:hover,
.pie button:focus:hover {
    background-color:transparent;
    color:black;
}
.pie button .text,
.pie button:focus .text {
    position: absolute;
    bottom: 10px;
    padding: 0px;
    left: 10px;
    color:inherit;
}

.pie button .text{color: inherit}
.pie button .text:hover{color: inherit}

.pie #xinfo .text,
.pie #xinfo:focus .text {
  bottom: 11px;
  left: 12px;
}


.searchresults button.disable, .searchresults button.disable:hover, .searchresults button.disable:focus, .searchresults button.disable:focus:hover {opacity:.5;color:white;cursor:default}
.favourites button.disable, .favourites button.disable:hover, .favourites button.disable:focus, .favourites button.disable:focus:hover {color:white;cursor:default;opacity:.5}


.home #center{color:white;cursor:default;opacity:.5;border: .125rem solid lightgrey;}
.home #center #mPlay{visibility: hidden}
.home button, .home button:hover, .home button:focus, .home button:focus:hover {color:white;cursor:default;opacity:.5;visibility: hidden}

.about #center{color:white;cursor:default;opacity:.5;border: .125rem solid lightgrey;}
.about #center #mPlay{visibility: hidden}
.about button, .about button:hover, .about button:focus, .about button:focus:hover {color:white;cursor:default;opacity:.5;visibility: hidden}

.contact #center{color:white;cursor:default;opacity:.5;border: .125rem solid lightgrey;}
.contact #center #mPlay{visibility: hidden}
.contact button, .contact button:hover, .contact button:focus, .contact button:focus:hover {color:white;cursor:default;opacity:.5;visibility: hidden}

.news #center{color:white;cursor:default;opacity:.5;border: .125rem solid lightgrey;}
.news #center #mPlay{visibility: hidden}
.news button, .news button:hover, .news button:focus, .news button:focus:hover {color:white;cursor:default;opacity:.5;visibility: hidden}

.city #center{color:white;cursor:default;opacity:.5;border: .125rem solid lightgrey;}
.city #center #mPlay{visibility: hidden}
.city button, .city button:hover, .city button:focus, .city button:focus:hover {color:white;cursor:default;opacity:.5;visibility: hidden}


.alwaysOnButton, .alwaysOnButton:focus {cursor:pointer !important;color:grey !important;visibility: visible !important}
.alwaysOnButton:hover, .alwaysOnButton:focus:hover{color:black !important;visibility: visible !important}



/*
#pie button.disable{}
#pie.searchresults button.disable{color:red}
#pie.favourites button.disable{color:red}
x.pie button.disable:hover{color:red}
x.pie button.disable:focus{color:red}
x.pie button.disable:focus:hover{color:red}
*/


.pie #siteSearch .text,
.pie #siteSearch:focus .text {
  bottom: 8px;
  left: 8px;
}




.pie button{z-index: 100}
.pie.centerOnly button{display: none}
.pie.centerOnly {background:transparent;border:.125rem solid transparent}

#up {}
#next {}
#down {}    
#left {}

#searchInput {position:fixed;left:0.25rem;line-height:6.5rem;bottom:.125rem;width:auto;z-index: 100;visibility:hidden;height:6rem;padding-right:8rem;padding-left: 6rem;z-index: 99}
#searchInput.off {display:none}
#searchEW {position:relative;display:inline-block;width:1rem}
#searchEW.fa {font-size:1.25rem;top:.125rem;cursor:pointer;color:grey;left:.25rem}
#searchEW.fa:hover {color:black}
#searchText {position:relative;display:inline-block;left:.5rem;width:4rem;transition:width 0.4s ease-in-out;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#searchText:focus {width:10rem}

#slideSelect {position:fixed;left:0.25rem;line-height:6.25rem;bottom:.125rem;width:auto;z-index: 100;visibility:hidden;height:6rem;padding-right:8rem;padding-left:6.5rem;z-index: 99;border: transparent}
#slideSelect.off {display:none}
#slideInput {visibility:inherit;width:5rem;border:none;background-color:lightgray}
#slideInput:out-of-range {color:red/*;animation: blinking 1s linear infinite;*/}
#slideInput:in-range {color:black}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
input[type="number"]{-moz-appearance:textfield}

.plateOff{visibility:hidden}

@keyframes blinking {
  from,
  49.9% {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}

 /* The animation code */
@keyframes mainNavHide {
  from {background-color: red;}
  to {background-color: yellow;}
}

/* The element to apply the animation to */
.mainNavHide {
  background-color: red;
  animation-name: mainNavHide;
  animation-duration: 4s;
} 

 /* The animation code */
@keyframes mainNavShow {
  from {background-color: yellow;}
  to {background-color: red;}
}

/* The element to apply the animation to */
.mainNavShow {
  background-color: yellow;
  animation-name: mainNavShow;
  animation-duration: 4s;
} 


#page-top{position: fixed;overflow:hidden;height:100%;width:100%;margin:0;padding:0;}
#page-top.homeSection{background-size:cover !important;background-repeat:no-repeat !important;background-image:url('../backgrounds/clouds2.png')}

#mcgHeader {position:relative;top:0;left:0;background-color:rgba(255,255,255,.2);height: auto}
#mcgHeader #siteId1 {
    left: 9px;
}
#mcgHeader #siteId2 {
	left: 1.5rem;
	font-size: 1rem;
	letter-spacing: .25rem;
	line-height: .75rem;
	top: -.125rem;
	cursor: default;
	color: grey;
	word-spacing: -7px;
}
#mcgHeader #siteId2:hover {
    color: grey;
}
#mcgHeader .siteId {
	color: white;
	font-size: 1.25rem;
	font-weight: normal;
	top: 0rem;
	left: 9px;
	opacity: 1;
	letter-spacing: .25rem;
	position: relative;
	line-height: 3rem;
	font-family: serif;
	cursor: pointer;
}
#mcgHeader .siteId:hover {
	color: black;
}
#mcgHeader .logoCircle {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 2px;
	background-color: lightgrey;
	cursor: pointer;
}



#menuLegend{display: none}
#menuButton{display: none}
.fsToggle {top:.25rem;right:.25rem;position:absolute;font-size:.75rem;line-height:1.5rem;cursor:pointer;color:lightgrey;z-index: 999999999999;align-content: center;width: 1.5rem;padding-left:.375rem;border-radius: .75rem}
.fsToggle.mobile{color:black;}
.fsToggle.mobile.inFS{background-color:white;}
.fsToggle:hover{color:black;background-color: rgba(255,255,255,.5);}

.recentList {
	bottom: 1.25rem;
	right: .25rem;
	position: fixed;
	font-size: 1rem;
	line-height: 1.5rem;
	cursor: pointer;
	color: grey;
	z-index: 999999999999;
	text-align:center;
	width: 1.5rem;
	border-radius: .75rem;
	background-color: rgba(255,255,255,.3);
}
.recentList:hover{color:black;background-color: rgba(255,255,255,.5);}
.recentList.mobile{display:none;}
.recentList.empty{display:none;}

.fav {
	bottom: 1.25rem;
	right: .5rem;
	position: fixed;
	font-size: .75rem;
	/*line-height: 1.5rem;*/
	cursor: pointer;
	color: grey;
	z-index: 999999999999;
	text-align:center;
	/*width: 1.5rem;*/
	/*border-radius: .75rem;*/
	background-color: rgba(255,255,255,0);
    display:none;
}
.fav:hover{color:black;background-color: rgba(255,255,255,0);}
.fav.mobile{display:none;}
.fav.allow{display:block;}
.fav.favsActive:hover{color:white !important;}



#fsMore{top:2.25rem;background-color: white;color:black}
#fsLess{top:4.25rem;background-color: white;color:black}
#fsMore.off{display:none}
#fsLess.off{display:none}

#mcgHeader.about #fsToggle,#mcgHeader.contact #fsToggle,#mcgHeader.gallery #fsToggle{display:none !important}
#mcgHeader.news #fsToggle{display:none !important}

#fsImageContainer{position:fixed;display:none;top:0;left:0;width:100%;height:100%;z-index: 9999999999;background-image: url("../backgrounds/darknoise.png");}
#fsImageContainer img{image-orientation:from-image;text-align:center;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;cursor:zoom-in;width:calc(100% - 0rem);height:calc(100% - 0rem);object-fit: contain;cursor:default}

#fsImageContainer.imgOverflowVertical {overflow:auto}
#fsImageContainer.imgOverflowVertical img{cursor:zoom-out;margin-top:0;width:150%;height:150%;}

#fsImageContainer.mobile img{overflow:auto;object-fit: cover;object-position: center !important;margin: 0 !important}



#mainNav.home #fsControlContainer{display:none !important}

#fsControlContainer{position:fixed;display:none;bottom:calc(50% - .5rem);left:0;width:100%;height:1rem;z-index:9999999999}
#fsControlContainer.permOff{display:none !important}
#fsControlContainer i{position:absolute;display:block;top:0;cursor: pointer;color:white;width:1.5rem;height:1.5rem;border-radius: 50%;background-color: black;opacity:.3;padding:.375rem;font-size:.75rem}
#fsControlContainer i:hover{opacity:1;color:black;background-color:white}
#fsControlContainer #fsNext{right:1rem;padding-left:7px}
#fsControlContainer #fsPrev{left:1rem;}
#fsControlContainer #fsPlay{left:calc(50% - .75rem);padding-left:8px;padding-top:6px}
#fsControlContainer #fsPlay.fa-stop{padding-left:7px}


/* Safari */
:-webkit-full-screen {
  background-color: grey;
}

/* IE11 */
:-ms-fullscreen {
  background-color: grey;
}

/* Standard syntax */
:fullscreen {
  background-color: grey;
}

#mainNav {
	line-height: 1.5rem;
	height: calc(100% - 0rem);
	background-color: rgba(255,255,255,.2);
	position: relative;
	top: 0;
}

#mainToggle{position:absolute;left:0;top:0.5rem;font-size:1.25rem;opacity:.5;width:auto;height:auto;cursor:default;z-index:9}
#mainToggle:hover{opacity:1;cursor:pointer}
#mainNavList {list-style:none;top:0rem;left:0rem;position:relative;margin:0 0 1rem 0;padding:0;width:10rem;background-color: rgba(125,125,125,0);height: calc(100% - 4rem);display: block}
.mainNavItem{color:black;font-size:.875rem;font-weight:normal;opacity:.5;width:fit-content;letter-spacing: normal;padding:.5rem .25rem .5rem 1rem;}
.mainNavItem a{text-transform:capitalize;}
.mainNavItem a.active {font-weight:bolder;font-size:1rem;font-family:ABeeZee;font-variant: small-caps}

.subNavList {display:none;list-style-type:none;padding:0 0 0 .5rem}
.subNavList li{}
.subNavList li a{text-transform:capitalize;font-size:.875rem}
.subNavList li a.active{font-size:.875rem;font-weight: bold;font-family:ABeeZee}

.textOpacityEase:hover{opacity:1;cursor:pointer;letter-spacing:.125rem;font-size:1rem}
.textOpacityEase{-webkit-transition: opacity .5s ease-in-out, letter-spacing .5s, font-size .5s;-moz-transition: opacity .5s ease-in-out, letter-spacing .5s, font-size .5s;-o-transition: opacity .5s ease-in-out, letter-spacing .5s, font-size .5s;transition: opacity .5s ease-in-out, letter-spacing .5s, font-size .5s;}

.grabbie{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}
.xgrabbie{cursor: url(../backgrounds/icons8-drag-30.png),pointer}
.grabbie:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

/*.nsResize{cursor: url(../backgrounds/icons8-resize-vertical-50.png),pointer}*/
.xnsResize{cursor: ns-resize !important}
.nsResize{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}
.nsResize:active{cursor:grabbing !important;cursor:-moz-grabbing !important;cursor:-webkit-grabbing !important}


#ssIndicator.fsInfo {
    right: unset;
    left: 0rem;
    width: calc(100% - 0rem);
    padding: 1rem !important;
    bottom: 0rem;
    color: transparent;
    height: 5rem !important;
    bottom: 0rem !important;
    opacity:0 !important; transition: opacity 1s;
}

#ssIndicator.fsInfo:hover{opacity:1 !important;}

#ssIndicator.fsInfo:hover{background-color: rgba(255,255,255,.8);color:black}
#ssIndicator a {position: relative;
	opacity: .7 !important;
	line-height: 1rem;
	font-size: .75rem;
	height: 1rem;
	padding: 0 ;
	margin: 0;
    text-align: right;
    display: block;
    text-transform:capitalize;
}
#ssIndicator.fsInfo a {text-align: center;}
#ssIndicator #counter {
	position: relative;
	opacity: .9 !important;
	display: block;
	text-align: right;
	padding: 2px 0 5px 0;
	margin: 0;
	line-height: .75rem;
}
#ssIndicator.fsInfo #counter {text-align: center;}

#ssIndicator #imageName,#ssIndicator #title{display: none;}
#ssIndicator.fsInfo #imageName,#ssIndicator.fsInfo #title{display: block;}


.controlContainer{position:absolute;bottom:4rem;left:0;width:100%;height:6rem;background-color: rgba(255,255,255,0)}
#exControl{width:auto;background-color: rgba(255,255,255,0)}

.controlContainer #buttons {
	position: absolute;
	display: block;
	width: 5rem;
	height: 5rem;
	z-index: 99999999;
	line-height: 5rem;
	background-color: rgba(0,0,0,0);
	border-radius: 5rem;
	margin: .5rem;
	padding: 0 0 0 .375rem;
	/*
    border: .125rem solid black;
	border-bottom-style: solid;
	border-color: ghostwhite;
    */
}
.controlContainer #buttons:hover{border-color:gainsboro;}


.controlContainer #buttons i{position:relative;font-weight: normal;display:inline-block;color: rgba(0,0,0,.3);margin-right:.25rem;font-size:1rem}
.controlContainer #buttons #info {position:absolute;top:-.75rem;left:2.125rem;margin:0}
.controlContainer #buttons #prevEx {position:absolute;top:.5rem;left:2rem;margin:0}
.controlContainer #buttons #nextEx {position:absolute;top:3.25rem;left:1.875rem;margin:0}
.controlContainer #buttons i:hover{cursor:pointer;color: rgba(0,0,0,1)}

#ccSwitch{position:fixed;font-weight: normal;display:block;color: rgba(0,0,0,.3);font-size:1.25rem;left:calc(50% - .375rem);bottom:0;z-index:99999999}
#ccSwitch:hover{cursor:pointer;color: rgba(0,0,0,1)}


.controlContainer #buttons #prev{margin-left:.25rem}

#controlContainer #thumbs {
	position: absolute;display: none;
	width: calc(50% - 0rem);
	height:6rem;
    font-size: .75rem;
	padding: 0;
    display:block;
    z-index: 99999999;
    background-color: rgba(255,255,255,0);
    left:25%;top:0;
    justify-content: center;
}

#controlContainer #paginator {
	position: absolute;display: none;
	width: calc(50% - 0rem);
	font-size: .75rem;
	padding: 0 0 0 0;
    display:block;
    z-index: 99999998;
    left:25%;bottom:.25rem;
    justify-content: center;
    background-color: rgba(255,255,255,0);
}
.galleryControl.off {display:none}

.thumbNail{position:relative;left:0;top:0;width:6rem;height:6rem;display:inline-block;cursor:pointer;border: .25rem solid aliceblue;margin:0 .125rem 0 0;object-fit: cover;object-position: center;box-shadow: .25rem .25rem 1rem grey;}
.thumbNail:hover{border: .25rem solid green;width:6rem;height:6rem;}
.thumbNail.active{border: .5rem solid black;width:6rem;height:6rem;}
.thumbNail.active:hover{border: .5rem solid red;width:6rem;height:6rem;}

.plate{display:none !important}

.mainNavOff .infoOff {height:calc(100% - 0rem) !important;width:calc(100% - 0rem) !important;	top: 0rem;
	left: 0rem;}
.mainNavOff .infoOff .pageRowColumn {
	height: calc(100% - 1rem) !important;
	width: calc(100% - 3rem) !important;
	top: 0rem;
	left: 1rem;
}
.mainNavOff .infoOff .pageRowColumn img {
	height: calc(90% - 0rem) !important;
	width: calc(90% - 0rem) !important;
	left: 5%;
	top: 0;
}

.footer {
	position: fixed;
	bottom: 0rem;
	font-size: .75rem;
	color: rgba(0,0,0,.5);
	width: 100%;
	text-align: right;
}
.footer a {
	right: 1rem;
	position: relative;
}
#footer.fsInfo{z-index:9999999999;right:0;width:auto;background-image: none;}
#footer.fsInfo a{color:rgba(125,125,125,1);right:0}

/* touch from here on */
.touch #pie{display: none !important}
.touch #pie #center{display: none !important}
.touch #mainNav #mainNavList.on {right:0;background-color:rgba(255,255,255,.9);}
.touch #mainNav #mainToggle{display: none !important}
.touch .footer {font-size:.5rem;color:rgba(255, 251, 251, 0.65);background-color:transparent;line-height:1rem;background-image: url("../backgrounds/darknoise.png")}
.touch #mcgHeader {background-color: rgb(255,255,255,.75);}
.touch #mcgHeader .siteId {line-height:2rem;left:.5rem;letter-spacing: .125rem;}
.touch #mcgHeader .logoCircle {width:1.875rem;height:1.875rem;}
.touch #mcgHeader #siteId2 {left:1rem;font-size:1rem;top:.125rem;line-height:2rem;visibility: visible}    
.touch #mcgHeader #siteId1 {font-size:.875rem;top:1px;line-height:.875rem;left:7px;letter-spacing:-3px !important} 
#mcgHeader #fsToggle {display:none !important;right: 0.25rem;}
#mcgHeader #fsToggle.on {display:block !important}

.touch #mcgHeader #menuLegend {position: fixed !important;display:inline-block;right:4rem;z-index:999999;line-height:2.125rem;font-size:.875rem;text-transform:capitalize;color:grey}
.touch #mcgHeader #menuButton {position: fixed !important; display:inline-block;right:1.75rem;position:relative;padding:.5rem;z-index:999999}
.touch #mainNav{height: calc(100% - 0rem);background-color:transparent;border-top: .125rem solid transparent;}
.touch #mainNavList{top:0;transition:right .5s linear;display:block;width:fit-content;background-color:rgba(255,255,255,1);right:-10rem;left:unset !important;position:absolute;padding-right:0rem;height:auto;z-index:9999999899;}
.touch .mainNavItem{padding:.25rem 1rem;text-align:left;width:auto;font-size:1rem;border-bottom:1px gray solid}
.touch #mainNavList li:first-of-type{border-top:1px gray solid}
.touch .mainNavItem:hover{opacity:1;cursor:pointer;letter-spacing:normal;font-size:1rem}

/* */
.touch #subContainer {
	position: absolute;
	top: 0rem;
	left: 0rem !important;
	width: calc(100% - 0rem)  !important;
	height: calc(100% - 3rem);
	overflow-y: hidden;
	scrollbar-width: none;
    }

.touch #mainNav div div #extra {position:absolute;top:100%;left:10%;width:80%;height:calc(100% - 0rem);transition: top linear .5s;display:block;margin:auto;background-color: rgba(220,220,220,.5);overflow-x: hidden;overflow-y: auto;scrollbar-color:rgba(0,0,0,.3) transparent;scrollbar-width:thin;padding:2rem}
.touch #mainNav div div #extra.on {top:0;}

.touch #mainNav div div #extra {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 2rem));
	grid-column-gap: 3rem;
	grid-row-gap: 2rem;
	align-content: unset;
}

.touch #mainNav div div #extra div {display: inline-grid}

.touch #mainNav div div #extra div img {
	display: inline-grid;
	padding: 0rem;
	width: 100%;
	object-fit: cover !important;
    height: 100%;
}
.touch #mainNav div div #extra div a{}

.touch #mainNav div div #togglePlate {
	top: 0rem;
	left: calc(50% - .875rem);
	position: absolute;
	font-size: 1.25rem;
	line-height: 1.5rem;
	cursor: pointer;
	color: lightgray;
	width: 1.5rem;
	height: 1.5rem;
	padding-left: .375rem;
	border-radius: .75rem;
	display: block;
	z-index: 99999999999999999;
}
.touch #mainNav div div #togglePlate:hover{color:black;}
.touch #mainNav div div #togglePlate.off {display: none}

#mainNavList .extra{display:none !important}

/* .touch.home */
.touch #mainNav #subContainer .home {
	display: block !important;
	width: 100%;
	height: calc(100% + 0rem);
	overflow-y: auto;
	grid-template-columns: unset !important;
	align-content: start;
	left: 0;
	position: relative;
	padding: 0;
	margin: auto;
    background-color: rgba(220,220,220,.3);
	background-image: url(../backgrounds/clouds.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}

.touch #mainNav #subContainer .home .pageRowColumn:nth-child(1){padding:0;padding-bottom:1rem}
.touch #mainNav #subContainer .home .pageRowColumn.pcrText.expand a:last-child {margin-bottom:0rem;}
.touch #mainNav #subContainer .home .pageRowColumn {
	position: relative;
	top: 0rem;
	/* left: 25%; */
	margin: auto;
	width: calc(50% - 0rem);
	height: 100%;
	padding: 0;
	background-color: rgba(220,220,220,.5);
	overflow: hidden auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,.3) transparent;
}
.touch #mainNav #subContainer div .pageRowColumn{transition: top linear .5s}
.touch #mainNav #subContainer .home .pageRowColumn.expand {background-color:rgba(255,255,255,.5)}
.touch #mainNav #subContainer .home .pageRowColumn.off {top:-100%}
.touch #mainNav #subContainer .home .pcrText{}
.touch #mainNav #subContainer .home .pcrText h2{color: black;top:-.25rem;display: block}
.touch #mainNav #subContainer .home #col1 h2{display: none}
.touch #mainNav #subContainer .home .expand h2{color: white}
.touch #mainNav #subContainer .home .pcrText a{display:none !important;padding:0 2rem;text-align: justify}
.touch #mainNav #subContainer .home .pcrText.expand a{display:block !important}
.touch #mainNav #subContainer .home .pcrText a:first-of-type{display:block !important}
.touch #mainNav #subContainer .home .pageRowColumn img {
	width: calc(100% - 0rem);
	object-fit: contain;
	height: auto;
	/* margin: auto; */
	position: relative;
	padding: 2rem 2rem 1rem 2rem;
}
.touch #mainNav #subContainer .home .pageRowColumn.expand img {}   

#home.read .col .colText {
	height: 5rem;
	width: calc(100% - 20rem);
	left: 10rem;
}
#home.read .col .colText a {padding:0 1rem}
#home.read .col .colImage {height: calc(100% - 7rem)}
#home.read .col .colImage img {filter:drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6))}

.touch #mainNav #subContainer #expContainer{position:fixed;z-index:999999;}
.touch #mainNav #subContainer #expContainer.off{display:none !important}

#home #togglePlate.on{display: block}
#home #togglePlate.off{display: none}
#home.onSB{overflow:hidden auto}
#home.offSB{overflow:hidden}

#homeExtra {
	display: block !important;
	position: relative;
	background-color: #17232d38;
	width: 100%;
	height: auto;
}



.touch .subNav.homeextra{display:grid !important;overflow-x: auto;overflow-y: hidden;width:unset;box-sizing: content-box;padding-bottom: 14px;height: 100%;background-image: url("../backgrounds/clouds1.png");background-size: cover}    
.touch .subNav.homeextra .pageRowColumn{display:inline-grid;grid-template-rows: 100% 0}
.touch .subNav.homeextra .pageRowColumn.expand{display:inline-grid;grid-template-rows: 50% 50%;background-color:transparent;}
.touch .subNav.homeextra .pageRowColumn .colImage img {
	background-color: transparent !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center !important;
	position: relative;
	top: 1.5rem;
	width: 100%;
	padding: 0 2rem;
}
.touch .subNav.homeextra .pageRowColumn.expand .colImage img{
    padding:0 .5rem;
}
.touch .subNav.homeextra .lastSlide{padding-bottom:0rem !important; background-color: transparent !important}
.touch .subNav.homeextra .pageRowColumn.expand .colText {display:block;height:calc(100% - 0rem);
    background-color:rgba(0,0,0,.3)
}
.touch .subNav.homeextra.read .pageRowColumn .colText {background-color:white;display: none}
.touch .subNav.homeextra.read .pageRowColumn .colText a {color:black !important ;font-size: 1rem;font-family: unset}
.touch .subNav.homeextra .pageRowColumn.expand section {top:0;position: relative;overflow-x:hidden;overflow-y:auto;}
.touch .subNav.homeextra .pageRowColumn.expand .colImage {height:calc(100% - 0rem);overflow:hidden;
    background-color:rgba(0,0,0,.3) !important;}

.touch .subNav.homeextra .pageRowColumn .colImage h2 {
    width: 100%;
    line-height: 1.25rem;
    background-color: transparent;
    color: darkcyan;
    font-size: .875rem;
    top: 1rem;
    position: relative;
    margin: 0;
    height: 1.25rem;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Poppins-Thin;
}

.touch .subNav.homeextra .pageRowColumn.expand .colImage h2 {font-size: 1rem}    
.touch .subNav.homeextra .pageRowColumn .colText a {
    line-height: 1rem;
    position: relative;
    top: 0;
    padding: 0 .75rem;
    display: block;
    font-size: .75rem;
    letter-spacing: 0px;
    margin-top: .5rem;
    font-family: Poppins-Thin;
    color: white;
    text-align: center;
}

/* .touch.news */
.touch #mainNav #subContainer .subNav {background-color: transparent}

.touch #mainNav div .news.temp {width:100%;height:calc(100% - 0rem);overflow-y: hidden}

.touch #mainNav div .news {display: block;width:100%;height:calc(100% - 0rem);overflow-y:hidden;grid-template-columns:unset !important;align-content:start;left: 0;position: relative;background-image: url('../backgrounds/clouds1.png');background-position: center;background-size: cover;scrollbar-color:rgba(255,255,255,.3) transparent}
.touch #mainNav div .news:hover {scrollbar-color:rgba(255,255,255,.7) transparent}
.touch #mainNav div .news .pageRowColumn:nth-child(2n){background-color:rgba(125,125,125,.3);color:white}
.touch #mainNav div .news .pageRowColumn:nth-child(2n) h2{color:white !important}
.touch #mainNav div .news .pageRowColumn:nth-child(2n) .left a{color:white}
.touch #mainNav div .news .pageRowColumn:nth-child(2n) a{color:white}    
.touch #mainNav div .news .pageRowColumn:nth-child(2n+1){background-color: rgba(220,220,220,.3)}

.touch #mainNav div .news .pageRowColumn{position:relative;width:100%}
.touch #mainNav div .news .pageRowColumn.expand {
	background-color: rgba(255,255,255,.7);
	height: calc(100% - 2rem);
	border: 0rem lightgrey solid;
	box-shadow: .25rem .25rem 1rem rgba(0,0,0,.7);
	color: black;
	margin: 1rem auto;
	overflow-y: auto;
	scrollbar-color: rgba(0,0,0,.2) transparent;
	overflow-x: hidden;
	scrollbar-width: thin;
    scrollbar-color:white lightgrey;
}
.touch #mainNav div .news .pcrText{margin:unset;width:calc(100% - 0rem);height: auto;top: 0;padding-top: .5rem;left:0rem}
.touch #mainNav div .news .pageRowColumn.pcrText h2 {
    text-align: center !important;
    background-color: rgba(255,255,255,0);
    top: 0rem;
    line-height: 1.25rem;;font-size: 1rem;
    color: inherit !important;
    margin: auto !important;width: calc(100% - 1rem)
}

.touch #mainNav div .news .pcrText a{display:none;width: calc(100% - 2rem);margin: auto;margin-bottom: .5rem;font-weight: normal;}
.touch #mainNav div .news .pageRowColumn.pcrText .left{display:inline-grid;grid-template-columns:10rem calc(100% - 9rem) 0 0 0 0;grid-template-rows:10rem;margin:0;}    
.touch #mainNav div .news .pageRowColumn.pcrText.expand .left{display: block}    
.touch #mainNav div .news .pageRowColumn.pcrText .left img{display:inline-grid;height:10rem;object-fit:cover;padding:1rem;background-color: transparent;margin: 0; width: 10rem;left:0;cursor: pointer}
.touch #mainNav div .news .pageRowColumn.pcrText.expand .left img {
	height: 50%;
	width: calc(100% - 4rem);
	margin: 0 auto;
	object-fit: contain;
	object-position: center !important;
	/* left: 25%; */
	/* position: relative; */
	min-width: 480px;
	display: block;
	padding: .5rem 1rem 2rem 1rem;
}
.touch #mainNav div .news .pageRowColumn.pcrText .left a {display:none;position:relative;padding:1rem 0;line-height:1rem;align-content:center;margin:0;}
.touch #mainNav div .news .pageRowColumn.pcrText.expand .left a {
	display: block;
	padding: 0 2rem 1rem 2rem !important;
	left: 0rem;
    color:black;
    text-align: justify;
}
.touch #mainNav div .news .pageRowColumn.pcrText .left a:first-of-type {
	display: inline-grid;
	overflow: hidden;
	width: calc(100% - 2rem);
	align-content: baseline;
	padding: 1rem 0 0 0;
    margin-bottom: 1rem;
}
.touch #mainNav div .news .pageRowColumn.pcrText.expand .left a:first-of-type {display: block}

.touch #mainNav div .news .expand .left img{position: relative; left:-1rem;}
.touch #mainNav div .news .expand .left a {top:-.5rem;margin:auto !important;padding:0 !important;position:relative !important;
left:-1rem;}
.touch #mainNav div .news .pageRowColumn.pcrText .right{display:inline-grid;grid-template-columns:repeat(2, calc(100% - 9rem) 10rem);height:10rem;margin:0;}    
.touch #mainNav div .news .pageRowColumn.pcrText .right img{display:inline-grid;height:10rem;object-fit:cover;padding:1rem;background-color: transparent;margin: 0;}
.touch #mainNav div .news .pageRowColumn.pcrText .right a {display:inline-grid !important;position:relative;padding:1rem 0;
line-height:1rem;align-content:center;margin:0;}
.touch #mainNav div .news .expand .right img{position:relative}
.touch #mainNav div .news .expand .right a {top:-.5rem; left:-1rem;margin:auto !important;padding:0 !important;position:relative !important;}

#exitExtra{color:lightgray;width:1.25rem;height:1.25rem;line-height:1.5rem;font-size:1.25rem;position:fixed;	right:.5rem;z-index:1;display:block;cursor:pointer;top:2.25rem;}
#exitExtra:hover{color: black}
#exitExtra.off{display:none}
#exitExtra.on{display:block}

.default{position:relative;display:grid;width:100%;height:100%;top:0;left:0;background-position:center;background-size:cover;overflow:hidden}
.default .col{position:relative;display:inline-block;grid-auto-rows:100% 0} 
.default .col .colImage{position: relative; height:100%;width:100%;left:0;transition:height .5s linear, width .5s linear, left .5s linear;} 
.default.read .col .colImage{height:calc(100% - 10rem)} 
.default .col .colImage img {width:100%;left:0;transition:width .5s linear, left .5s linear;} 
.default.exifOn .col .colImage img{width:75%;left:25%} 
.default .col .colImage h2 {position:absolute;display:block;top:-.5rem;width:100%;text-align:center;font-size:.875rem;text-transform:capitalize;font-weight:normal;font-family:Caudex-Regular;}
.default .col .colImage img{position:absolute;padding:2rem;width:100%;height:100%;object-fit:contain;object-position:center !important} 
.default .col .colText {
	position: absolute;
	display: block;
	bottom: -10rem;
	opacity: 0;
	transition: bottom .5s linear, opacity .5s;
	height: auto;
	background-color: rgba(255,255,255,.9);
	padding: 0;
	text-align: center;
	width: calc(100% - 10rem);
    left: 5rem;
	height: 9rem;
	/*overflow: hidden scroll;*/
	scrollbar-color: lightgrey transparent;
	padding-top: 0;
}

.zdefault .col .colText::before {
	content: "";
	position: absolute;
	margin: -16px;
	width: 108px;
	height: 108px;
	background-color: transparent;
	border-left: 2px solid;
	border-top: 2px solid;
	margin-top: -13px;
	opacity: 0.2;
}

.default.read .col .colText{bottom:2rem;opacity:1;background-color: rgba(255,255,255,0)} 
.default .col .colText a{} 

.default .col .colExif {
    display:grid;align-content: center;
    top: calc(-100% + 2rem);left:1rem;opacity:0;
	transition: top .75s linear,opacity .5s linear;
	position: absolute;
	background-color: rgba(125,125,125,0);
	height: calc(100% - 4rem);
	width: calc(25% - 1rem);
	padding: 1rem;
    font-size: 13px;font-weight: normal;
}
.default.exifOn .col .colExif {top:2rem;opacity:1}

.default .col .colExif table tr(2n){background-color: transparent;}
/*
.default .col .colExif table tr:nth-child(2n){background-color: transparent;}
.default .col .colExif table tr:nth-child(2n+1){background-color: lightgrey;color: white}
*/
.default .col .colExif table tr td:nth-child(2n){padding-left: .25rem}
.default .col .colExif table tr td:nth-child(2n+1){text-align: right;padding-right: .25rem}

.default #pages {position:fixed;width:100%;height:1rem;bottom:1.5rem;left:0;color:aliceblue;text-align:center;opacity:1;	transition:bottom .5s linear, opacity .5s;color:black !important}

.default #pages .pagBullet{width:.875rem;height:.875rem;display:inline-block;border-radius:100%;background:#000; opacity:.2; margin:0 .25rem;cursor:pointer;border:aliceblue .125rem solid}
.default #pages .pagBullet.active{opacity:1;}
.default #pages .pagBullet.active:hover{background:white;opacity: 1;border: .25rem solid black}
.default #pages .pagBullet:hover{background:white;opacity:.2;border: .25rem solid black}

.default.read #pages {bottom:1.5rem;opacity:1}
.default #pages.off {bottom:-1rem;opacity:0}

/* */
.touch #ssControlButtons{display: none}
.touch #ssIndicator {
	position: fixed;
	bottom: 1.625rem;
	left: .25rem;
	font-size: .75rem;
	font-family: sans-serif;
	font-weight: bold;
	z-index: 9999999999;
	height: auto;
	background-color: rgba(255,255,255,0);
	padding: 0;
	color:black;
    opacity:.5;
}
.touch #ssIndicator:hover {opacity:1}
.touch #ssIndicator.off {display: none !important}
.touch #ssIndicator.on {display: block !important}
.touch #ssIndicator.permOff {display: none !important;}
.touch #ssIndicator #counter {font-size:1rem;padding:.25rem !important;cursor:pointer}
#ssIndicator.fsInfo #counter{
    font-size: .75rem;
    padding: .25rem !important;
    cursor: pointer;
    color: grey !important;
}
.touch #ssIndicator #exifToggle {
	font-size: 1rem;
	padding: .25rem !important;
	cursor: pointer;
	position: fixed;
	bottom: calc(50% - .5rem);
}
#ssIndicator.fsInfo #exifToggle{display: none;}
.touch #ssIndicator #exifToggle.permOff{display: none !important}
.touch #info{display: none}
.touch #controlContainer{display: none !important}
.trasitionOff .colText{transition:unset !important}