h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar-brand {
  font-family: verdana, arial, sans-serif; /*this section is used for the text next to  tail*/
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #CB7E2B;
}


.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.masthead-gradient .container, .masthead-gradient .col-lg-6 {
	padding: 0;	
}

@media (max-width: 768px) {
	.navbar-brand{
	  width : 50%
  }
}

@media (max-width: 480px) {
	.navbar-brand{
	  width : 100%
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;// to remove the offset in the brand nav bar
  }
  .navbar-brand{
	  width : 350px
  }
  .masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
	
}

.masthead-gradient {
		min-height: 250px;
	}
	
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(75%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 530%, rgba(0,0,0,0) 75%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 75%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		min-height: 250px;
	}
}
.panel h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumbs{ font-weight: normal; margin-top:5px; color:#aaa; text-transform:uppercase; font-size:10px; letter-spacing:4px;  }

.colborder{padding-top: 10px; padding-bottom: 10px; border: 1px solid rgba(86,61,124,.2); }

a { color: #26bcd7; }

.navbar {
	margin-bottom: 0;
}
.navbar-toggle { 
	margin-top: 11px;
}

.navbar-brand {
	height: auto;
	padding: 0px 10px;
}
	.navbar-brand a {
		color: #fff;
	}
	.navbar-brand a:hover {
		color: #fff;
		text-decoration: none;
	}

.navbar-form {
	margin-left: 0;
	margin-right: 0;	
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 8px;
}
.logo-nav {
	width: 44px;
}

footer {
	font-size: 13px;
	margin: 0 auto;
}
footer ul {
	padding-left: 0;	
}
footer li {
	position: relative;
	display: inline-block;
	text-align: center;
	background: none;
	border-bottom: none;
	padding: 0 15px 0 0;
}

element.style {
}
.noaa {
min-height: 36px;
background: url(/images_m/noaa.png),url(/images_m/noaaflight.png);
background-repeat: no-repeat,no-repeat;
background-position: top left,right top;
background-color : #fff;
}

.noaa a {
float: left;
display: block;
width: 100%;
height: 36px;
text-indent: -9999px;
}

.jumbotron {
	background: #e1eefa
}

.light-bg {
	background: #ebeeed;
	/*padding: 40px 0;	*/
}
		
.white-bg {
	background: #fff;
	padding: 40px 0;	
}
		
	.light-bg .lead, .white-bg .lead {
		color: #222;
		}

/* for welcome text in home page */
.welcome {
		padding : 10px 30px 10px 30px;
		font-size: 14px;
		padding-left: 3%;
        padding-right: 3%;
}
/* FAQ */
	.faq-hero {
		background: url("/images/faq.jpg") center bottom no-repeat;
		height:300px;
	}

/* APPLY */
	.apply-hero {
		background: url("/images/apply.jpg") center bottom no-repeat;
		height:300px;
	}
	
/* SCHOLARS */
	.scholarship-hero {
		background: url("/images/nf-scholarship.jpg") center bottom no-repeat;
		height:300px;
		
	}
	
/* SCHOLARSHIP */
	.scholarship2-hero {
		background: url("/images/nf-scholarship2.jpg") center bottom no-repeat;
		height:300px;
		
	}	
	

/* Homepage */
	.home-hero {
		/*background: url("/images_m/whale-tail-768x500.jpg") right bottom no-repeat;*/
		background: url("/images_m/reef0490_1.png") right bottom no-repeat;
		
	}
		
		.home-hero-text { 
			color: #f8f8f8;
			background: rgb(0, 0, 0); /* Fallback */
    		background: rgba(0, 0, 0, 0.5);
			border-radius: 4px;
			padding: 1px 24px 12px;
		}

		
		.highlight {
			padding: 40px 0;	
		}
		.highlight-item {
			display: block;
			padding:15px 20px 15px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			-moz-transition: all .4s;
			-webkit-transition: all .4s;
			-o-transition: all .4s;
			-ms-transition: all .4s;
			transition: all .4s;
			min-height:290px;
		}

		.highlight-item:hover { 
			background-color:#fafafa;  
			transform: translate(0,-4px);
			-webkit-transform: translate(0,-4px);
			-o-transform: translate(0,-4px);
			-moz-transform: translate(0,-4px);
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out; 
			box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
		}
		.highlight-item h2 {
			font-size: 18px;
			border-bottom: #569fd3 1px solid;
			/*padding-bottom: 6px;*/
			margin: 0 0 20px;
			
		}
		.highlight-item a {
			color: #222;
			/*color: #26bcd7;*/
		}
		
		h4.media-heading {
			font-size: 18px;	
		}
		

.dropdown-menu {
	/*background: #032256;*/
	background: #2955A0;
}

	.dropdown-menu > li > a {
		color: #EAEAEA;
	}
	
	.dropdown-menu > li > a:hover {
		background: none;
		color: #fff;
	}
	
	.dropdown-submenu > li > a {
		color: #EAEAEA;
	}
	.dropdown-submenu > li:before {
    content: "\002022 ";
    color: #EAEAEA; 
	padding-right: 5px;
}
	
	.dropdown-submenu > li > a:hover {
		background: none;
		color: #fff;
	}

@media screen and (max-width: 568px) {
.jumbotron, .jumbotron .container, .jumbotron .col-lg-6 {
	padding: 0;	
	}


.home-hero-text { 
	border-radius: 0;
}

h1 {
	font-size: 24px;	
}

footer li {
	text-align: left;
	width: 100%;
}

.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
}

.masthead-gradient {
		min-height: 250px;
	}
	
}

@media screen and (max-width: 767px) {
.logo-nav{
	padding: 10px;
	width: 75%;
    left: 0;
    top: 0;
    text-align: left;
    margin: auto;
}
.logo-nav-footer{
	padding: 10px;
	width: 100px;

}
}

 @media only screen and (max-width : 480px) {
.logo-nav{
	padding: 5px;
	width: 50%;
    left: 0;
    top: 0;
    text-align: left;
    margin-top: -50px !important;
	margin-left: -5px !important;  /* 50% of your logo width */
	display: block;
   /* probably not needed anymore, but doesn't hurt */
   -o-object-fit: contain;
   object-fit: contain;
}

.logo-nav-footer{
	padding: 5px;
	width: 100px;

}
}

@media screen and (min-width: 768px) {
	.logo-nav {
		/*width: 100px;*/
		padding: 10px;
	
    width: 80%;
   
}

	.logo-nav-footer {
		/*width: 100px;*/
		/*padding: 5px;*/
	/*    position: absolute;*/
    width: 80px;
    left: 0;
    top: 0;
    text-align: left;
    /*margin: auto;*/
}
	}
	.nav {
		margin-top: 28px;
	}
	.jumbotron {
		padding-top: 0;
		padding-bottom: 0;
	}
	#home .jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	
	#faq .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:50 px;
	}
	
	#scholarship .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:30 px;
	}
	
	#scholarship2 .jumbotron {
		padding-top: 88px;
		padding-bottom: 48px;
		margin-top:30 px;
	}
	
	/* SCHOLARS */
	.panel-title { font-size: 21px;}
	.panel-body img.pull-right { margin: 0 0 10px 10px; }
	
	.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;
	
}

.masthead-gradient {
		min-height: 250px;
	}

/*.navbar-brand{
	width : 350px;
}*/
}
@media screen and (min-width: 992px){
	.home-hero {
			/*background: #e1eefa url("/images_m/33-img_0445.jpg") center bottom no-repeat;*/
			background: #e1eefa url("/images_m/eco-home-1.jpg") center bottom no-repeat;
		}
	#sidebar.affix-top {
  		width:228px;
  	}
  
  	#sidebar.affix {
    	width:228px;
  	}
	#seabass .masthead, #jellyfish .masthead, #shipwreck .masthead, #island .masthead, #whale-tail .masthead {
		background-position:right;
		background-size:auto;
	}
	.masthead-gradient {
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0,0,0,1)), color-stop(90%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,1) 530%, rgba(0,0,0,0) 90%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		min-height: 250px;
	}
/*  .navbar-brand{
	  width : 350px;
  }*/
}
	
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 36px;
  }
  .navbar-right .dropdown-menu {
    /*left: auto;
    right: 0;*/
  }
/*  .navbar-brand{
	width : 350px;
}*/
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 200;
}
	
.faq-hero, .apply-hero, scholarship-hero, schoarship2-hero {
		margin-top:20px;	
	}
	
.navbar {
 border-radius: 0;
}
}

@media (min-width: 1200px){
/* Back To Top */
.top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.3);
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*.navbar-brand{
	width : 350px;
}*/
}

@media screen and (min-width: 1600px){
.home-hero {

}

/*.navbar-brand{
	width : 350px;
}*/
}

/*h2{color: #CB7E2B;  margin:15px, 15px, 15px, 0px;}older more orange color*/ 
h2{
	color: #a14f22;  
	margin:15px, 15px, 15px, 0px;
	font-size:24px;
	}
h6{color:  #f2f2f2;  margin:15px, 15px, 15px, 0px; line-height: 1.5;}/*for carousel caption text*/
h3{ color: #a14f22; text-decoration:none; font-size: 20px;;/*margin:15px;*/}
h3 a:link, h3 a:visited{color:#a14f22; /*font: bold 11pt  verdana, arial, sans-serif; */}
h3 a:hover{color: #606842;text-decoration:none;}
h4{
	font-style: sans-serif;
    font-weight: normal;
	font-size:12pt ; 
	color: #a14f22; 
	margin:0px 0px 15px 0px;
	}
h4 a:link, h4 a:visited{color: #a14f22; font: normal  12pt verdana, arial, sans-serif;/*text-decoration:underline;*/ }
h4 a:hover{color: #606842;text-decoration:none;}
h5{font: bold 12pt  verdana, arial, sans-serif; color: #a14f22; /*margin:15px;*/}
h5 a:link, h5 a:visited {
    color: #a14f22;
    
}

sub_head{font: bold 10pt  verdana, arial, sans-serif; color: #a14f22;}

/**** Masthead ****/
.masthead {
	background: #000;
	color: #fff;
	margin-bottom: 20px;
}


#home .masthead {
	/*background: #000 url('/images_m/33-img_0445.jpg') bottom right no-repeat;*/
	background: #000 url('/images_m/eco-home-1.jpg') bottom right no-repeat;	
}

.masthead-gradient {
		min-height: 250px;
	}
	
.touch .top {
	display: none;
}

.logo{
	float:left; 
	/*margin-top:10px;*/
	margin-right:10px;
}
.logotxt{
	margin-top:5px;
	font: bold 14pt  verdana, arial, sans-serif; color: #CB7E2B; margin:15px;
}

aside{
	margin-top:60px;
}

.asidefacts{
	margin-top:10px;
}


/*define carousel indicators to align to left*/
.carousel-control {
  &.left, &.right {
    background-image: none;
    @include reset-filter();
  }
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}



/*to center the image in the carousel */


.carousel-inner > .item {
    text-align: center;
    img {
        margin: 0 auto;
    }
}
/*Carousel buttons*/
#carouselButtons {
    margin-left: 45%;
    position: absolute;
    bottom: -1px;
}




/*scroll to top button*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*to grap figcaption to the width of the image*/
figure {
    background-color: #fff;
    padding-right: 10px;
	padding-left: 10px;
    font-size: .875em;
    display: table;
}
figcaption{
	padding-right: 10px;
    padding-left: 10px;
}


figure img { display: block; }

figcaption {
    /*display: table-row;*/
    caption-side: bottom;
    background: #fff;
    padding: 10px 5px 15px;
	margin-left: 5px;
	font-size: 13px;
}

figcaptiongrant {
    display: table-caption;
    caption-side: bottom;
    background: #fff;
    padding: 0 5px 5px;
}

.mainpage section {
padding-top: 30px;
padding-bottom: 30px;
}

.light-grey-bg {
background: #f6f6f7;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
}

.row {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.row1 {
	padding-top: 10px;
	padding-bottom: 10px;
	height : 153px;
}

/* for the grey buttons in eco_essarys/welcome_m.html*/
.btn-default {
color: #333;
background-color: #e7e7e7;
border-color: #dadada;
}

/***************************************************
	09. FOOTER
 ***************************************************/
 #footer:before{ 
	bottom: 100%; 
  border:solid transparent;
  content: " ";
  height: 0; width: 0;
  position:absolute;
  pointer-events:none; }
 
#footer:before { 
  border-bottom-color:#2955A0;
  border-width:15px; 
  left:50%;
  margin-left:-15px;
}

#footer {
	position:relative;
	line-height:18px;	
	padding:20px 0 0; 
	opacity:1.0;
	/*background:#032256; */
	background:#2955A0;
	color:#E9E9E9;
	margin:30px 0 -10px; 
	/*padding-bottom:80px;*/
}

#footer li {
	padding:0px 15px 15px 0;
	margin:0px 0px 15px 0px;
	border-bottom: 1px #315f86 solid;
	line-height:22px;	
}

#footer li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

#footer .span3 a { color:#8ebfc0; font-weight:bold;}
#footer .span3 a:hover { color:#fff; font-weight:bold; }
#footer h6 {
	font:12px 'Arvo', sans-serif;
	color: #CCC;
	letter-spacing:1px;
	text-transform:uppercase;
	/*margin-bottom:30px;*/
	border-bottom:1px solid #fff;
	padding:0 0 5px;
}

.rowfooter{
/*	padding-top: 10px;
	padding-bottom: 10px;*/
}
/* #footer h7 {
	font:12px 'Arvo', sans-serif;
	color: #bab7b7;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:0 20px;
} */

/* Gradient transparent - color - transparent */
		
hr.fader {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
    background-image:    -moz-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
    background-image:     -ms-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75)), rgba(31,27,27,1)); 
    background-image:      -o-linear-gradient(left, rgba(31,27,27,1), rgba(255,255,255,255.75), rgba(31,27,27,1)); 
}


#footer .footLinks-nav a { color:#8ebfc0; }

#footer .footLinks-nav a:hover { color:#fff; }

#footer .footLinks {
    /*margin: 0 auto;*/
    padding: 0;
    text-align:center;
}

#footer .footLinks-nav li {
    position: relative;
    display: inline-block;
    text-align: center;
    background: none;
    border-bottom: none;
    line-height: 1em;
 }


#footer .span3 { padding:20px 0 0px; color:#eee; }



.follow_us a:hover{  box-shadow: 0 0 0 2px #19C1C3, inset 0 0 0 2px #315f86; background:#19C1C3; }
.copyright {color:#E9E9E9; margin-top:20px;}
#footer ul { padding:0; margin:0; list-style:none; }
#footer .icons { margin-left:20px; }
#footer .media-body .icon-time { color:#444;}

/*home page carousel right arrow allignment*/
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left {
  left: 30%;
  margin-left: 0px;
}


/*to align carousel image center in regional pages*/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 /*display: block;*/
  max-width: 100%;
  width:100%;
  height: auto;
  /* height: 800px !important; /*to fix the height of the image for homepage carousel*/
  margin: 0 auto;
}

/*side bar for watershed page*/
	.affix-top,.affix{
		display:none;
	}

	@media (min-width: 768px){
			.affix-top,.affix{
				position: static;
				display:inherit;
				}

			  #sidebar.affix-top {
				position: static;
				margin-top:10px;
				width:200px;
			  }
			  
			  #sidebar.affix {
				position: fixed;
				top:10px;
				width:200px;
			  }
			  
			  #sidebar li.active a {
				border:0 #569fd3 solid;
				border-left-width:4px;
				}
			
			/*.nav > li > a:hover,
			.nav > li > a:focus {
			  background-color: #569fd3;
			  color: #fff;
			}*/
			/* hide sidebar sub menus by default */
			#sidebar.nav .nav {
				display: none;
				font-size: 12px;
			}
			
			/* show sub menu when parent is active */
			#sidebar.nav>.active>ul {
				display: block;
				margin:0 0 0 10px;
			}
		}
		
		@media (min-width: 992px){
			#sidebar.affix-top, #sidebar.affix {
				width: 240px;
			}
		}

/* aside bar for grants page*/
.more-info {
		
}
	.more-info h3, .more-info h4{
		border-bottom: #569fd3 1px solid;
		padding-bottom: 6px;
		margin: 0 0 10px;
	}
	
	.more-info .list-group {
		font-size: 14px;
	}
	
	.more-info .list-group-item {
		margin-bottom: 0;
		border: none;
	}
	
	.more-info section {
		margin-bottom: 30px;	
	}
	
	.more-info .btn-sm {
		padding: 8px 14px;
	}
.margin20 {
	margin-top: 20px;
	margin-bottom: 20px;	
}

a, a.list-group-item {
color: #26bcd7;
word-wrap: break-word;
}

/*scroll to top button*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}


/*for video list*/
.vidlist {
  text-align: center;
}

.panel .panel-footer {
  padding: 8px !important;
  background-color: #ebedef !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* for background container gradient*/
.wrapclr
{
background-gradient:your choice;
}

/* Padding */
.pad45 { padding-top:45px; }
.pad30 { padding-top:30px; }
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad10 { padding-top:10px; }
.pad5 { padding-top:5px; }
.pad10All {padding:10px;}

/**** IMAGES ****/

img { vertical-align:top; ms-interpolation-mode:bicubic; opacity:1.0;}

a img {
	opacity:1.0;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear; 
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
/*a img:hover { opacity: .80; }*/


/***************************************************
	05. SERVICE, TESTIMONIALS & QUOTES
 ***************************************************/
/* Index */
.intro_sections{
	display: block;
	padding:15px 20px 15px;
	text-align:center;
	color:#777; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	min-height:290px;
}


.factSections {
	display: block;
	padding: 10px;
	text-align: center;
	color: #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	min-height: 175px;
}

.intro_sections a, .intro-links a {color:#777;}

.intro-links {
	display: block;
	padding:5px;
	text-align:center;
	color:#777; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	margin-bottom:3px;
	transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	opacity:0.8;

}



.intro-links:hover { 
	background-color:#F5F5F5;  
			opacity:1;

}

.intro_sections:hover, .factSections:hover { 
	background-color:#F5F5F5;  
	transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
	box-shadow: 1px 3px 7px rgba(0,0,0,0.25);
}


/*
.intro-icon-disc.cont-large {
	padding:15px;
	border-radius:50%;
	text-align:center;
	width:20px; height:20px;
	margin:0 auto;
	box-shadow:0 0 0 2px #19C1C3, inset 0 0 0 2px #fff;
	background:#19C1C3; 
}
*/
.intro-icon-large:before { 
	font-size:28px;
	padding-left:0px;
	 margin-top:-4px; 
	margin-left:-2px; 
	color: #fff; 
}

h5 .intro_sections, h5 intro-links { color:#777; }

/* .intro-icon-disc {
	background-color:#333;
	border-radius:50%;
	text-align:left;
}
*/
/* Service Icons */
.service_sections {
	display:block;
	padding:25px 0px 0;
	text-align:left;
}
.service-icon-disc {
	background-color: #333;
	border-radius:50%;
	text-align:left;
	webkit-transition:all 0.2s ease-in;  
    -moz-transition:all 0.2s ease-in;  
    -o-transition:all 0.2s ease-in;
}
.service-icon-disc:hover {
	background-color:#999;
	border-radius:50%;
	text-align:left;
}
.service-icon-disc.cont-large {
	padding:12px;
	border-radius:50%;
	text-align:center;
	float:left;
	width:20px; height:20px;
	margin:-50px 0 0 0;
}
.service-icon-large:before {font-size:120px; padding-left:0px; margin-top:0; margin-left:-0.03em; color:#fff; text-align:center; }
.service-icon-large6:before {font-size:28px; padding-left:0px; margin-top:-15px; margin-left:-0.02em; color:#fff; }

.footer_logo {
	color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
	background-color:#315f86;
	/*border-radius: 20px;*/
	padding: 0px;
	margin: 0px;
}

.footer_links {
	color: #f5f5f5;
}

.footer_links:hover {
	color: #e8e8e8;
	text-decoration:underline;
}

figure_footer {
    background-color: #fff;
    /*padding-bottom : 5px;*/
    font-size: .875em;
    display: table;
}

.sub-title {
    font-size: 13px;
    line-height: 18px;
    color: #878787;
    margin: 4px 0;
    font-style: italic;
}

.talk{
	margin-left: 30px;
}

	li.list{
 		 padding-top:10px;
		 padding-bottom:10px;
	}
	
   li.listnav{
 		 padding-top:5px;
		 padding-bottom:5px;
	}

.hrfacts {
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    border: 0;
    border-top: 1px solid #eeeeee;
	margin-top:0px;
	margin-bottom:5px;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #EAEAEA; 
}