/* Adjusts the position of the caret in the main navigation bar */
/* See style.css line 4413 */
#header .dropdown > a:before {
  top: 34px;
} 

/* Begin Base Theme Customizations ***********************************/
/* Sets the padding/height of the "fixed" main navigation bar */
/* See style.css line 4207 */
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  padding: 30px 10px 30px 10px;
  color: #000;
}
	
/* Sets the padding/height of the main navigation bar when fixed navbar "drops" into view */
/* See style.css line 1013 */
.fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top:32px!important;
    padding-bottom:32px!important;
  }

/* Sets the size of the image when fixed navbar "drops" into view */
/* See style.css line 991 */
.fixed-header-on .header .logo img {
  max-height: 60px;
  margin-top:0px;
  margin-left:0px;

}

/* Sets the padding of the main container */
/* See style.css line 482 */
section {
	padding-top:0px;
}
section.main-container {
	padding-top:35px;
	background:#fff;
}



/* HOMEPAGE SLIDER MODIFICATIONS */
.rev_slider .tp-caption.main-label {
	font-size:4em;
	line-height:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.rev_slider .tp-caption.bottom-label p {	
	color:#fff;
	font-size:1.5em;
	text-shadow:1px 1px 1px #000;
	line-height:1.5em;
}
.rev_slider .tp-caption.bottom-label li {	
	color:#fff;
	font-size:1.2em;
	text-shadow:1px 1px 1px #000;
}
.rev_slider .tp-caption.bottom-label a.btn {	
	text-shadow:none;
	border:1px solid #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .animated-text h3 {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
	margin-top:10px;
    top: 0;
    width: 100%;
  }
  .animated-text h3 + h3 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .animated-text:hover h3 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
  .animated-text:hover h3 + h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .animated-text h3 + h3 {
    display: none;
  }
}

.slideshow .dark-translucent-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.logo_img {
	position:absolute;top:35px;max-width:100%
}

/* End Base Theme Customizations ***********************************/

.teaser-product-image{
	border:1px solid #fff;
}

h1.page-title{
	color:#065077;
/* 	text-shadow:1px 1px 1px #000; */
}

.alert-marquee{
	line-height:50px;
	background-color:#ffff00;
	height:50px;
	color:#00007F;
	text-shadow:1px 1px 1px #fff;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
}

/**** Begin Authorship Footer****/
#auth-footer a{
	text-decoration: none !important;
	text-align:center;
	display:block;
	line-height:2em;
	color:inherit;
}
/**** END Authorship Footer****/