/* #################### */
/* !CORE STYLING */
/* #################### */
body {
/* 	background: url("../Images/Backgrounds/bg_body.png") repeat-x center top; */
	background-color: white;
/*
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	color:#695F4C;
 */
}

/* ---------- */
/* !RESPONSIVE VIDEO CONTAINER (YouTube embed) */
/* ---------- */
.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------- */
/* !PALETTE */
/* ---------- */
:root {
	--gt-green: #51b948;
	--gt-green-light: #8CC588;
	--gt-green-bright: #87FF7D;
	--gt-green-mid-dark: #266C1F;
	--gt-green-dark: #193916;
	--gt-green-deep: #001802;
	--gt-gold: #d0aa47;
	--gt-purple-soft: #BD7CC2;
	--gt-purple-rich: #B444EC;
	--shadow: rgba(0, 0, 0, 0.40);
}

/* ---------- */
/* !STICKY */
/* ---------- */
.stickit {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

/* ---------- */
/* !LINK STYLING */
/* ---------- */
/*
a { color: var(--gt-acqua); }
a:link { color:var(--gt-acqua); }
a:visited { color:#9A0910; }
a:hover { color:var(--gt-burgandy-dark); text-decoration:underline; }
a:focus { color:var(--gt-burgandy-dark); outline: thin dotted; }

ul, li {
	list-style-position: inside;
}
*/

/* ---------- */
/* !PAGE MESSAGE STYLE */
/* ---------- */
.pagemsg {
	font-size:.75em;
	font-weight:bold;
	color:#FF0004;
	margin-bottom:1em;
}

/* ---------- */
/* !CUSTOM CAPTION */
/* ---------- */
.caption { font-size:.75em; }

/* ---------- */
/* !CUSTOM DISPLAY TEXT STYLE */
/* ---------- */
.display3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 2px;
}

.display5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1;
	font-weight: 100;
	margin-bottom: 2px;
}

/* ---------- */
/* !TEXT COLUMN STYLE */
/* ---------- */
.twoColumn {
	column-count:2;
	column-gap:30px;
	column-rule:1px outset #696969;
	padding-left: 1.5em;
	padding-right: 1.5em;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	-moz-column-gap:30px; /* Firefox */
	-webkit-column-gap:30px; /* Safari and Chrome */
	-moz-column-rule:1px outset #696969; /* Firefox */
	-webkit-column-rule:1px outset #696969; /* Safari and Chrome */
}

/* #################### */
/* !BOX STYLES */
/* #################### */
.box {
	padding: .5em;
	overflow: hidden;
}
.boxwhite {
	background-color:#FFFFFF;
	padding: .5em;
	overflow: hidden;
}
.boxblack {
	background-color:#000;
	padding: .5em;
	overflow: hidden;
}
.boxshadow {
	box-shadow: 2px 2px 4px var(--shadow);
}
.boxblacktransp {
	background-color: rgba(0, 0, 0, 0.50);
	padding: 1em 0px 1em 0px;
	width: 100%;
}
.borderblack {
	border: 1px solid black;
}
.borderwhite {
	border: 1px solid white;
}
.rad4 {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.rad6 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.rad10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/* ---------- */
/* !CLEARFIX */
/* ---------- */
.clearfix { clear:both; }


/* #################### */
/* !BOOTSTRAP MISC STYLES */
/* #################### */
.row {
/* 	overflow: hidden; */
}
.container-fluid {
/* 	max-width: 1440px; */
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.10);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 100, 255, 0.20);
}

.row-striped :nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.10);
}
.row-striped :nth-of-type(even) {
  background-color: yellow;
}

.divhover div:hover {
	background-color: yellow;
}

/* ---------- */
/* Edit Icons */
/* ---------- */
.editicons {
	display: block;
	width: 16px;
	height: 16px;
	background-color:#a11c49;
	padding: .2em;
/* 	border: 1px solid black; */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	color: #fff;
	font-family: SourceSansPro-Black;
	font-size: 1em;
	text-align: center;
}
.editicons a, link, visited, hover, focus {
	color:white;
	text-decoration: none;
	outline: none;
}


/* ######################################## */
/* COMMON SECTIONS */
/* ######################################## */

/* #################### */
/* !HEADER STYLING: see also custom_CSSGrid.css */
/* #################### */

/* #################### */
/* !SIDEBARS: see also custom_CSSGrid.css */
/* #################### */

/* #################### */
/* !MAIN CONTENT: see also custom_CSSGrid.css */
/* #################### */

/* ############################## */
/* !MENUS: navmain, collapse, sidebarL,R: see also custom_CSSGrid.css */
/* ############################## */
.navmain a.nav-link { /* navmain text */
	color: white;
}
.navmain a.nav-link:hover { /* navmain text hover */
	color: var(--gt-gold);
}
.navmain a.nav-link.active {
	color: #162440;
}
.navmain a.nav-link.active:hover { /* Home button text & bg hover */
	color: white;
	background-color: var(--gt-green-deep);
}
/*
.navmain a.nav-link.dropdown-toggle:focus,
.navmain a.nav-link.dropdown-toggle:active,
.navmain a.nav-link.dropdown-toggle:hover,
.navmain a.nav-link.dropdown-toggle:visited {
	background-color: var(--gt-green-mid-dark);
}
*/
.navmain .dropdown-menu { /* dropdown menu bg */
	background-color: var(--gt-green-light);
}
.navmain a.dropdown-item { /* dropdown menu text */
	color: var(--gt-green-dark);
}
.navmain a.dropdown-item:hover { /* dropdown menu text & bg hover */
	color: white;
	background-color: var(--gt-green-dark);
}
.navmain .nav-pills a:focus { /* navmain dropdown onclick text & bg focus */
	color: white;
	background-color: var(--gt-green);
}
.navmain .nav-pills .nav-link:focus,
.navmain .nav-pills .nav-link:active,
.navmain .nav-pills .nav-link:hover,
.navmain .nav-pills .nav-link:visited { /* navmain pills onclick text & bg focus */
	color: white;
	background-color: var(--gt-green-mid-dark);
}
.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
	background-color: var(--gt-green-deep); /* navmain pills selected link bg color */
}
.navmain .nav-pills .nav-link.active { /* Home button text & bg */
	color: var(--gt-green-dark);
	background-color: var(--gt-green);
}
div.navbarToggleExternalContent.collapse.show a { /* Collapse menu link color */
	color: var(--gt-green);
}
div.navbarToggleExternalContent.collapse.show a:hover { /* Collapse menu link color */
	color: var(--gt-green);
	text-decoration: none;
}
.navbar-toggler:hover { /* Collapse navbar toggler hover color */
	color: var(--gt-green-mid-dark);
}

/* ---------- */
/* !COLLAPSE MENU */
/* ---------- */
.bg-inverse { /* Collapse menu bg color */
	background-color: var(--gt-green-deep) !important;
	text-align: left;
}
.bg-inverse a { /* Collapse menu link color */
	color: lightblue;
}
.bg-inverse a:hover { /* Collapse menu link hover color */
	color: var(--gt-green-bright);
}
.navbar-toggler { /* Collapse menu icon bg color */
	background-color: var(--gt-green-dark) !important;
}
.navbar-toggler:hover { /* Collapse menu icon hover bg color */
	background-color: var(--gt-green-mid-dark) !important;
}
/* Collapse menu link color */
/*
div.navbarToggleExternalContent.collapse.show a {
	color: var(--gt-green);
	text-decoration: none;
}
*/
/* Collapse menu link color */
/*
div.navbarToggleExternalContent.collapse.show a:hover {
	color: white;
	text-decoration: none;
}
*/

/* ---------- */
/* !MENU: navsidebarL: see also custom_CSSGrid.css */
/* ---------- */
.navsidebarL a.nav-link {
	color: white;
}
.navsidebarL a.nav-link:hover {
	color: white;
	background-color: var(--gt-green-mid-dark);
}
.navsidebarL .dropdown-menu {
	background-color: var(--gt-green-light);
	left: auto;
	right: 0px;
}
.navsidebarL a.dropdown-item {
	color: var(--gt-green-dark);
}
.navsidebarL a.dropdown-item:hover {
	color: white;
	background-color: var(--gt-green-mid-dark);
}

/* ---------- */
/* !MENU: navsidebarR: see also custom_CSSGrid.css */
/* ---------- */
.navsidebarR a.nav-link {
	color: white;
}
.navsidebarR .dropdown-menu {
	background-color: var(--gt-green-light);
	left: auto;
	right: 0px;
}
.navsidebarR a.dropdown-item {
	color: var(--gt-green-dark);
}
.navsidebarR a.dropdown-item:hover {
	color: white;
	background-color: var(--gt-green-dark);
}

/* ---------- */
/* !MENU: navpage */
/* ---------- */
.navpage {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navpage ul {
	margin:0px 15px 0px 15px;
	padding:0px 0px 0px 0px;
}
.navpage li {
	margin:0px 0px 0px 0px;
	padding:0px .5em 0px .5em;
	display:inline-block;
	list-style:none;
	border-right: 1px solid #06605A;
}
.navpage li:last-child {
	padding:0px 0px 0px .5em;
	border-right: 0px;
}
.navpage li:first-child {
	padding:0px .5em 0px 0px;
}

/* ########## */
/* !CAROUSEL: see also custom_CSSGrid.css */
/* ########## */
.carousel img { /* overide faulty bootstrap carousel responsiveness */
	height:34vw;
	max-height: 500px;
	margin: auto;
}
.carousel-indicators {
	margin-bottom: 0px;
}
.carousel-caption.d-none.d-md-block {
	padding: 10px;
	background: rgba(0, 0, 0, 0.40);
	bottom: 0px;
}
.btn-primary, .btn-secondary {
	margin: 2px 0px;
}
.carousel-control-prev-icon {
	width: 40px;
	height: 40px;
	background-image: url("../Images/General/carousel-control-prev-icon.png");
}
.carousel-control-next-icon {
	width: 40px;
	height: 40px;
	background-image: url("../Images/General/carousel-control-next-icon.png");
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block !important;
}

/* #################### */
/* !FOOTER: see also custom_CSSGrid.css */
/* #################### */
.footerbottom a, link, visited {
	color: #FAE3EB;
}
.footerbottom a:hover {
	color: #1DC2EE;
}
.footerlogo {
	display: block;
	padding: 20px 0px 5px 0px;
	margin: auto;
	width: 150px;
}

/* #################### */
/* !MISC */
/* #################### */
.socialicons {
	display: inline-block;
	text-align: center;
	width: 100%;
}

/* #################### */
/* !PHOTO GALLERY */
/* #################### */

/* UberGallery */
/*
.galleryThumbs_wrapper {
	width: 100%;
	height: auto;
	background-color: grey;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border: 1px solid black;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
*/
/*
.galleryThumbs {
	display: block;
	color: white;
	text-align: center;
	font-size: .8em;
	width: 140px;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px 5px 0px 5px;
	background-color: black;
	border: 2px solid #9c9c9c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	float: left;
}
.galleryThumbs img {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 3px auto;
	border: 1px solid white;
}
*/
/*
.galleryPics_wrapper {
	background-color: #404040;
}
*/

/* Galleria */
.galleria {
	width: 90%; /* 720px */
	background: #000;
	margin: 0px auto 0px auto;
	clear: both;
}
.uploadfiles_wrapper {
	width: 96.4%; /* relative value to induce browser scalaing */
	height: auto;
	background-color: #DDDDDD; /* orig=#DDDDDD */
	padding: 10px 10px 10px 10px;
	margin: 5px auto 20px auto;
	border: 1px solid black;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}

/* #################### */
/* !DATEPICKER PREV/NEXT BUTTONS */
/* #################### */
.ui-datepicker-prev.ui-corner-all {
	background-color: #0F547A;
}
.ui-datepicker-prev.ui-corner-all:hover {
	background-color: #36B8FF;
}
.ui-datepicker-next.ui-corner-all {
	background-color: #0F547A;
}
.ui-datepicker-next.ui-corner-all:hover {
	background-color: #36B8FF;
}

/* #################### */
/* !BREAKPOINTS - QUERIES */
/* #################### */
@media screen and (max-width: 768px) {
	/* ---------- */
	/* !TEXT COLUMN STYLE */
	/* ---------- */
	.twoColumn {
		column-count:1;
		padding-left: 1.5em;
		padding-right: 1.5em;
		-moz-column-count:1; /* Firefox */
		-webkit-column-count:1; /* Safari and Chrome */
	}

	/* ---------- */
	/* !COLLAPSE MENU */
	/* ---------- */
	.pos-f-t {
		margin-top: 22px;
	}

	/* ---------- */
	/* !BREAKPOINT: ASIDE */
	/* ---------- */
	aside > hr {
		padding: 0px;
		margin: 0px;
	}
	aside > .pos-f-t {
		padding: 0px;
		margin: 0px;
	}
}

@media screen and (max-width: 380px) {
	/* ---------- */
	/* !COLLAPSE MENU */
	/* ---------- */
	.pos-f-t {
		margin-top: 45px;
	}

	/* ---------- */
	/* !BREAKPOINT: ASIDE */
	/* ---------- */
	aside > hr {
		padding: 0px;
		margin: 0px;
	}
}
