
/* NAVBAR ######################################################################## */
.navbar-default { 
	border: none; 
}

.logo { 
	padding: 0px; 
	margin-top: 0px;
}

.collapse,
.navbar-collapse,
.navbar {
	border: none !important; /* to hide colored border for small devices, still get opaque neutral */
}

@media screen and (min-width: 767px ) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

/* hamburger menu */
.navbar-toggle {
border: 1px solid #aaa;
background: transparent;
}
.navbar-toggle:hover {
border: 1px solid #aaa;
background: rgb(0,0,0,.3);
}
/* close */
/* HEIGHT and PADDING ############################################################# */

.navbar-collapse {
	max-height: 100% !important; /* help mobile menu prevent vertical scrollbar */
}

.navbar {
	min-height: 100px;
}

.navbar.shrink {
	min-height: 50px;
	border-bottom: none !important;
}

.img-logo {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: 20px;
	max-height: 100px;
}

.img-logo.shrink {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-height: 50px;
}

.navbar ul.nav li a {
	-webkit-transition: all 0.5s ease;
 	transition: all 0.5s ease;
	border: none;
	padding: 40px 20px 40px 20px; /* desktop main level, prior to scrolling */
}

/* fixed breakpoint version */
@media (max-width: 767px) {
	.navbar ul.nav li a {
		padding: 15px 20px 15px 20px; /* padding for small devices */
	}
}

/* breakpoint version cough */
@media screen and (max-width: <?php echo 767px; ?>) {
	.__navbar ul.nav li a {
		padding: 15px 20px 15px 20px; /* padding for small devices */
	}
}
/* close cough nav6 version */

.dropdown-menu li a {
	padding: 15px 20px 15px 20px !important; /* minimal padding on dropdown items */
}

.navbar ul {
	margin-right: 3px;
}

.navbar ul.shrink {
	margin-top: 0px;
	min-height: 51px; /* allow 1px if have 1px bottom border */
}

/* fixed breakpoint - adjust top position of menu due to larger logo */
@media (max-width: 767px) {
	.navbar:not(.shrink) .navbar-collapse {
		margin-top: 50px;
		border: none;
	}
	nav.navbar.shrink .collapse {
		margin-top: 0px;
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}

/* breakpoint version adjust top position of menu due to larger logo */
/* causing the middling break */
/*
@media screen and (max-width: <?php echo 767px; ?>) {
	.navbar:not(.shrink) .navbar-collapse {
		border: none;
		margin-top: 50px;
	}
	nav.navbar.shrink .collapse {
		margin-top: 0px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
*/

.navbar.shrink ul.nav li a {
 	-webkit-transition: all 0.5s ease;
 	transition: all 0.5s ease;
	padding: 16px 20px 16px 20px;
}

	.navbar {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
No
	}
@media screen and (max-width:767px) {
 .navbar {
  background: orange;
   background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
   background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .7));
   background: linear-gradient(rgba(0, 0, 0, 1), rgba(51, 51, 51, .7));
  z-index: 100;
 }
}


	.navbar ul.nav li a {
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	}

	.navbar ul.nav li a.hover,
	.navbar ul.nav li a:hover {
		background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
	}

	.navbar ul.nav li a.active,
	.navbar ul.nav li a:active {
		background: linear-gradient(rgba(0, 0, 0, 1 - .1), rgba(0, 0, 0, 0.2 - .1)) !important;
		background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)) !important;
	}

	.navbar.shrink {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-transition: all 1.0s ease;
		transition: all 1.0s ease;
		background: linear-gradient(rgba(0, 0, 0, 1 - .1), rgba(0, 0, 0, 1 - .1));
		background: linear-gradient(rgba(0, 0, 0, 1 + .5), rgba(0, 0, 0, 1 + .5));
	}
	
.carousel-indicators {
	background-color: transparent;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.carousel-indicators .active {
	background-color: transparent;
}

.carousel-inner img {
	width: 100%;
}

.carousel-control {
		width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	top: 48%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 20px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 20px;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
	background-color: transparent;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-background-images {
	width: 100%;
	background-repeat: no-repeat !important;
  background-size: cover !important; /* forces background scaling */
	background-position: 50% 50% !important;
	height: 600;
}

@media screen and (max-width:600px) {
	.carousel-background-images {
		height: 360;
	}
}

/* bottom|10%|10px 10px 10px 10px|100px|10%|100%|0%|0% */

.carousel-overlay
{
	position: absolute;
	t/op: 50%;
	bottom: 5%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
	background: blue;
}

.carousel-overlay .overlay {
	background: rgba(0, 0, 0, .5);
	background: rgba(28, 28, 28, .5);
	background: blue;
	padding: 10px;
	text-align: left;
}

.item {
	display: none;
	position: relative;
	.transition(.6s ease-in-out left);
	.transition(12s ease-in-out left);
}

.overlay-text {
	position: absolute;
	color: white;
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	background: rgba(255, 0, 0, );
	background: rgba(0, 0, 0, );
	background: rgba(255, 0, 0, .7);
	background: rgba(0, 0, 0, .7);
}

/* BACKGROUND IF NO CAROUSEL ######################################################################## */

.set-background {
	position: relative; /* forces overlay to affix to bottom of image */
	width: 100%;
	height: 600;
	margin: 0px auto;
	background-size: cover;
	background-position: center;
	background-position: 50% 50%;
	background-image: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('/images/articles/.');
/* look here */
}

.overlay-text {
  position: absolute;
  color: white;
  transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -webkit-transition: background .5s ease-in-out;
	background: rgba(255, 0, 0, );
	background: rgba(0, 0, 0, );
}
.overlay-text {
  padding: ;
	: ;
	left: ;
	right: ;
	width: ;
}

.overlay-text:hover {
  transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -webkit-transition: background .5s ease-in-out;
	background: rgba(0,0,0,  + .3);
}

.overlay-text a {
  text-decoration: underline;
  color: #fff;
}

.reposition-overlay-text
{
  display: none;
}

@media screen and (max-width:479px) {
  .overlay-text {
    display: none;
  }
 .reposition-overlay-text
  {
    display: block;
    background: #333;
    color: #fff;
    margin: 10px;
    padding: 10px;
    position: relative;
  }
}

.overlay-text-container {
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;

	position: absolute;
	t/op: 50%;
	bottom: 5%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
	text-align: center;
	text-align: left;
}

.overlay-text-container:hover {
	opacity:  + .3;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.overlay-text-container a {
	text-decoration: underline;
	color: #fff;
}

.reposition-overlay-text-container
{
	display: none;
}

@media screen and (max-width:479px) {
	.overlay-text-container {
		display: none;
	}
	.reposition-overlay-text-container
	{
		display: block;
		background: #333;
		color: #fff;
		margin: 10px;
		padding: 10px;
		position: relative;
	}
}

.overlay-text-background {
	background: rgba(28, 28, 28, .5);
	padding: 10px;
}

.carousel-callout
{
  position: absolute;
  right: auto;
	top: 0px;
  left: 0%;
  width: 100%;
}

.carousel-callout div.callout {
	display: block;
	margin-top: 150px;
	b/ackground: rgb(0,0,0,.5);
	color: white;
	p/adding: 20px;
}

; /* FROM ARTICLE */

.carousel-callout div.callout p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}


.carousel-callout div {
}

@media screen and (max-width: 768px) {
	.carousel-callout div {
		w/idth: 50%;
		ma/rgin-left: 25%;
	}
}


