<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Begin Base Theme Customizations ***********************************/
/* Sets the padding/height of the "fixed" main navigation bar */
/* See style.css line 4207 */
.navbar-default .navbar-nav{
/*   margin-left:20px; */
text-transform:uppercase;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  padding: 17px 3px 17px 3px;
  color: #000;
  font-size: 11px;
}

.navbar-default .navbar-nav .dropdown-menu li a {
  font-size: 11px;
}

/* 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;
}
.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;
}

/* Adjusts the position of the caret in the main navigation bar */
/* See style.css line 4413 */
#header .dropdown &gt; a:before {
  top: 20px;
} 

/* 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 &gt; li &gt; a {
    padding-top:25px!important;
    padding-bottom:25px!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: 75px;
  margin-top:45px;

} */

#logo_img {
	position:absolute;
	top:-40px;
	z-index:9999;
	max-width:90%;
}

#logo_img:hover {
	 opacity: 1;
	  filter: alpha(opacity=100);
}

/* Sets the padding of the main container */
/* See style.css line 482 */
section.main-container {
	padding-top:15px;
}

/* Small devices (tablets, 800px and up) */
@media (min-width: 1025px) {
  .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 799px) */
@media (max-width: 1024px) {



.navbar-default .navbar-nav &gt; li &gt; a {
  padding: 25px 5px 25px 5px;
  color: #000;
  font-size: 11px;
}

  .animated-text h3 + h3 {
    display: none;
  }
  #ar-brand{
  	font-size:1em;
  }


.slideshow .dark-translucent-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

}

/* End Base Theme Customizations ***********************************/

img.teaser-product-image{
	border:1px solid #fff;
}

/* h1.page-title{
	color:#373737;
	text-shadow:1px 1px 1px #000;
} */


/**** Begin Authorship Footer****/
#auth-footer a{
	text-decoration: none !important;
	text-align:center;
	display:block;
	line-height:2em;
	color:inherit;
}
/**** END Authorship Footer****/
</pre></body></html>