/* Adjusts the position of the caret in the main navigation bar */
/* See style.css line 4413 */
#header .dropdown > a:before {

} 

#logo_img {
	position:absolute;
	top:-77px;
	z-index:9999;
	/* max-width:90%; */
	
}

/* 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: 13px;
  padding: 29px 6px 25px 6px;
  color: #000;
  text-transform:uppercase;
}

/* 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:42px!important;
    padding-bottom:40px!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: 90px;
  margin-top:60px;

}

/* Sets the padding of the main container */
/* See style.css line 482 */
/* section.main-container {
	padding-top:15px;
} */

/* 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);
} */

#header-top-second a {
	text-decoration:none;
	text-transform:uppercase;
}

/* End Base Theme Customizations ***********************************/

.teaser-product-image{
	border:1px solid #fff;
}

h1.page-title{
	color:#303030;
	/* text-shadow:1px 1px 1px #AAAAAA; 	 */
}


/**** Begin Authorship Footer****/
#auth-footer a{
	text-decoration: none !important;
	text-align:center;
	display:block;
	line-height:2em;
	color:inherit;
}
/**** END Authorship Footer****/

/* HOMEPAGE SLIDER MODIFICATIONS */
.rev_slider .tp-caption.main-label {
	font-size:2.8em;
	line-height:1.2em;
	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;
	font-weight:bold;
	line-height:1.4em
}
.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;
}