@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #900;
	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: #C00;
}
.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: #000 !important;
	color: #000;
	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);
}
.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 0 0;
}
.footer-strip {
	background: #000;
	padding: 30px 0;
	color: #CCC;
}
footer .copy {
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}
h1 {
	font-size: 24px;
	position: relative;
	width: 230px;
	height: 120x;
	z-index: 400;
	margin-top: 30px;
}
h1 a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(images/logo.png) !important;
	width: 230px;
	height: 120px;
}
.fade_out h1 a {
	background-image: url(images/logo.png) !important;
	width: 230px;
	height: 120px;
}
.fade_in h1 a {
	background-image: url(images/logosm.png) !important;
	width: 170px;
	height: 90px;
}
h2 {
	font-size: 28px;
	padding: 5px 10px;
	margin-bottom: 20px !important;
	line-height: 1.2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #ed1c24;
	font-weight: bold;
	color: #fff !important;
}
h3 {
	font-size: 22px;
	color: #666 !important;
}
h4 {
	font-size: 18px;
	color: #900 !important;
	margin: 20px 0 10px 0 !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.fr-img {
	float:right !important;
	margin-left:10px;
}
.h20 {
	height: 20px;
}
.h40 {
	height: 40px;
}
.p0 {
	padding: 0 !important;
}
.p20-0 {
	padding: 20px 0;
}
.p40-0 {
	padding: 40px 0px !important;
}
.p100 {
	padding: 100px !important;
}
.box-pad_t {
	padding-top: 100px;
}
.pic_t p {
	padding:5px;
	margin:0;
	text-align:center;
	color:#fff;
	background-color:#999;
}
.flag {
	float:right;
	margin-top:3px;
}
.ul1 {
	list-style: outside;
	margin-left: 25px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.box-index {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 5px;
	text-align: center;
}
.box-index h3 {
	padding: 10px 5px;
}
.box-index h3 a {
	color: #0095da;
	font-size: 16px;
}
.box-index h3 a:hover {
	color: #C00;
}
.box-index p {
	padding: 20px 10px !important;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.gallery {
	margin-bottom: 20px;
}
.gallery img {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 100%;
	height: auto;
}
.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 h3 {
	margin: 0px 0 10px 0;
	color: #F00;
	font-size: 24px;
}
#stripe_bg01 {
	background: 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: url(images/stripe_bg01.jpg) no-repeat fixed 50% center;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 100;
}
.container-wrap {
	padding-left: 10%;
	padding-right: 10%;
}
.map {
	padding-top: 110px;
	background-color: #FFF;
}
.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%;
	padding: 0 15px;
}
#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 a {
	color: #fff;
	float: left;
	margin: 0;
	padding: 6px 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;
}
.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: 1460px) {
.nav > li > a {
	padding: 27px 10px !important;
}
h1 a {
	background-image: url(images/logosm.png) !important;
	width: 170px;
	height: 90px;
}
.fade_out h1 a {
	background-image: url(images/logosm.png) !important;
	width: 170px;
	height: 90px;
}
.box-pad_t {
	padding-top: 40px;
}
}
@media (max-width: 1300px) {
.nav > li > a {
	font-size: 12px !important;
	padding: 29px 5px !important;
}
}
@media (max-width: 1100px) {
.nav > li > a {
	font-size: 10px !important;
	padding: 27px 3px !important;
}
}
@media (max-width: 920px) {
.nav > li > a {
	font-size: 10px !important;
	padding: 5px 1px !important;
}
.navbar {
	position: absolute!important;
	top: 100px;
	z-index: 1000;
	width: 100%;
}
#header {
	position: absolute;
	width: 100%;
	height: 130px;
	top: 0px;
	z-index: 250;
	background: #FFF !important;
}
.box-pad_t {
	padding-top: 20px;
}
}
@media (max-width: 768px) {
.nav > li > a {
	font-size: 13px !important;
	padding: 5px !important;
}
#top_nav ul li a {
	padding: 6px;
	font-size: 12px;
}
}