
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);



/* -------------------------------
		Typography 
------------------------------- */
/*#LBE h1,h2,h3,h4,h5,h6	{ padding: 0px; margin: 0px; font-family: 'Oswald', sans-serif; border: none; text-align: center; }*/


#LBE h1 		 			{ font-size: 56px; line-height: 66px; font-weight: 300; color: #ffffff; padding: 0px; margin: 0px; font-family: 'Oswald', sans-serif; border: none; text-align: center; }

#LBE h1 b				{ font-weight: 400; }

#LBE h2 		 			{ font-size: 40px; line-height: 45px; font-weight: 300; color: #ffffff; padding: 0px; margin: 0px; font-family: 'Oswald', sans-serif; border: none; text-align: center;}

#LBE h2 b				{ font-weight: 400; }

#LBE h3 		 			{ font-size: 25px; line-height: 30px; font-weight: 400; color: #4e4e4e; text-align: left; padding: 0px; margin: 0px; font-family: 'Oswald', sans-serif; border: none;}

#LBE h4 		 			{ font-size: 30px; line-height: 35px; font-weight: 300; color: #3689a9; text-align: left; padding-left: 55px; padding-bottom: 10px; margin: 0px; font-family: 'Oswald', sans-serif; border: none;}

#LBE h5 		 			{ font-size: 35px; line-height: 40px; font-weight: 400; color: #232323; font-family: 'Oswald', sans-serif;  padding: 0px; margin: 0px; border: none; text-align: center;}

#LBE h6 		 			{ font-size: 36px; line-height: 41px; font-weight: 400; color: #ffffff; font-family: 'Oswald', sans-serif; padding: 25px 0 20px 0; margin: 0px; border: none; text-align: center; }

##LBE Eol 					{ list-style-type: lower-roman;}
#LBE dt 					{ font-weight: bold;text-decoration: underline;font-size: 14px;margin-top: 5px;margin-bottom: 5px;} 
#LBE dd 					{ font-size: 12px;color: #666666;padding: 5px 0px 10px 10px;margin: 0px 0px 0px 10px; }

/*img					{ max-width: 100%; height: auto !important; }*/

#LBE a					{ text-decoration: underline; color: #0000ff; }
#LBE a:hover				{ text-decoration: none; }

#LBE hr.hrwhite {
	height:1px;
	border:0px;
	background: #ffffff;
	border-top:1px solid #ffffff;
	margin: 20px 0px;/*useful sometimes*/
}
#LBE hr.hrblueshort {
	height:3px;
	border:0px;
	background: #3689a9;
	border-top:3px solid #3689a9;
	margin: 20px auto;/*useful sometimes*/
	width: 200px;
}



/* -------------------------------
		Main 
------------------------------- */



#LBE  { 
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #232323;
}



/* -------------------------------
		GENERAL 
------------------------------- */
.one-cols-topheader { 
	margin: 8px auto; padding: 0; width: 1000px; height: 49px; position: relative;
}

.top-logo	{ position:absolute; top:0; left:5px; }
.top-socials{ position:absolute; top:-2px; right:5px; }
.top-menu	{ position:absolute; bottom:-2px; right:5px;
			  font-size: 14px; font-weight: 200; color: #919191;
}
.top-menu a { padding-left: 2px; color: #919191; text-decoration: none; }
.top-menu a:hover { color: #919191; text-decoration: none; }
.top-menu a:focus { outline: 0; }

.video-wrapper { margin: 10px auto; max-width: 600px; border: 1px solid #535258; }
.video-container { 
    position: relative;
    padding-bottom: 56.25%; padding-top: 30px; 
	overflow: hidden;
	max-width: 100%; height: auto;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#floatLeftBox { float: left; }

.floatTwoBox {
    position: relative;
	float: left; width: 480px; min-height: 100px;
}

#optin-box {
	background: #dedede url('/App_Themes/Pillaicenter/images/bg-optin-center.jpg') no-repeat center center; 
	border: 5px solid #2c154b;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0 auto;
	padding: 10px;
	width: 980px;
	height: 212px;
}

#optin-form {
	width:auto; margin:0 auto;
}

.opt-name { max-width: 260px; float: left; background: url('/App_Themes/Pillaicenter/images/input-name.jpg') no-repeat 10px 9px; }
.opt-email { max-width: 260px; float: left; background: url('/App_Themes/Pillaicenter/images/input-email.jpg') no-repeat 10px 8px; margin-left: 10px; }

.love-ur-privacy { text-align:right; margin-top:0px; margin-right:60px; font-size:12px; color:#666666; }

.css3buttonBasic { 
	background: #00bd3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #11a107;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #13610e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px; font-weight: 600;
	color: #ffffff; 
	width: 210px;
	height: 52px;
}

.css3buttonBasic:hover {
	background: #00d140;
}

#section-mid-homewhite { 
	margin: 0 auto;
	padding: 0;
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	width: auto;
	height: auto;
}

#section-mid-homewhite-wrapper { 
	margin: 0 auto;
	padding: 0; 
	background: #f5f5f5;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	width: 1000px;
	height: auto;
	text-align: center;
} 


#footerLBE {
	border-top: 1px solid #e4e4e4;
	background: #f5f5f5;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 60px;
	text-align: center;
}

#footer-wrapperLBE { 
	background: #f5f5f5;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 60px;
	text-align: center;
	position: relative;
	color: #fefefe;
}

.foot-txt1 {
	padding-top: 10px;
	font-size: 12px; line-height: 16px; color: #595959; float: left;
}
.foot-txt1 a { color: #595959; }
.foot-txt1 a:hover { color: #6a6a6a; }

.foot-txt2 {
	padding-top: 10px;
	font-size: 12px; line-height: 16px; color: #595959; float: right;
}
.foot-txt2 a { color: #595959; }
.foot-txt2 a:hover { color: #6a6a6a; }


#section-page-title { 
	margin: 0 auto;
	padding: 0;
	background: #144781;
	/*border-top: 1px solid #00033D;
	border-bottom: 1px solid #00033D;*/
	width: auto;
	height: auto;
}
#section-page-title-wrapper { 
	margin: 0 auto;
	padding: 0; 
	background: #144781;
	width: 1000px;
	text-align: center;
} 





/* -------------------------------
		HOME PAGE 
------------------------------- */
#section-top-homepage { 
	margin: 0 auto;
	background: #4295b5 url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	width: auto;
	/*height: 885px;*/
}

#section-top-homepage-wrapper { 
	background: transparent url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	margin: 0 auto;
	width: 980px;
	height: 885px;
	text-align: center;
} 

#boxtop {
	background: transparent url('/App_Themes/Pillaicenter/images/boxtop.png') no-repeat center top;
	width: 980px; height: 557px;
}
.boxtop1 { text-align: left; padding-left: 50px; padding-top: 35px; }
.boxtop2 { text-align: left; padding-left: 40px; padding-top: 35px; }
.boxtop1 p, .boxtop2 p { font-size: 17px; line-height: 25px; color: #171717; }

#cols-white-full {
	background: transparent; margin: 0 auto; padding: 0; width: auto; height: auto;
}

#cols-white-full-wrapper {
	margin: 0 auto; width: 980px; height: auto; text-align: center; 
}

#cols-grey-full {
	background: #f2f2f2; margin: 0 auto; padding: 0; width: auto; height: auto;
}

#cols-grey-full-wrapper {
	margin: 0 auto; width: 980px; height: auto; text-align: center; 
}

.p800 {
	margin: 0 auto;
	width: 800px; 
	font-size: 17px; line-height: 25px;
	color: #000000;
	text-align: left; 
}

.p800tick {
	background: url('/App_Themes/Pillaicenter/images/bluetick.png') no-repeat left 4px;
	margin: 0 auto;
	width: 800px; 
	font-size: 17px; line-height: 25px;
	color: #000000;
	text-align: left; padding-left: 30px;
}

.p-tick {
	background: url('/App_Themes/Pillaicenter/images/bluetick.png') no-repeat left 4px;
	font-size: 17px; line-height: 25px;
	color: #000000;
	text-align: left; padding-left: 30px;
}


#section-top-title { 
	margin: 0 auto;
	background: #4295b5 url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	width: auto;
	height: 100px;
}

#section-top-title-wrapper { 
	background: transparent url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	margin: 0 auto;
	width: 980px;
	height: 100px;
	text-align: center;
} 

#box-step1 {
	background: #ffffff url('/App_Themes/Pillaicenter/images/bg-step1.jpg') no-repeat right top;
	border: 1px solid #e8e8e8;
	width: 920px; 
	padding: 50px 0;
}

#box-step2 {
	background: #ffffff url('/App_Themes/Pillaicenter/images/bg-step2.jpg') no-repeat right top;
	border: 1px solid #e8e8e8;
	width: 920px; 
	padding: 50px 0;
}

#box-step3 {
	background: #ffffff url('/App_Themes/Pillaicenter/images/bg-step3.jpg') no-repeat right top;
	border: 1px solid #e8e8e8;
	width: 920px; 
	padding: 50px 0;
}



#box-step-general {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	width: 920px; 
	padding: 50px 0;
}


button.css3btnGreen { 
	background: #00cf0f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #11a107;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #13610e;
	font-family: 'Oswald', sans-serif;
	font-size: 25px; font-weight: 400;
	color: #ffffff; 
	width: 450px;
	height: 60px;
}
button.css3btnGreen i { position:relative; left:0; bottom:2px; font-size: 20px; padding-left: 10px; }
button.css3btnGreen:hover, button.css3btnGreen:focus { background: #15d623; }


button.css3btnBlue { 
	background: #016297;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #11a107;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #13610e;
	font-family: 'Oswald', sans-serif;
	font-size: 25px; font-weight: 400;
	color: #ffffff; 
	width: 450px;
	height: 60px;
}
button.css3btnBlue i { position:relative; left:0; bottom:2px; font-size: 20px; padding-left: 10px; }
button.css3btnBlue:hover, button.css3btnGreen:focus { background: #1480ba; }





#section-bottom { 
	margin: 0 auto;
	background: #4295b5 url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	width: auto;
	height: 280px;
}

#section-bottom-wrapper { 
	background: transparent url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	margin: 0 auto;
	width: 980px;
	height: 280px;
	text-align: center;
} 


#box-trans-blues {
	background: rgba(0,0,0,0.4);
	width: 920px; height: 175px;
	padding: 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

button.css3btnGreen2 { 
	background: #00cf0f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #11a107;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #13610e;
	font-family: 'Oswald', sans-serif;
	font-size: 30px; font-weight: 400;
	color: #ffffff; 
	width: 450px;
	height: 75px;
}
button.css3btnGreen2 i { position:relative; left:0; bottom:2px; font-size: 20px; padding-left: 10px; }
button.css3btnGreen2:hover, button.css3btnGreen2:focus { background: #15d623; }

.modal .wide-modal { background-color: #ffffff; width: 900px !important; }
.modal .modal-header { background-color: #ffffff; width: 900px !important; }
.modal .modal-body { background-color: #ffffff; width: 900px !important; }


#trigger1 { 
	background: #00cf0f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #11a107;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #13610e;
	font-family: 'Oswald', sans-serif;
	font-size: 30px; font-weight: 400;
	color: #ffffff; 
	width: 450px;
	height: 75px;
	margin: -160px auto 85px auto;
	padding-top: 25px;
	text-align: center;
	cursor: pointer;
}

.boxer1 { text-align: left; padding-left: 50px; width: 400px; }
.boxer2 { text-align: left; }
.boxer1 p, .boxer2 p { font-size: 17px; line-height: 25px; color: #171717; }

#section-boxblue-hidden { 
	margin: 0 auto;
	background: #4295b5 url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	width: auto;
	height: 820px;
}

#section-boxblue-hidden-wrapper { 
	background: transparent url('/App_Themes/Pillaicenter/images/bg.jpg') no-repeat center top;
	margin: 0 auto;
	width: 980px;
	height: 820px;
	text-align: center;
} 

button.css3btnOrange { 
	background: #ff7e00;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #a7060d;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(087,087,087,0);
	text-shadow: 1px 1px #d56a02;
	font-family: 'Oswald', sans-serif;
	font-size: 25px; font-weight: 400;
	color: #ffffff; 
	width: 360px;
	height: 60px;
}
button.css3btnOrange i { position:relative; left:0; bottom:2px; font-size: 20px; padding-left: 10px; }
button.css3btnOrange:hover, button.css3btnOrange:focus { background: #fd8d20; }



.ordinary-grey-box { background:#F1F1F1; margin:0 auto; width:99%; padding:10px 0; }
.litext { font-size: 17px; line-height: 25px; color: #000000; text-align: left; }


/* -------------------------------
		Placeholder for Responsive
------------------------------- */
.tester { background: black; width: 200px; height: 200px; }
@media (max-width: 480px) { .tester { background: yellow; } }
@media (min-width: 480px) and (max-width: 768px) { .tester { background: red; } }
@media (min-width: 768px) and (max-width: 992px) { .tester { background: navy; } }



/* -------------------------------
		Additional 
------------------------------- */
.clear		{ clear: both; }

.max-w-100pct { max-width: 100%; }

.centered	{ text-align: center; }
.lefted		{ text-align: left; }
.righted	{ text-align: right; }

.nomargin	{ margin: 0 !important; }
.normalize	{ margin: 0 auto; }

.noshadow	{ text-shadow: none; }

.fOpenSans	{ font-family: 'Open Sans', sans-serif; }

.ltSp-1		{ letter-spacing: -1px; }

.fontNormal { font-weight: normal; }
.fontBold	{ font-weight: bold; }
.fontRed	{ color: red; }
.fontDarkRed{ color: #b70000; }
.fontGreeny { color: #225b12; }
.fontYellowish { color: #ffea00; }
.fontWhite	{ color: #ffffff; }
.fontBrownie{ color: #493420; }
.fontBlueie	{ color: #3689a9; }
.fontBlueie2 { color: #016297; }
.fontBlueie3 { color: #001D4E; }
.fontBlack	{ color: #000000; }
.fontBlackie{ color: #2d2d2d; }
.fontViolet { color: #e3b9df; }
.fontGrey	{ color: #828282; }
.fontDarkGrey{ color: #4c4c4c; }
.fontLightGrey { color: #bdbdbd; }
.font212121 { color: #212121; }

.font10px { font-size: 10px; }
.font11px { font-size: 11px; }
.font12px { font-size: 12px; }
.font14px { font-size: 14px; line-height: 20px; }
.font15px { font-size: 15px; }
.font16px { font-size: 16px; line-height: 21px; }
.font16pxh { font-size: 16px; line-height: 22px; }
.font17px { font-size: 17px; line-height: 22px; }
.font18px { font-size: 18px; line-height: 23px; }
.font18pxh { font-size: 18px; line-height: 25px; }
.font19px { font-size: 19px; line-height: 24px; }
.font20px { font-size: 20px; line-height: 25px; }
.font20pxh { font-size: 20px; line-height: 28px; }
.font22px { font-size: 22px; line-height: 24px; }
.font22pxh{ font-size: 22px; line-height: 28px; }
.font23px { font-size: 23px; line-height: 28px; }
.font25px { font-size: 25px; line-height: 30px; }
.font26px { font-size: 26px; line-height: 31px; }
.font27px { font-size: 27px; line-height: 32px; }
.font28px { font-size: 28px; line-height: 30px; }
.font30px { font-size: 30px; line-height: 32px; }
.font32px { font-size: 32px; line-height: 34px; }
.font35px { font-size: 35px; line-height: 40px; }
.font36px { font-size: 36px; line-height: 40px; }
.font40px { font-size: 40px; line-height: 50px; }
.font42px { font-size: 42px; line-height: 45px; }
.font45px { font-size: 45px; line-height: 47px; }
.font47px { font-size: 45px; line-height: 49px; }
.font48px { font-size: 48px; line-height: 50px; }
.font50px { font-size: 50px; line-height: 55px; }
.font55px { font-size: 55px; line-height: 60px; }
.font60px { font-size: 60px; line-height: 62px; }
.font65px { font-size: 65px; line-height: 67px; }
.font70px { font-size: 70px; line-height: 72px; }
.font75px { font-size: 75px; line-height: 77px; }
.font80px { font-size: 80px; line-height: 84px; }

.separator-5px { height:5px; }
.separator-10px { height:10px; }
.separator-15px { height:15px; }
.separator-20px { height:20px; }
.separator-25px { height:25px; }
.separator-30px { height:30px; }
.separator-35px { height:35px; }
.separator-40px { height:40px; }
.separator-45px { height:45px; }
.separator-50px { height:50px; }


.hovereffect {
opacity:0.9;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity:0.9;
}
.hovereffect:hover {
opacity:1.0;
filter:alpha(opacity=100);
-moz-opacity:1.0;
-khtml-opacity:1;
}

/* Style sheet by Oki Trice - http://www.minisite911.com */
