@charset "utf-8";
/*********************************************/
/* FONTS
/*********************************************/



/*********************************************/
/* CONSTANTS
/*********************************************/

:root {
  --yellowcolor: #F8BA14;
	--redcolor: ##F84814; /*2381F9;*/
	--bluecolor: #1452F8;
	
  --whitecolor: #FFFFFF;
  --darkcolor: #303030;
	--blackcolor: #000000;
	--lightgrey: #EEEEEE;
}


/*************************************************
/*  BODY
/************************************************/
html, body {
  display: block;
  position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
body {
	background: var(--whitecolor) url("/images/layout/background1.jpg");
	padding: 0px;
	margin: 0px;
	font-family: Calibri, Garamond, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--blackcolor);
	position: relative;
}

.BodyPopup {
	padding: 5px;
}
.BodyPopup .ContentHeader {
	color: #FFF;
	font-size: 22px;
}
a {
	color: var(--bluecolor);
  font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: var(--yellowcolor);
}
hr {
	border: none;
	background:  none;
	border-bottom: 1px solid var(--yellowcolor);
	display: block;
	clear: both;
}
img {
	border-color: var(--yellowcolor);
}
/*********************************************/
/* Heading and Title styles
/*********************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: "IBM Plex Serif", Baskerville, Georgia, Verdana, sans-serif;
	color: var(--blackcolor);
	line-height: 1.5em;
	padding: 2px 0px 2px;
	margin: 2px 0px 4px;
	font-weight: normal;
}

h1 {
	font-size: 32px;	
	border-left: 5px solid var(--yellowcolor);
	margin-left: -15px;
	padding: 1px 0px 1px 10px;
}
h2{
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4{
	font-size: 24px;
}	
h5{
	font-size: 20px;
}	
h6{
	font-size: 18px;
}	
/*------------------------------*/

h1.BlueTitle, h2.BlueTitle, h3.BlueTitle, h4.BlueTitle, h5.BlueTitle, h6.BlueTitle {
	background: var(--bluecolor);
	color: var(--whitecolor) !important;
	padding: 5px 0px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}
h1.YellowTitle, h2.YellowTitle, h3.YellowTitle, h4.YellowTitle, h5.YellowTitle, h6.YellowTitle {
	background: var(--yellowcolor);
	color: var(--darkcolor);
	padding: 5px 0px;
	width: auto;
  font-weight: normal;
	border-radius: 5px;
}



/*------------------------------*/


li {
	list-style-image: url("/images/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
	font-size: inherit;
}

.countdown .text {
	font-family: "IBM Plex Serif", Baskerville, Georgia, Verdana, sans-serif;
}
/*************************************/
/*************** HEADER **************/
/*************************************/

.HeaderBar, .HeaderBar2 {
  background: var(--yellowcolor);
	width: 100%;
	height: 700px;
	text-align: center;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	z-index: 1005;
}
.HeaderBar2 {
	height: 500px;
}
.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
	background: url("/images/layout/headerback.png") top left no-repeat;
	color: var(--blackcolor);
	width: auto;
	height: 120px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 120px;
	float: right;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.HeaderBar .TopBar, .HeaderBar2 .TopBar {
	width: auto;
	padding: 0px 10px;
	margin: 0px;
	color: var(--whitecolor);
	text-align: right;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
}

.img404Logo {
  width: 40%;
  height: auto;
  border: none;
  margin: 15px 0px;
}
.img404Error {
  width: 30%;
  height: auto;
  border: none;
  margin: 15px 0px;
}
#MobileLogo, .lnkMenuPopUp, .MobileMenu, #mnuCloseMenu , .lnkMobileSearch {
	display: none;
	visibility: hidden;
}

.imgHomeLogo, .imgHomeLogo2 {
  width: 450px;
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1011;
}
.imgHomeLogo2 {
	width: 250px;
}

.lnkMenuPopUp {
  width: 24px;
  height: 24px;
	display: inline-block;
  border: none;
  margin: 13px 12px;
  vertical-align: middle;
}

.imgTopIcon {
  width: 22px;
  height: 22px;
	display: inline-block;
  border: none;
  margin: 1px 6px;
  vertical-align: middle;
}
.boxHeaderPlace {
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.boxHeaderImage {
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.boxHeaderImage .imgHeaderImage {
	header: 500px;
	display: block;
	position: relative;
}
.boxHeaderImage .boxHeaderTitle {
	font-family: "IBM Plex Serif", Garamond, Verdana, sans-serif;
	background: url("/images/layout/slideshowtext.png") top right no-repeat;
	position: absolute;
	bottom: 15%;
	left: 0px;
	width: 600px;
	padding: 10px 15px;
	font-size: 36px;
	color: var(--blackcolor);
	text-align: right;
}
/*************************************/
/********* ROTATE GRAPHIC ************/
/*************************************/
.RotateBar {
	background: var(--yellowcolor);
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 3;
  overflow: hidden;
}
.RotateBar .RotateBox {
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 4;
}
.RotateBar .RotateImage {
  background-size: 100% auto;
  background-repeat: no-repeat;
	width: 100%;
	height: 700px;
	padding: 0px;
	margin: 0px;
  display: block;
	position: relative;
	text-align: center;
	z-index: 4;   
}

.RotateBarSub {
	height: 500px !important;
}
.RotateBarSub .RotateBox {
	height: 500px !important;
}
.RotateBarSub .RotateImage {
	height: 500px !important;
}
.RotateBarSub .RotateText {
	top: 185px ;
}
.RotateBarSub .RotateText h2 {
	font-size: 26px;
}
.RotateBar .RotateLoading {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0px 0px -50px;
  position: absolute;
}

.RotateText {
	background: url("/images/layout/slideshowtext.png") top left no-repeat;
	width: 600px;
  color: var(--blackcolor);
	top: 225px;
	right: 0px;
	display: block;
	position: absolute;
	padding: 5px 10px;
	text-align: center;
	z-index: 10;
	font-size: 30px;
	visibility: visible;
}
.RotateText .TextBox {
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	float: right;
}

.RotateText h1, .RotateText h2 {
	font-size: 28px;
	color: var(--blackcolor);
	font-weight: normal;
	font-style: italic;
}
.RotateText .TextButton {
	visibility: hidden;
}
.RotateBar .RotateFrame {  
	background: url("/images/layout/slideshowbottom.png") bottom center repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11;  
}

.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}
/*-----------------------------------*/


.HeaderBar .HeaderText {
  background: url("/images/shade2.png");
  position: absolute;
  left: 15%;
  top: 50%;
  font-size: 24px;
  color: #000;
  padding: 10px 15px;
  width: 50%;
  height: auto;  
  z-index: 500;
}
.HeaderBar .HeaderText .boxButton3 {
  display: inline-block;
  margin: 10px 0px 5px;
  font-size: 14px;
}
/*******************************************/
/*************** MENU **********************/
/*******************************************/
.MenuBar {
  background: none;
	width: auto;
	height: auto;
	margin: 10px 0px 0px;
	padding: 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: right;
	z-index: 1010;
	text-align: left;
}
.mnuMain {  
	font-family: "IBM Plex Serif", Baskerville, Georgia, Verdana, sans-serif;
  font-weight: normal;
	width: auto;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	position: relative;	
	display: inline-block;
	text-align: left;
  z-index: 10;
}

.mnuMain li {
	font-family: "IBM Plex Serif", Baskerville, Georgia, Verdana, sans-serif;
	height: auto;
	width: auto;
	color: var(--darkcolor);
	padding: 14px 15px;
	line-height: 1.45em;
	margin: 0px 5px;
	font-size: 26px;
	font-weight: normal;
  text-align: center;
	list-style: none;
  display: inline-block;
  position: relative;
}

.mnuMain li a, .mnuMain li ul li a {
	color: var(--darkcolor);
	text-decoration:none;
  font-weight: normal;
}

.mnuMain ul h6 {
	color: var(--whitecolor);
	border-bottom: 1px solid var(--yellowcolor);
	padding: 4px 0px 2px;
}

.mnuMain li.boxMenuActive a, .mnuMain li:hover a {
	color: var(--yellowcolor)
}

.mnuMain ul {
	background: var(--darkcolor);
	display: none;
	position: absolute;
	top: 55px;
	left: 0px;
	width: 225px;
	height: auto;
	font-size: 12px;
	padding: 5px 10px 5px;
	margin: 0px;
	z-index: 20;
	border-top: none;
}

.mnuMain li:hover ul {
	display: block;
}
.mnuMain li:hover ul li ul {
  display: none;
}

.mnuMain ul li {
	list-style: none;
	text-align: left;
	float: none;
	height: auto;
	display: list-item;
	padding: 2px 6px;
	line-height: 1.45em;
	font-size: 14px;
	z-index: 21;
	text-transform: none;
}

/*******************************************/
/*************** TOP MENU ******************/
/*******************************************/

.mnuTop {  
	font-family: Calibri, Garamond, Verdana, sans-serif;
  font-weight: normal;
	width: auto;
	height: auto;
	margin: 0px 0px;
	padding: 0px;
	position: relative;	
	display: inline-block;
	text-align: left;
  z-index: 10;
}

.mnuTop li {
	font-family: Calibri, Georgia, Verdana, sans-serif;
	height: auto;
	width: auto;
	color: var(--darkcolor);
	padding: 14px 8px;
	line-height: 1.45em;
	margin: 0px 8px;
	font-size: 16px;
	font-weight: normal;
  text-align: center;
	list-style: none;
  display: inline-block;
  position: relative;
}

.mnuTop li a, .mnuTop li ul li a {
	color: var(--darkcolor);
	text-decoration:none;
  font-weight: normal;
}


.mnuTop li.boxMenuActive a, .mnuTop li:hover a {
	color: var(--yellowcolor)
}

.mnuTop ul {
	background: var(--darkcolor);
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 200px;
	height: auto;
	font-size: 12px;
	padding: 5px 10px 5px;
	margin: 0px;
	z-index: 20;
	border-top: none;
}

.mnuTop li:hover ul {
	display: block;
}
.mnuTop li:hover ul li ul {
  display: none;
}

.mnuTop ul li {
	list-style: none;
	text-align: left;
	float: none;
	height: auto;
	display: list-item;
	padding: 6px 6px;
	line-height: 1.45em;
	font-size: 14px;
	z-index: 21;
	text-transform: none;
}

/************** CONTENT BAR ***************/
.ContentBar, .ContentBar2 {
	font-size: 16px;
  font-weight: 400;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px;
	line-height: 1.6em;
	text-align: center;
	color: #000;
	position: relative;
	display: block;
  clear: both;
}

.ContentBar .ContentBox, .ContentBar2 .ContentBox {
	background:  url("/images/shade3.png");
  width: 1100px;
  padding: 35px 0px;
	position: relative;
	display: inline-block;
  clear: both;  
	text-align: left;
}
.ContentBar2 {
	background-size: 100% auto;
}
.ContentBar2 .ContentBox {
	background: none;
}
.ContentBarBorder {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px;
	padding: 15px 0px;
  background-image: url("/images/layout/edgetop.png"), url("/images/layout/edgebottom.png");
	background-position:  top center, bottom center;
	background-size: 100% auto;
	background-repeat: no-repeat;	
}
.ContentBoxLg {
  font-size: 20px;
}
.ContentBar h1, .ContentBar h2, .ContentBar h3, .ContentBar h4, .ContentBar h5, .ContentBar h6, .ContentBar2 h1, .ContentBar2 h2, .ContentBar2 h3, .ContentBar2 h4, .ContentBar2 h5, .ContentBar2 h6 {
  color: inherit;
}


.ContentBar2 a {
	color: var(--whitecolor);
}
.ContentBar2 a:hover {
	color: var(--yellowcolor);
}
.barShadow {
	background: url("/images/layout/bottomshade.png") top center repeat-x;
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}


/******************************************/
.MapBox {
	border: 5px solid var(--yellowcolor);
	margin: 10px 5% 10px 0px;
	padding: 0px;
	width: 45%;
	height: 400px;
	float: left;
}
.PageMapBox {
	border: 5px solid var(--yellowcolor);
	margin: 10px 5%;
	padding: 0px;
	width: 89%;
	height: 400px;
	display: block;
}
.ReferForm {
  background: var(--whitecolor);
  width: 80%;
  margin: 10px 4.5%;
  padding: 10px 4.5%;
	display: block;
	position: relative;  
}


.boxLogo {
	width: auto;
	height: 130px;
	margin: 10px 2%;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
	line-height: 1.3em;
}
.boxLogo .imgCertLogo {
	width: auto;
	height: 100%;
	display: block;
	margin: 0px 0px 10px 0px;
}

.imgProdLogo {
	width: 225px;
	margin: 10px;
}
.imgIcon {
	width: 24px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}
.imgIconLg {
	width: 28px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}
.imgIconSm{
	width: 20px;
	vertical-align: middle;
	padding: 0px 3px;
	border: none;
}

.imgSize75 {
  width: 75%;
  height: auto;
}
.imgSize65 {
  width: 65%;
  height: auto;
}
.imgSize55 {
  width: 55%;
  height: auto;
}
.imgSize45 {
  width: 45%;
  height: auto;
}
.imgSize35 {
  width: 35%;
  height: auto;
}
.imgSize25 {
  width: 25%;
  height: auto;
}
.imgSize15 {
  width: 15%;
  height: auto;
}


.HeaderBar .frmSearchHome {
  /*position: absolute;
  right: 15px;
  bottom: 15px;*/
  display: inline;
  z-index: 1019;
  color: var(--whitecolor);
  font-size: 14px;
}

.HeaderBar2 .frmSearchHome {
  /*position: absolute;
  left: 15px;
  bottom: 15px;*/
  display: inline-block;
  z-index: 1019;
  color: var(--whitecolor);
  font-size: 14px;
}
.HeaderBar .frmSearchHome #txtFormSearch, .HeaderBar2 .frmSearchHome #txtFormSearch {
  padding: 5px 8px;
  border-radius: 6px;
  background: url("/images/shade2.png");
  border: 1px solid var(--whitecolor);
  color: var(--whitecolor);
}
/******************************************/
/************** FOOTER BAR ****************/
/******************************************/

.FooterBar {
  background-color: var(--darkcolor);
	border-top: 3px solid var(--redcolor);
	font-size: 13px;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}
.FooterBox {
	font-size: 14px;
	height: auto;
	width: 90%;
	padding: 25px 5%;
	margin: 0px;
	display: block;
	position: relative;
	line-height: 1.55em;
	color: var(--whitecolor);
}
.FooterBox a {
	color: var(--whitecolor);
}
.FooterBox a:hover {
	color: var(--yellowcolor);
}

.FooterBox1 {
	width: 30%;
	text-align: left;
	display: block;
	float: left;
	position: relative;
	margin: 0px 3% 0px 0px;
}
.FooterBox2 {
	width: 30%;
	text-align: right;
	display: block;
	float: right;
	position: relative;
	margin: 0px 0px 0px 3%;
}

.FooterText {
	font-family: "IBM Plex Serif", Garamond,  Georgia, Verdana, sans-serif;
	width: 100%;
	background: #000;
	color: var(--whitecolor);
	font-size: 11px;
	font-weight: normal;
	padding: 12px 0px;
	margin: 0px;
	text-align:center;
}
.FooterText a {
	color: var(--whitecolor);
}
.FooterText a:hover {
	color: var(--yellowcolor);
}
.FooterBar h1, .FooterBar h2, .FooterBar h3, .FooterBar h4 {
  color: var(--whitecolor);
}
.FooterBar p {
  position: relative;
  display: block;
}
.imgFooterLogo {
  width: 15%;
}
.imgFooterIcon {
  width: 32px;
  height: 32px;
  border: none;
  margin: 0px 7px;
  vertical-align: middle;
  display: inline-block;
}
/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3, .boxButton4 {
	background-color: var(--yellowcolor);
	background-image: url("/images/layout/goldback.jpg");
	float: right;
	width: auto;
	height: auto;
	color: var(--whitecolor);
	font-size: 16px;
	font-weight: var(--fontnormal);
  line-height: 1.55em;
	padding: 9px 16px;
	margin: 10px 5px;	
	border-radius: 10px;
	text-align: center;
	display: block;
	position: relative;
}
.boxButton4 {
	background: #ccc;
	color: #000;
}
.boxButton3 {
  display: inline-block !important;
  float:  none !important;
  margin: 4px !important;
}
.boxButton:hover, .boxButton2:hover, .boxButton3:hover {
  color: var(--blackcolor);
  transition: color 2s;
}
.boxButton a, .boxButton2 a, .boxButton3 a, .boxButton4 a  {
	color: var(--whitecolor); /*var(--yellowcolor);*/
	text-decoration: none;
	font-size: 17px;
	font-weight: var(--fontnormal);	
}
.boxButton p, .boxButton2 p, .boxButton3 p, .boxButton4 p  {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.boxButton4 a {
	color: #000;
	text-decoration: none;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover, .boxButton4 a:hover {
	text-decoration: none;
	color: #FFF;
}
.boxButton2, .boxButton4 {
	float: left;
  margin: 2px 10px 2px 0px;
}
.boxButtonSm {
	padding: 7px 12px;
	margin: 8px 4px;	
	font-size: 14px;
}

.boxButtonRed {
	background-color: var(--yellowcolor) !important;
}
.boxButtonYellow {
	background-color: var(--yellowcolor) !important;
}

.ContentBar2 .boxButton3 {
	background: var(--whitecolor);
	color: var(--yellowcolor);
}
.ContentBar2 .boxButton3 a {
		color: var(--yellowcolor);

}
.boxClear {
	width: 2px;
	height: 5px;
	clear: both;
	display: block;
}

.boxFadeScreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backround: url("/images/shade2.png");
	z-index: 909;
}

.imgSquareMenus {
  width: 23%;
  height: auto;
  margin: 10px;
}

.boxSectorProfile {
  width: 100%;
  height: auto;
}



/******************************************/
/**************** PORTAL** ****************/
/******************************************/
.PortalContentBox {
  width: 90% !important;
  padding: 15px 5% !important;
	position: relative !important;
	display: block !important;
  clear: both !important;  	
}
.PortalMenu {
	background: var(--yellowcolor);
	color: var(--blackcolor);
	width: 225px;
	margin: 0px 25px 0px 0px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}
.PortalMenu a {
	color: var(--whitecolor);
	font-weight: normal;
}
.PortalMenu h3 , .PortalMenu h4, .PortalMenu h5 {
	color: var(--whitecolor);
}
.PortalMenu li {
	list-style: disc;
}
.lnkTogglePortalMenu {
	display: none;
}
.PortalContent {
	background: none;
	width: calc(100% - 275px);
	padding: 0px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	position: relative;
		text-align: left;

}








/****************************************/
/* TESTIMONIALS
/****************************************/
.boxRefer {
  width: 20%;
  margin: 10px 5%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0px;
}
.boxRefer .ReferralDesc {
  text-align: center;
}
.boxRefer .ReferralTitle {
  text-align: right;
  font-weight: bold;
  margin: 2px 0px 5px;
}

/****************************************/
/* HOME BOXES
/****************************************/
.HomeBoxBar2 .boxHomeBox {
	width: 500px;
	height: 310px;		
	text-align: center;
}
.HomeBoxBar3 .boxHomeBox {
	width: 310px;
	height: 290px;		
	text-align: center;
}
.HomeBoxBar4 .boxHomeBox {
	width: 230px;
	height: 270px;		
	text-align: center;
}

.HomeBoxBar2 .boxHomeBox .boxHomeImage {
	height: 270px;
}
.HomeBoxBar3 .boxHomeBox .boxHomeImage {
	height: 250px;
}
.HomeBoxBar4 .boxHomeBox .boxHomeImage {
	height: 230px;
}



.HomeBoxBarDesc .boxHomeBox {
	min-height: 320px !important;
	height: auto;
}

.boxHomeBox {
	background: var(--whitecolor);
	border: 1px solid var(--yellowcolor);
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
	line-height: 1.2em;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.boxHomeBox:hover {
  background-color: var(--yellowcolor);
  transition: background-color 1s;	
}
.boxHomeBox .boxHomeTitle {
	text-align: center;
	font-family: "IBM Plex Serif", Baskerville, Georgia, Verdana, sans-serif;
	color: var(--blackcolor);
	font-size: 24px;
	font-weight: normal;
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0px 12px;
}
.boxHomeBox .boxHomeImage {
	width: 100%;
	background-size: 100% auto;
	background-position: center center;
	border-radius: 8px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.boxHomeBox .boxHomeDesc {
	margin: 10px 10px;
	padding: 0px;
	width: auto;
	font-size: 14px;	
	height: auto;
	text-align: left;
	display: block;
	position: relative;
}
.boxHomeBox .boxButton3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 12px;
	padding: 3px 0px;
	margin: 0px 0px !important;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.boxHomeBox a {
	color: var(--blackcolor);
	font-weight: normal;
}
/****************************************/
/* DOCUMENTS
/****************************************/
.boxDocList {
	margin: 10px 0px;
	padding: 0px;
	background: 0px;
	display: block;
	position: relative;
	width: auto;
	border: 1px solid #ccc;
}

.boxDocList h2 {
	width: auto;
	padding: 8px 10px;
	margin: 0px;
	background: url("/images/layout/shadeback.jpg") top center repeat-x;
	font-size: 24px;
	color: #000;
	position: relative;
	display: block;
}

.boxFileList {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	padding: 5px 10px;
	
	font-size: 16px;
}

/*****************************************/

.CircleImage150 {
  width: 150px;
  height: 150px;
  margin: 0px ;
  position: relative;
  display: block;
  z-index: 10;
}
.CircleFrame150 {
  background: url("/images/layout/circleframe150.png") top left no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  cursor: pointer;
}

/********************************************
/** NEWS POSTS
/********************************************/

.imgNewsList {
	width: 12%;
	float: left;
	vertical-align: top;
	margin: 0px 15px 20px 0px;
}
/********************************************/
/** EVENTS TABLE
/********************************************/
.CalendarFrame {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	float: left;
	z-index: 20;
}

.lnkShowCalendar, .lnkJumpCalendar {
	cursor: pointer;
}

.EventCalendarTable {
	background: #ddd url("/images/layout/smallback1.jpg");
	border: 2px solid #4d4d4d;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-radius: 8px;
	z-index: 5;
}

.EventCalendarTable .monthRow {
	background: var(--darkcolor);
	color: var(--whitecolor);
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	padding: 5px 0px;
	height: auto;
	border: none;
}


.EventCalendarTable .dayNamesRow {
	background: #F00;
	font-size: 14px; 
	font-weight: bold; 
	border: 1px solid #666;
	color: #fff;
	height: 18px;
	width: 25px;
}
.EventCalendarTable .dayNamesRow td {
	background: var(--yellowcolor);
}

.EventCalendarTable .daysRows {
	font-size: 12px;
	color: #433D27;
	height: 115px;
	min-height: 115px;
  xline-height: 50pt;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.EventCalendarTable .daysRows a {
	font-weight: normal;
	color: #0080C0;
}

.EventCalendarTable  td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	position: relative;
}

.EventCalendarTable .DayNum {
	background: url("/images/shade3.png");
	color: #555; /* #ddd; */
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	text-align: right; /* center; */
	z-index: 12;
	font-size: 14px; /*  36px; */
	font-weight: bold;
	padding: 1px 2px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.EventCalendarTable .EventBox {
	font-size: 14px;
	padding: 4px 5px;
	border-radius: 3px;
	margin: 2px;
	line-height: 1.4em;
	width: auto;
	height: auto;
	z-index: 5;
	display: block;
}
.EventCalendarTable .EventBox a {
	color: var(--whitecolor);
}

.EventCalendarTable .dayWeekend {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #FFF8EE;
	color: #666666;
}

.EventCalendarTable .dayWeekday {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #F0FFEC;
	color: #333333;
}

.EventCalendarTable .dayToday {
	font-size: 10px;
	line-height: 1.25em;
	background-color: #FFCECE;
	color: #E88704;
}

.EventCalendarTable .sOther {
	background-color: #EFEEC9;
	font-size: 10px;
	color: #BBBBBB;
}

/*------------ Event Popup ------------------*/

.EventPopup {
	background: var(--whitecolor);
	width: 50%;
	height: 50%;
	position: fixed;
	border-radius: 15px;
	top: 22%;
	left: 24%;
	padding: 2%;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	overflow-y: scroll;
	z-index: 1010;
}
.PortalPopup {
	background: var(--whitecolor);
	color: var(--blackcolor);
	width: 50%;
	height: 50%;
	position: fixed;
	border-radius: 15px;
	top: 23%;
	left: 23%;
	padding: 2%;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
	overflow-y: scroll;
	z-index: 1010;
}

.imgEventCloseTop {
	width: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

/*********************************************/
/* GALLERIES
/*********************************************/

.GalleryBar {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.boxGallery {
	width: 330px;
	height: 345px;
	margin: 15px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.boxGallery .ImageBox {
	width: 310px;
	height: 310px;
	display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 10;
}
.boxGallery .ImageFrame {
  background-image: url('/images/layout/polaroidframe400.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 330px 355px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
.boxGallery h2 {
  font-family: myMoonDance, "Trebuchet MS", Verdana, Arial, sans-serif; 
	position: absolute;
  top: 285px;
  left: 0px;
  width: 330px;
  text-align: center;
  z-index: 30;
	font-size: 22px;
}


.imgGallRecent {
	height: 225px;
	width: auto;
	border: 1px solid var(--darkcolor);
	margin: 10px;
}
/*========================================*/
/*  APPLICATION FORM
/*========================================*/
.ApplyForm {
  width: 100%;
  position: relative;
  display: block;
}

.ApplyForm .boxSection {
	background: var(--whitecolor);
	display: block;
	position: relative;
	clear: both;
	margin: 15px 0px;
  padding: 1%;
  border-radius: 8px;
}
.ApplyForm .boxField {
	display: block;
	position: relative;
	clear: both;
	padding: 5px 10px;
}

.ApplyForm .boxTitle {
  background: var(--yellowcolor);
  width: auto;
  padding: 8px 10px;
  margin: 0px;
  color: #FFF;
  font-size: 22px;
  display: block;
  position: relative;
  border-radius: 6px 6px 0px 0px;
}
.ApplyForm .boxQuestion {
	margin: 4px 0px;
	font-weight: bold;
}
.ApplyForm .boxNote {
	font-size: 14px;
	color: #333;
	font-style: italic;
	display: block;
	position: relative;
	clear: both;
	margin: 2px 0px;
}
.ApplyForm .boxThird {
	margin: 2px 0px;
	width: 32%;
	display: inline-block;
}
.ApplyForm .boxLabelSm {
  width: 95px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabel {
  width: 125px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabelMed {
  width: 190px;
  text-align: left;
  display: inline-block;
}
.ApplyForm .boxLabelLg {
  width: 250px;
  text-align: left;
  display: inline-block;
}
.ApplyForm input, .ApplyForm select, .ApplyForm textarea {
	margin: 2px 2px;
  font-weight: normal;
}
.ApplyForm input[type=text], .ApplyForm input[type=number], .ApplyForm input[type=password], .ApplyForm input[type=number], .ApplyForm select, .ApplyForm textarea {
	border: 1px solid var(--yellowcolor);
	border-radius: 5px;
	padding: 8px 5px;
}
.ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
	width: 97%;
}
.ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half, .ApplyForm .half {
  display: inline-block;
	width: 46%;
  margin: 2px 2px 2px 0px;
  padding: 5px;
}
.ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third, .ApplyForm .third {
	width: 31%;
  margin: 2px 2px;
  padding: 5px;
}
.ApplyForm input.quarter, .ApplyForm select.quarter, .ApplyForm textarea.quarter, .ApplyForm .quarter {
	width: 22%;
  margin: 2px 2px;
  padding: 5px;
}
.ApplyForm input.twothird, .ApplyForm select.twothird, .ApplyForm textarea.twothird, .ApplyForm .twothird {
	width: 63%;
  margin: 2px 2px;
  padding: 5px;
}
.txtNumber {
	text-align: right;
}
.boxCenter {
	text-align: center !important;
}
.boxPadding5 {
	padding: 5px 1% !important;
}
.lnkButton {
	cursor: pointer;
}
.ApplyForm input.boxRedBorder, .boxRedBorder {
  border: 1px solid #D00;
}

.weak {
	background: #FFDDDD;
}
.medium {
	background: #FFFFDD;
}
.strong {
	background: #DDFFDD;
}
/***********************************************/
/* EVENTS
/***********************************************/
.boxEvents {
	display: inline-block;
	position: relative;
	padding: 0px;
	width: 100%;
	margin: 10px 0px 10px;
}
.boxEvents .imgEvent {
	width: 95%;	
}

/***********************************************/
/* PRODUCTS
/***********************************************/
.ProductBox {
	background: var(--lightgrey);
	width: 46%;
	margin: 10px 1% 10px 0px;
	padding: 1%;
	font-size: 15px;
	display: inline-block; 
	position: relative;
	vertical-align: top;
	text-align: left;
	border-radius: 10px;
}

/*********************************************/
/* Data and error boxes 
/*********************************************/

.ContactForm {
	background: var(--yellowcolor);
	margin: 10px 5%;
	padding: 2%;
	width: 86%;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
	font-size: 18px;
	border-radius: 15px;
}
.ContactForm input {
	border: 1px solid var(--darkcolor);
}
.ContactForm .boxButton3 {
	background: var(--bluecolor);
}

.FadeFrame {
	width: 100%;
	background: url("/images/shade5.png");
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}
.btnSubmitContact {
	cursor: pointer;
}
.boxError {
  background: #FEE;
	font-size: inherit;
	color: #600;
	font-weight: bold;
	font-style: italic;
	text-align: center;
  border-radius: 6px;
	padding: 5px;
}
.boxSuccess {
	background: var(--yellowcolor);
	display: block;
	position: relative;
	font-size: inherit;
	color: var(--blackcolor);
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 10px 5px;
	border-radius: 10px;
}
.boxSuccessLg {
	font-size: 16px;
	color: #627241;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 5px;
	line-height: 1.5em;
}

.LoadingBox {
	display: none;
	width: 130px;
	height: 140px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: var(--yellowcolor);
	border: 2px solid var(--yellowcolor);
	border-radius: 5px;
	padding: 5px;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -60px;
	z-index: 1010;	
}	



.boxNote {
	font-size: 14px;
	margin: 3px  0px;
	color: #666;
}
.boxData {
	background: var(--whitecolor);
	color: #000;
	border-radius: 0px;
	border: 1px solid #999;
	width: 98%;
	_width: 100%;
	height: auto;
	margin: 5px 0px;
	padding: 10px 1%;
	text-align: left;
	line-height: 1.55em;
	font-size: inherit;
	display: block;
	position: relative;
	flex:  none;
	
}
.boxData .boxButton {
  margin: 0px 5px;
}

.boxData2 {
	color: #000000;
	background-color: #BDBDEF;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	border-radius: 6px;
}


.boxHalf {
  width: 47%;
  margin: 10px 1% 10px 0px;
	padding: 10px 1%;
  display: inline-block !important;
  vertical-align: top;
	clear: none !important;
}
.boxHalf2 {
  width: 47%;
  margin: 10px 0px 10px 1%;
	padding: 10px 1%;
  display: inline-block !important;
  vertical-align: top;
	float: right;
	clear: none !important;
}
.boxQuarter {
  width: 21.75%;
  margin: 10px 1% 10px 0px;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxQuarter2 {
  width: 22%;
  margin: 10px 0px 10px 1%;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxThreeQuarter {
  width: 71.5%;
  margin: 10px 1% 10px 0px;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxThreeQuarter2 {
  width: 71.5%;
  margin: 10px 0px 10px 1%;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxThird {
  width: 30%;
  margin: 10px 1% 10px 0px;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxThird2 {
  width: 30%;
  margin: 10px 0px 10px 1%;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
	float: right;
}
.boxTwoThird {
  width: 63%;
  margin: 10px 1% 10px 0px;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxTwoThird2 {
  width: 63%;
  margin: 10px 0px 10px 1%;
	padding: 10px 1%;
  display: inline-block;
  vertical-align: top;
}
.boxFull {
	width: 98%;
  margin: 10px 0px 10px 0px;
	padding: 10px 1%;	
}

.boxBorder {
	color: #000000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #000066;
	border-radius: 6px; 
}
.boxRight {
	float: right;
}
.boxFloatRight {
	float: right;
}
.boxNoMargin {
	margin: 0px !important;
}
.boxNoPadding {
	padding: 0px !important;
}
.boxTextRight {
	text-align: right !important;
}
.boxBold {
	font-weight: bold !important;
}


/****************************************/
/* HOME BOXES
/****************************************/
.boxNewsBox {
	background: url("/images/shade3.png");
	width: 98%;
	margin: 15px 0px;
	padding: 15px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px solid var(--yellowcolor);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 15px;
}

.boxNewsBox .boxNewsImage {
	width: 25%;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0px 2% 0px 0px;
	padding: 0px;
	display: block;
	border-radius: 15px;
	float: left;
}
.boxNewsBox .boxNewsDesc {
	margin: 0px 0px;
	padding: 0px;
	width: 72%;
	height: auto;
	text-align: left;
	display: block;
	position: relative;
	float: left;
}

/*********************************************/
/* PAGE LINK TABLE
/*********************************************/
.boxPageLinks {
  position: relative;
  display: block;
  text-align: center;
  width: 98%;
  height: 38px;
  margin: 5px 0px;
  padding: 5px 1%;
}
.boxPageLinks .boxPage {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  height: 33px;
  _height: 38px;
  width: 40px;
  text-align: center;
  color: #666;
  vertical-align: middle;
  margin: 0px 2px;
  padding: 8px 0px 0px 0px;
}
.boxPageLinks .boxPage img {
  margin-top: -2px;
}
.imgPageLinks {
  width: 28px;
  height: 28px;
  border: none;
  margin: 2px 3px;
}
/*********************************************/
/* EMPTY TABLE 
/*********************************************/
.tableClear
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear tr {
	background: none;
	border: none;
}
.tableClear td {
	background: none;
	border: none;
}
.tableClear2
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	text-align: left;
}
.tableClear2 tr {
	background: none;
	border: none;
}
.tableClear2 td {
	background: none;
	border: none;
}
/*=================================*/
.tableData {
	background: #FFF;
	border: 1px solid #bbb;
	margin: 0 auto;
	width: 100%;
	clear: both;	
	padding: 0px;
	font-size: 13px;
	z-index: 10;
	position: relative;
  border-collapse: separate;
  border-spacing: 0px;  
}
.tableData thead tr {
	background: url("/images/layout/hl.png");
	color: var(--whitecolor);
}
.tableData thead td {
	font-weight: bold;
	text-align: center;
	border: none;
	font-size: 13px;
	padding: 3px 0px;
	border-right: 2px groove #CCC;
	border-bottom: 1px solid #999;
	background: #FFF url("/images/layout/hl.png") bottom center repeat-x;
	color: var(--whitecolor);
}
.tableData thead td a {
  color: #FFC;
}
.tableData thead tr td.headerlast, .tableData thead tr td:last-child {
	border-right: none;
}
.tableData thead.smallfont td {
	font-size: 11px;
}
.tableData thead.largefont td {
	font-size: 14px;
}

.tableData tbody tr {
	border: 0px;
	_border-bottom: 1px solid #EEE;
}
.tableData tbody td {
	font-weight: normal;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	position: relative;
	padding: 2px 3px;
}
.tableData tbody td.cellmid {
	border-right: 1px solid #DDD;
}
.tableData tbody td.cellnote {
	color: #666;
	font-size: 12px;
}
.tableData tbody td.cellred {
	background-color: #FFD9D9;
}

.tableData tbody td.cellreq {
	color: #900;
}
.tableData tbody tr.row1 {
	background-color: #FCFCFC;
}
.tableData tbody tr.row2 {
	background-color: #E9F8FE;
}
.tableData tbody tr.row3 {
	background-color: #FFF;
	color: #603;
	font-style: italic;
}
.tableData tbody tr.row4 {
	background-color: #FFE7CE;
	color: #006;
}

.tableData tbody tr.row5 {
	background-color: #FFFFB9;
	color: #300;
}
.tableData tbody.allowhover tr:hover {
	background-color: #FFE7CE;
}
.tableData tbody td.allowhover:hover {
	background-color: #FFE7CE;
}
.tableData tbody.smallfont td {
	font-size: 11px;
}
.tableData tbody.largefont td {
	font-size: 14px;
}


/*=================================*/

#rowPart:hover {
	background-color: #DABEBE;
	border-color: #DABEBE;
}

#BuildPCType td {
	padding: 3px;
}

.tableMenu
{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: thin solid #000000;
	background-image: url("/themes/theme1/buttonback.gif");
}

/*********************************************/
/* Search Box Styles
/*********************************************/
.boxSearch {
	position: relative;
	height: auto;
	top: 140px;
	left: 600px;
}




/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 3px 5px;
	border: 1px solid var(--yellowcolor);
	border-radius: 4px;
}






/***************************************/
/* Other Text Styles
/***************************************/
.NoteStar {
	font-size: 10px;
	color: #B00;
}

.ReqStar {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}




/********************************************/
/* MOBILE SYLES
/********************************************/
@media all and (max-width: 1600px) {
	.ContentBar2 {
		background-size: 100% auto;
	}
	.RotateBar .RotateImage {
		background-size: auto 100%;
	}
}

@media all and (max-width: 1200px) {
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		padding: 0px 0px 0px 90px;
	}
	.mnuMain li {
		font-size: 22px;
		padding: 14px 14px;
	}
	.RotateText {
		width: 530px;
	}
	.RotateText h1, .RotateText h2, .RotateBarSub .RotateText h2 {
		font-size: 26px;
	}	
}

@media all and (max-width: 1150px) {
	.ContentBar .ContentBox, .ContentBar2 .ContentBox {
		width: 90%;
		padding: 35px 5%;
	}
	
}

@media all and (max-width: 1100px) {	
	
  .HeaderBar, .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 650px;
  }	
	.RotateText {
		width: 475px;
	}
	.RotateText h1, .RotateText h2, .RotateBarSub .RotateText h2 {
		font-size: 24px;
	}
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		padding: 0px 0px 0px 80px;
	}
	.mnuMain li {
		font-size: 21px;
		padding: 14px 11px;
	}	
	.imgHomeLogo {
		width: 400px;
		left: 10px;
	}
	.imgGallRecent {
		height: 200px;
	}
}


@media all and (max-width: 1000px) {
  .HeaderBar, .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 600px;
  }
	.RotateText {
		width: 435px;
	}
	.RotateText h1, .RotateText h2, .RotateBarSub .RotateText h2 {
		font-size: 22px;
	}
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		padding: 0px 0px 0px 70px;
	}	
  .mnuMain li {
    font-size: 19px;
    padding: 14px 9px;
  } 
	.imgHomeLogo {
		width: 385px;
		left: 10px;
		top: 25px;
	}
}



@media all and (max-width: 900px) {	
  h1 {
    font-size: 36px;
  }

  .HeaderBar, .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 550px;
  } 
	.ContentBar .ContentBox, .ContentBar2 .ContentBox {
		width: 90%;
		padding: 30px 5%;
	}	
	.boxHeaderImage .boxHeaderTitle {
		font-size: 28px;
	}
	
	.RotateText, .RotateBarSub .RotateText {
		width: 400px;
		top: 200px;
	}
	.RotateText h1, .RotateText h2, .RotateBarSub .RotateText h2 {
		font-size: 20px;
	}	
	
	/*--- HEADER ICONS / MENU -----*/
	.imgHomeLogo {
		width: 375px;
	}
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		padding: 0px 0px 0px 70px;
		height: 100px;
	}	
	.MenuBar {
		margin: 0px;
	}
  .mnuMain li {
    font-size: 18px;
    padding: 10px 5px;
		margin: 0px 6px;
  } 
	.mnuTop li {
		font-size: 14px;
		padding: 12px 6px;
	}
	.mnuMain ul {
		top: 40px;
	}

}



@media all and (max-width: 800px) {	
	
	.ContactForm {
		width: 100%;
		float: none;
		margin: 10px 0px;
	}
	
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }  	
	
	.boxButton, .boxButton2, .boxButton3, .boxButton4 {
		font-size: 14px;
		line-height: 1.45em;
		padding: 8px 15px;
		margin: 8px 5px;	
	}
	
	.imgGallRecent {
		height: 175px;
	}	
	
	/*--- HOME BOXES - 3 Per Row ----*/
	.HomeBoxBarDesc .boxHomeBox {
			min-height: 300px !important;
			height: auto;
	}
	.HomeBoxBar3 .boxHomeBox {
		width: 43%;
		height: 260px;
		text-align: center;
		font-size: 13px;
		margin: 8px;
	}	
	.HomeBoxBar3 .boxHomeTitle {
		font-size: 22px;
	}
	.HomeBoxBar3 .boxHomeBox .boxHomeImage {
			height: 230px;
	}	
	
	/*--- HEADER ICONS / MENU -----*/
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		padding: 0px 0px 0px 50px;
	}
	.mnuTop li {
		padding: 12px 4px;
		margin: 0px 5px;
	}
	.imgTopIcon {
		margin: 1px 5px;
	}
	
	/*---- SHOW MOBILE MENU ------*/
  .mnuMain  {
    display: none;
  }
  .lnkMenuPopUp {
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    width: 32px;
    height: 32px;
		float: right;
    margin: 2px 10px 2px 15px;
  }
  
  .MobileMenu {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 40%;
    background: #242328;
    height: auto;
    padding: 10px;
    z-index: 1150;
    visibility: visible;
    color: var(--whitecolor);
    text-align: right;
  }
  .MobileMenu .mnuMain {
    display: block;
    background: none;
  }  
  .MobileMenu h2, .MobileMenu h3, .MobileMenu a  {
    color: var(--whitecolor);
  }
  .MobileMenu .mnuMain li {
    display: block;
    float: none;
    text-align: right;
    padding: 3px 5px;
    font-size: 16px;
  }

  .MobileMenu .mnuMain li a {
    color: var(--whitecolor);
  }  
  .MobileMenu .mnuMain ul {
    background: #222;
    display: block;
    position: relative;
    top: 0px;
    left: 10px;
    padding: 5px;
    width: auto;
  }
    	
}

@media all and (max-width: 700px) {	
  .HeaderBar, .RotateBar, .RotateBar .RotateBox, .RotateBar .RotateImage {
    height: 500px;
  }  
	.RotateBar .RotateImage {
		background-size: auto 100%;
	}
  .ContentBar2 {
		background-size: auto 100%;
	}

	/*--- HOME BOXES -----*/
	.HomeBoxBar4 .boxHomeBox {
		width: 220px;
		height: 260px;
	}
	.HomeBoxBar4 .boxHomeBox .boxHomeImage {
		height: 220px;
	}	
	.boxHomeBox {
		margin: 8px;
		padding: 8px;
	}
	.boxHomeBox .boxHomeTitle {
		font-size: 20px;
	}
	
	/*--- HEADER ICONS / MENU -----*/
	.imgTopIcon {
		width: 26px;
		height: 26px;
		float: right;
	}
	.mnuTop {
		display: block;
	}
	.lnkMenuPopUp {
		width: 26px;
		height: 26px;
	}
	
	
  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 96%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 46%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 32%;
  }
	.imgHomeLogo {
		width: 350px;
	}
}


@media all and (max-width: 600px) {	

	
	.ContentBar .ContentBox, .ContentBar2 .ContentBox {
			width: 92%;
			padding: 25px 4%;
	}	
	.RotateBar .RotateText, .RotateBarSub .RotateText {
		top: 225px;
	}
	.boxHalf, .boxHalf2 {
		width: 97%;
	}
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 97%;
  }	
	
	.boxLogo {
		width: 41%;
	}
  .imgSize35, .imgSize25 {
    width: 35%;
  }
 
  .FooterBox {
    font-size: 16px;
  }
  
  h1 { font-size: 28px; }
  h2 { font-size: 20px; }
  h3 { font-size: 18px; }
  h4 { font-size: 16px; }
  h5 { font-size: 15px; }
  h6 { font-size: 14px; }  
  
	/*--- HOME BOXES - 3 Per Row ----*/
	.HomeBoxBar3 .boxHomeBox {
		height: 245px;
	}		
	.HomeBoxBar3 .boxHomeBox .boxHomeImage {
		height: 220px;
	}	
	
	/*--- HOME BOXES -----*/
	.boxHomeBox {
		margin: 7px;
		padding: 7px;
	}	
	
  .boxRefer {
    width: 80%;
    margin: 10px 9%;
  }  
  
  .img404Logo {
    width: 65%;
  }
	.imgHomeLogo {
		width: 325px;
	}	
}

@media all and (max-width: 575px) {	

  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 95%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 42%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 42%;
  }

  .FooterBox1 {
    width: 94%;
    clear: both;
    margin: 0px 2.5%;
  }
	
	
	/*--- HOME BOXES -----*/
	.HomeBoxBar4 .boxHomeBox {
		width: 190px;
		height: 240px;
	}
	.HomeBoxBar4 .boxHomeBox .boxHomeImage {
		height: 190px;
	}	
	.boxHomeBox {
		margin: 6px;
		padding: 5px;
	}
	.boxHomeBox .boxHomeTitle {
		font-size: 20px;
	}	
	
	
	
	/*--- HEADER ICONS / MENU -----*/
	.HeaderBar .HeaderBox, .HeaderBar2 .HeaderBox {
		height: 45px;
	}	
	.mnuTop {
		display: inline-block;
		float: none;
	}
	.imgTopIcon {
		float: none;
		display: inline-block;
	}
	.lnkMenuPopUp {
		float: none;
		display: inline-block;
	}
	.HeaderBar .TopBar, .HeaderBar2 .TopBar {
		display: inline-block;
		padding: 0px 0px;
	}
	.imgHomeLogo {
		width: 325px;
		top: 55px;
	}		
	

	
}

@media all and (max-width: 550px) {

	/*--- HOME BOXES - 3 Per Row ----*/
	.HomeBoxBarDesc .boxHomeBox {
		min-height: 300px !important;
		height: auto;
	}
	.HomeBoxBar3 .boxHomeBox {
		width: 90%;
		height: 270px;
		text-align: center;
		font-size: 13px;
		margin: 10px;
	}	
	.HomeBoxBar3 .boxHomeTitle {
		font-size: 22px;
	}
	.HomeBoxBar3 .boxHomeBox .boxHomeImage {
			height: 240px;
	}		
	
}

@media all and (max-width: 500px) {

  .imgSize45, .imgSize35, .imgSize25 {
    width: 40%;
  }
   
  #mc_embed_signup, #mc_embed_signup form {
    margin: 0px;
  }

  .img404Logo {
    width: 75%;
  }  
	
	/*--- HOME BOXES -----*/
	.HomeBoxBar4 .boxHomeBox {
		width: 175px;
		height: 220px;
	}
	.HomeBoxBar4 .boxHomeBox .boxHomeImage {
		height: 175px;
	}	
	.boxHomeBox {
		margin: 6px;
		padding: 5px;
	}
	.boxHomeBox .boxHomeTitle {
		font-size: 20px;
	}		
	
	
}

@media all and (max-width: 450px) {	

	
	
	/*--- HOME BOXES -----*/
	.HomeBoxBar4 {
		text-align: center;
	}
	.HomeBoxBar4 .boxHomeBox {
		width: 80%;
		height: 330px;		
	}
	.HomeBoxBar4 .boxHomeBox .boxHomeImage {
		height: 290px;
	}	
	.boxHomeBox {
		margin: 10px 10%;
		padding: 7px;
	}
	.boxHomeBox .boxHomeTitle {
		font-size: 20px;
	}		
		
	.lnkMenuPopUp {
		width: 24px;
		height: 24px;
		margin: 2px 10px;
	}
	.imgTopIcon {
		width: 24px;
		height: 24px;
	}
	.mnuTop li {
		padding: 12px 3px;
		margin: 0px 4px;
	}
	
  .imgSize75, .imgSize65, .imgSize55, .imgSize45 {
    width: 90%;
    display: block;
    float: none;
    align-self: center;
  }
  .ApplyForm input.wide, .ApplyForm select.wide, .ApplyForm textarea.wide {
    width: 95%;
  }
  .ApplyForm input.half, .ApplyForm select.half, .ApplyForm textarea.half {
    width: 95%;
  }
  .ApplyForm input.third, .ApplyForm select.third, .ApplyForm textarea.third {
    width: 95%;
  }


    
}