/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

*
{
	font-family: 'Hind', sans-serif;
}

body {
	color: #5a5a5a;
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(255, 255, 255, 1), rgba(230, 230, 230, 1)) !important; */
	background-color: rgba(255,255,255,1); 
	background-position: center center;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar
{
	background: rgba(200, 200, 200, 0.0) !important;
}

.navbar.inv.bkg
{
	/*background: rgba(0,0,0, 0.6) !important;*/
	background-color: #1257bb !important;
}

div#navbar
{

}

ul.navbar-nav
{
	float: none !important;
	width: auto !important;
}

.navbar-nav a
{
	color: #000 !important;
	padding: 15px 8px 15px 8px !important; 
}

.navbar-nav.inv a
{
	color: #fff !important;
	padding: 15px 8px 15px 8px !important; 
}


.navbar-nav a:hover
{
	background-color: #1a79ff !important;
}

nav.navbar
{
	border-bottom: none;
	margin-bottom: 0px !important;
}

li.open a.maintoggle
{
	background-image: none !important;
	background-color: rgba(200, 200, 200, 0.2) !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.navbar-wrapper {
  background-color: #1257bb !important;
/*  position: absolute;
  top: 0;
  right: 0;
  left: 0;*/
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

div.spacer50
{
	height: 50px;
}

div.spacer20
{
	height: 20px;
}

div.spacer100
{
	height: 100px;
}

div.mainbutton
{
	height: 285px;
	padding: 0px;
	border: solid 5px #fff;
	/*background-size: 800px 285px !important;
	background-position: center center;
	filter: saturate(10%);
	-webkit-filter: saturate(20%);
	-moz-filter: saturate(20%);
	-o-filter: saturate(20%);
	-ms-filter: saturate(20%);
	-webkit-transition: background-size 300ms ease-out;
    -moz-transition: background-size 300ms ease-out;
    -o-transition: background-size 300ms ease-out;
    transition: 500ms ease-out;*/
	position: relative;
}

div.mainbuttonbackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 285px;
	background-size: 800px 285px !important;
	background-position: center center;
	filter: saturate(10%);
	-webkit-filter: saturate(20%);
	-moz-filter: saturate(20%);
	-o-filter: saturate(20%);
	-ms-filter: saturate(20%);
	-webkit-transition: background-size 300ms ease-out;
    -moz-transition: background-size 300ms ease-out;
    -o-transition: background-size 300ms ease-out;
    transition: 500ms ease-out;
	position: relative;
}

div.mainbuttonbackground.full
{
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}

div.mainbutton:hover
{
	/*background-size: 900px 320px !important;
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);*/
}

div.mainbuttonbackground:hover
{
	background-size: 900px 320px !important;
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}

div.mainbutton div.mblabel
{
	display: block;
	width: 100%;
	height: 100px;
	color: #fff;
	font-size: 18pt;
	text-align: center;
	vertical-align: middle;
	transition: 500ms ease-out;
	cursor: pointer;
}

div.mainbutton div.top
{
	position: absolute;
	top: 0px;
	left: 0px;
}

div.mainbutton div.full
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


div.mainbutton div.bottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	filter: none !important;
	-webkit-filter: none !important;
	-moz-filter: none !important;
	-o-filter: none !important;
	-ms-filter: none !important;
}

div.mainbutton p
{
	text-align: center;
	margin-top: 20px;
	text-shadow: 
		-1px -1px 2px #000,
    	1px -1px 2px #000,
    	-1px 1px 2px #000,
    	1px 1px 2px #000;  
}

div.mblabel.full p
{
	margin-top: 110px !important;
}

div#mb1b
{
	background: url('../img/box1.jpg') no-repeat center center;
}

div#mb2b
{
	background: url('../img/box2.jpg') no-repeat center center;
}

div#mb3b
{
	background: url('../img/box4.jpg') no-repeat center center;
}

div#mb4b
{
	background: url('../img/box3.jpg') no-repeat center center;
}

div#mb5b
{
	background: url('../img/box5.jpg') no-repeat center center;
}

div#mb6b
{
	background: url('../img/box6.jpg') no-repeat center center;
}

div#mb7b
{
	background: url('../img/box8.jpg') no-repeat center center;
}

div#mb8b
{
	background: url('../img/box7.jpg') no-repeat center center;
}

div#mb1 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(170, 170, 0, 0.7), rgba(100, 100, 0, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(170, 170, 0, 0.7), rgba(100, 100, 0, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(170, 170, 0, 0.7), rgba(100, 100, 0, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(170, 170, 0, 0.7), rgba(100, 100, 0, 0.7)) !important; 
	background-color: rgba(255,255,0,0.8);*/
	background-color: rgba(254,184,17, 0.85);
}

div#mb1 div.full:hover
{
	background-color: rgba(254, 184, 17, 0.0);
}

div#mb2 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(170, 0, 170, 0.7), rgba(100, 0, 100, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(170, 0, 170, 0.7), rgba(100, 0, 100, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(170, 0, 170, 0.7), rgba(100, 0, 100, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(170, 0, 170, 0.7), rgba(100, 0, 100, 0.7)) !important;
	background-color: rgba(255,0,255,0.8);*/
	background-color: rgba(0, 166, 81, 0.85);
}

div#mb2 div.full:hover
{
	background-color: rgba(0, 166, 81, 0.0);
}

div#mb3 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(0, 170, 170, 0.7), rgba(0, 100, 100, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(0, 170, 170, 0.7), rgba(0, 100, 100, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(0, 170, 170, 0.7), rgba(0, 100, 100, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(0, 170, 170, 0.7), rgba(0, 100, 100, 0.7)) !important;
	background-color: rgba(0,255,255,0.8);*/
	background-color: rgba(2, 166, 164, 0.85);
}

div#mb3 div.full:hover
{
	background-color: rgba(2, 166, 164, 0.0);
}

div#mb4 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(170, 0, 0, 0.7), rgba(100, 0, 0, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(170, 0, 0, 0.7), rgba(100, 0, 0, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(170, 0, 0, 0.7), rgba(100, 0, 0, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(170, 0, 0, 0.7), rgba(100, 0, 0, 0.7)) !important;
	background-color: rgba(255,0,0,0.8);*/
	background-color: rgba(99, 99, 99, 0.85);
}

div#mb4 div.full:hover
{
	background-color: rgba(99, 99, 99, 0.0);
}


div#mb5 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(0, 170, 0, 0.7), rgba(0, 100, 0, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(0, 170, 0, 0.7), rgba(0, 100, 0, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(0, 170, 0, 0.7), rgba(0, 100, 0, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(0, 170, 0, 0.7), rgba(0, 100, 0, 0.7)) !important;
	background-color: rgba(0,255,0,0.8);*/
	background-color: rgba(0, 126, 189, 0.85);
}

div#mb5 div.full:hover
{
	background-color: rgba(0, 126, 189, 0.0);
}


div#mb6 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(0, 0, 170, 0.7), rgba(0, 0, 170, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(0, 0, 170, 0.7), rgba(0, 0, 170, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(0, 0, 170, 0.7), rgba(0, 0, 170, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(0, 0, 170, 0.7), rgba(0, 0, 170, 0.7)) !important;
	background-color: rgba(0,0,255,0.8);*/
	background-color: rgba(85, 88, 178, 0.85);
}

div#mb6 div.full:hover
{
	background-color: rgba(85, 88, 178, 0.0);
}

div#mb7 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(100, 100, 170, 0.7), rgba(50, 50, 170, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(100, 100, 170, 0.7), rgba(50, 50, 170, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(100, 100, 170, 0.7), rgba(50, 50, 170, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(100, 100, 170, 0.7), rgba(50, 50, 170, 0.7)) !important;
	background-color: rgba(128,128,255,0.8);*/
	background-color: rgba(255, 144, 62, 0.85);
}

div#mb7 div.full:hover
{
	background-color: rgba(255, 144, 62, 0.0);
}

div#mb8 div
{
	/*background-image: -webkit-radial-gradient(center center, ellipse cover, rgba(170, 100, 100, 0.7), rgba(170, 50, 50, 0.7)) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, rgba(170, 100, 100, 0.7), rgba(170, 50, 50, 0.7)) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, rgba(170, 100, 100, 0.7), rgba(170, 50, 50, 0.7)) !important; 
	background-image: radial-gradient(center center, ellipse cover, rgba(170, 100, 100, 0.7), rgba(170, 50, 50, 0.7)) !important;
	background-color: rgba(255,128,128,0.8);*/
	background-color: rgba(177, 177, 205, 0.85);
}

div#mb8 div.full:hover
{
	background-color: rgba(177, 177, 205, 0.0);
}

div.motto
{
	margin-top: 20px;
	text-align: left;
}

section#mbuttons
{
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 20px;
	border-radius: 3px;
}


section.projspacer
{
	margin-top: 50px;
}

div.projspacer
{
	padding: 25px 0px;
	text-align: center;
}

div.projspacer h2
{
	text-align: center;
	color: #fff;
	text-shadow: #000 2px 2px 2px;
}

div.projspacer p
{
	text-align: center;
	color: #ddd;
	text-shadow: #000 2px 2px 2px;
}

section#proj1spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #aa0, #660) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #aa0, #660) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #aa0, #660) !important; 
	background-image: radial-gradient(center center, ellipse cover, #aa0, #660) !important; 
}

section#proj2spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #a0a, #606) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #a0a, #606) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #a0a, #606) !important; 
	background-image: radial-gradient(center center, ellipse cover, #a0a, #606) !important; 
}

section#proj3spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #0aa, #066) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #0aa, #066) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #0aa, #066) !important; 
	background-image: radial-gradient(center center, ellipse cover, #0aa, #066) !important; 
}

section#proj4spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #a00, #600) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #a00, #600) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #a00, #600) !important; 
	background-image: radial-gradient(center center, ellipse cover, #a00, #600) !important; 
}

section#proj5spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #0a0, #060) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #0a0, #060) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #0a0, #060) !important; 
	background-image: radial-gradient(center center, ellipse cover, #0a0, #060) !important; 
}

section#proj6spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #00a, #006) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #00a, #006) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #00a, #006) !important; 
	background-image: radial-gradient(center center, ellipse cover, #00a, #006) !important; 
}

section#proj7spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #66a, #336) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #66a, #336) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #66a, #336) !important; 
	background-image: radial-gradient(center center, ellipse cover, #66a, #336) !important; 
}

section#proj8spacer
{
	background-image: -webkit-radial-gradient(center center, ellipse cover, #a66, #633) !important; 
	background-image: -moz-radial-gradient(center center, ellipse cover, #a66, #633) !important; 
	background-image: -o-radial-gradient(center center, ellipse cover, #a66, #633) !important; 
	background-image: radial-gradient(center center, ellipse cover, #a66, #633) !important; 
}

footer.mini
{
	background-color: rgba(200, 200, 200, 0.0) !important;
	border-radius: 3px;
}

footer.mini p
{
	text-align: center !important;
	margin-left: -100px;
}

footer.mini.inv p
{
	color: #fff !important;
}

footer.full
{
	background-color: #676767;
	border-radius: 3px;
}


footer div
{
	text-align: center;
}

footer p
{
	color: #CCC;
	font-size: 8pt;
	padding: 20px 100px;
	text-align: center;
}

footer.mini p
{
	color: #000;
}

div#backtoprevious
{
        text-align: center;
        background-color: #eee;
        padding: 10px;
}

div#backtoprevious span
{
        cursor: pointer;
}

