/* CSS Document */
.bm-tab{
	position:relative;
	width:100%;	
	padding: 5px;
	
}
.bm-tab img{
	vertical-align: middle;
}
.bm-tab *, .bm-tab *:before, .bm-tab *:after{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.bm-tab a {
    color: #428BCA;
    text-decoration: none;
}
.bm-tab a:hover {
   /*font-weight: bold;*/
}
.bm-tab i{
	color:#428BCA
}

.bm-tab .btn-bm-tab-ajax {
    background-color: #428BCA;
    border-color: #357EBD;
    color: #FFFFFF;
}
.bm-tab .btn-bm {
	-moz-user-select: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bm-tab .btn-bm:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bm-tab .btn-bm:hover,
.bm-tab .btn-bm:focus {
  font-weight:bold;
  text-decoration: none;
}

.bm-tab .btn-bm:active,
.bm-tab .btn-bm.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* For top style */
.bm-tab .bm-tab-top{
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	padding-top:5px;
	padding-left:2px;
	position:relative;
	z-index:20;
	
}
.bm-tab .bm-tab-top .bm-header-item{ float:left}
/* Commont style */

/* Tab header style1 */
.bm-tab .bm-tab-top .bm-header-item:first-child{
	border-left: solid 1px #fff;
}

.bm-tab .bm-tab-top .bm-header-item{
	padding: 4px 8px;
	font-weight: normal;	
	overflow:hidden;
	cursor:pointer;
	background-color:#428BCA;
	color:#999999;
	font-weight:bold;
	background: -webkit-linear-gradient(#FFFFFF,#EDEDED); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFFFFF,#EDEDED); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFFFFF,#EDEDED); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFFFFF,#EDEDED); /* Standard syntax */
}
.bm-tab .bm-tab-top .active{
	background:#fff;
	color: #3276B1;
	font-weight:bold;
}
.bm-tab .bm-tab-top .bm-header-item:hover{
	background:#fff;
	color: #3276B1;
	font-weight:bold;
}

.bm-tab .bm-tab-content {
	position: relative;
	clear:both;	
	overflow:hidden;
	border: 1px solid #CCCCCC;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.176);
	z-index:10;
	margin-top:-1px;
}
.bm-tab .bm-tab-content .bm-content-item{
	position: absolute;
	bottom:600px;
	opacity:0;
	width:100%;
	/*height:100%;*/
	/*height:360px;*/
 	-moz-opacity: 0;
  	-khtml-opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	overflow:hidden;
	z-index: 10;
	display:none\9;
	*display:none;
	_display:none;
}
.bm-tab .bm-tab-content .active{
	position: relative;
	bottom:0px;
	max-height:360px;
	overflow-x:hidden;
	overflow-y:auto;
	opacity:1;
	-moz-opacity: 1;
  	-khtml-opacity: 1;
	z-index: 100;
	
	
}

#bm-tab-slider-159 .bm_tab_header_style2 .bm-header-item:hover {
color:#800000;	
}

#bm-tab-slider-159 .bm_tab_header_style2 .active {
	color:#800000;
}

#bm-tab-slider-159 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title a {
	font-size: 14px;
	/*font-weight: normal;	*/
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data{
	clear: both;
	overflow: hidden;
	color: #666;
	/*padding-top: 10px;*/
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 10px;	
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{
	position: relative;
	width: auto;
	float: left;
	opacity:1;
	/*height: 32px;*/
	/*margin-bottom:10px;*/
	/*padding-bottom: 10px;*/
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: all 0.5s ease-in-out 0.5s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item-scale{
	position: relative;
	width: auto;
	float: left;
	opacity:0.5;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease-in-out 0.51s;
	-moz-transition: all 0.5s ease-in-out 0.5s;
	-o-transition: all 0.5s ease-in-out 0.5s;
	transition: all 0.5s ease-in-out 0.5s;
}

/* Image item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image{
	/*border: thin solid #CCCCCC;*/
    overflow: hidden;
    padding: 4px;
    position: relative;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image img{
	width: 100%;
	height:auto;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-readmore-button{
	top: 40%;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-overlay{
	bottom:0px;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button{
	position: absolute;
	top: -200%;
	right: 45%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:10;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button i{
	font-size: 25pt;
	color: #428BCA;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-overlay{
	background: rgb(255, 255, 255) transparent;
	background: rgba(255, 255, 255, 0.4);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	width:100%;
	height:100%;
	position: absolute;
	bottom:500px;
	z-index:8;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
/* Content item area */
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content{
	/*padding: 4px;*/
	font-size:10pt;
	/*line-height: 5pt;*/
	
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info{
	/*background: none repeat scroll 0 0 #F5F5F5;*/
	color: #333;
	font-size: 8pt;
	margin-top: -2px;
	overflow: hidden;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float: left;
	clear: left;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div{
	float:left;
	margin-right: 4px;
	
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info div:last-child{
	float:none;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-info i{
	color:#428BCA
}

.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title{
	/*font-size:12pt;*/
	color: #428BCA;
	/*font-weight:bold;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-title:hover{
	text-decoration:underline
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content .bm-desc{
	margin-top: 5px;	
}
/* Load more button */
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore{
	position: relative;
	width: 130px;
	margin:5px auto;
	z-index:10;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore i{
	color: #fff;
	float:left;
	line-height:15pt;
	position:relative;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadmore .bm-loading{
	display:none
}
.bm-tab .bm-tab-content .bm-content-item .btn-overlay{
	background: rgb(66, 139, 202) transparent;
    bottom: 0;
    height: 38px;
    margin: 5px auto;
    position: absolute;
    width: 100%;
    z-index: 11;
	display:none;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone{
	color: #428BCA;
	font-weight:bold;
	width: 150px;
	margin:5px auto;
}
.bm-tab .bm-tab-content .bm-content-item .bm-tab-loadone i{
	font-size: 20pt;
}
.bm-tab .bm-tab-content .bm-content-item .bm-target-data .bm-nodata{
	color: #428BCA;
	text-align:center;
	font-weight:bold;
}

/* Theme 2 style */

.bm-tab-theme1 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{ float:none; width:100%; overflow:hidden}
.bm-tab-theme1 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image{width:50%; position:relative; float:left;}
.bm-tab-theme1 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-content{width:48%; position:relative; overflow:hidden; border-bottom:none }

/* Theme 3 style */
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{
	overflow:hidden;
}

.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-title{
	position: absolute;
	z-index:2;
	color: #428BCA;
	width: 100%;
	left:100%;
	top: 2px;
	padding: 3px 10px;
	font-weight:bold;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.5);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)"
	

}

.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item{    
    padding: 4px;
	border: none;
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image{
	border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	padding:3px;
}

.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-desc{
	position: absolute;
	z-index:3;
	width: 100%;
	right:100%;
	bottom: 2px;
	padding: 3px 10px;
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.5);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
	
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button{
	position: absolute;
	top: -200%;
	right: 45%;
	border-radius: 50%;
	background: rgb(66, 139, 202) transparent;
	background: rgba(66, 139, 202, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA)";
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:10;
	padding:3px;
	
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button i{
	font-size: 25pt;
	color: #fff;
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button:hover{
	background-color: #fff;
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image .bm-readmore-button:hover i{
	color: #428BCA;
}

.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-title{
	left:0px;
	right:0px;
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-desc{
	right:0px;
}
.bm-tab-theme2 .bm-tab-content .bm-content-item .bm-target-data .bm-tab-item .bm-image:hover .bm-readmore-button{
	top: 40%;
}

/* Theme 4 style */
.bm-center-button {
    text-align: center;
}
.bm-slideshow {
    margin: auto;
}
.bm-slideshow img {
    /*padding: 2px;*/
}
.cycle-pager {
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 500;
}
.cycle-pager {
    margin-top: 5px;
    position: static;
}
.cycle-pager span {
    color: #DDDDDD;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 50px;
    height: 16px;
    width: 16px;
	line-height:12pt;
}
.cycle-pager span.cycle-pager-active {
    color: #3276B1;
}
.bm-tab-theme3 .bm-content-item .bm-slideshow {margin: 5px;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item {overflow:hidden; position:relative;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item img {width:100%}

.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-title{
	position: absolute;
	z-index:2;
	color: #fff;
	width: auto;
	left:100%;
	top: 2px;
	padding: 3px 10px;
	font-weight:bold;
	white-space:normal;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background: rgb(66, 139, 202) transparent;
	background: rgba(66, 139, 202, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA)";
	

}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-desc{
	position: absolute;
	z-index:3;
	width: 50%;
	top:100%;
	padding: 3px 10px;
	color: #fff;
	font-size: 10pt;
	line-height: 12pt;
	white-space:normal;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background: rgb(66, 139, 202) transparent;
	background: rgba(66, 139, 202, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA)";
	
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button{
	position: absolute;
	top: -200%;
	right: 47%;
	border-radius: 50%;
	background: rgb(66, 139, 202) transparent;
	background: rgba(66, 139, 202, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC428BCA, endColorstr=#CC428BCA)";
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:10;
	padding:3px;
	
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button i{
	font-size: 25pt;
	color: #fff;
}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item .bm-readmore-button:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
}

.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item:hover .bm-title{left:10px; top:20px}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item:hover .bm-desc{left:10px; top:48px;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item:hover .bm-readmore-button{top: 40%;}

.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item-active .bm-title{left:10px; top:20px}
.bm-tab-theme3 .bm-content-item .bm-slideshow a{color: #FFF; text-decoration:none;}
.bm-tab-theme3 .bm-content-item .bm-slideshow a:hover{text-decoration: underline;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item-active .bm-desc{left:10px; top:48px;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item-active .bm-desc i{color: #FFF;}
.bm-tab-theme3 .bm-content-item .bm-slideshow .bm-item-active .bm-readmore-button{top: 40%;}
.bm-tab-theme3 .bm-content-item .bm-center-button i{ font-size: 21pt}

