﻿/* Background Slider Starts Here */

#header { height:827px; }
.headerimg
{

  width:100%;
  min-width:1200px;
  height:827px;
  float:left;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;

}

#headerimg1
{ position: absolute;
  width:100%;
  min-width:1200px;
  height:827px;
  float:left;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#headerimg2
{display: none;   width:100%;
  min-width:1200px;
  height:827px;
  float:left;
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Background Slider Ends Here */

/* Announcement Marquee Starts Here */

.tickercontainer { /* the outer div with the black border */
 
width:812px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 10px;
width:812px;

}

ul.newsticker { /* english list */
position: relative;
left:812px;
list-style-type: none;
margin-top: -12px ;
padding: 0;
width:1200px !important;
}
#newsticker
{
  width:1200px !important;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
/*padding: 0px 20px 0px 0px;*/
padding:0;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 25px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

ul.newsticker li a { 
color:#000000;
text-decoration:none;
font-size:12px;
font-family:'Exo' ;
}

ul.newsticker li a:hover  { 
color:#000000;
text-decoration:none;
font-size:12px;
font-family:'Exo' ;
}

ul.newsticker li a:visited  { 
color:#000000;
text-decoration:none;
font-size:12px;
font-family:'Exo' ;
}

 


/* Announcement Ticker Ends Here */



/* Important Section Slider Starts Here */

.bx-wrapper {	
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left:-6px;
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/_catalogs/masterpage/msiaweb/gif/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER  Start Here */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #aaaaaa;
	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: #aaaaaa;
	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: #cb0c1f;
}

/* PAGER End Here */

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:-17px;
	background-image: url(/_catalogs/masterpage/msiaweb/gif/scroll-left.png);
	background-repeat: no-repeat;		
}

.bx-wrapper .bx-next {
	right:-5px;	
	background:url(/_catalogs/masterpage/msiaweb/gif/scroll-right.png) no-repeat;
	
}



.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:50%;
	margin-top:-20px;
	outline: 0;
	width:24px;
	height:45px;
	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 {
	
}

.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 {
	
}

.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;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}




