@charset "utf-8";
/* CSS Document */

/*   Client Custom */


/*   Template 1 - Industry */
/*
.superboy {
	background:#0c1117 url(/images/bg_template1.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#dd2616;}
*/

/*   Template 2 - Healthy Family, Happy Life  */
/*
.superboy {
	background:#faf0ee url(/images/bg_template2.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#67ae27;}
*/
/*   Template 3 - Skyway  */
/**/
.superboy {
	background:#000 url(/images/bg_template3.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#6199ba;}

/*   Template 4 - Medical Touch  */
/*
.superboy {
	background:#8ea4c9 url(/images/bg_template4.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#67a5ce;}
*/
/*   Template 5 - Healthy  */
/*
.superboy {
	background:#000 url(/images/bg_template5.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#b72343;}
*/
/*   Template - Flag  */
/*
.superboy {
	background:#000 url(/images/bg_flag.jpg) top left no-repeat; 
	background-size:115% auto, 115% auto; 
	min-height:50em;
}
.ctaButton {background:#c62f2d;}
*/


/* Menu - Logo */
/*
.logo {visibility:hidden;}
*/

/* main page dark background */
/*
.boxed {background:none !important;}
*/

/* Menu - Contact us */
/*
.menu li:nth-of-type(3) {display:none;}
*/
/* Menu - Special
To replace menu item text call the menu item number, 
hide the first span and enter content before the 2nd.
This example hides the text BENEFITS and replaces it with Get Started */
/*
.menu li:nth-of-type(2) span:nth-of-type(1) {display:none;}
.menu li:nth-of-type(2) span:nth-of-type(2):before {content:"Get Started";}
*/