@charset "utf-8";
/* CSS Document */
/* BASE STUFF {{{ -----------------*/
html, body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  min-height: 100%;
	margin: 0;
	padding:0;
	position: relative;
}
body {
	color:rgb(244, 244, 244);
	background:rgba(70,70,80, .9);
	font-size:18px;
}
*, *:after, *:before { box-sizing: border-box; }
a { text-decoration:none; } 
a.active { cursor: default; }

.bg_body {
  margin:0; padding: 0;
}
.bg_body::before {
  content: "";
	background-image: url('../images/bg.jpg');    
	  filter: url('#blur');
    filter: blur(5px) brightness(60%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* }}} */

/* FOOTER STAY DOWN! {{{ -----------------*/
.wrap {
 min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 200px; /* height of your footer */
}
@media all and (max-width:767px) {
  .wrap {
    padding-bottom: 5em;
  }
}
.container { margin: 0; padding: 0; position:relative; }
.footer {
  position:absolute;
  height: 4.5em;
  overflow-y: auto;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 1em 0;
  color:rgba(230,230,230, 0.35);
  background-color: rgba(55,55,55,0.6); 
}
.footer a {
	text-decoration:none;
  color:rgba(230,230,230, 0.55);
  font-variant: small-caps;
}
.footer a:hover {
	color:rgba(230,230,230, 0.75);
}
/* }}} */

/* FONTS & TYPOGRAPHY {{{ -----------------*/
.font1 { font-family: 'Montserrat', Arial, Helvetica, sans-serif; }
.font2 { font-family: 'Amatic SC', cursive; }

h1, h2, h3, h4 { line-height:105%; margin:0 0 .5em; }
h1 { font-size:2.5em;}
h2 { font-size:2em;}
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
p { font-size:1.1em; line-height:1.2em; margin-bottom:.7em; }

.fine { font-weight:100; }
.strong {font-weight:500}
.stronger {font-weight:700}
.highlight, .highlight a { background-color: #FF3; text-decoration:none; padding: 0 2px; }
.muted { opacity: 0.6 }
.underline { text-decoration:underline; }

.title { margin-bottom:1em; line-height:4.5em; }
.small { font-size: 80%; }
.smaller { font-size: 60%; }
.large { font-size: 125%; }
.larger { font-size: 140%; }

.text-left{text-align:left}
.text-right{text-align:right}
.center-text{text-align:center}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.text-smallcaps {font-variant: small-caps; }
/* }}} */

/* SIZING & POSITIONING ELEMENTS & DIVS {{{ -----------------*/
.content { margin: 1em; padding: 1em; }

.top-right { position:absolute; top:0; right:0; padding:0; margin:0; }
.top-left { position:absolute; top:0; left:0; padding:0; margin:0; }
.pull-right{float:right!important}
.pull-left{float:left!important}
.center-block{ float:unset; margin-right:auto !important; margin-left:auto !important;}
.center{display: flex; justify-content: center; align-items: center;}

.mw-sm { max-width: 560px; width:96%; }
.mw-md { max-width: 770px; width:96%; }
.mw-lg { max-width: 1200px; width:96%; }

.row { display:block; width: 100%; height:auto; margin:0; padding: 0; clear: both; }
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.bg_img {
	margin: 0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.bg_img-fixed {
	margin: 0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}
.full_screen {
	width: 100%;
	min-height: 100vh;
	position: relative;
}
.full_screen-text {
	position: absolute;
	top: 28%;
	width: 100%;
	z-index: 2;
}
.midCen-outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.midCen-middle {
	display: table-cell;
	vertical-align: middle;
}
.midCen-inner {
	max-width: 600px;
	width:96%;
	margin:0 auto;
	text-align:center;
	border-radius: 6px;
	margin-bottom: 200px;
}
.middle-center {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.vh100 { height:100%; }
.vh50 { height:50%; }

.pad-it  { padding: 2%; }
.pad-20 { padding: 20px; }
.pad-100 { padding: 100px; }
.pad-0 { padding: 0; }

.pad-r { padding-right: 2%; }
.pad-l { padding-left: 2%; }

.pt-0 { padding-top: 0; }
.pt-20 { padding-top: 20px; }
.pt-100 { padding-top: 100px; }

.pb-0 { padding-bottom: 0; }
.pb-20 { padding-bottom: 20px; }
.pb-100 { padding-bottom: 100px; }

.mar-it { margin:2% 3%; }
.mar-0 { margin:0; }
.mar-10 { margin:10px; }
.mar-20 { margin:20px; }
.mar-100 { margin:100px; }

.mb-0 { margin-bottom:0px; }
.mb-10 { margin-bottom:10px; }
.mb-20 { margin-bottom:20px; }
.mb-30 { margin-bottom:30px; }
.mb-50 { margin-bottom:50px; }

.mt-0 { margin-top:0px; }
.mt-10 { margin-top:10px; }
.mt-20 { margin-top:20px; }
.mt-30 { margin-top:30px; }
.mt-50 { margin-top:50px; }

.h-100 { height:100%; }
.w-100 { width:100%; }
.v-100px { width:100%; height: 100px; }
/* }}} */

/* VIDEO {{{ -------------- */
.video-wrap {
	width:96%;
	margin:2vh auto 4vh;
	background-color:#000;
	border:#000 solid 5px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
/* }}} */

/* PANELS & BOXES {{{ -------------------------------------------*/
.msg {
	color:#FFF;
	width:88%;
	padding:3% 5%;
	margin: 2% auto;
	border: 4px double #FFF;
}
.msg a { color:#FFF; }

.box { padding:2%; margin: 4vh auto; max-width:94%; }

.panel { padding: 0.1rem 0.5rem; }
.panel:after, .panel:before { content:" "; display:table; clear:both; }
/* }}} */

/* FORMS & BUTTONS  {{{ -----------------*/
/* .form { font-family: Consolas, monaco, monospace; } */
.form input,
.form textarea,
.form select
{
  display: block;
  width: 98%;
  margin: 0 auto 1.35rem;
  padding: .7em;
  font-size: 1.2rem;
  line-height: 1.2em;
  border: 2px solid #999;
  background: transparent;
  border-radius: .3rem;
	transition: all 0.65s ease;
}
.form input:focus, .form textarea:focus, .form select:focus { border-style: dotted; }
.form input[type="submit"], .form input[type="reset"] { 
  padding: .7em 1.2em;
  display: inline-block;
  width: auto;
}

/*
 * .form input, .form select, .form textarea {
display: block;
margin: 12px auto;
width: 94%;
padding: 2%;
border: solid 2px rgba(31,56,99, 0.6);
border-radius: 20px/50%;
background-color: rgba(220, 220, 220, .8);
color: rgba(31,56,99, 0.95);
transition: border 0.3s;
font-size:1.15em;
}
.form .small {
max-width:450px;
width:90%;
margin:2em auto;
text-align:center;
}
.form textarea:focus, .form input:focus {
outline: none;
border: double 2px rgba(31,56,99, 0.95);
}
*/
.form input[type="checkbox"] { display: none; }
.form input[type="checkbox"] + label:before {
  border: 1px solid #999;
  content: "\00a0";
  display: inline-block;
  height: 18px;
  margin: 3px 10px 0 0;
  padding: 0;
  vertical-align: top;
  width: 18px;
  background-color:#CCC;
}
.form input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
}
.form input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.button, a.button/*, .form input[type="submit"] */ {
	cursor:pointer;
	position: relative;
	display: inline-block !important;
	text-decoration: none;
	text-align:center;
	margin:0;
	box-shadow: 0px 0px 0px transparent;
	filter: brightness(95%);
	transition: all 0.65s ease;
	border-radius: 20px/50%;
	border:none;
}
.button:hover, a.button:hover, .form input[type="submit"]:hover {	filter: brightness(115%); box-shadow: 0 2px 6px #777; }
.button.sm,.form input[type="submit"].sm { font-size:.9em !important; padding: .7em 1.2em !important; }
.button.md,.form input[type="submit"].md { font-size:1.1em !important; padding: .7em 1.2em !important; }
.button.lg,.form input[type="submit"].lg { font-size:2em !important; padding: .7em 1.2em !important; }
.button.xl,.form input[type="submit"].xl { font-size:3em !important; padding: .7em 1.2em !important; }

.input_line {
  padding:10px 3px 3px;
  display:block;
  width: 100%;
  border:none;
  border-bottom:1px solid #ccc;
  background-color: transparent;
}
.input_line:focus {border-bottom:1px dashed #ccc;}
.select_line {padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}

/* Back To Top Button */
#bttBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 9px;
  border-radius: 4px;
  font-size:1.3em;
}
#bttBtn:hover { background-color: rgba(40,40,40,.6); color: #DDD; }
@media all and (max-width:767px) {
  #bttBtn {
    bottom: unset;
    top: 5px;
    right:5px;
  }
}

.closebtn { font-size: 3em; cursor: pointer; }

/* Custom 'Box' Radio Selectors 
 * (there must be a way to make this also checkbox)
 * this doesn't shrink well yet */
.box-radio {
	display: flex;
  flex-flow: row wrap;

  justify-content: space-between;
  align-content: space-around;

  width:98%;
  margin:auto;
}
.box-radio div {
  position: relative;
  flex: 1;
  margin: 0 1%;
  width:100%;
  max-width: 50%;
  padding: 5px;
  background-color: rgba(230,230,230, 0.7);
	border-radius: 13px/50%;
}
.box-radio div:hover {
  background-color: rgba(130,181,65, 0.7);
}
.box-radio input {
  width: 100%;
  height: 45px;
  opacity: 0;
  cursor:pointer;
}
.box-radio label {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.box-radio input:checked + label {
  background-color: rgba(130,181,65, 0.7);
	border-radius: 13px/50%;
  font-weight: 500;
  color: #fff;
}
/* }}} */

/* TABLE {{{ -------------------------------------------*/
.table {
	font-family: Sans-Serif;
	font-size: 0.95em;
	margin: 2em auto;
	width:95%;
	text-align: left;
	overflow-x:auto;
	cursor:default;
}
.table th {
	font-size: 1.45em;
	font-weight: 600;
	padding: 14px 8px;
	border-bottom: 2px solid;
}
.table tr {border-bottom: 1px solid;}
.table tr:last-child { border-bottom: none; }

.table tr:hover {
	background: rgba (200, 200, 200, .85);
}

.table td {
	padding: 12px 8px;
}
/* }}} */

/* MODAL & OVERLAY (may need tweek) {{{ -----------------*/
.overlay {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:2
}
.modal {
	z-index:2;
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:auto;
	background-color:rgba(0, 0, 0, 0.4);
}
.modal-content {
	z-index:5;
	margin:auto;
	padding:0;
	outline:0;
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%, -50%);
}
.modal-header {
  color: #FFF;
}
.modal-header {
  position: relative;
  font-size: 2em;
  margin:0;
  line-height: 1.2em;
  padding: .4em;
}
.close_modal {
  font-size: .7em;
  position: absolute;
  top:5px;
  right: 15px;
  cursor:pointer;
}
/* }}} */

/* MISC {{{ -------------------------------------------*/
.clearfix { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.hide{display:none !important}
.show{display:block !important}
.inline { display:inline-block !important; }
.block { display:block !important; width:100%; }
.kit, .keepittogether { display: inline-block; }
.scrollx { display:block; width: 100%; height:auto; margin:0; padding: 0; clear: both; overflow-x: auto; }
.pxl { position:absolute; left:-10000px; z-index:-1; height:1px; width:1px; }

.rad-sm { border-radius: 3px; }
.rad-md { border-radius: 8px; }
.rad-lg { border-radius: 15px; }
.rad-xl { border-radius: 30px; }

img { max-width: 100%; height:auto; }
.img-100 { width: 100%; height:auto; }
.max-max { max-height:100%; max-width:100%; width:auto; height:auto; }
.page_logo { margin:0 auto; max-width:300px; width:90%; }
.page_logo img { width: 100%; height:auto; }
.circle { border-radius:50%; }

/*  FOR LIGHT SITES 
 * .shadow-bottom, .shadow-bottom-hover:hover  { box-shadow: -1px 22px 15px -5px rgba(40, 40, 40, 0.65); }
 * .shadow-box,.shadow-box-hover:hover         { box-shadow:0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.9)}
 * .shadow-text, .shadow-text-hover:hover      { text-shadow: 0 0 7px rgba(55,55,55,0.7); } */
/* FOR DARK SITES */
.shadow-text, .shadow-text-hover:hover      { text-shadow: 0 0 7px rgba(255,255,255,0.7); } 
.shadow-bottom, .shadow-bottom-hover:hover  { box-shadow: -1px 22px 15px -5px rgba(200,200,200, 0.65); }
.shadow-box,.shadow-box-hover:hover         { box-shadow: 0 4px 10px 0 rgba(200,200,200,0.9), 0 4px 30px 0 rgba(200,200,200,0.4)}

.border-dashed { border:rgba(255,255,255,0.7) dashed 3px; }
.border-dotted { border:rgba(255,255,255,0.7) dotted 3px; }
.border-double { border:rgba(255,255,255,0.7) double 3px; }
.dotunder {	border-bottom:dotted thin #333; }
.hand, .link{ cursor:pointer;}
/* }}} */

/* RESPONSIVE COLUMNS {{{ -------------------------------------------*/

/* GRID {{{ ------------------------------------------- */
.grid_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  margin: auto;
}
/* }}} */

/* FLEXY GRID {{{ -------------------------------------------*/
.flex_grid { display:flex; flex-wrap: wrap; }
.flex_grid > div     { min-width: 200px; }
.flex_grid > .grid   { flex: auto; }
.flex_grid > .grid-1 { flex: 100%; }
.flex_grid > .grid-2 { flex: 50%; }
.flex_grid > .grid-3 { flex: 33%; }
.flex_grid > .grid-4 { flex: 25%; }
.flex_grid > .grid-5 { flex: 20%; }
.flex_grid > .grid-6 { flex: 16%; }
/* }}} */

.col-1, .col-2, .col-3, .col-4, .col-5 { float:left; position:relative; margin: 0 !important; padding:0 !important; min-height:10px; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33.33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }

.col, .half, .third, .twothird, .threequarter, .quarter { float:left; width:100%; }
.col.s1 { width:8.33333% }
.col.s2 { width:16.66666% }
.col.s3 { width:24.99999% }
.col.s4 { width:33.33333% }
.col.s5 { width:41.66666% }
.col.s6 { width:49.99999% }
.col.s7 { width:58.33333% }
.col.s8 { width:66.66666% }
.col.s9 { width:74.99999% }
.col.s10 { width:83.33333% }
.col.s11 { width:91.66666% }
.col.s12 { width:99.99999% }
@media (min-width:767px) {
.col.m1 { width:8.33333% }
.col.m2 { width:16.66666% }
.col.m3, .quarter { width:24.99999% }
.col.m4, .third { width:33.33333% }
.col.m5 { width:41.66666% }
.col.m6, .half { width:49.99999% }
.col.m7 { width:58.33333% }
.col.m8, .twothird { width:66.66666% }
.col.m9, .threequarter { width:74.99999% }
.col.m10 { width:83.33333% }
.col.m11 { width:91.66666% }
.col.m12 { width:99.99999% }
}
@media (min-width:993px) {
.col.l1 { width:8.33333% }
.col.l2 { width:16.66666% }
.col.l3 { width:24.99999% }
.col.l4 { width:33.33333% }
.col.l5 { width:41.66666% }
.col.l6 { width:49.99999% }
.col.l7 { width:58.33333% }
.col.l8 { width:66.66666% }
.col.l9 { width:74.99999% }
.col.l10 { width:83.33333% }
.col.l11 { width:91.66666% }
.col.l12 { width:99.99999% }
}
/* }}} */

/* SHOW & HIDE BASED ON SCREEN SIZE {{{  ----------------------------------------*/
.show-sm, .show-md, .show-lg { display:none; }
.hide-sm, .hide-md, .hide-lg { display:block; }
@media all and (min-width:1200px){
.hide-lg { display:none; }
.show-lg {display:block;}
}
@media (min-width:768px) and (max-width:1199px) {
.hide-md { display:none; }
.show-md {display:block;}
}
@media all and (max-width:767px) {
.hide-sm { display:none; }
.show-sm {display:block;}
}
/* }}} */
