/**
 * 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;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;*/
    left: -5px;
    background: transparent;
    
    /*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: -30px;
    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;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #b0bec5;
    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: #455a64;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -120px;
    background: url(/cms_backoffice/assets/20160530151541/path-347) no-repeat;
}

.bx-wrapper .bx-next {
    right: -120px;
    background: url(/cms_backoffice/assets/20160530151534/path-347-copy) 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%;
    margin-top: -16px;
    outline: 0;
    width: 52px;
    height: 52px;
    /*text-indent: -9999px;*/
    text-align:center;
    z-index: 6;
}

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


.bx-pager-item {
    display: inline-block;
}


/*CUSTOM CORPORATE CSS*/
.header-hero-wrapper.customers-sublevel-menu{
    height:525px;
}

.bx-wrapper{
    margin: 0 auto;
    height: 380px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 40px;
    background: white;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
    display: block;
    padding: 10px 20px;
}

.case-study-img{
    position:absolute;
    margin-left: -85px;
}

.bx-wrapper .case-study-img img {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 350px;
}

.header-hero-wrapper.customers-sublevel-menu > div.navigation-outter {
    padding-bottom: 10px;
    background-color: white;
    border-bottom: none;
}

.customers-sublevel-menu .hero-placeholder {
    -webkit-filter: none;
    filter: none;
    box-shadow: none;
    background-image: radial-gradient(50% 100%, #FFFFFF 51%, #ECEFF1 90%);
    overflow: hidden;
    height: 380px;
}

.slide{
    padding-top:30px;
    height: 350px;
}

.case-study-quote{
    color: #1d1c1c;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    font-family: "myriad-pro";
    margin-top: -30px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.bx-pager-item-counter-text{
    display: inline-block;
    line-height: 10px;
    color: #949fa3;
    margin-left: 10px;
}

.slide_grad{
    bottom: 0;
    right:0;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(232, 234, 235, 0.02) 0%, rgba(239, 241, 243, 0.56) 100%);
    height: 133px;
    z-index: 0;
}

.slider_watch_btn{
    position: absolute;
    bottom: 10px;
    right: 40px;
    z-index: 3;
}

.quote_img {
    padding-right: 20px;
    border-right: 1px solid #b0bec5;
}

.quote_img img{
    height: 30px;
}


.quote_author {
    font-size: 12px;
    line-height: 17px;
    color: #333;
}

.quote_author .Bold {
    font-weight: 600;
}

.case-study-quote-container{
    margin-left:25px;
}

.case-study-quote-container .quote-start-img{
    margin-left:-25px;
    display: block;
}

.case-study-quote-container .quote-end-img{
    margin-left: 10px;
    margin-top: -30px;
}

.slider_watch_btn:hover {
    cursor: pointer;
}


.case-study-videos{
    background: white;
    display: none;
    width: 100%;
    height: 430px;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 9999;
}

.case-study-video-wrapper{
    position: absolute;
    width: 100%;
    top: -80px;
    left: 0;
    height: 515px;
    z-index: 9999999;
    background-image: linear-gradient(to top, rgba(6, 6, 6, 0.79) 0%, rgba(20, 20, 20, 0.94) 100%);
    /*background: rgba(0, 0, 0, 0.71);*/
    display:none;
}


.close_vid_btn{
    position: absolute;
    top: -40px;
    right: 35px;
    color: white;
    font-weight: 600;
    line-height: 19px;
}

.close_vid_btn:hover{
    cursor:pointer;
}




.side_top_box{
    width: 100%;
    height: 290px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}

.side_top_box_logo{
    margin: 0 10px;
    padding: 40px 0 25px 0;
}


.side_top_box_description{
    margin: 0 10px;
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 10px;
    text-align: center;
}


.side_top_box_readcs{
    padding: 10px 0 30px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.side_top_box_readcs_link{
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

.side_top_box_readcs_link:hover {
    text-decoration: none;
    color: #e6e6e6;
}

.side_bottom_box{
    width: 100%;
    height: 100px;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
}



.side_bottom_box_text{
    opacity: 0.65;
    color: white;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index:1;
}




@media only screen and (max-device-width: 767px) and (orientation: portrait){

    .customers-sublevel-menu .hero-placeholder{
        display:none;
    }

    .header-hero-wrapper.customers-sublevel-menu{
        height:50px;
    }
    
}
