﻿.toggleHeading {
	animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
	   -moz-transition: none !important;
	   /*display:none;*/ /*off toggle UP*/
}

.carousel {margin:0; /*margin:0 0 0.75em;*/ background:white;}
.carousel-control {width:auto; width:auto !important; opacity:1;}
.carousel-control .glyphicon-chevron-left {background:url(../image/arrow-prev.png) no-repeat; width:40px; height:60px; width:40px\9 !important; height:60px\9 !important; margin-left:0; margin-left:0\9 !important; margin-top:-25px;}
.carousel-control .glyphicon-chevron-left:before { content:''}
.carousel-control .glyphicon-chevron-right {background:url(../image/arrow-next.png) no-repeat; width:40px; height:60px; width:40px\9 !important; height:60px\9 !important; margin-right:0; margin-right:0\9 !important; margin-top:-25px;}
.carousel-control .glyphicon-chevron-right:before { content:''}

.carousel-caption {
z-index: 500;
/*position:absolute;*//*off toggle UP*/
position:relative;
right:0px;
bottom: 0px;
left:0px; left:0\9 !important;
padding: 10px 20px 10px 20px; padding: 10px 20px 10px 20px\9 !important;
background: #EDEDED;
/*background: url(../image/list_banner_title.png) repeat;*/
width: 100%;
line-height: 1.33;
color: #333;
text-align: left;
text-shadow: none;
font-weight: bold;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(0, 133, 178);
    border: 1px solid #0085B2;;
    border-radius: 0px; 
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
}

.carousel-inner > .item.mpf_carousel {width:100%; /*height:350px;*//*off toggle UP*/}
.carousel-inner > .item.mpf_carousel .img_wrap  {width:100%; height:225px;}
.resource_wrap .carousel-inner > .item.mpf_carousel .img_wrap  {width:100%; height:231px;}

.column_350_content .carousel-inner > .item.mpf_carousel .img_wrap  {width:100%; height:263px;}

.carousel-indicators {
    position: absolute;
    top: 10px;
    bottom:inherit; /*initial change inherit Sai*/
    right: 14px;
    left: inherit;
    z-index: 15;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: right;
    list-style: none;
}	
.carousel-indicators_reset {
    position: absolute;
    top: inherit;
    bottom: -33px;
    left:0;
	width:100px;
    z-index: 15;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}	
	
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FFF;
}


.carousel-caption.mpf_headline {padding:0; padding:0\9 !important; text-align:left;}
.carousel-caption.mpf_headline .head_cat {padding:7px 8px; float:left;}
.carousel-caption.mpf_headline .head_title {max-width:none; width:606px\9; letter-spacing:2px; max-height: none; padding:0.5em 0.5em 0 0.5em; line-height:1.166666666666667em; line-height:31px\9; overflow:hidden; /*float:left;*//*off toggle UP*/}
.carousel-caption.mpf_headline .head_caption {padding:0.5em; /*float:left;*//*off toggle UP*/}
.carousel-caption.mpf_headline .head_color1st {background:#81508B;}
.carousel-caption.mpf_headline .head_color2nd {background:#B28500;}
h5.head_title {font-weight: bold;}
h5.head_caption {letter-spacing: 1px;}
h5.c_head_title {font-weight: bold; letter-spacing: 1px;}
h5.c_head_title2 { font-weight: lighter; line-height:1.5; letter-spacing: 1px;}


/*.carousel-caption h2 {color:#FFF;}*/

/*
@media only screen and (min-width : 10em) and (max-width: 40em) {

	.carousel-control .glyphicon-chevron-left {background-size:100%; width:24px; height:36px; top:40%}
	.carousel-control .glyphicon-chevron-right {background-size:100%; width:24px; height:36px; top:40%}
			
}*/