ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

/* -------   2015/9/25  --------- */

.container {
	padding-right: 10%;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
    position: relative;
    width: 90%;
    background: #002f6a;
    border-bottom: solid 2px #fff;
}

.mbl_nav {
    position: fixed;
    background: #002F6A;
    background: #002F6A;
    width: 74%;
    overflow: hidden;
    margin-left: -80%;
    position: absolute;
    z-index: 2;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    left: 0;
    height: auto;
    padding-bottom: 50px;
/*    padding-right: 20px;*/
    margin-top: 2px;
    border-right: solid 3px #002F6A;
}

.navbar_off { display: none;}

 .dmenudis {
     display: block !important;
 }

/* --------- 2015/9/25 End  ------------- */

.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.dropdown {
	position: relative;
}
.dropdown-menu {
	position: relative !important;
	top: 100%;
	left: 0;
	z-index: 1000;
    display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu > li > a {
	display: block;
	padding: 15px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #428bca;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a > img {
	max-width: none;
}
.navbar {
	position: relative;
	z-index: 1000;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
 @media (min-width: 2100px) {
.navbar {
	border-radius: 4px;
}
}
.navbar-header:before, .navbar-header:after {
	display: table;
	content: " ";
}
.navbar-header:after {
	clear: both;
}
 @media (min-width: 2100px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;	
	
}
 @media (min-width: 2100px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
 @media (min-width: 2100px) {
.container > .navbar-header, .container > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {	
	/*position:fixed;*/
	right: 0;
	left: 0;
	border-width: 0 0 1px;
}
 @media (min-width: 2100px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	z-index: 1030;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
}
.navbar-toggle {
	position: relative;
	padding: 10px 10px;
    margin: -2px 9px 0 -6px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
 @media (min-width: 2000px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
 @media (max-width: 2000px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
}
 @media (min-width: 2000px) {
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.divider-vertical {
	height: 50px;
	margin: 0 9px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-right-color: #014090;
	border-left-color: #002f6a;
}
/*TM dropdown*/
.-tm-dropdown>ul {
	width: 180px;
	border-top-right-radius: 4px;
	text-shadow: none;
}
.-tm-dropdown.open>a {
	background-color: #002f6a;
}
.-tm-dropdown ul li li a {
	color: #000;
	display: block;
	padding: 3px 5px;
	margin-left: -4px;
}
.-tm-dropdown ul li a.active {
	background-color: rgb(66, 139, 202);
	color: #fff;
}
.-tm-dropdown ul li li a:hover {
	text-decoration: none;
	background-color: rgb(66, 139, 202);
	color: #fff;
}
/**/

@media (max-width: 2000px) {
.divider-vertical {
	display: none !important;
}

.-tm-dropdown>ul {
	width: 100%;
	border-top-right-radius: 0px;
	text-shadow: none;
}
.-tm-dropdown.open>a {
	background-color: #002f6a;
}
.-tm-dropdown.open a {
	color: #cdbfe3 ;
}
.-tm-dropdown ul li li a {
	color: #000;
	display: block;
	padding: 3px 5px;
	margin-left: -4px;
}
.-tm-dropdown ul li a:hover, .-tm-dropdown ul li a.active {
	background-color: rgb(66, 139, 202);
	color: #fff ;
}
.-tm-dropdown ul li li a:hover {
	text-decoration: none;
	background-color: rgb(66, 139, 202);
	color: #fff;
}
}
.bs-docs-nav .navbar-toggle {
	background-color: #014090;
	border-color: #014090;
    float: left;
}
.bs-docs-nav .navbar-toggle:hover {
	background-color: #002f6a;
	border-color: #002f6a;
}
.bs-docs-nav {
	text-shadow: 0 -1px 0 rgba(0,0,0,.15) ;
	background-color: #014090 ;
	border-color: #002f6a ;
	box-shadow: 0 1px 0 rgba(255,255,255,.1) ;
}
navbar-collapse {
	border-color: #002f6a;
}

.bs-docs-nav .navbar-nav > li > a {
	color: #cdbfe3
}
.bs-docs-nav .navbar-nav > li > a:hover {
	color: #fff 
}
.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #002f6a;
}
.bs-docs-nav .navbar-collapse {
	max-height: 100%;
}

.bs-header {
	height: 62px;
	position: relative;
	background-color: #014090;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	background-image: url(../mobile_images/top_home_bg.png);
	background-repeat: repeat-x;
}

/*  ------- 2015/9/25 ---------  */
.bs-header {
	height: 62px;
	position: relative;
	background-color: #014090;
	padding-top: 24px;
	font-size: 16px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	background: url(../mobile_images/top_home_bg.png) repeat-x 0 -50px;
}
.line_b { padding: 12px 0; text-indent: -0.7em; padding-left: 1.5em; line-height: 21px; }
.middlebox,#main_top_search { display: none;}

/* -- 2015/9/30 -- */
#myCarousel a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

#myCarousela:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 8 */
  
  filter: alpha(opacity=50);
  /* IE7 */
  
  opacity: 0.6;
  text-decoration: none;
}
/* Container */

.container-fluid {
  background: #fbf4e0;
  margin: 40px auto 10px;
  padding: 20px 0px;
  max-width: 960px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Page Header */

.page-header {
  background: #fbf4e0;
  margin: -30px 0px 0px;
  padding: 20px 40px;
  border-top: 4px solid #ccc;
  color: #a83b3b;
  text-transform: uppercase;
}

.page-header h3 {
  line-height: 0.88rem;
  color: #a83b3b;
}
/* Thumbnail Box */

.caption {
  height: 140px;
  width: 100%;
  margin: 20px 0px;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.caption .span4,
.caption .span8 {
  padding: 0px 20px;
}

.caption .span4 {
  border-right: 1px dotted #CCCCCC;
}

.caption h3 {
  color: #a83b3b;
  line-height: 2rem;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.caption p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #a83b3b;
}

.btn.btn-mini {
  background: #a83b3b;
  border-radius: 0 0 0 0;
  color: #fbf4e0;
  font-size: 0.63rem;
  text-shadow: none !important;
}

.carousel-control {
  top: 33%;
}

#myCarousel p.right {
  float: right;
}

.navbar .nav {
    width: 100% !important; margin: 0 !important;
}

.navbar .nav>li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.09);
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    float: left;
    width: 90.1%;
    padding: 15px;
    background-color: #0D5DDB !important;
    border-top: solid 1px rgb(255, 255, 255);
    border-bottom: solid 1px rgb(255, 255, 255);
    margin-top: -1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}

.nav-menu2 a { padding: 20px 100% 20px 15px!important; width: 100%; overflow: hidden; }

li.active.dropdown.-tm-dropdown { float: none; }

.navbar-inverse .brand, .navbar-inverse .nav>li>a { color: aliceblue !important; }

.login-li { width: 100%; }
.login-li a { padding:15px 14px !important; color: #ff0 !important; }

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus { box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }
.navbar .nav>li>.dropdown-menu:before {   border-bottom-color: rgba(255, 255, 255, 0.52)!important; margin-top: -3px;}
.dropdown-menu { box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }

.control-box { position: fixed; top: 50%; width: 100%; }

.carousel-control { position: absolute; top: 40%; width: 35px; height: 35px; left: -6px; font-size: 53px; font-weight: 100; line-height: 27px; color: #fff; text-align: center; background: #222; -webkit-border-radius: 23px; -moz-border-radius: 23px; border-radius: 5px; opacity: 0.5; filter: alpha(opacity=50);}

.carousel-inner>.item {
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}

.f_options_area input { 
    background: #5F5F5F;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 85%; }

/*---- End -----*/