/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  
}

/** LOADER **/

#page-wrapper {
	visibility: hidden;
	color: #5a5a5a;
	background-attachment: scroll;
	background-image: url(../img/brick-wall-dark.png);
	background-repeat: repeat-xy;
	background-color: #999E98;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modall {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 ) 
				url(../img/loader.gif) 
				50% 50% 
				no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modall {
	display: block;
}

@font-face {
    font-family: 'ImpactJD'; /*a name to be used later*/
    src: url('fonts/impact.ttf'); /*URL to font*/
}


.container h1 {
	font-family:  ImpactJD, Impact, Charcoal, sans-serif;
	color: #000;
}

.container h1 .highlight {
	color: #8ed074;
	font-size: 110%;
	text-shadow:#2e2e2e 0 0 10px;
}

.textCon {
	background-color: white;
	opacity: 0.8;
	padding: 3em;
	margin: 5em auto;
}

a:link, a:hover, a:active, a:visited {
	color: #285C2A;
	font-weight: bold;
}

.btn-group-lg > .btn, .btn-lg {
	padding: 5px;
	font-size: 14px;
}

p.small {
	font-size: 0.8em;
	color: white;
	text-shadow:#2e2e2e 0 0 10px;
}

p span.highlight {
	
	opacity: 0.8;
	/*letter-spacing: -0.05em;
	background-color: #000;
	color: #8ed074;
	font-size: 0.7em;*/
	color:#fff;
	/*background-color:#474747;*/
	text-shadow:#2e2e2e 0 0 10px;
	font-size: 0.8em;
}

p span.highlight2 {
	font-weight: bold;
	text-transform: uppercase;
}


footer p {
	font-size: 80%;
}

/** CUSTOMITE THE JUMBOTRON 
-------------------------------------------------- */

.jumbotron {
	min-height: 300px;
	text-align: center;
	padding: 8em;
}

.subjumbo {
	display:none;
}

.subjumbo2 {
	display:none;
}

.jumbotron h1 {
	font-size: 2.1em;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-brand {
	background-image: url("../img/logo2_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 200px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h1 {
  font-size: 1.6em;
  color: #5b5b5b;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
	color: #8ed074;
	font-family:  ImpactJD, Impact, Charcoal, sans-serif;
	font-size: 23px;
}

.featurette-heading .text-muted {
	color: #9f9f9f;
}

.featurette p {
	color: #9f9f9f;
}

/* DIALOG BOX 
---------------------------- */

.dialogBox {
	
}

.dialogBox label, .dialogBox input, .dialogBox textarea { display:block; }
.dialogBox input.text, .dialogBox textarea { margin-bottom:12px; width:95%; padding: .4em; }
.dialogBox fieldset { padding:0; border:0; margin-top:25px; }

.dialogBox .ui-dialog .ui-state-error { padding: .3em; }
.dialogBox .validateTips { border: 1px solid transparent; padding: 0.3em; }

#edt_result {
	font-size: 0.7em;
	color: #000;
	text-transform: uppercase;
}


/* ANIMATE THX
---------------------------- */
#animThx {
	font-family:  ImpactJD, Impact, Charcoal, sans-serif;
	color: #238c00;
	font-size: 2em;
	margin: auto;
}


/*.loading {
	background: rgba( 255, 255, 255, .8 ) 
	url(../img/loader.gif) 
	0 0 
	no-repeat;
	display: block;
	width: 64px;
	height: 49px;
}*/

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 408px) {
	
	#page-wrapper {
		background-image: url(../img/bg_020.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 50px;
	}
	
	.navbar-brand {
		background-image: url("../img/logo2.png");
		height: 70px;
		width: 300px;
	}
	
	.subjumbo {
		display:block;
		color: #000;
	}
	
	.btn-group-lg > .btn, .btn-lg {
		padding: 10px 16px;
		font-size: 18px;
	}
	
	footer p {
		font-size: 90%;
	}

}

@media (min-width: 768px) {
	
	.featurette-heading {
		font-size: 50px;
	}
  
	.marketing h1 {
	  font-size: 2.2em;
	}

	.navbar-nav > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.jumbotron h1 {
		font-size: 3em;
	}
	
	.jumbotron {
		height: 600px;
		padding: 6em;
	}
	
	
	
	.subjumbo2 {
		display:block;
		color: #000;
		font-size: 2em;
	}
	
	.pull-right-social {
		float: right;
	}
	
	.pull-left-social {
		float: left;
	}
	
	footer p {
		font-size: 100%;
	}
	
}

@media (min-width: 992px) {
	
	.featurette-heading {
	margin-top: 120px;
	}
  
	.marketing h1 {
	  font-size: 3em;
	}
	
	.jumbotron h1 {
		font-size: 4em;
	}
	
}
