/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;  background:url(../img/bg-main.jpg); 
}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #19114c;
	letter-spacing: -1px;
	font-family: 'Helvetica', 'Open Sans', sans-serif;
}
em {
	color: #9fa738;
	font-style: normal;
}
h2 {
	font-size: 24px;
}
p {
	font-size: 14px;
	line-height: 22px;
}
a {
	color: #9fa738;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	-ms-transition: color .5s;
	transition: color .5s;
}
a:hover {
	color: #c7d235;
	text-decoration: none;
}
.container {
	padding: 10px;
	position: relative;
}
.header {
	text-align: center;
}
.pull_center {
	text-align: center;
}
.accent_bg {
	background: #fff;
	border-radius: 4px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, ellipse farthest-side, #ffffff 0%, #ffffff 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, ellipse farthest-side, #ffffff 0%, #ffffff 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center, ellipse farthest-side, #ffffff 0%, #ffffff 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 477, color-stop(0, #ffffff), color-stop(1, #ffffff));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, ellipse farthest-side, #ffffff 0%, #ffffff 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-side at center, #ffffff 0%, #ffffff 100%);
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 1);
	-moz-box-shadow: 0px 0px 20px rgba(20, 20, 20, 1);
	box-shadow: 0px 0px 20px rgba(20, 20, 20, 1);
}
.carousel {
	margin-bottom: 0px;
}
.banner_wrapper.container {
	width: auto;
	margin-bottom: 0px;
	padding: 0px;
}
/*         slide menu        */

#build-menu-page {
	left: 0;
	position: relative;
    
}
#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	width: 240px;
	padding: 0;
	position: static;
	z-index: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	left: 0;
	background: #19114c;
	font-size: 20px;
	padding-top: 20px;
}
#build-menu ul {
	margin: 0px;
	padding: 0px;
}
#build-menu a {
	color: #eee;
	display: block;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px rgba(255,255,255,.4) solid;
	}
#build-menu a:hover {
	color:#e59702;	
}
.side_menu_extras li {
	color: #eee;
	display: block;
	padding: 10px 10px 10px 20px;
	;
	border-bottom: 1px rgba(255,255,255,.4) solid;
}
.build-menu-animating #build-menu-page {
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}
.build-menu-animating.build-menu-close #build-menu-page, .build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}
.build-menu-animating #build-menu {
	display: block
}
.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}
.build-menu-open #build-menu, .build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}
.object-h {
	margin-top: 0px;
}
.side_menu_extras li {
	padding-left: 20px;
	font-size: .7em;
}
#build-menu .side_menu_extras a {
	border: none;
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
#build-menu-button {
	background: rgb(25,17,76);
    background: -moz-linear-gradient(top,  rgba(25,17,76,1) 50%, rgba(0,111,163,1) 96%, rgba(25,17,76,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(25,17,76,1)), color-stop(96%,rgba(0,111,163,1)), color-stop(100%,rgba(25,17,76,1)));
    background: -webkit-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: -o-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: -ms-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: linear-gradient(to bottom,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19114c', endColorstr='#19114c',GradientType=0 );
	position: absolute;
	right:10%;
	display:block;
	color: #fff!important;
	padding: 10px 18px 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	border-radius: 0px;
	box-shadow:0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow:0px 0px 3px rgba(255,255,255,.8);
	-webkit-box-shadow:0px 0px 3px rgba(255,255,255,.8);
	margin-bottom: 20px;
	top:25px;
}
#build-menu-page {
	background-color: transparent;
}
.navbar .container {
	text-align: center;
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	padding-top: 60px;
	float: right;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #ffffff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,.8);
	text-decoration: none;
	background: rgb(25,17,76);
    background: -moz-linear-gradient(top,  rgba(25,17,76,1) 50%, rgba(0,111,163,1) 96%, rgba(25,17,76,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(25,17,76,1)), color-stop(96%,rgba(0,111,163,1)), color-stop(100%,rgba(25,17,76,1)));
    background: -webkit-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: -o-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: -ms-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    background: linear-gradient(to bottom,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19114c', endColorstr='#19114c',GradientType=0 );
	box-shadow: 1px 1px 2px rgba(255,255,255,.6) !important;
	-moz-box-shadow: 1px 1px 2px rgba(255,255,255,.6);
	-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,.6);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.navbar .nav>li>a {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0 1px 1px #000000;
	-moz-transition: all .25s ease-in;
	/* WebKit */
	-webkit-transition: all .25s ease-in;
	/* Opera */
	-o-transition: all .25s ease-in;
	/* Standard */
	transition: all .25s ease-in;
}
.navbar .nav>li>a:hover {
	color: #9fa738;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	background-color: transparent;
	color: #9fa738;
	text-decoration: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	text-decoration: none;
	color: #ffffff;
	background: rgb(25,17,76);
background: -moz-linear-gradient(top,  rgba(25,17,76,1) 50%, rgba(0,111,163,1) 96%, rgba(25,17,76,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(25,17,76,1)), color-stop(96%,rgba(0,111,163,1)), color-stop(100%,rgba(25,17,76,1)));
background: -webkit-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -o-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -ms-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: linear-gradient(to bottom,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19114c', endColorstr='#19114c',GradientType=0 );

}
.section {
	padding: 20px 0px;
	  background:url(../img/main-bg.jpg); 
    background-size:cover;
    background-clip:inherit;
}
.lrg-border-top {
	border-top: 50px solid rgba(25,17,76,.8);
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.4);
}
.section-white {
	position: relative;
	width: 1063px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,.8);
	margin-top: -140px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    z-index:25;
}
.section.alt1 {
	background:url(../img/footer-bg.jpg) repeat;
	box-shadow: 0px 0px 5px rgba(0,0,0,.8);
    border:none!important;
	position: relative;
	z-index: 100000000000;
}
.section.alt1 h4 {
	color: #9fa738;
}
.section.alt1 a {
	color: #9fa738;
}
.section.alt1 a:hover {
	color: #ffffff;
}
.alt2 {
	background: none repeat scroll 0% 0% #E2E2E2;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	overflow: hidden;
	box-shadow:0px 0px 5px rgba(0,0,0,.4);
}
.alt2 p {
	font-size:14px;
	line-height:22px;
	opacity:.8;
}
.alt2 h2 {
	font-size:32px;
	letter-spacing:-2px;	
}
.alt3 {
	background:url(../img/alt3-bg.jpg) repeat;
    
}
.alt3 a{
    color:#19114c;   
}
alt3 a:hover{
    color:#4c4673;  
}
.alt4 {
 background: rgb(25,17,76);
background: -moz-linear-gradient(top,  rgba(25,17,76,1) 50%, rgba(0,111,163,1) 96%, rgba(25,17,76,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(25,17,76,1)), color-stop(96%,rgba(0,111,163,1)), color-stop(100%,rgba(25,17,76,1)));
background: -webkit-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -o-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -ms-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: linear-gradient(to bottom,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19114c', endColorstr='#19114c',GradientType=0 );
  
}
.navbar {
	margin-bottom: 0px;
}
.navbar .nav li {
	position: relative;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #006BAC;
	text-decoration: none;
	background-color: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.intro {
	border: 5px solid #e5e1d9;
	padding-left: 50px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	max-width: 100%;
	margin: 10px auto 20px auto;
}
.intro h2 {
	font-size: 42px;
	line-height: 47px;
	letter-spacing: -3px;
}
.inverse {
	color: #eee;
}
.inverse small {
	color: #ccc;
}
.hp_cta {
	min-height: 255px;
    font-size:13px !important;
    line-height:20px;
}
h5 {
	margin-bottom: 0px;
}
.banner_wrapper {
	position: relative;
}
.container.shoutout {
	margin: 0 auto;
	padding: 0px;
	max-width: 1063px;
}
.banner_wrapper .well {
	position: absolute;
	bottom: 65px;
	left: 0px;
	background: none;
	background-colour: transparent;
	border: none;
	box-shadow: none;
}
.banner_wrapper .well h1 {
	color: #fff;
	font-size: 72px;
	letter-spacing: -5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	line-height: 75px;
	margin-bottom: 0px;
}
.banner_wrapper .well p {
	color: #dfdfdf;
	font-size: 24px;
	line-height: 24px;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.header {
	background: url(../img/bg-main.png) repeat;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0px 0px 0px;
	background: none!important;
}
.banner_wrapper img {
	margin: 0 auto;
}
.inner {
	padding: 10px 10px;
	position: relative;
}
.read_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.carousel {
    overflow: hidden;
}
.item {
    overflow: hidden;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}
.btn-home {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	color: #ffffff !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,.8);
	text-decoration: none;
	background: rgb(25,17,76);
background: -moz-linear-gradient(top,  rgba(25,17,76,1) 50%, rgba(0,111,163,1) 96%, rgba(25,17,76,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(25,17,76,1)), color-stop(96%,rgba(0,111,163,1)), color-stop(100%,rgba(25,17,76,1)));
background: -webkit-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -o-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: -ms-linear-gradient(top,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
background: linear-gradient(to bottom,  rgba(25,17,76,1) 50%,rgba(0,111,163,1) 96%,rgba(25,17,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19114c', endColorstr='#19114c',GradientType=0 );

	box-shadow: 1px 1px 2px rgba(255,255,255,.6) !important;
	-moz-box-shadow: 1px 1px 2px rgba(255,255,255,.6);
	-webkit-box-shadow: 1px 1px 2px rgba(255,255,255,.6);
    padding-top:10px;
    padding-bottom:10px;
	
}
.btn-home:hover {
	background:#19114c;	
}
.certification {
    opacity:.5;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.certification:hover {
    opacity:1;
    cursor:pointer;
}
.no-pad-top {
    padding-top:0px !important;
}
.no-pad-bot {
    padding-bottom:0px !important;   
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 0px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.055);
}
.thumbnail img {
    box-shadow:0px 0px 5px rgba(0,0,0,.6); 
    
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #dfdfdf;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
	overflow: hidden;
}
blockquote p {
	display: inline;
}

#photoGallery li:nth-child(4n+1) {
	clear:left !important;
}
.carousel { 
    overflow: hidden; 
}
.item { 
    overflow: hidden;
}
.banner_wrapper img {
    width:100% !important;
}
.footer-img{
	height:145px;
	padding-top:15px;
}
@media (min-width: 980px) {
	.banner_wrapper {
		min-height: 275px;
	}
}
 @media (min-width: 1200px) {
.navbar .nav, .navbar .nav > li {
	float: none;
	display: inline-block;
 *display:inline; /* ie7 fix */
 *zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
}
.navbar-inner {
	text-align: left;
}
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
.banner_wrapper .well {
	position: static;
	background: #19114c;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 1px;
}
.section {
    overflow-x:hidden;   
}
.header {
    position:static;
    background: #505b78 url(../img/bg-main.jpg) !important;
}
.banner_wrapper .well h1 {
	color: #fff;
	font-size: 44px;
	letter-spacing: -1px;
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
	line-height: 38px;
	margin-bottom: 0px;
}
.section-white {
	position: relative;
	width: 100%;
	margin-top: 0px;
}
.container.shoutout {
	width: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.panel {
	margin: 0 0 20px 0px;
}
.intro {
border: 5px solid #e5e1d9;
padding-left: 10px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
max-width: 100%;
margin: 10px auto 20px auto;
}

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
.panel {
	margin: 0 0 20px 0px;
}
}
