﻿/**
 * 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
 */

.bxSlider
{
    margin: 0 !important;
}

.bxSliderPager
{
    padding-right: 15px;
    color: #fff;
}

.bx-viewport li 
{ 
    min-height: 1px; 
    min-width: 1px; 
}


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

.bx-wrapper {
	position: relative;
	margin: 0 auto 28px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: none;
}

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

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

.bx-wrapper .bx-viewport {
	height: auto !important;
    /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #000;
	left: -5px;*/
	background: #8D8D8D;
	
	/*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: -28px;
	width: 100%;
}

/* LOADER */

.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;
}

/* PAGER */

.bx-wrapper .bx-pager {
	/*text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;*/
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
    background-color: #000;
    width: 100%;
    margin-top: 0px;
    padding: 5px 0px 5px !important;
    color: #fff;
}

.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: 5px;
	/*background: url(images/controls.png) no-repeat 0 -32px;*/
	background: url(images/Arrow-SliderLeft-ThinWhite.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: 5px;
	/*background: url(images/controls.png) no-repeat -43px -32px;*/
	background: url(images/Arrow-SliderRight-ThinWhite.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
	/*background-position: 0 0;*/
}

.bx-wrapper .bx-next:hover {
	/*background-position: -43px 0;*/
}

.bx-wrapper .bx-controls-direction a
{
    position: absolute;
    top: 50%;
    outline: 0;
    width: 32px;
    height: 61px;
    text-indent: -9999px;
    z-index: 8000;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

/* AUTO CONTROLS (START / STOP) */

.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;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.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;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Begin Responsive Changes */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 767px) {
/* Place your styles for phones and small tablets here */
    .bx-wrapper img
    {
        width: auto;
        max-height: 180px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 175px;
        margin: 0 auto;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width : 480px) and (orientation : landscape) {

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
/* Place your styles for phones and small tablets here */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width : 321px) and (max-device-width : 480px) and (orientation : landscape) 
{

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 180px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 175px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 180px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 175px;
        margin: 0 auto;
    }
}

/* Samsung Galaxy S4/S5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 202px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 197px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 202px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 197px;
        margin: 0 auto;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 211px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 206px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 211px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 206px;
        margin: 0 auto;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 233px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 228px;
        margin: 0 auto;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
    .bx-wrapper img
    {
        width: auto;
        max-height: 233px;
        margin: 0 auto;
    }
    
    .bx-wrapper video
    {
        width: 100%;
        height: 228px;
        margin: 0 auto;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}


/* iPad 3 (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Place your styles for tablets and tiny laptops here */

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
