.cpat{
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:  4px;
	background-color:rgba(0 ,0, 0 ,0.7);
	padding:10px 25px;
	clear:both;
	float:left;
	}

/********************************/
.indexslide {
	width: 100%;
	height: 100vh;
    float: left;
	
}



.slide-wrap{
	width: 100%;    
	float: left;
       position: relative;
    margin-top: -115px;
	width:100%;
	height:100%;
	 -webkit-transition: all 1s;
    -moz-transition: all  1s;
    -ms-transition: all  1s;
    -o-transition: all  1s;
    transition: all  1ss;
	background-color:#fff;
	    z-index: -1;

	
}

.slide-wrap.smaller {
	top:-30px;
	
}


/*************background slider**/

.bgslide{
	width:100%;
	height:740px;
	float:left;
	position:relative;
	text-align:center;	
	/*background-color:#9289C1;
	background-image: linear-gradient(to left, #9289C1, #15678F, #15678F);
	background-attachment:fixed;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
	}
	
/*.bgslide:before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0, 75,141,0.5);
	content:'';
	background-image: url(../images/texture.png);	
}*/



.slide1{
	background-image: url(../images/slider-new1.jpg);
	
}
.slide2{
	background-image: url(../images/slider-new2.jpg);
	
}
.slide3{
	background-image: url(../images/slider-new3.jpg);
	
}
.slide4{
	background-image: url(../images/slider-new-4.jpg);
	
}
.slide5{
	background-image: url(../images/slider-new5.jpg);
	
}
.slide6{
	background-image: url(../images/slider-new-6.jpg);
	
}

.slide7{
	background-image:url(../images/slider-new-8.jpg);
	
}
.slide8{
	background-image:url(../images/cb200xbanner.jpg);
	
}
/**********************************/




.carousel-caption {
	position: relative;
	left:0;
	top: 0;
	width:1180px;
    margin: 0px auto;
	height:100%;
	display: table;
	z-index: 2;
	color: #fff;
	/*text-align: center;*/
	padding:0 0px;
	text-align:left;
    
}

.parent{
	width:100%;
	height:100%;
	display: table;
	}
	
	
.child {
       display: table-cell;
    vertical-align: middle;
   font-family: 'Anton', sans-serif;
    position: absolute;
    left: 0px;
    top: 62%;
    padding: 20px 10px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}






.carousel-caption h2{
	font-size:30px;
	line-height:normal;
	margin:0px 0;
	 background:#e10000;
    color: #fff;
    float: left;
	padding:8px 30px;
	position:relative;
	margin-bottom: 3px;
}
.carousel-caption h2:before{ -ms-transform: matrix(1, 0, -0.2, 1, -6, 0);
    -webkit-transform: matrix(1, 0, -0.2, 1, -6, 0);
    transform: matrix(1, 0, -0.2, 1, -6, 0);
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: #e10000;}
	
.carousel-caption .gray-caption{ font-size:45px; background:#585858; text-transform:uppercase; left:30px; }
.carousel-caption .gray-caption:before{ background:#585858; -ms-transform: matrix(1, 0, -0.2, 1, -10, 0); -webkit-transform: matrix(1, 0, -0.2, 1, -10, 0); transform: matrix(1, 0, -0.2, 1, -10, 0); width: 20px; }


.carousel-caption img{margin-left: 15px; position: relative; float: left;}

.carousel-caption p{
	
	 
	line-height:normal;
	line-height: 40px;
	
    float: left;
	margin: 0px;
    color: #fff;

}

.animset{
	animation-duration: 1000ms;
	animation-delay: 100ms;
	animation-name: fadeInDown;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.carousel {
	position: relative;
	width:100%;
	float:left;
	/*background-color:#fff;*/
}

/*.carousel:before {
	width:100%;
	height:77px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	background-color:rgba(0, 0, 0, 0.5);
	content:'';
}*/

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}


.slid-ctrl{     display: inline-block;
    position: absolute;
    /* left: 0px; */
    top: 50%;
    /* bottom: 105px; */
    width: 100%;}

.carousel-control {

 -ms-transform: matrix(1, 0, -0.2, 1, -6, 0);
    -webkit-transform: matrix(1, 0, -0.2, 1, -6, 0);
    transform: matrix(1, 0, -0.2, 1, -6, 0);
    content: '';
    position: absolute;
    left: 22px;
    top: 0px;
    width: 51px;
    height: 44px;
    background: #e10000;
/*	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	/*background-color: rgba(0,0,0,0);
	z-index:3;*/
	   
}

.carousel-control.left {
	/*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;*/
	
	
}
.carousel-control.right {
	right: 22px;
	left: auto;
	/*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;*/
	
	
}

/***********controls****/

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	
	z-index: 9;
	display: inline-block;
	margin-top: 20px;
	
	
	background-repeat: no-repeat;
	background-position: center center;
	width:13px !important;
	height:5px !important;
	/*border:1px solid #fff;
	background-color:rgba(255, 255, 255, 0.5);*/
	
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
	
}
.carousel-control .glyphicon-chevron-left {
	left: 0%;
	margin-left: 17px;
	background-image: url(../images/prev.png);
	
	
}
.carousel-control .glyphicon-chevron-right {
	right: 0%;
	margin-right: 17px;
	background-image: url(../images/next.png);
}


.carousel-control .glyphicon-chevron-left:hover{
	    margin-left: 10px;
}
.carousel-control .glyphicon-chevron-right:hover { margin-right: 10px;}

/**********indicators********/

.carousel-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 5;
	
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
    display: none;
	
	
	

}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height:10px;
	margin: 1px 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #e40050;
	border-radius: 100%;
	
	
	
}
.carousel-indicators .active {
	width: 10px;
	height:10px;
	margin: 1px 5px;
	background-color: #e40050;
	border:none;
	
}


@media screen and (max-width:1180px) {

    .carousel-caption{ width: 85%;}
   
}

@media screen and (max-width:640px) {	
.indexslide {
	display:none;
	
}


    .carousel-caption{ display: none;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	
	font-size: 30px;
	
}




.carousel-indicators {
	display:none;
}



.carousel-caption {
	padding:0 50px;
	text-align: center;
	}



.carousel-caption h2{
	font-size:20px;
	

	
}
.carousel-caption p{
	
    font-size: 21px;
line-height: 21px;
text-align: left;
}
    .carousel-caption img {
    width: 18%;
}
.bgslide .text-right, .text-left{
	text-align:center;
	
}
	
.bgslide{
	background-attachment:inherit !important;
	
	}
	
.bgslide {
    width: 100%;
    height: 374px;}
.slide-wrap {
    
    margin-top:0px;}	
/*.slid-ctrl {
   
    right: 2%;
    bottom: 50px;}*/


}


@media only screen and (max-width: 480px) {
    .slide-wrap {
    width: 100%;
    float: left;
    position: relative;
   }
	
	.bgslide {
    width: 100%;
   height: 185px}
   
   /*.slid-ctrl {
   
    right: 1%;
    bottom: 55px;}*/
.slide-wrap {
    margin-top: 0;
} 
.carousel-control {
  
    width: 38px;
    height: 28px;
   
}
/*.slid-ctrl {
    display: inline-block;
    position: absolute;
    right: 1%;
    bottom: 36px;
    width: 73px;
}*/
.carousel-control .glyphicon-chevron-left {
    
    margin-left: 13px;}  
.carousel-control .glyphicon-chevron-right {
    
    margin-right: 13px;}
   .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    margin-top: 12px;}
   }
   
@media only screen and (max-width: 360px) {	

.bgslide {
    width: 100%;
    height: 139px;
}


}

@media only screen and (max-width: 320px) {	

.bgslide {
    
    height: 123px;
}

}

















