/*version 09.01.2018 */

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: none;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/slider/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-controls-direction
{
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 98;
}

.bx-controls-direction a {
	display:inline-block;
	width:30px;
	height:30px;
	background: url(../images/slider/light_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top: auto;
	z-index: 11;
    background-color: #eee;
    opacity: 0.6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.bx-controls-direction a:hover {
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
}
.bx-controls-direction .bx-next {
	background-position:160% 50%;
}
.bx-controls-direction .bx-prev {
    background-position:-60% 50%;
    margin-right: 5px;
}


/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  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;
}


.bxsliderHTMLContainer {
    position: absolute;
    right: 50px;
    bottom: 80px;
    color: #000;
    font-size: 23px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 20px;
}

    .bxsliderHTMLContainer h1,
    .bxsliderHTMLContainer h2,
    .bxsliderHTMLContainer h3,
    .bxsliderHTMLContainer h4 {
        color: #E1000B;
        margin: 0;
    }

    .bxsliderHTMLContainer h1 {
        font-size: 28px;
    }

    .bxsliderHTMLContainer h2 {
        font-size: 26px;
    }

    .bxsliderHTMLContainer h3 {
        font-size: 24px;
    }


    .bxsliderHTMLContainer a {
        color: #fff;
        text-decoration: none;
    }

    .bxsliderHTMLContainer a:hover {
        text-decoration: none
    }


@media screen and (max-width: 1280px) {

    .bxsliderHTMLContainer {
        left: 0;
        bottom: 0;
        margin: 0;
        bottom: -80px;
        left: 50%;
        right: inherit;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        z-index: 9950;
    }

    .bxsliderHTMLContainer h1 {
        font-size: 25px;
    }

    .bxsliderHTMLContainer h2 {
        font-size: 23px;
    }

    .bxsliderHTMLContainer h3 {
        font-size: 21px;
    }

    .bxsliderHTMLContainer {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .bxsliderHTMLContainer {
        left: inherit;
        bottom: inherit;
        bottom: inherit;
        left: inherit;
        right: inherit;
        margin-right: inherit;
        transform: none;
        position: relative;
        padding: 0;
        margin: 30px 0 0 0;
        text-align: center;
    }

}

