/* font & reset css */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, 
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

header, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

.badge a { color: white; }
.badge { margin-right: 0.25rem; }

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  color: #fff;
  padding-bottom: 0.75rem;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  img.card-img-top { max-height: 128px !important; }
  
}



.section-heading h2 {
	line-height: 40px;
	margin-top: 2rem;
	margin-bottom: 2rem; 
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(250,250,250,0.15);
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #41FF00;
	font: 2rem Inconsolata, monospace;
}
h2, h3 {
	font-family: Inconsolata, monospace;
	font-weight: 500;
	color: #41FF00;
}
h2.pageheader {
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 50px; 
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(250,250,250,0.15);
}


section.headeralert {
  background-image: url(../img/bg_darkgray.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 1em;
}

section {
	background-image: url(../img/bg_darkgray.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

section .section-heading {
	text-align: center;
}

h3, h4, h5, h6 {
	color: #41FF00;
	margin-top: 1.0rem;
	border-bottom: 2px solid #41FF00;
	margin-bottom: 0.5rem;
}

h5 a {
	color: white;
}

h5 i {
	font-size: 70%;
	padding-left: 0.25rem;
}


ul li {
	color: white;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-width: 370px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

section.contact-us {
  background-image: url(../img/bg_darkgray.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 0px 0px;
}

section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}
/*
section.contact-us #contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}
*/

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
.footer p.ext {
    font-size: 12px;
}

.footer p a {
  color: #f5a425;
}

img#headerlogo { width: 40px; height: 40px; }
a.signup { color: red; font-weight: bold; }

table.locationlist {
	color: white;
	border-collapse: collapse;
	margin-bottom: 4em;
}
table.locationlist th, table.locationlist td {
	border: 1px solid white;
	padding: 0.25em 0.5em;
}
p.session-explain {
	margin-bottom: 1em;
}

h4.adminheader {
  line-height: 40px;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.form-group { margin-top: 1em; }
.form-group label { color: #fff; }

dl {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 4em;
}
dt {
  width: 50%;
  text-align: right;
  padding-right: 1em;
}
dd {
  text-align: left;
  width: 50%;
}

dt.wide, dd.wide {
	text-align: left;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
dt.wide {
	padding-top: 0.5rem;
}

input, textarea {
	width: 100%;
}
textarea {
	height: 6em;
}
.tab-pane { margin-top: 1em; }
.address { display: none; }
.tab-explain {
	font-size: 90%;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
}
ul.tab-explain {
	padding-left: 4em;
}

.sub-explain {
	font-size: 90%;
	font-style: italic;
	padding-bottom: 0.5em;
}
.form-group {
	border-top: 2px solid gray;
	margin-bottom: 1em;
}

nav.console {
	background-color: black;
	background-image: radial-gradient(
		rgba(0, 150, 0, 0.75), black 120%
	);
	color: #41FF00;
	font: 1.3rem Inconsolata, monospace;
}

#visitpic_div{
  z-index: 1000;
  display: none; /*  to hide first time   */
}


img#visitpic {
	max-width: 100%;
	max-height: 100%;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

dl#listAddVisit dd, dl#listAddVisit dt {
	margin-bottom: 0.5em;
}

img.card-img-top {
	max-height: 200px;
	object-fit: cover;
}

#visitpic {
	z-index: 999;
}

.card-body p {
 padding: 0 0 0 0;
}

#avatar_profile {
	max-width: 12rem;
	max-height: 12rem;
}

blockquote.visitnote {
	font-size: 85%;
	padding-left: 2rem;
	font-style: italic;
}

.loc-card {
	max-height: 400px;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
	font-family: 'Arial', sans-serif;
}
.loc-card-header {
	background: linear-gradient(to bottom, #1f262c, #418000);
	color: white;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.loc-card-subheader {
	font-size: 0.75rem;
	font-weight: normal;
	margin-top: -0.5rem;
    margin-bottom: 0.25em;
}
.loc-card-body {
	background: linear-gradient(to bottom, #418000, #ffffff);
	padding: 0.75rem;
	display: block;
}
.loc-card-image {
	width: 100%;
	height: 8rem;
	background: transparent;
	border: 1px solid #000;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.loc-card-image figure {
	display: flex;
	width: 100%;
	height: 8rem;
	align-items: center;
	justify-content: center;
	overflow: visible;
	position: relative;
}

.loc-card-image figure::before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
  padding-bottom: 100%;
}
.loc-card-image figure img {
	max-height: 100%;
	max-width: 100%;
}

.loc-card-image figure figcaption {
	display: block;
	font-size: 1em;
	position: absolute;
	z-index: 999;
	color: #606060;
	font-style: italic;
	top: 100%;
	left: 0;
	font-weight: 400;
}
.loc-card-text {
	font-size: 12px;
	padding-top: 0.5rem;
	margin-bottom: 1rem;
}

.loc-card-type {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 5px;
}
.loc-card-widgets {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2.5rem;
}
.loc-card-footer {
	bottom: 0;
	width: 100%;
	background: linear-gradient(to bottom, #418000, #1f262c);
	color: white;
	text-align: center;
	font-size: 0.6rem;
}

.loc-card-footer p {
	padding-bottom: 0.1rem;
}

.loc-card-header h5 {
	margin-top: 0.1rem;
	cursor: pointer;
}



.loc-card-header h5.visited {
	background-position: 0.125rem;
	background-size: 0.75em;
	background-repeat: no-repeat;
	background-image: url("/img/ribbon_gold.png");
}

blockquote {
	display: block;
	border-width: 1px 0px;
	border-style: solid;
	border-color: gray;
	padding: 1.25rem 0.5rem 0.5rem 0.5rem;
	position: relative;
	/*background-color: #fbeaee;*/
	border-radius: 5px;
	margin: 20px 0;
	text-align: center;
	font-style: italic;
	line-height: 0.8rem;
}

blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	padding: 2px 0 0 0;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 2rem;
	height: 1.25rem;
	color: black;
	font: 1.25em 'FontAwesome';
	text-align: center;
	border-radius: 50px;
	background-color: white;
	box-shadow: 0 1px 5px #888888;
}

.card-open,
.card-close {
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 50;
}
.card-open {
    display: none;
}
.card-close {
}

img.closed {
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 999999;
	transform: rotate(0.5rad);

}

div.over { max-width: 65%; }
div.gohome {
	max-height: 100%;
	max-width: 30%;
	border: 1px solid black;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0.5rem;
}

div.gohome img.gohome {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
