﻿/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;

	padding: 0;
	*zoom: 1;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left:0;
	background: #fff;
	overflow:hidden;

	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
/* PAGER */

.bx-wrapper .bx-pager { display:none;
	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: #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 {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left:0px;
	background:url(../images/left.png) no-repeat;
}

.bx-wrapper .bx-next {
	right:0px;
	background:url(../images/right.png) no-repeat;
}


.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:35%;
	outline: 0;
	width:51px;
	height:51px;
	text-indent: -9999px;
	z-index: 99;
}
.slider4 a{ display:block;}
.slider4 .slide{ text-align:center;}
.slider4 .slide .figure{ overflow:hidden; width:100%;}
.slider4 .slide .figure img{ width:100%;}
.slider4 .slide .txt-box{ width:100%; text-align:left;}
.slider4 .slide .txt-box h4{font-size:18px; color:rgba(51,51,51,1); line-height:40px;}
.slider4 .slide .txt-box p{font-size:14px; color:rgba(153,153,153,1); line-height:25px;}
.slider4 .slide:hover .txt-box h4{ color:#309cc1;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
.boxf-list .bx-controls-auto{ display:none;}
.boxf-list .bx-controls-direction{ display:none;}


