@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #CCC;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #5082AB;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0 ;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width:100%;
}
body {
	background: #f3f5f6 !important;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#top_nav {
	background-color:#ed1c24;
	height:30px;
	position:relative;
	z-index:150;
}
#header {
	position: fixed;
	width: 100%;
	height: 103px;
	top: 0px;
	z-index: 250;
	background: rgba(255,255,255,.8);
}
.carousel-caption {
	font-size: 50px;
	padding-bottom: 5% !important;
	animation-duration: 3s;
	animation-name: fadeIn;
}
.fade_in {
	background: rgba(255,255,255,.98) !important;
	box-shadow: 0 0 12px rgba(0,0,0,.2) ;
}
.fade_out {
	background: rgba(255,255,255,.8) !important;
	box-shadow: none;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 2px solid #EEE;
	width: 100%;
	background:#FFF;
	color:#666;
	padding: 30px 0;
}
.footer-strip {
	background:#444;
	padding: 30px 0;
	color:#CCC;
}
footer .copy {
	margin-top: 10px;
	text-align: center;
	font-size:13px;
}
h1 {
	font-size: 24px;
	position: relative;
	top:0px;
	width: 140px;
	height: 140x;
	z-index:400;
}
h1 a{
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(images/logo.png) !important;
	width: 140px;
	height: 140px;
}
.fade_out h1 a {
	background-image: url(images/logo.png) !important;
	width: 140px;
	height: 140px;
}
.fade_in h1 a {
	background-image: url(images/logosm.png) !important;
	width: 95px;
	height: 95px;
}
h2 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 1.2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #7C7B7B;
	font-weight: bold;
	color: #fff !important;
}
h3 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	margin: 30px 0 10px !important;
	line-height: 1.2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #0095da;
	font-weight: bold;
	color: #fff !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h10 {
	height:10px;
}
.h20 {
	height:20px;
}
.h40 {
	height:40px;
}
.p0 {
	padding:0 !important;
}
.p20-0 {
	padding:20px 0;
}
.p40-0 {
	padding:40px 0 !important;
}
.line {
	border-bottom:1px solid #999;
}
.ul1 {
	list-style:outside;
	margin-left:25px;
	margin-bottom:15px;
	line-height:1.5;
}
.red {
	color:#C00;
}
.fb {
	float:right;
}
.txt-about-pic {
	font-size:12px;
	padding:10px 0 20px;
	text-align:center;
	color:#444;
}
.box-index {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin:5px;
}
.box-index h3 {
	color:#0095da;
	padding:10px !important;
	margin:0 !important;
	box-shadow:none;
	background:none;
	font-size:18px !important;
}
.box-index h3 a {
	color:#0095da;
	margin: 10px 20px 0 20px;
}

.box-index p {
	padding: 0px 20px 10px 20px !important;
}
.box-white {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.inner {
	background:FAFAFA;
	border-top:20px solid #FFF;
	min-height:100px;
	color:#777;
	position:relative;
	z-index: 200;
	padding-bottom:5px;
}
.stripe {
	min-height:100px;
	position:relative;
	z-index: 200;
}
#stripe_bg01 {
    background: rgba(255, 255, 255, 0) url("images/stripe_bg01.jpg") no-repeat fixed 50% center;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
	z-index:100;
}
#main_bg {
    background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat fixed 50% center;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
	z-index:100;
}
.gallery {
	margin:15px 0;
}
.gallery img {
    height: auto;
    width: 100%;
	background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
.navbar {
	position: fixed!important;
	top: 28px;
	z-index:1000;
	width:100%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: right;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
#top_nav {
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
}
#top_nav ul {
    border: 0 none;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#top_nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}
#top_nav ul li.active {
	background-color:#C00;
}
#top_nav ul li a {
    color: #fff;
    float: left;
    margin: 0;
    padding: 5px 18px;
    text-decoration: none;
}
#top_nav ul li a:hover {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #252525;
}
#top_nav ul li a.active {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    color: #252525;
}
ul.products {
    list-style: outside none none;
    width: 100%;
}
ul.products li {
    background-color: #7C7B7B;
    color: #ffffff;
    display: block;
    font-size: 14px;
    list-style: outside none none;
    margin: 5px 0;
    text-transform: uppercase;
    width: 100%;
}
ul.products li a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: 10px;
}
ul.products li a:hover {
	background-color: #999;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 1000px) {
.nav > li > a {
	font-size: 11px !important;
}
.carousel-caption {
	font-size: 40px;
}
}
@media (max-width: 768px) {
.navbar-default {
	background:none !important;
}
.navbar-collapse {
	background-color:#FFF;
}
.carousel-caption {
	font-size: 30px;
}
}
@media (max-width: 768px) {
#top_nav ul li a {
	font-size: 11px;
    padding: 5px;
}
h1 {
	top:20px;
}
.fb {
	float:none;
}
}
@media (max-width: 600px) {
.carousel-caption {
	font-size: 20px;
}
}