@charset "utf-8";
/* Layout Design Settings for Homepage */
* {
  box-sizing: border-box; 
}
html, body {
	padding: 0;
	margin: 0;
	height: 100vh;
	font-size: 62.5%;
}
body {
	background-color: #FFF;
	font-family: Helvetica, sans-serif;
	font-size: 25.6px;
	font-size: 1.6rem;
}
#container {
	margin: 0 auto;
}
#header {
	margin: 7px auto 0 auto;
    margin: 0.5rem auto 0 auto;
	background-color: #FFF;
  	background-image: url("../images/bg_banner.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
}
#footer {
	margin: 0 auto;
	color: #C0C0C0;	
	background-color: #FFF;
	background-image: url("../images/bg_footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
a.footer { text-decoration: none; }
a.footer:link,
a.footer:visited,
a.footer:hover,
a.footer:active { color: #C0C0C0; }

/* Start of page loader settings */
.no-js #loader { display: none; }
.js #loader { display: block; }
.loading {
	background-color: white;
	background-image: url("../images/LVJBLogo.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
/* End of page loader settings */
.datetime {
	color: #976125;
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0px;
}
/**** The Alert Message Box ****/
.alert {
	position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    margin: auto;
	height: 20%;
	z-index: 44;
	padding: 20px;
	background-color: darkslategrey;
	color: white;
	text-align: center;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
/**** End of Alert Message Box ****/
.mid-sectioncontainer {
	background-color: #FFF;
	margin: 0px auto 0 auto;
	line-height: 1.65;
	padding: 0px;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.leftside {
	background-image: url("../images/bg_left.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.middle {
	background-color: #976125;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
}
.rightside {
	background-image: url("../images/bg_right.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.col1, .col2, .col3 {
	background-color: #FFF;
	border: #686363 medium solid;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.cardA, .cardB, .cardC, .cardD, .cardE, .cardF, .cardG, .cardH, .cardJ {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.cardA { background-image: url("../images/Card_1_A.png"); }
.cardB { background-image: url("../images/Card_2_B.png"); }
.cardC { background-image: url("../images/Card_3_C.png"); }
.cardD { background-image: url("../images/Card_4_D.png"); }
.cardE { background-image: url("../images/Card_5_E.png"); }
.cardF { background-image: url("../images/Card_6_F.png"); }
.cardG { background-image: url("../images/Card_7_G.png"); }
.cardH { background-image: url("../images/Card_8_H.png"); }
.cardJ { background-image: url("../images/Card_9_J.png"); }
.buttonrow {
	padding: 5px 5px 15px 5px;
	background-color: silver;
	background-image: url("../images/bg-metal.png");
	border-top: #A09D93 solid 10px;
	border-bottom: #7F7C78 solid 10px;
	border-left: #807173 solid 6px;
	border-right: #807173 solid 6px;
	padding-left: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 100%;
	    -ms-flex: 100%;
	        flex: 100%;
}
.buttonrow-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.button {
	padding: 10px 10px 8px 10px;
	cursor: pointer;
	outline: none;
	background-color: #6D090A;
	border: none;
	border-radius: 12px;
	box-shadow: 0 9px #999;
}
.buttonA, .buttonB, .buttonC, .buttonD, .buttonE, .buttonF, .buttonG, .buttonH, .buttonJ {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.buttonA { background-image: url("../images/ButtonA.png"); }
.buttonB { background-image: url("../images/ButtonB.png"); }
.buttonC { background-image: url("../images/ButtonC.png"); }
.buttonD { background-image: url("../images/ButtonD.png"); }
.buttonE { background-image: url("../images/ButtonE.png"); }
.buttonF { background-image: url("../images/ButtonF.png"); }
.buttonG { background-image: url("../images/ButtonG.png"); }
.buttonH { background-image: url("../images/ButtonH.png"); }
.buttonJ { background-image: url("../images/ButtonJ.png"); }
.blockarrow {
	background-image: url("../images/arrowtext.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.button:hover {
	background-color: #9E1010;
}
.button:active {
	background-color: #800606;
	box-shadow: 0 5px #666;
	-webkit-transform: translateY(4px);
			transform: translateY(4px);
}
@media only screen and (max-width: 555px) {
#header {
	width: 100%;
    height: 150px;
}
#footer {
	padding: 48px;
  	padding: 3rem 0 3rem 3rem;
	width: 100%;
  	height: 20rem;
	font-size: small;
}
.mid-sectioncontainer {
	max-width: 100%;
}
.leftside {
	width: 4rem;
}
.rightside {
	width: 4rem;
}
.col1 {
  	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-left: #807173 solid 7px;
	padding-left: 3px;
}
.col2 {
	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-left: #A09D93 solid 5px;
	border-right: #A09D93 solid 5px;
	padding-left: 3px;
}
.col3 {
	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-right: #807173 solid 7px;
	padding-left: 3px;
}
.cardA, .cardB, .cardC, .cardD, .cardE, .cardF, .cardG, .cardH, .cardJ {
	height: 53px;
}
.buttonrow {
	padding: 5px 5px 10px 5px;
	background-color: silver;
	border-top: #A09D93 solid 5px;
	border-bottom: #7F7C78 solid 5px;
	border-left: #807173 solid 5px;
	border-right: #807173 solid 5px;
	padding-left: 5px;
}
.buttonA, .buttonB, .buttonC, .buttonD, .buttonE, .buttonF, .buttonG, .buttonH, .buttonJ {
	height: 30px;
	width: 12px;
}
.blockarrow {
	display: none;
	/*height: 30px;
	width: 47px;*/
}
.datetime {
	display: none;
}
}
@media only screen and (min-width: 555.1px) and (max-width: 900px) {
#header {
	width: 100%;
    height: 250px;
}
#footer {
  	padding-top: 3rem;
	padding-left: 5rem;
	width: 100%;
  	height: 20rem;
}
.mid-sectioncontainer {
	max-width: 100%;
}
.leftside {
	width: 6rem;
}
.rightside {
	width: 6.3rem;
}
.col1 {
  	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-left: #807173 solid 7px;
	padding-left: 3px;
}
.col2 {
	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-left: #A09D93 solid 5px;
	border-right: #A09D93 solid 5px;
	padding-left: 3px;
}
.col3 {
	border-top: #A09D93 solid 7px;
	border-bottom: #A09D93 solid 7px;
	border-right: #807173 solid 7px;
	padding-left: 3px;
}
.cardA, .cardB, .cardC, .cardD, .cardE, .cardF, .cardG, .cardH, .cardJ {
	height: 85px;
}
.buttonrow {
	padding: 5px 5px 15px 5px;
	background-color: silver;
	border-top: #A09D93 solid 5px;
	border-bottom: #7F7C78 solid 5px;
	border-left: #807173 solid 5px;
	border-right: #807173 solid 5px;
	padding-left: 5px;
}
.buttonA, .buttonB, .buttonC, .buttonD, .buttonE, .buttonF, .buttonG, .buttonH, .buttonJ {
	height: 70px;
	width: 30px;
}
.blockarrow {
	height: 75px;
	width: 125px;
}
}
/***** For larger screens *****/
@media only screen and (min-width: 900.1px) {
#header {
	width: 1200px;
	height: 376px;
}
#footer {
	width: 1200px;
	height: 272px;
  	padding: 4rem 7rem;
}
.mid-sectioncontainer {
 	max-width: 1200px;
}
.leftside {
	width: 8rem;
}
.rightside {
	width: 9rem;
}
.col1 {
  	border-top: #A09D93 solid 10px;
	border-bottom: #A09D93 solid 10px;
	border-left: #807173 solid 10px;
	padding-left: 5px;
}
.col2 {
	border-top: #A09D93 solid 10px;
	border-bottom: #A09D93 solid 10px;
	border-left: #A09D93 solid 5px;
	border-right: #A09D93 solid 5px;
	padding-left: 5px;
}
.col3 {
	border-top: #A09D93 solid 10px;
	border-bottom: #A09D93 solid 10px;
	border-right: #807173 solid 10px;
	padding-left: 5px;
}
.cardA, .cardB, .cardC, .cardD, .cardE, .cardF, .cardG, .cardH, .cardJ {
	height: 101px;
}
.buttonA, .buttonB, .buttonC, .buttonD, .buttonE, .buttonF, .buttonG, .buttonH, .buttonJ {
	height: 100px;
	width: 45px;
}
.blockarrow {
	height: 100px;
	width: 200px;
}
}
@media only screen and (min-width: 900.1px) and (max-width: 1199px) {
#header {
	max-width: 100%;
	height: 376px;
}
#footer {
	max-width: 100%;
	height: 272px;
  	padding: 4rem 7rem;
}
}