/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.fullwidth-slider {
	visibility: hidden;
height: 0;
}
.carousel {
	visibility: hidden;
height: 0;
}
.bx-wrapper {
	position: relative;
		
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
	
}


.bx-wrapper img {
	max-width: 100%;
	display: block;


	
	
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 100px;
	background: url(../images/bx_loader.gif) center center no-repeat #f6f6f6;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display:none;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #555;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	
	background: #555;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0e0f0f;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	
	left: -10px;
	background: #0e0f0f url(../images/slider-left.png) no-repeat center center;
    -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    width:60px !important;
    height:60px !important;
    top:40% !important;
	opacity:0.5;
}
.bx-wrapper .bx-prev:before {
	content:"";
	position:absolute;
	display:block;
	border-style:solid;
	border-color:#000 transparent transparent transparent;
    left:0px;
	border-width:10px 0px 0px 10px;
    top:60px;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: #0e0f0f url(../images/slider-right.png) no-repeat center center;
    -webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    width:60px !important;
    height:60px !important;
    top:40% !important;
	opacity:0.5;
	
}
.bx-wrapper .bx-next:before {
	content:"";
	position:absolute;
	display:block;
	border-style:solid;
	border-color:#000 transparent transparent transparent;
    right:0px;
	border-width:10px 10px 0px 0px;
    top:60px;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background-color:#1f4694;
	opacity:1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display:none;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../imagesmm/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display:none;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../imagesmm/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
	display:none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #555;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Latest News */
.news-date-b
{
    text-align:Left;
    float:left;
    color:#FFF;
    font-size:100%;
	line-height:20px;
	width:20px;
	height:20px;
	background-image:url('../imagesmm/Event/Date-bg-blue.jpg');
    background-repeat:repeat;
}
.news-title-b
{
    text-align:Left;
    float:left;
    color:#111;
    font-size:100%;
	line-height:20px;
	width:20px;
	height:20px;
	background-image:url('../imagesmm/Event/event-title.jpg');
    background-repeat:repeat;
}
.news-date-y
{
    text-align:Left;
    float:left;
    color:#FFF;
    font-size:100%;
	line-height:30px;
	width:30px;
	background-image:url('../imagesmm/Event/Date-bg-yellow.jpg');
    background-repeat:repeat;
}
.news-date-br
{
    text-align:Left;
    float:left;
    color:#FFF;
    font-size:100%;
	line-height:30px;
	width:30px;
	background-image:url('../imagesmm/Event/Date-bg-brown.jpg');
    background-repeat:repeat;
}
.news-date-r
{
    text-align:Left;
    float:left;
    color:#FFF;
    font-size:100%;
	line-height:30px;
	width:30px;
	background-image:url('../imagesmm/Event/Date-bg-red.jpg');
    background-repeat:repeat;
}
.news-date-p
{
    text-align:Left;
    float:left;
    color:#FFF;
    font-size:100%;
	line-height:30px;
	width:30px;
	background-image:url('../imagesmm/Event/Date-bg-purple.jpg');
    background-repeat:repeat;
}



.slider-custom-nav
{
 width:30%;
    position:relative;
    display:inline-block;
     float:right;
     margin-top:0px;
	
}
.slider-custom-nav a
{
    outline:none !important;
    height:40px;
    float:left;
}
#slider-prev a:hover, #slider-next a:hover
{
    background-color:#1f4694;
}
#slider-prev a
{
    width:20px;
    height:20px;
    background:#030 url('../imagesmm/slider-up.png') center center no-repeat;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 5px;
}
#slider-next a
{
    width:20px;
    height:20px;
    background:#030 url('../imagesmm/slider-down.png') center center no-repeat;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 20px;
}






.slider-custom-nav-major
{
 width:12%;
    position:relative;
    display:inline-block;
     float:right;
	 margin-right:0px;
     margin-top:5px;
	
}
.slider-custom-nav-major a
{
    outline:none !important;
    height:40px;
    float:left;
}
#slider-prev-major a:hover, #slider-next-major a:hover
{
	opacity:1;
    background-color:#1f4694;
}
#slider-prev-major a
{
    width:20px;
    height:20px;
    background:#093 url('../imagesmm/slider-up.png') center center no-repeat;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 5px;
	opacity:0.5;
}
#slider-next-major a
{
    width:20px;
    height:20px;
    background:#093 url('../imagesmm/slider-down.png') center center no-repeat;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 20px;
opacity:0.5;
}

/*....corporate partners.....*/

.co-partners-align{
	float:left;
	width:100% !important;	
}
.slider-custom-nav-co-partners
{
 width:30%;
    position:relative;
    display:inline-block;
     float:right;
     margin-top:0px;
	
}
.slider-custom-nav-co-partners a
{
    outline:none !important;
    height:40px;
    float:left;
}
#slider-prev-co-partners a:hover, #slider-next-co-partners a:hover
{
    background-color:#1f4694;
}
#slider-prev-co-partners a
{
    width:20px;
    height:20px;
    background:#030 url('../imagesmm/slider-up.png') center center no-repeat;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 5px;
}
#slider-next-co-partners a
{
    width:20px;
    height:20px;
    background:#030 url('../imagesmm/slider-down.png') center center no-repeat;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 20px;
}


