/*BCC2000 Plus*/ 
#bcc2000plus  .container{

	margin-top:100px;
	margin-bottom: 100px;
	background-color: #2e2e2e;
	box-shadow: 1px 1px 5px #222;
	padding: 5%;
}
#bcc2000plus  .title-box{
	margin-top:100px;

}
#bcc2000plus  .button{
	display: inline-block;
	background-color: #FF8200;
	color:#FFF;
	border-radius: 2px;
	margin-left: 50%;
    transform: translate(-50%, 0px);
}
#bcc2000plus .button p{
	color:#FFF;
	margin: 0px 10px;
}
.text-w{
	color:#fff;
}
/*-----buy now link-----*/
#buy {
	position:fixed;
	right:100px;
	top:100px;
}
#buy a{
	display:block;
	background: linear-gradient(0.25turn, #ff8200, #ffaa00);
	border-radius:20px;
	box-shadow:0px 2px 5px rgba(179, 91, 0,0.4);
}
#buy p{
	padding:10px;
	color:#fff;
}
@media (max-width:1920px){
	#buy {
	    position:fixed;
	    right:100px;
	    top:100px;}
}
@media (max-width:768px){
	#buy {
	    position:fixed;
	    right:50px;
	    top:100px;}
}
@media (max-width:441px){
	#buy {
	    position:fixed;
	    right:30px;
	    top:80px;}
}
.title-box { font-size: 1em;}
.tab-v1 .table thead > tr > th { text-align: center; }

/* Header for tutorial
--------------------------------------------*/
.tutorial-slider {
	position: relative;
	z-index: 1;
	padding: 18% 0 12%;
}
.tutorial-slider.img-bg {
	background: url(../../img/product/BCC2000/tutorial_header.jpg) no-repeat;
	background-size: cover;
	background-position: 60% center!important;
}
.tutorial-slider h1 {
	font-size: 48px;
	font-weight: 600;
}
.tutorial-slider h1,
.tutorial-slider h2,
.tutorial-slider p { color: #fff;}
.tutorial-slider span {
    text-transform: uppercase;
}


@media (max-width:991px){
	.tutorial-slider {
		padding: 18% 0;
	}
}
@media (max-width:768px){
	.tutorial-slider h1 {
		font-size: 30px;
	}
	.tutorial-slider span {
		font-size: 42px;
	}
}
@media (max-width:414px){
	.tutorial-slider h1 {
		font-size: 20px;
	}
	.tutorial-slider span {
		font-size: 30px;
	}
}















/* #1 Slider
--------------------------------------------*/
.product-slider {
	position: relative;
	padding: 15% 0 10%;
	z-index: -1;
}
.product-slider.img-bg-header {	
	background: url(../../img/product/BCC2000/noWindow/bg-header.jpg) no-repeat 0 0;	
	background-size: cover;
}
.product-slider::before {
	content: "";
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(52,125,219,0.45) 0%, rgba(0,0,0,0) 70%);
    z-index: -1;
}

.product-slider h1 {
	font-size: 2.5em;
	color: #fff;
}
.product-slider p {
	font-size: 1.25em;
	color: #fff;
}
.product-slider h1,
.product-slider p {
	text-align: left;
	text-shadow: 0px 0px 10px #337ab7;
}
@media (max-width: 375px) {
	.product-slider h1 {
		font-size: 42px;
	}
	.product-slider p {
		font-size: 16px;
		padding: 0;
	}
	h1 { font-size: 24px;}
	p { font-size: 14px;}
	.title-box p {
		font-size: 14px;
	}
}

/* #2 Breadcrumbs
--------------------------------------------*/
.breadcrumbs a.link-color {	
	color: #ff8200;
}

/* #3 Overall
--------------------------------------------*/
/* features icon */
 .feature-icon {
 	background: #ff9800;
 	text-align: center;
 }
 .feature-icon h2 {
 	margin: 0 0 50px;
 }
 .feature-icon p {
 	margin-top: 10px;
 	height: 65px;
 }
 .feature-icon h2,
 .feature-icon p {
 	color: #fff; 	
 }
 .feature-icon .row {
 	margin-top: 30px;
 }

 .feature-icon img {
 	max-width: 120px;
 }

 @media (max-width: 768px){
 	.feature-icon p {
 		width: 180px;
 		margin: 10px auto;
 	}
 }
 @media (max-width: 420px){
 	.feature-icon p {
 		width: 100%;
 		height: 100px;
 	}
 }

/* Sections */
.bg-content {
	position: relative;
	padding: 12% 0;
	margin-bottom: 20px;
}
.bg-content h1,
.bg-content p {
	color: #fff;
	z-index: 1;
	text-shadow: 2px 2px 7px #333;
}
.bg-content.img-bg-1 {
	background: url(../../img/product/BCC2000/f-hdr.jpg) no-repeat;
	background-size: cover;
	background-position: 30% center;
}
.bg-content.img-bg-2 {
	background: url(../../img/product/BCC2000/f-schedule.jpg) no-repeat;
	background-size: cover;
	background-position: 100% 15%;
}
.bg-content.img-bg-3 {
	background: url(../../img/product/BCC2000/f-ipx5.jpg) no-repeat;
	background-size: cover;
	background-position: 25% center;
}
.bg-content.img-bg-4 {
	background: url(../../img/product/BCC2000/noWindow/f-lens.jpg) no-repeat;
	background-size: cover;
	background-position: 85% center;
}
.bg-content.img-bg-1::before,
.bg-content.img-bg-2::before,
.bg-content.img-bg-3::before,
.bg-content.img-bg-4::before {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bg-content.img-bg-1::before,
.bg-content.img-bg-3::before {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 70%);
}
.bg-content.img-bg-2::before,
.bg-content.img-bg-4::before {
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 70%);
}

.float-left {
	float: left;
}

@media (max-width: 991px){
	.bg-content h1,
	.bg-content p {
		text-align: center;
	}
	.bg-content { padding: 5% 0;}
	.bg-content.img-bg-1 { background: #fff;}
	.bg-content.img-bg-2,
	.bg-content.img-bg-3 { background: #414e61;}
	.bg-content.img-bg-4 { background: #f5f5f5;}

	.bg-content.img-bg-1 h1,
	.bg-content.img-bg-4 h1,
	.bg-content.img-bg-1 p,	
	.bg-content.img-bg-4 p { color: #000;}

	.bg-content.img-bg-1 h1,
	.bg-content.img-bg-2 h1,
	.bg-content.img-bg-3 h1,
	.bg-content.img-bg-4 h1,
	.bg-content.img-bg-1 p,
	.bg-content.img-bg-2 p,	
	.bg-content.img-bg-3 p,
	.bg-content.img-bg-4 p {
		text-shadow:none;
	}
	.bg-content.img-bg-1::before,
	.bg-content.img-bg-2::before,
	.bg-content.img-bg-3::before,
	.bg-content.img-bg-4::before { background: inherit; }

	.float-left {
		float: none;
	}
}


/* SPEC
--------------------------------------------*/
.panel-group { margin-top: 30px;}
.panel-default { border: none;}
.panel-title { font-size: 1.25em; text-transform: uppercase;}
.panel-default>.panel-heading {
	background: #DDD;
	text-align: center;
	border-radius: 10px;
	padding: 0;
}
.panel-default>.panel-heading>.panel-title a {
	border-radius: 10px;
	padding: 15px 0;
}
.panel-default>.panel-heading>.panel-title a:hover,
.panel-default>.panel-heading>.panel-title a:focus {
	background: #ff8200;
	color: #fff!important;
	text-decoration: none;

}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

#download {
	padding: 20px 0 80px;
}


