﻿
.controlArrow.prev {
    /*-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;*/
    left: 0; 
    background-position: 0 0;
}
.controlArrow.prev:hover {

    background-position: 0 -130px;
}
.controlArrow.next:hover {
    background-position: -45px -130px;
}
.controlArrow.next {
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 0;*/
     right: 0;
     background-position: -45px 0;
}
div.controlArrow {
   
top: 45%;
position: fixed;

z-index: 10;
width: 45px;
height: 130px;
display: block;
text-indent: -9999px;
background-image: url(/images/fcr/buttons/fcr_arrows.png);
background-repeat: no-repeat;
cursor: pointer;
    /*background: transparent url(/images/pages/21148/fancy-down-arrow2x.png) center center no-repeat;
    background-size: 22px 13px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    cursor: pointer;*/


}
div.slides .controlArrow {  
    top: 25%;
position: absolute;
}

div.controlArrow.hide {
    display:none;
}
section > div.controlArrow {
top: 15%;
}
/*div.controlArrow {
    position: absolute;
    top: 30%;
    overflow: hidden;
    z-index: 3;
}*/

.vs-triplelayout h1, #fcrContentWrapper, #upNextBar, ul.fcrNav, header h1, #contentFooter, #FCR_footer, #home_content, #fcrBanner, #contentFPO {
    max-width: 1200px;
    width: 100%;
}

.over975 ul.fcrNav.stickyExpand{
      max-width: 100%;
}
section div.slides {
    /*width: 90%;  
    margin: auto;
    overflow: hidden;*/
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height:100%;

}

section .slide .contentWrapper {
    opacity: 0;
    display:inline-block;
}

section .slide {
    float: left;
    /*display: table;*/
    width: 100%;
    margin-top: 25px;

}

.slidesContainer {
    float: left;
    position: relative;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

section .slide .contentWrapper.show {
    opacity: 0;
    -moz-animation: fadeIn ease-in-out 1;
    -o-animation: fadeIn ease-in-out 1;
    -webkit-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#upNextBar .upNext_wrapper .upNext_wrap {
    /*width: 4.40%;*/
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 60px;
}

#upNextBar .upNext_wrapper > div.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    width: auto;
}

.upNext_wrapper {
    /* display: inline-block; */
    /*width: auto;*/
}

.section .rightCol {
    overflow: hidden;
    max-width: 350px;
    width: 36%;
    display: inline-block;
    vertical-align: top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    right: .475%;
    position: absolute;
    z-index: -1;
    top: 1.245%;
}

.section .leftCol {
    margin-top: 25px;
    width: 53%;
    display: inline-block;
}

.section .fcrStoryBox {
    max-width: 320px;
width: 90%;
min-height: 475px;
    float: right;
    display: inline-block;
    overflow: hidden;
}





    .under975 .section .fcrStoryBox {
        max-width: none;
    }

@media screen and (max-width: 768px) {
    
section .slide {
 
    margin-top: 0px;

}
}