@media screen and (min-width: 751px) {

    /**
     * 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
    ===================================*/

    .visualArea__slide .bx-wrapper {
        position: relative;
        width:100%;
        margin: 0 auto
        padding: 0;
        *zoom: 1;
    }

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

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

    .visualArea__slide .bx-wrapper .bx-viewport {


        /*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);
    }

    .visualArea__slide .bx-wrapper .bx-pager,
    .visualArea__slide .bx-wrapper .bx-controls-auto {
        position: absolute;
        top:14px;
        width: 100%;
        z-index:100;
    }

    /* LOADER */

    .visualArea__slide .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 */

    .visualArea__slide .bx-wrapper .bx-pager {
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #fff;

    }

    .visualArea__slide .bx-wrapper .bx-pager .bx-pager-item,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .visualArea__slide .bx-wrapper .bx-pager .bx-pager-item:last-child{
        padding-right:25px;
    }

    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a {
        text-align: left;
        background: #FFF;
        text-indent: -9999px;
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 7px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a.active {

    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

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

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

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

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

    .visualArea__slide .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

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

    /* AUTO CONTROLS (START / STOP) */

    .visualArea__slide .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

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

    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-start:hover,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0;
    }

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

    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .visualArea__slide .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .visualArea__slide .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

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

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


    /** VARIABLES
    ===================================*/
    /** RESET AND LAYOUT
    ===================================*/
    .block__slideStage .bx-wrapper {
        position: relative;

        padding: 0;
        height:100%;
        *zoom: 1;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
    .block__slideStage .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
    ===================================*/
    .block__slideStage .bx-wrapper {


    }
    .block__slideStage .bx-wrapper .bx-pager,
    .block__slideStage .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .block__slideStage .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('images/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .block__slideStage .bx-wrapper .bx-pager {
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        position:absolute;
        bottom:-20px;
    }
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a {
        background: #FFF;

        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 12px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a.active,
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #468241;
    }
    .block__slideStage .bx-wrapper .bx-pager-item,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }
    .block__slideStage .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .block__slideStage .bx-wrapper .bx-prev {
        left: -50px;
        background: url('../images/slide/icon_cursor-l.png') no-repeat 0 0;
    }
    .block__slideStage .bx-wrapper .bx-prev:hover,
    .block__slideStage .bx-wrapper .bx-prev:focus {

        opacity:0.8;
    }
    .block__slideStage .bx-wrapper .bx-next {
        right: -50px;
        background: url('../images/slide/icon_cursor-r.png') no-repeat 0 0;
    }
    .block__slideStage .bx-wrapper .bx-next:hover,
    .block__slideStage .bx-wrapper .bx-next:focus {
        opacity:0.7;
    }
    .block__slideStage .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        outline: 0;
        width: 32px;
        height: 62px;
        text-indent: -9999px;
        z-index: 9999;
    }
    .block__slideStage .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }
    /* AUTO CONTROLS (START / STOP) */
    .block__slideStage .bx-wrapper .bx-controls-auto {
        text-align: cent;
    }
    .block__slideStage .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;
    }
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start:hover,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start.active,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: -86px 0;
    }
    .block__slideStage .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;
    }
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop.active,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: -86px -33px;
    }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .block__slideStage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }
    .block__slideStage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .block__slideStage .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }
    .block__slideStage .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

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

    /**
     * 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
    ===================================*/

    .visualArea__slide .bx-wrapper {
        position: relative;
        width:100%;
        margin: 0 auto
        padding: 0;
        *zoom: 1;
    }

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

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

    .visualArea__slide .bx-wrapper .bx-viewport {


        /*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);
    }

    .visualArea__slide .bx-wrapper .bx-pager,
    .visualArea__slide .bx-wrapper .bx-controls-auto {
        position: absolute;
        top:14px;
        width: 100%;
        z-index:100;
    }

    /* LOADER */

    .visualArea__slide .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 */

    .visualArea__slide .bx-wrapper .bx-pager {
        text-align: right;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #fff;

    }

    .visualArea__slide .bx-wrapper .bx-pager .bx-pager-item,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .visualArea__slide .bx-wrapper .bx-pager .bx-pager-item:last-child{
        padding-right:25px;
    }

    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a {
        text-align: left;
        background: #FFF;
        text-indent: -9999px;
        display: block;
        width: 7px;
        height: 7px;
        margin: 0 7px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .visualArea__slide .bx-wrapper .bx-pager.bx-default-pager a.active {

    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .visualArea__slide .bx-wrapper .bx-prev {
        display: none;
    }

    .visualArea__slide .bx-wrapper .bx-next {
        display: none;
    }




    /* AUTO CONTROLS (START / STOP) */

    .visualArea__slide .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

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

    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-start:hover,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0;
    }

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

    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .visualArea__slide .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px;
    }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .visualArea__slide .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .visualArea__slide .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

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

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


    /** VARIABLES
    ===================================*/
    /** RESET AND LAYOUT
    ===================================*/
    .block__slideStage .bx-wrapper {
        position: relative;

        padding: 0;
        height:100%;
        *zoom: 1;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }
    .block__slideStage .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
    ===================================*/
    .block__slideStage .bx-wrapper {


    }
    .block__slideStage .bx-wrapper .bx-pager,
    .block__slideStage .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .block__slideStage .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('images/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    /* PAGER */
    .block__slideStage .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        position:absolute;
        bottom:-20px;
    }
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a {
        background: #FFF;

        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 12px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a.active,
    .block__slideStage .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background: #468241;
    }
    .block__slideStage .bx-wrapper .bx-pager-item,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        vertical-align: bottom;
        *zoom: 1;
        *display: inline;
    }
    .block__slideStage .bx-wrapper .bx-pager-item {
        font-size: 0;
        line-height: 0;
    }
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .block__slideStage .bx-wrapper .bx-prev {
        display: none;
    }
    .block__slideStage .bx-wrapper .bx-prev:hover,
    .block__slideStage .bx-wrapper .bx-prev:focus {

        opacity:0.8;
    }
    .block__slideStage .bx-wrapper .bx-next {
        display: none;
    }
    .block__slideStage .bx-wrapper .bx-next:hover,
    .block__slideStage .bx-wrapper .bx-next:focus {
        opacity:0.7;
    }
    .block__slideStage .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: 0px;
        outline: 0;
        width: 32px;
        height: 62px;
        text-indent: -9999px;
        z-index: 9999;
    }
    .block__slideStage .bx-wrapper .bx-controls-direction a.disabled {
        display: none;
    }
    /* AUTO CONTROLS (START / STOP) */
    .block__slideStage .bx-wrapper .bx-controls-auto {
        text-align: cent;
    }
    .block__slideStage .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;
    }
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start:hover,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start.active,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-start:focus {
        background-position: -86px 0;
    }
    .block__slideStage .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;
    }
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop:hover,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop.active,
    .block__slideStage .bx-wrapper .bx-controls-auto .bx-stop:focus {
        background-position: -86px -33px;
    }
    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .block__slideStage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }
    .block__slideStage .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }
    /* IMAGE CAPTIONS */
    .block__slideStage .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }
    .block__slideStage .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }
}