/*

-GENERAL STYLING
-MENU
-DIVIDING ELEMENTS
-BLOG
-CONTACT
-FOOTER
-ACCORDION, TABS
-RESPONSIVE ADJUSTMENTS

*/

/***************************************************
	GENERAL STYLING
 ***************************************************/
body {
	margin: 0;
	padding: 0;
	font: 13px/22px 'Open Sans', sans-serif;
	color: #4c4c4c;
	/* background-image: url(/National_Library/20160521004321oe_/http://oceanservice.noaa.gov/bootstrap/img/body.png);  */
	background-colour: #222;
	-webkit-backface-visibility: hidden;
	overflow-x: hidden;
}
/* top NOAA element and search bar */
.noaa {
	min-height: 37px;
	background: url(/National_Library/20160521004321oe_/http://oceanservice.noaa.gov/bootstrap/img/noaa.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 1px 1px 2px 1px;
}
.noaa a {
	float: left;
	display: block;
	width: 100%;
	height: 36px;
	text-indent: -9999px;
}
/**** National Ocean Service header logo ****/

.logo a {
	float: left;
	margin: .5em;
	font-size: 2.3em;
	color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
}
.logo a:hover {
	color: #fff;
	font-size: 2.32em;
}
.flex {
	display: flex;
	/* flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-end; */
}
/* search bar */
form#search_form {
}
div.input-append.searchbar-nav {
	float: right;
	margin-top: -38px;
	margin-right: 80px;
}
div.input-append.searchbar-nav form input {
	width: 100%;
}
div.input-append.searchbar-nav form input.icon-search {
	width: 1.5em;
}
/* end top elements */



/**** PAGE CONTAINERS ****/

header .navbar {
	margin-bottom: 0;
}
.header {
	background: #315f86;
	padding: 1em;
}
.inner_content {
	padding: 30px 0 0 0;
}
.wrapper {
	margin: 25px auto 0 auto;
	padding: 0 0 40px;
}
/**** GENERAL ****/

a, input, select, textarea {
	outline: none;
	text-decoration: none;
}
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
ul.bullets {
	list-style-type: disc;
}
ul.bullets li {
	list-style-type: disc;
	margin-bottom: .4em;
}
ul.bullets li ul li {
	list-style-type: circle;
	margin-bottom: .4em;
}
a:hover, a:active, a:focus {
	outline: 0!important;
}
::-moz-selection {
color:#fff;
background:#19C1C3;
}
::selection {
	color: #fff;
	background: #19C1C3;
}
p {
	margin-bottom: 15px;
}
p em {
	padding-right: 3px;
}
span {
	font-weight: 700;
}
.small {
	letter-spacing: 0.2em;
	font-size: 11px;
}
.icons {
	padding: 0 0 0 6px;
	margin: 0 0 0 15px;
}
.clear {
	height: 0;
	clear: both;
	font-size: 0;
}
.normal {
	font-weight: normal;
}
.breadcrumbs {
	font-weight: normal;
	margin-top: -15px;
	color: #aaa;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 4px;
}
.pull-right {
	margin-left: 8px;
}
.pull-left {
	margin-right: 8px;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -13px;
}
blockquote {
	border-left: 3px solid #19C1C3;
}
.zocial:hover, .zocial:focus {
	background: #19C1C3;
}
.categ:link {
	color: #555;
}
.categ:hover {
	color: #777;
}
.media img {
	margin-top: 5px;
}
.media-body a:link {
	color: #555;
}
.media-body a:hover {
	color: #777;
}
.center {
	text-align: center;
}
figure {
	margin: 0;
	padding: 0;
}
figcaption {
	border-left: 3px solid #19C1C3;
	padding-left: 1em;
	font-weight: bold;
}
figure span figcaption {
	border-left: none;
	padding-left: 1em;
	font-weight: bold;
} /*style for floating image style - see profiles */
.aaweekly .post-meta ul {
	font-weight: 700;
}
/* class for properly spaced links in our sidebars */
ul.sidebarLinks li {
	line-height: 1.2em;
	margin-bottom: 1em;
}
/* Colours */
.hue {
	color: #19C1C3;
}
.white {
	color: #fff;
}
.black {
	color: #333;
}
.grey {
	color: #999;
}
.grey a:hover {
	color: #bbb;
}
/* 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;
}
/* Margins */
.marg-left10 {
	margin-left: 10px;
}
.marg-right10 {
	margin-right: -10px;
}
.marg-left-minus5 {
	margin-left: -5px;
}
.marg-top15 {
	margin-top: 15px;
}
.marg-top-minus5 {
	margin-top: -5px;
}
.marg-bottom5 {
	margin-bottom: 5px;
}
/* Video */

iframe {
	border: 0;
	width: 100%;
}
video {
	width: 100%;
	height: auto;
}
/**** LINKS ****/

a {
	color: #21a1a3; /* used to be 	color:#19C1C3;  */
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
a:hover {
	color: #555;
	text-decoration: none;
}
.oceanmedia h4 a {
	color: #555;
}
.read_more {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
/**** 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;
}
.headerwrap img {
	width: 100%;
}
.headerwrap a img:hover {
	opacity: 1.0;
}
/* Drops */
.drop {
	vertical-align: top;
	border-radius: 50% 0 50% 50%;
}
.drop2 {
	vertical-align: top;
	border-radius: 0% 50% 50% 50%;
}
.drop3 {
	vertical-align: top;
	border-radius: 50% 50% 0 50%;
}
.drop4 {
	vertical-align: top;
	border-radius: 50% 50% 50% 0;
}
/* Shadows */	
.shadow {
	margin: -20px auto 0;
}
.hero-shadow {
	margin: -30px auto 0;
}
.map-shadow {
	margin: -22px auto 0;
}
/**** LIST STYLES****/

.zebralist {
}
.zebralist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.zebralist ul li {
	font-size: .9em;
	margin: 10px 0;
	border: #eee .4em solid;
	padding: 10px;
}
.zebralist ul li:nth-child(2n+1) {
	background-color: #e1eefa;
}
.zebralist ul li strong {
	color: #333;
}
/* Special sidenav for multiple page content - see /annualreport15/ sidenav for example
-------------------------------------------------- */

.bs-docs-sidenav {
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
}
.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
/* Image gallery */

.galleryLatest h2 {
	text-align: center;
}
.galleryLatest img:first-child {
	display: inline-block;
	height: 100px;
	width: 100px;
}
.galleryLatest ul li {
	padding: 10px 10px 0 10px;
}
.galleryLatest span img {
	display: none;
}
.galleryLatest span p {
	display: none;
}
/* single image page */

#imagebox p {
	margin-top: 20px;
}
#imagebox span img {
	display: none;
}
/**** BUTTONS ****/

.btn {
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in;
}
.btn-border {
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
}
.btn-primary {
	background-color: #19C1C3;
}
.btn-primary:hover {
	background-color: #333;
}
.btn-inverse {
	background-color: #333;
}
/** SEARCH BUTTON **/

input[type="submit"] {
	font-family: FontAwesome;
	font-size: 1.2em;
}
.icon-search {
	margin-top: -3px;
	position: relative;
	border: none;
	color: #44444;
	background-color: #eee;
}
.icon-search:hover {
	color: #50cdcf;
	-webkit-transition: color .4s ease-in;
	-moz-transition: color .4s ease-in;
	-o-transition: color .4s ease-in;
	transition: color .4s ease-in;
}
/**** TYPOGRAPHY ****/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-weight: 300;
	letter-spacing: 0.01em;
}
h1.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 25px;
	letter-spacing: 0px;
}
h1 {
	font-size: 24px;
	line-height: 35px;
}
h2 {
	font-size: 21px;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	line-height: 25px;
}
h4 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
h5 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
/* Title Divider */
.title-divider {
	text-align: left;
	position: relative;
	border-bottom: #ddd 1px solid;
	padding-bottom: 6px;
	margin: 0 0 20px;
}
.title-divider span {
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #19C1C3;
}
/**** DROP CAPS ****/

.dropcap {
	color: #555;
	font-size: 55px;
	padding: 14px 10px 15px 0;
	float: left;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #fff, 3px 3px 0 #555, 4px 4px 0 #555;
	-webkit-text-stroke: 1px transparent;
}
.dropcap2 {
	color: #19C1C3;
	font-size: 55px;
	padding: 14px 10px 15px 0;
	float: left;
	text-shadow: 1px 1px 0 #fff, 2px 2px 0 #eee, 3px 3px 0 #666, 4px 4px 0 #666;
	-webkit-text-stroke: 1px transparent;
}
#footer .dropcap2 {
	color: #555;
	font-size: 55px;
	padding: 14px 10px 15px 0;
	float: left;
	text-shadow: 1px 1px 0 #eee, 2px 2px 0 #eee, 3px 3px 0 #666, 4px 4px 0 #666;
	-webkit-text-stroke: 1px transparent;
}
/**** HERO UNIT ****/	

.hero-unit {
	padding: 10px 40px;
	background: #222;
	border-top: 5px solid #777;
	border-radius: 0;
}
.hero-button {
	margin: 15px 0px 20px 20px;
	font-size: 14px;
 rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 6px rgba(188,188,188,0.2);
}
.hero-unit h2 {
	color: #f5f5f5;
}
.hero-unit h2 a:hover {
	color: #fff;
}

/***************************************************
	 MENU
 ***************************************************/
.menu_wrap {
	float: right;
	margin-right: -10px;
}
.menu_wrap> ul {
	margin: 0 0;
}
.menu_wrap .nav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
.menu_wrap .nav > li {
	padding: 0 0;
	display: inline-block;
	width: 115px;
}



#main_menu select {
	display: none;
	font-size: 12px;
}
.menu_wrap .nav li a {
	font-family: 'Open Sans', sans-serif;
	color: #BBBBBB;
	font-size: 12px;
	display: block;
	letter-spacing: 2px;
	padding: 20px 0px 20px;
	text-align: center;
	background: #315f86;
	text-transform: uppercase;
	font-weight: 700;
}
.darkgrey {
	color: #5a8cb5;
	font-size: 18px;
	line-height: 33px;
}
.home li.home .darkgrey, .explore li.explore .darkgrey, .education li.education .darkgrey, .posts li.posts .darkgrey, .about li.about .darkgrey, .oceanmedia li.oceanmedia .darkgrey, .facts li.facts .darkgrey {
	color: #fff;
}
li:hover .darkgrey {
	color: #222;
}
.menu_wrap .nav > li.sfHover > a, .menu_wrap .nav > li.sfHover > a:hover, .menu_wrap .nav > li > a:hover, .menu_wrap .nav > li.active > a:hover, .menu_wrap .nav > i > span.sub:hover {
	background: #1abfc2;
	color: #fff;
}
.home .menu_wrap .nav > li.home a, .explore .menu_wrap .nav > li.explore a, .education .menu_wrap .nav > li.education a, .posts .menu_wrap .nav > li.posts a, .oceanmedia .menu_wrap .nav > li.oceanmedia a, .about .menu_wrap .nav > li.about a, .facts .menu_wrap .nav > li.facts a {
	background: #315f86;
	color: #fff;
}


/* media queries  for positioning mobile nav elements */

@media (max-width: 980px) {
	
nav#main_menu ul {
	display: block;

}






.home .menu_wrap .nav > li.home a, .explore .menu_wrap .nav > li.explore a, .education .menu_wrap .nav > li.education a, .posts .menu_wrap .nav > li.posts a, .oceanmedia .menu_wrap .nav > li.oceanmedia a, .about .menu_wrap .nav > li.about a, .facts .menu_wrap .nav > li.facts a {
	color: #fff;

}
}


/***************************************************
	DIVIDING ELEMENTS
 ***************************************************/
hr.team-line {
 	border: 0;
	height: 1px;
	width: 220px;
	margin: 20px auto 25px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}
/* Index */
.intro_sections {
	display: block;
	padding: 15px 20px 15px;
    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;
}
.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: 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;
	margin-bottom: 20px;
	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.6;
}
.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-large:before {
	font-size: 28px;
	padding-left: 0px;
	margin-top: -4px;
	margin-left: -2px;
	color: #fff;
}
h5 .intro_sections, h5 intro-links {
	color: #777;
}
/**** ACCORDIAN **** see /topics/welcome.html left sidebar for usage */

.accordion-group, .accordion-inner {
	border: none;
	border-radius: 0;
}
.accordion-group {
	padding: 8px 0;
	margin-bottom: 5px;
	background: #f5f5f5;
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 0px rgba(0,0,0,0.1);
}
.accordion-group:first-child {
	border: none;
}
.accordion-heading .accordion-toggle {
	padding: 0 0 0 30px;
	background: url("/National_Library/20160521004321oe_/http://oceanservice.noaa.gov/bootstrap/img/accordion.png") 0px 0px no-repeat;
	height: 16px;
	margin: 5px 10px 8px;
	font-size: 15px;
	line-height: 16px;
	color: #555;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-heading .collapsed {
	background-position: 0 -18px;
}
.accordion-heading .accordion-toggle:hover {
	text-decoration: none;
}
.accordion-inner {
	padding: 0px 20px 9px 40px;
	font-size: 13px;
	line-height: 22px;
}
.collapse {
	overflow: hidden;
	position: relative;
	height: 0;
}
.collapse.in {
	height: auto;
}
/***************************************************
	BLOG ELEMENTS
 ***************************************************/
.day, .month {
	display: block;
	text-align: center;
}
.day {
	font-size: 26px;
	padding: 0 0;
	color: #fff;
}
.month {
	font-size: 12px;
	padding: 0 0;
	color: #fff;
}
.date-post {
	position: absolute;
	display: block;
	width: 50px;
	z-index: 100;
	background-color: #19C1C3;
	font-size: 12px;
	color: #fff;
	padding: 12px 5px 8px;
}
.media-post {
	position: relative;
	display: block;
	z-index: 100;
	background-color: #333;
	font-size: 12px;
	color: #fff;
	padding: 12px 5px 8px;
	opacity: .8;
}
.date-post2 {
	position: relative;
	margin-top: 0px;
	background-color: #19C1C3;
	font-size: 12px;
	color: #fff;
	padding: 12px 5px 8px;
}
.date-post:before, .date-post2:before {
	bottom: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.date-post:before, .date-post2:before {
	border-top-color: #19C1C3;
	border-width: 10px;
	bottom: -31%;
	right: 0%;
}
.post_link a {
	color: #555;
}
.post_link a:hover {
	color: #747474;
}
.post_link {
	margin-bottom: 10px;
}
.post {
	border-bottom: 0;
	margin: 0 0;
	padding: 0 0 10px;
	overflow: hidden;
}
.post:last-child {
	margin: 0;
	padding: 0;
}
.post-meta ul {
	margin: 0px 0 20px 0;
	padding: 0 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
}
.post-meta li {
	margin: 0;
	display: inline;
}
.post-meta a, .nav-tabs a {
color #555;
}
.post-meta a:hover {
	color: #747474;
}
.avatar {
	float: left;
	margin: 0 10px 0 0;
}
.pad_author {
	margin: 15px 0px 0px 20px;
}
.media-body {
	margin-bottom: 0px;
}
.media-body a {
	color: #555;
}
/***************************************************
	CONTACT
 ***************************************************/
#map {
	margin: 0 0 15px 0;
}
.contact_form {
	padding-top: 25px;
}
.well {
	background-color: #f5f4f4;
	border: 0px #fff solid;
	margin-top: 10px;
}
.well h6 {
	width: 98%;
} /*This is assigned to the About Page Well */
.form_info {
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 3px;
}
.required {
	color: #19C1C3;
}
.btn-form {
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 12px;
	margin-top: 10px;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border-radius: 0px;
}
/***************************************************
	FOOTER
 ***************************************************/
#footer ul.shortstack li {
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: none;
	text-decoration: none;
}
#footer:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#footer:before {
	border-bottom-color: #111;
	border-width: 15px;
	left: 50%;
	margin-left: -15px;
}
#footer {
	position: relative;
	line-height: 22px;
	padding: 20px 0 0;
	opacity: 1.0;
	background: #111;
	color: #E9E9E9;
	margin: 30px 0 -10px;
	padding-bottom: 80px;
}
#footer li {
	padding: 0px 15px 15px 0;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px #222 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 'Open Sans', sans-serif;
	color: #CCC;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px solid #333;
	padding: 0 0 10px;
}
/* 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;
}
/*Social Icons */
.follow_us {
	text-align: left;
}
.follow_us a {
	font-size: 10px;
	padding: 6px 0px 8px 4px;
	margin: 2px 6px 0px 0px;
	display: block;
	width: 30px;
	text-align: center;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 0 2px #333, inset 0 0 0 2px #111;
	background: #333;
}
.follow_us a:hover {
	box-shadow: 0 0 0 2px #19C1C3, inset 0 0 0 2px #111;
	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;
}
/* Back To Top */
.go-top {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 40px;
	padding: 0.1em 0.3em 0.1em;
	display: none;
	border-radius: 4px;
	z-index: 500;
}
.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/*************************************************************
	RESPONSIVE ADJUSTMENTS
*************************************************************/







@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
.welcome {
	font: 16px/20px 'Open Sans', sans-serif;
	padding: 5px 25px 25px;
	color: #4f6367;
}
.intro-links {
	opacity: 1.0;
}
.element {
	float: left;
	margin: 1em;
	max-width: 40%;
	min-width: 90px;
}
#options {
	padding: 0 0 20px;
}
#options li a {
	font-size: 10px;
}

   
    
 
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.intro_sections p a.btn {
	margin-bottom: 5px;
	width: 90%;
}

h1.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 25px;
	letter-spacing: 0px;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

   .flex {
	display: inline-block;
    margin:10px;
       
}  
    
    .intro_sections {
        align-content: center;
        margin-bottom:20px;
    }

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

   .flex {
	display: inline-block;
    margin:10px;
       
}  
    
    .intro_sections img {
        float:right;
        padding:10px;
    }
}

@media (max-width:479px) {
h1.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 25px;
	letter-spacing: 0px;
}

   .flex {
	display: inline-block;
    margin:10px;
       
}  
    
    .intro_sections {
        align-content: center;
        margin-bottom:20px;
    }
      
    
/* search bar */

div.input-append.searchbar-nav {
float:right;
display:block;
margin-top:20px;
}
div.input-append.searchbar-nav form input {
	width: 100%;
}
div.input-append.searchbar-nav form input.icon-search {
	width: 1.5em;
}

.logo {
	
    float: none;
    padding:0;
	margin: 0 auto;
	font-size: .6em;
	color: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
}
 

    .menu_wrap {
	float: none;
}
    
    
    .menu_wrap .nav li {
	width:50%;

    }
    

    
    .menu_wrap ul li a:before {
        
 content: "\0BB \020";
       display: inline;
       color:white; 
        
    }
    
    .menu_wrap .nav li a {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
	color: #BBBBBB;
	font-size: 10px;
	display: block;
	background: #315f86;
	text-transform: uppercase;
    padding: 5px 0;
}
    
    
    /* search bar */
form#search_form {
    width: 100%;
    margin:5px;
    clear:right;
    }
div.input-append.searchbar-nav {

    float:left;
    padding:10px;
    margin-bottom:5px;
    width: 75%;
   
}
div.input-append.searchbar-nav form input {
	
}
div.input-append.searchbar-nav form input.icon-search {
	width: 1.5em;
}



}

@media (min-width:480px) and (max-width:767px) {

/* search bar */

div.input-append.searchbar-nav {
display:block;
margin-top:20px;

}
div.input-append.searchbar-nav form input {
	width: 100%;
}
div.input-append.searchbar-nav form input.icon-search {
	width: 1.5em;
}

.logo {
	
clear:both;	
}

    
    

}




