@charset "utf-8";
/* CSS Document */

#text-slider-holder
{
width: 50%;
float: left;
}

.bx-wrapper
{
width: 100%;
position: relative;
margin: 0 0 10px 0;
padding: 0;
}

.bx-wrapper img
{
display: block;
width: 100%;
}

.bx-wrapper .bx-viewport
{
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
position: absolute;
bottom: 4px;
width: 100%;
}

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

.bx-wrapper .bx-pager
{
text-align: left;
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;
}

.bx-wrapper .bx-pager.bx-default-pager a:link, .bx-wrapper .bx-pager.bx-default-pager a:visited, .bx-wrapper .bx-pager.bx-default-pager a:active
{
text-indent: -9999px;
display: block;
width: 9px;
height: 9px;
margin: 0 8px 0 0;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: white;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active
{
background: #f2ac18;
}

.bx-wrapper .bx-prev
{
left: 10px;
background: url(images/controls.png) no-repeat 0 -31px;
}

.bx-wrapper .bx-next
{
right: 10px;
background: url(images/controls.png) no-repeat -43px -31px;
}

.bx-wrapper .bx-controls-direction a
{
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
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
{
position: absolute;
bottom: 20%;
width: 100%;
}

.bx-wrapper .bx-caption span
{
display: inline-block;
float: right;
margin: 0 8% 0 0;
padding: 0 2px;
font-family: 'open_sansitalic';
font-weight: normal;
font-style: normal;
font-size: 14px;
line-height: 180%;
text-align: left;
color: white;
white-space: pre-line;
}

@media(max-width: 999px){

#text-slider-holder
{
width: 60%;
}

#text-slider-holder .bx-wrapper img
{
padding: 4% 0 0 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
bottom: 0;
}

.bx-wrapper .bx-caption span
{
font-size: 12px;
line-height: 180%;
}

a.bx-pager-link
{
width: 26px !important;
height: 26px !important;
margin: 0 6px 0 0 !important;
-moz-border-radius: 13px !important;
-webkit-border-radius: 13px !important;
border-radius: 13px !important;
}

}

@media(max-width: 640px){

#text-slider-holder
{
width: 70%;
}

#text-slider-holder .bx-wrapper img
{
padding: 8% 0 0 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
position: absolute;
bottom: -10px;
width: 100%;
}

}

@media(max-width: 320px){

#text-slider-holder .bx-wrapper img
{
padding: 20% 0 0 0;
}

.bx-wrapper .bx-caption span
{
font-size: 10px;
line-height: 150%;
}

}