/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.carousel .item,
.carousel .active {
    height: 100%;
	cursor:pointer;
}

.carousel-inner {
    height: 395px;
}



.carousel-indicators {
	bottom:0px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f2f2f4;
    border: 0;
    border-radius: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 5px;
   background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
	
}

.carousel-caption2 {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-shadow:none;	
	background:#f5f5f5;
	color:#201747 !important;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:200;
	font-size:14px !important;
	margin:0 !important;
	    text-align: left;
		border-bottom:3px solid #e8e8e9;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 60px;
    left: 10%;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size:22px !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	
	padding-left:15px;
	padding-right:15px;
}

.carousel-captionbg {
	background-color:rgba(0,0,0,0.6);
}

.carousel-caption p {
		font-size:22px !important;
	color:#fff;
}

.carousel-caption .h2div {
font-size:46px;	
margin-top:5px;
margin-bottom:10px;
color:#fff;
line-height:46px;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
	background-color:#f3f3f5;
    background-position:center center;
    -webkit-background-size:contain ;
    -moz-background-size: contain;
    background-size:contain ;
	background-repeat:no-repeat;
    -o-background-size: contain;
}

.fill.fillcolor2 {
	background-color:#0e6eb8;
}

.fill.fillcolor4 {
	background-color:#007c45;
}

.fill.fillcolor6 {
	background-color:#f3af2a;
}
.fill.fillcolor7 {
	background-color:#e85911;
}



.carousel-control {
width: 20px !important;
height:23px !important;
}


.carousel-controls {
position:absolute !important;
right:10px !important;
bottom:30px !important;	
width: 62px !important;
}


.carousel-control.right {
	background: url(../images/icons/next.png) center center no-repeat;
	float:none !important;
}


.carousel-control.left {
background: url(../images/icons/prev.png) center center no-repeat;
float:none !important;
}

.carousel-control.pause {
background: url(../images/icons/pause.png) center center no-repeat;
float:none !important;
margin-left:21px;
}

.carousel-control.play {
	display:none;
background: url(../images/icons/play.png) center center no-repeat;
float:none !important;
margin-left:21px;
}




.systemslide-control {
height:100% !important;
height:338px !important;
margin:10px;
}

#systemslide {
width:372px; 	 
}

#systemslide ,
#systemslide .item,
#systemslide .active {
    height:auto !important;
	cursor:pointer;
}


#systemslide .carousel-inner {
height: 375px  !important;
padding-bottom:60px;
} 



.systemslide-control.right {
	background: url(../images/right.png) center center no-repeat;
	float:none !important;
	border:0;
	box-shadow:none;
	text-shadow:none;
}

.systemslide-control.left {
	background: url(../images/left.png) center center no-repeat;
	float:none !important;
	border:0;
	box-shadow:none;
	text-shadow:none;
}

#systemslide .carousel-inner .item  {
height: 375px  !important;
}


@media (max-width: 400px) {
#systemslide {
width:270px; 	
}

#systemslide .carousel-inner {
height: 275px  !important;
padding-bottom:60px;
} 
#systemslide .carousel-inner .item  {
height: 275px  !important;
}

.systemslide-control {
height:100% !important;
height:238px !important;
margin:10px;
}
}

@media (max-width: 480px) {
	.carousel-caption {
    
    right: 5% !important;
    bottom: 60px;
    left: 5%  !important;
  
}

.carousel-indicators li {

    width: 15px !important;
    height: 15px !important;

	
}

}




