.comparacao select{
    height: 60px;
    border: 0;
    background-color: #ff7b28;
    color: #fff;
    font-size: larger;
    margin-bottom: 20px;
}

.bloco-comparacao .horarios-botoes-kinoplex{
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    margin-top: -5px;
    min-width: 60px;
}

#compCinemas {
    margin: 0;
}
.fixar {
    position: fixed;
    top: 0;
    z-index: 10;
}

.bloco-comparacao .visible-xs{
    margin: 0 auto;
    position: relative;
    top: -15px;
}
.bloco-comparacao h5{
    text-align: center;
    color: #666;
}
.bloco-comparacao .fa-angle-left{
    cursor: pointer;
    font-size:28px;
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #ff7b28;
    border: 1px solid #ff7b28;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position:absolute;
    left:-50px;
    top:0;
}
.bloco-comparacao .fa-angle-right{
    cursor: pointer;
    font-size:28px;
    display: block;
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    color: #ff7b28;
    border: 1px solid #ff7b28;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position:absolute;
    right:-50px;
    top:0;
}

#bottom .botoes-kinoplex{
    color: #ffffff;
}