/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each
 * background property for each of the five styles below
 */
.bx-window {margin-bottom:20px;}
.bx-wrapper {
	margin-bottom:20px;
	height:300px
}
/*next button*/
.bx-next {
	display:block;
	position:absolute;
	top:40%;
	right:19px;
	z-index:999;
	width: 48px;
	height: 48px;
	text-indent: -999999px;
	background: url(img/red_next.png) no-repeat 0 -48px;
}
/*previous button*/
.bx-prev {
	display:block;
	position:absolute;
	top:40%;
	left:19px;
	z-index:999;
	width: 48px;
	height: 48px;
	text-indent: -999999px;
	background: url(img/red_prev.png) no-repeat 0 -48px;
}
/*pager links*/
.bx-pager {
	position: absolute;
	bottom: 20px;
	bottom:40px !ie;/* hack ie7 */
	right: 15px;
	padding-top: 7px;
	font-size:11px;
	color:#666;
	text-align:center;
}
.bx-pager a {
	display:inline-block;
	zoom:1;
	margin-right: 5px;
	padding:4px 0 0 1px;
	height:16px;/* 19 */
	width:18px;/* 19 */
	font-weight:bold;
	font-size: 11px;
	color:#000;
	text-decoration:none;
	background:url(img/red_pager.png) no-repeat 0 -20px;
}

/*
 * End color scheme styles
 */
/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	color:#fff;
	text-decoration:none;
	background-position: 0 0;
}
/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}

.imageslider-title {
		width:50%;
    position: absolute;
    top: 15%;
    margin: 0 auto;
		margin-left:25%;
    left: 0%;
		text-align: center;
		font-size: 87px;
		line-height: 87px;
		font-family: 'verveine', sans-serif;
		text-shadow: 5px -2px 15px #666666;
}

.imageslider-description {
		width:90%;
    position: absolute;
    top: 50%;
    margin: 0 auto;
		margin-left:5%;
    left: 0%;
		text-align: center;
		font-size: 25px;
		line-height: 25px;
    font-family: 'medium',sans-serif;
		text-shadow: 5px -2px 15px #666666;
}
.imageslider-description p {
	margin: 0 0 16px;
}

.imageslider-button {
		width:100%;
    position: absolute;
    bottom: 5%;
    margin: 0 auto;
    left: 0%;
		text-align: center;
}

.imageslider-button img {
	display:initial;
	width:350px;
	height:61px;
}

.bx-controls {
	position: absolute;
	height: 0px;
	width: 100%;
	bottom: 5%;
	z-index: 999999;
}
.bx-controls .bx-controls-direction {
	height: 0px;
}

.bx-wrapper .bx-controls-direction a {
    height: 48px;
    width: 48px;
    line-height: 0;
    position: absolute;
    bottom: 0px;
    margin-top: -42px;
    font-size: 0;
    overflow: hidden;
    outline: none;
    text-decoration: none;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100% !important;
		max-width:100% !important;
		height: 100% !important;
    top:0;
    left:0;
}
.imageslider-container {
	width: 25%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
		height: 100% !important;
}
.imageslider-container>div {height: 100%;background-position: center;}
.bx-wrapper .bx-viewport{
    border: none !important;
}
#imageslider, #homepage-slider {
	height: 784px;
}
@media screen and (max-width: 1000px) {
	.imageslider-title {
		top: 80px;
		font-size: 60px;
		line-height: 65px;
	}
	.imageslider-description {
		width: 100%;
		margin: 0px;
		padding: 20px;
		padding-right: 55px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		margin-top: -10%;
    font-size: 20px;
    line-height: 20px;
	}
}
@media screen and (max-width: 780px) {
	#homepage-slider {
	}
}

@media screen and (max-width: 600px) {
	.imageslider-title {
		width: 90%;
		left: 5%;
    margin-left: 0px;

	}
	.imageslider-description {
		margin-top: -38%;
	}
	.imageslider-button {
    bottom: 15%;
	}
}
