#right-wrapper {
	background-image: url(../images/blk-shade.png);
	float: left;
	height: auto;
	width: auto;
	background-color: #0099FF;
	position: absolute;
	    margin-top: 135px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	zoom: 1;
}

.bx-wrapper img {
	display: block;
	margin: 0px;
	padding: 0px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	border: 5px solid #e0d7d2;
	left: -5px;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	margin: 0px;
	padding: 0px;
	box-shadow: 8px 10px 10px #000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	visibility: hidden;
	display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.html) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.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: #666;
	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 {
	visibility: hidden;
	display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-next {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-prev:hover {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-next:hover {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.html) -86px -11px no-repeat;
	margin: 0 3px;
}

.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 {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.html) -86px -44px no-repeat;
	margin: 0 3px;
}

.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 {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	visibility: hidden;
	display: none;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	visibility: hidden;
	display: none;
}

.bx-wrapper .bx-caption span {
	visibility: hidden;
	display: none;
}

#slider1 {
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#slider2 {
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}


#slider3 {
	float: left;
	overflow: hidden;
	width: 220px;
	height: 345px;
	margin: 0px;
	padding: 0px;
}

#apDiv1 {
	position: absolute;
	width: 500px;
	height: 300px;
	z-index: 1;
	left: 80px;
	top: 40px;
}

#apDiv2 {
	position: absolute;
	left: 41px;
	width: 545px;
	height: 212px;
	z-index: 2;
	top: 317px;
}

#apDiv3 {
	position: absolute;
	width: 220px;
	height: 345px;
	z-index: 3;
	left: 420px;
}

#apDiv1 img {
	width: 100%;
	height: auto;
	z-index: 1;
}

#apDiv2 img {
	width: 100%;
	height: auto;
	z-index: 1;
}

#apDiv3 img {
	height: 100%;
	z-index: 1;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  media query ------------------------------------------------------------------*/


@media only screen and (max-width : 240px) {
	#apDiv1 {
		position: absolute;
		width: 200px;
		height: 130px;
		z-index: 51;
		left: 70px;
		top: 80px;
	}

	#apDiv2 {
		position: absolute;
		left: 41px;
		width: 250px;
		height: 130px;
		z-index: 2;
		top: 160px;
	}

	#apDiv3 {
		position: absolute;
		width: 150px;
		height: 250px;
		z-index: 200;
		left: 140px;
		top: 50px;
	}
}

@media only screen and (min-width : 241px) and (max-width : 320px) {
	#apDiv1 {
		position: absolute;
		width: 200px;
		height: 130px;
		z-index: 51;
		left: 70px;
		top: 80px;
	}

	#apDiv2 {
		position: absolute;
		left: 41px;
		width: 250px;
		height: 130px;
		z-index: 2;
		top: 160px;
	}

	#apDiv3 {
		position: absolute;
		width: 150px;
		height: 250px;
		z-index: 200;
		left: 140px;
		top: 50px;
	}
}

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

	#apDiv1 {
		position: absolute;
		width: 185px;
		height: 173px;
		z-index: 51;
		left: 120px;
		top: 50px;
	}

	#apDiv2 {
		position: absolute;
		left: 51px;
		width: 290px;
		height: 186px;
		z-index: 2;
		top: 120px;
	}

	#apDiv3 {
		visibility: hidden;
		display: none;
	}

}

@media only screen and (min-width : 481px) and (max-width : 640px) {
	#apDiv1 {
		position: absolute;
		width: 245px;
		height: 173px;
		z-index: 51;
		left: 120px;
		top: 80px;
	}

	#apDiv2 {
		position: absolute;
		left: 51px;
		width: 350px;
		height: 186px;
		z-index: 2;
		top: 160px;
	}

	#apDiv3 {
		position: absolute;
		width: 200px;
		height: 250px;
		z-index: 10;
		left: 250px;
		top: 0px;
	}

}

@media only screen and (min-width : 641px) and (max-width : 767px) {
	#apDiv1 {
		position: absolute;
		width: 275px;
		height: 173px;
		z-index: 51;
		left: 120px;
		top: 50px;
	}

	#apDiv2 {
		position: absolute;
		left: 51px;
		width: 430px;
		height: 186px;
		z-index: 2;
		top: 120px;
	}

	#apDiv3 {
		position: absolute;
		width: 250px;
		height: 250px;
		z-index: 10;
		left: 350px;
		top: 0px;
	}

}

@media only screen and (min-width : 768px) and (max-width : 960px) {


	#apDiv1 {
		position: absolute;
		width: 275px;
		height: 173px;
		z-index: 1;
		left: 80px;
		top: 50px;
	}

	#apDiv2 {
		position: absolute;
		left: 51px;
		width: 430px;
		height: 186px;
		z-index: 2;
		top: 230px;
	}

	#apDiv3 {
		position: absolute;
		width: 190px;
		height: 260px;
		z-index: 3;
		left: 270px;
		top: 70px;
	}

}

@media only screen and (min-width : 961px) and (max-width :1024px) {

	#apDiv1 {
		position: absolute;
		width: 275px;
		height: 173px;
		z-index: 1;
		left: 80px;
		top: 50px;
	}

	#apDiv2 {
		position: absolute;
		left: 51px;
		width: 545px;
		height: 186px;
		z-index: 2;
		top: 230px;
	}

	#apDiv3 {
		position: absolute;
		width: 190px;
		height: 260px;
		z-index: 3;
		left: 390px;
		top: 70px;
	}

}

/*--ipda mini today*/
@media only screen and (min-width : 768px) and (max-width :1024px) {

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: -28px;
		margin-top: 250px;
	}
}

/*ipad pro-----today*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	#right-wrapper {


		margin-left: 71px;
		margin-top: 347px;
	}

}

/*today????????*/
@media only screen and (min-width: 1024px) and (max-width: 600px) {
	.cntct-img {
		margin-top: 1px !important;

	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		margin-left: 285px;
		position: absolute;
		top: 95%;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 800px) {
	#right-wrapper {
		margin-left: -137px;
		margin-top: 154px;
	}
}

@media only screen and (min-width : 412px) and (max-width :915px) {
	#right-wrapper {
		background-image: url(../images/blk-shade.png);
		float: left;
		height: auto;
		width: auto;
		background-color: #0099FF;
		position: absolute;
		margin-left: 10px !important;
		margin-top: 40px !important;

	}
	
}

	@media only screen and (min-width : 360px) and (max-width :740px) {
		#right-wrapper {
			background-image: url(../images/blk-shade.png);
			float: left;
			height: auto;
			width: auto;
			background-color: #0099FF;
			position: absolute;
			margin-top: 95px;
			margin-left: -16px;
		}
	}