.bx-wrapper {
	position: relative;
	/*margin: 0 auto 60px;*/
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	/*left: -5px;*/
	background: #fff;
	
	/*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);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #e1e1e1;
	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 {
	background: #be965c;
}

.bx-wrapper .bx-prev {
	background: url(../images/slides/a21.png) center center no-repeat;
	background-position: -3px -33px;
	left: 5px;
}

.bx-wrapper .bx-next {
	background: url(../images/slides/a21.png) center center no-repeat;
	background-position: -63px -33px;
	right: 5px;
}

.bx-wrapper .bx-prev:hover {
	background-position: -123px -33px;
}

.bx-wrapper .bx-next:hover {
	background-position: -183px -33px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	outline: 0;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -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.png) -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;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	height: auto;
	max-width: 400px;
	position: absolute;
	right: 70px;
	top: 35%;
	text-align: left;
	width: auto;
}

.bx-wrapper .bx-caption span {
	color: #554646;
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: 300;
}

.mainDashboard #welcome .link {
	bottom: 5%;
	height: auto;
	left: 50%;
	margin-left: -110px;	
	position: absolute;
	width: 200px;
}

.mainDashboard #welcome .link a {
	background: #554646;
	border-radius: 2px;
	color: #FFFFFF;
	display: block;
	font-family: 'Open Sans';
	font-size: 17px;
	font-weight: 400;
	height: auto;
	padding: 10px 5px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 190px;
}

.mainDashboard #welcome .link a:hover {
	background: #463838;
	color: #FFFFFF;
	text-decoration: none;
}

/* Media queries
---------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1366px) {
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #e1e1e1;
		text-indent: -9999px;
		display: block;
		width: 7px;
		height: 7px;
		margin: 0 5px;
		outline: 0;
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	}	
	
	.bx-wrapper .bx-caption {
		height: auto;
		max-width: 300px;
		position: absolute;
		right: 70px;
		top: 35%;
		text-align: left;
		width: auto;
	}
	
	.bx-wrapper .bx-caption span {
		color: #554646;
		font-family: 'Open Sans';
		font-size: 20px;
		font-weight: 300;
	}
	
	.mainDashboard #welcome .link {
		bottom: 7%;
		height: auto;
		left: 50%;
		margin-left: -85px;	
		position: absolute;
		width: 150px;
	}
	
	.mainDashboard #welcome .link a {
		background: #554646;
		border-radius: 2px;
		color: #FFFFFF;
		display: block;
		font-family: 'Open Sans';
		font-size: 14px;
		font-weight: 400;
		height: auto;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		width: 140px;
	}
	
	.mainDashboard #welcome .link a:hover {
		background: #463838;
		color: #FFFFFF;
		text-decoration: none;
	}
}

@media screen and (min-width: 240px) and (max-width: 991px) {
	.bx-wrapper .bx-pager.bx-default-pager a {
		background: #e1e1e1;
		text-indent: -9999px;
		display: block;
		width: 7px;
		height: 7px;
		margin: 0 5px;
		outline: 0;
		/*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	}	
	
	.bx-wrapper .bx-caption {
		background: rgba(255,255,255,0.7);
		height: auto;
		max-width: 150px;
		position: absolute;
		right: 70px;
		top: 15%;
		text-align: left;
		width: auto;
	}
	
	.bx-wrapper .bx-caption span {
		color: #554646;
		font-family: 'Open Sans';
		font-size: 13px;
		font-weight: 300;
		line-height: 1.2em;
	}
	
	.mainDashboard #welcome .link {
		bottom: 15%;
		height: auto;
		left: 50%;
		margin-left: -65px;	
		position: absolute;
		width: 120px;
	}
	
	.mainDashboard #welcome .link a {
		background: #554646;
		border-radius: 2px;
		color: #FFFFFF;
		display: block;
		font-family: 'Open Sans';
		font-size: 10px;
		font-weight: 400;
		height: auto;
		padding: 1px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		width: 110px;
	}
	
	.mainDashboard #welcome .link a:hover {
		background: #463838;
		color: #FFFFFF;
		text-decoration: none;
	}	
}