/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/Out/2014, 10:59:27
    Author     : Francisco
*/
#banner{
    margin-bottom: 60px;
}
#banner1, #banner_xs{
    box-shadow: 0px 4px 15px 0px rgba(77, 77, 77, 0.4);
    -moz-box-shadow: 0px 4px 15px 0px rgba(77, 77, 77, 0.4);
    -webkit-box-shadow: 0px 4px 15px 0px rgba(77, 77, 77, 0.4);
}
#banner1 .item, #banner_xs .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 405px;
    text-align: right;
    color: #fff;
    padding-top: 50px;
}
#banner1 .carousel-control, #banner_xs .carousel-control{
    background: none!important;
}
#banner1 .glyphicon.glyphicon-chevron-left:before, #banner_xs .glyphicon.glyphicon-chevron-left:before{
    content: " ";
}
#banner1 .glyphicon.glyphicon-chevron-left, #banner_xs .glyphicon.glyphicon-chevron-left{
    background-image: url(../img/banner_seta_esq.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    left: 18px;
}
#banner1 .glyphicon.glyphicon-chevron-right:before, #banner_xs .glyphicon.glyphicon-chevron-right:before{
    content: " ";
}
#banner1 .glyphicon.glyphicon-chevron-right, #banner_xs .glyphicon.glyphicon-chevron-right{
    background-image: url(../img/banner_seta_dir.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    right: 0;
}
@media (max-width: 767px) {
    #banner_xs .item{
        background-position: center center;
        background-size: 100% auto;
        min-height: 300px;
    }
}
@media (max-width: 991px) AND (min-width: 768px) {
    #banner1 .item{
        background-position: center center;
        background-size: cover;
        min-height: 300px;
    }
}
@media (min-width: 992px) AND (max-width: 1200px){
    #banner1 .item{
        background-size: auto 100%;
        min-height: 340px;
    }
}
@media (min-width: 1201px) {
    
}