.productHeaderBg {
	width: 100%;	
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}

.productHeaderBgMobile{
	width: 100%;
	min-height: 300px;	
	background-size: cover;
	background-position: center center;
	display: block;
	position: relative;
}

#flushing {
	background-image: url('../img/products/remote-training/flushingproductsbg.jpg');
}

#flushingMobile {
	background-image: url('../img/flushingmobile.jpg');
}


#productThumb .fullView {
	padding: 6px 2px;
	color: #fff;
	float: left;
	width: 30%;
	margin: 0;
	display: block;
	background: #8a7b4d;
}

#productHeader {
	height: auto;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
}

.center{
	position: absolute;
	z-index: 500;
	width: 100%;
	margin-top: 15%;
	
}

.nextControl {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    float:right;
    text-align: right;
    display: inline-block;
    padding: 10px;
    background: #333333;

}

.prevControl {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    float:left;
    text-align: left;
    display: inline-block;
    padding: 10px;
    background: #333333;
}

.special{
	float: left;
	text-align: center;
	height: auto;
}



@media only screen and (max-width : 360px) {
		
	h1.sliderTitle {
	font-size: 30px;
	line-height: 32px;
	padding: 55px 0 0 0;
	}
	
	.center{
	display: none;
	}
	
	.special{
	width: 50%;
	}
	
	#productHeader h1{
		color: #fff;
	}
	
	.productHeaderBg {
	height: 435px;
	background-position: right center;
	}
	
	.productHeaderBg{
		display: none;
	}
	
	.productHeaderBgMobile{
		display: block;
	}
	
	
	
}

/* Break 2  ----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {

		
	h1.sliderTitle {
	font-size: 30px;
	line-height: 32px;
	padding: 55px 0 0 0;
	}
		.center{
	display: none;
	}
	
	.special{
	width: 50%;
	}
	
	#productHeader h1{
		color: #fff;
	}
	
	.productHeaderBg{
		display: none;
	}
	
	.productHeaderBgMobile{
		display: block;
	}

}

/* Break 2.5 ----------- */
@media only screen and (min-width : 451px)
and (max-width : 580px) {
		
	h1.sliderTitle {
	font-size: 30px;
	line-height: 32px;
	padding: 55px 0 0 0;
	}
		.center{
	display: none;
	}
	
	.special{
	width: 50%;
	}
	
	#productHeader h1{
		color: #fff;
	}
	
	.productHeaderBg{
		display: none;
	}
	
	.productHeaderBgMobile{
		display: block;
	}

}


/* Break 3 ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {

		
	h1.sliderTitle {
	font-size: 50px;
	line-height: 52px;
	padding: 70px 15px 0 0;
	}
	
	.center{
	display: none;
	}
	
	.special{
	width: 100%;
	}
	
	#productHeader h1{
		color: #fff;
	}
	
	.productHeaderBg{
		display: none;
	}
	
	.productHeaderBgMobile{
		display: block;
	}
	
}

/* Break 4 ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {

	h1.sliderTitle {
	font-size: 60px;
	line-height: 62px;
	padding: 80px 0 0 0;
	margin-right: 0;
	}

	.cycle-slideshow, .cycle-slideshow .slide {
	height: 460px;
	}
		.special{
	width: 100%;
	}

	#productHeader {
	background: #fff;
	}

	#productHeader h1{
		color: #333;
	}
	
	.productHeaderBgMobile{
		display: none;
	}
	
}

/* Break 5 ----------- */
@media only screen
and (min-width : 1024px) {

	h1.sliderTitle {
	font-size: 70px;
	line-height: 70px;
	padding: 110px 0 0 0;
	}
	
	.cycle-slideshow, .cycle-slideshow .slide {
	height: 480px;
	}
	
	.special{
	width: 100%;
	}

	#productHeader {
	background: #fff;
	}
	
	.productHeaderBgMobile{
		display: none;
	}
	
}	

/* Break 6 ----------- */
@media only screen
and (min-width : 1224px) {

	h1.sliderTitle {
	font-size: 80px;
	line-height: 82px;
	padding: 120px 50px 0 0;
	}
	
	.cycle-slideshow, .cycle-slideshow .slide {
	height: 490px;
	}
	
	.special{
	width: 100%;
	}
	
	.productHeaderBgMobile{
		display: none;
	}

	#productHeader {
	background: #fff;
	}
	
}

